909d813df38076f5f1d50a044602265c51be1bbf
[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-08-07 23:15+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:2968 ../src/guestfs.pod:2972 ../src/guestfs.pod:2976
868 #: ../src/guestfs.pod:2980 ../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 " void 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:5827
5136 #: ../fish/guestfish-actions.pod:3921
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 #, fuzzy
5170 #| msgid "C<cat>"
5171 msgid "C<caution>"
5172 msgstr "C<cat>"
5173
5174 #. type: textblock
5175 #: ../src/guestfs.pod:2662
5176 msgid ""
5177 "Safety and liveness tests of components that libguestfs depends upon (not of "
5178 "libguestfs itself).  Mainly this is for qemu and the kernel."
5179 msgstr ""
5180
5181 #. type: =item
5182 #: ../src/guestfs.pod:2665
5183 msgid "C<contrib>"
5184 msgstr "C<contrib>"
5185
5186 #. type: textblock
5187 #: ../src/guestfs.pod:2667
5188 msgid "Outside contributions, experimental parts."
5189 msgstr ""
5190
5191 #. type: =item
5192 #: ../src/guestfs.pod:2669
5193 msgid "C<daemon>"
5194 msgstr "C<daemon>"
5195
5196 #. type: textblock
5197 #: ../src/guestfs.pod:2671
5198 msgid ""
5199 "The daemon that runs inside the libguestfs appliance and carries out actions."
5200 msgstr ""
5201
5202 #. type: =item
5203 #: ../src/guestfs.pod:2674
5204 msgid "C<df>"
5205 msgstr "C<df>"
5206
5207 #. type: textblock
5208 #: ../src/guestfs.pod:2676
5209 msgid "L<virt-df(1)> command and documentation."
5210 msgstr ""
5211
5212 #. type: =item
5213 #: ../src/guestfs.pod:2678
5214 msgid "C<examples>"
5215 msgstr "C<examples>"
5216
5217 #. type: textblock
5218 #: ../src/guestfs.pod:2680
5219 msgid "C API example code."
5220 msgstr "Код прикладів використання програмного інтерфейсу мовою C."
5221
5222 #. type: =item
5223 #: ../src/guestfs.pod:2682
5224 msgid "C<fish>"
5225 msgstr "C<fish>"
5226
5227 #. type: textblock
5228 #: ../src/guestfs.pod:2684
5229 msgid ""
5230 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5231 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5232 "L<virt-tar-out(1)>."
5233 msgstr ""
5234
5235 #. type: =item
5236 #: ../src/guestfs.pod:2688
5237 msgid "C<fuse>"
5238 msgstr "C<fuse>"
5239
5240 #. type: textblock
5241 #: ../src/guestfs.pod:2690
5242 msgid ""
5243 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5244 msgstr ""
5245
5246 #. type: =item
5247 #: ../src/guestfs.pod:2692
5248 msgid "C<generator>"
5249 msgstr "C<generator>"
5250
5251 #. type: textblock
5252 #: ../src/guestfs.pod:2694
5253 msgid ""
5254 "The crucially important generator, used to automatically generate large "
5255 "amounts of boilerplate C code for things like RPC and bindings."
5256 msgstr ""
5257
5258 #. type: =item
5259 #: ../src/guestfs.pod:2697
5260 msgid "C<images>"
5261 msgstr "C<images>"
5262
5263 #. type: textblock
5264 #: ../src/guestfs.pod:2699
5265 msgid "Files used by the test suite."
5266 msgstr ""
5267
5268 #. type: textblock
5269 #: ../src/guestfs.pod:2701
5270 msgid "Some \"phony\" guest images which we test against."
5271 msgstr ""
5272
5273 #. type: =item
5274 #: ../src/guestfs.pod:2703
5275 msgid "C<inspector>"
5276 msgstr "C<inspector>"
5277
5278 #. type: textblock
5279 #: ../src/guestfs.pod:2705
5280 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5281 msgstr ""
5282
5283 #. type: =item
5284 #: ../src/guestfs.pod:2707
5285 msgid "C<logo>"
5286 msgstr "C<logo>"
5287
5288 #. type: textblock
5289 #: ../src/guestfs.pod:2709
5290 msgid "Logo used on the website.  The fish is called Arthur by the way."
5291 msgstr ""
5292
5293 #. type: =item
5294 #: ../src/guestfs.pod:2711
5295 msgid "C<m4>"
5296 msgstr "C<m4>"
5297
5298 #. type: textblock
5299 #: ../src/guestfs.pod:2713
5300 msgid "M4 macros used by autoconf."
5301 msgstr ""
5302
5303 #. type: =item
5304 #: ../src/guestfs.pod:2715
5305 msgid "C<po>"
5306 msgstr "C<po>"
5307
5308 #. type: textblock
5309 #: ../src/guestfs.pod:2717
5310 msgid "Translations of simple gettext strings."
5311 msgstr "Переклади простих рядків gettext."
5312
5313 #. type: =item
5314 #: ../src/guestfs.pod:2719
5315 msgid "C<po-docs>"
5316 msgstr "C<po-docs>"
5317
5318 #. type: textblock
5319 #: ../src/guestfs.pod:2721
5320 msgid ""
5321 "The build infrastructure and PO files for translations of manpages and POD "
5322 "files.  Eventually this will be combined with the C<po> directory, but that "
5323 "is rather complicated."
5324 msgstr ""
5325
5326 #. type: =item
5327 #: ../src/guestfs.pod:2725
5328 msgid "C<regressions>"
5329 msgstr "C<regressions>"
5330
5331 #. type: textblock
5332 #: ../src/guestfs.pod:2727
5333 msgid "Regression tests."
5334 msgstr "Тести на регресії."
5335
5336 #. type: =item
5337 #: ../src/guestfs.pod:2729
5338 msgid "C<rescue>"
5339 msgstr "C<rescue>"
5340
5341 #. type: textblock
5342 #: ../src/guestfs.pod:2731
5343 msgid "L<virt-rescue(1)> command and documentation."
5344 msgstr ""
5345
5346 #. type: =item
5347 #: ../src/guestfs.pod:2733
5348 msgid "C<src>"
5349 msgstr "C<src>"
5350
5351 #. type: textblock
5352 #: ../src/guestfs.pod:2735
5353 msgid "Source code to the C library."
5354 msgstr ""
5355
5356 #. type: =item
5357 #: ../src/guestfs.pod:2737
5358 msgid "C<tools>"
5359 msgstr "C<tools>"
5360
5361 #. type: textblock
5362 #: ../src/guestfs.pod:2739
5363 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5364 msgstr ""
5365
5366 #. type: =item
5367 #: ../src/guestfs.pod:2741
5368 msgid "C<test-tool>"
5369 msgstr "C<test-tool>"
5370
5371 #. type: textblock
5372 #: ../src/guestfs.pod:2743
5373 msgid ""
5374 "Test tool for end users to test if their qemu/kernel combination will work "
5375 "with libguestfs."
5376 msgstr ""
5377
5378 #. type: =item
5379 #: ../src/guestfs.pod:2746
5380 msgid "C<csharp>"
5381 msgstr "C<csharp>"
5382
5383 #. type: =item
5384 #: ../src/guestfs.pod:2748
5385 msgid "C<haskell>"
5386 msgstr "C<haskell>"
5387
5388 #. type: =item
5389 #: ../src/guestfs.pod:2750
5390 msgid "C<java>"
5391 msgstr "C<java>"
5392
5393 #. type: =item
5394 #: ../src/guestfs.pod:2752
5395 msgid "C<ocaml>"
5396 msgstr "C<ocaml>"
5397
5398 #. type: =item
5399 #: ../src/guestfs.pod:2754
5400 msgid "C<php>"
5401 msgstr "C<php>"
5402
5403 #. type: =item
5404 #: ../src/guestfs.pod:2756
5405 msgid "C<perl>"
5406 msgstr "C<perl>"
5407
5408 #. type: =item
5409 #: ../src/guestfs.pod:2758
5410 msgid "C<python>"
5411 msgstr "C<python>"
5412
5413 #. type: =item
5414 #: ../src/guestfs.pod:2760
5415 msgid "C<ruby>"
5416 msgstr "C<ruby>"
5417
5418 #. type: textblock
5419 #: ../src/guestfs.pod:2762
5420 msgid "Language bindings."
5421 msgstr "Прив’язки до мов програмування."
5422
5423 #. type: =head1
5424 #: ../src/guestfs.pod:2766
5425 msgid "LIMITS"
5426 msgstr ""
5427
5428 #. type: =head2
5429 #: ../src/guestfs.pod:2768
5430 msgid "PROTOCOL LIMITS"
5431 msgstr ""
5432
5433 #. type: textblock
5434 #: ../src/guestfs.pod:2770
5435 msgid ""
5436 "Internally libguestfs uses a message-based protocol to pass API calls and "
5437 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
5438 "plenty more detail about this).  The maximum message size used by the "
5439 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
5440 "aware of this limit.  The API calls which may be affected are individually "
5441 "documented, with a link back to this section of the documentation."
5442 msgstr ""
5443
5444 #. type: textblock
5445 #: ../src/guestfs.pod:2778
5446 msgid ""
5447 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
5448 "a simple string.  Because this string is at some point internally encoded as "
5449 "a message, the maximum size that it can return is slightly under 4 MB.  If "
5450 "the requested file is larger than this then you will get an error."
5451 msgstr ""
5452
5453 #. type: textblock
5454 #: ../src/guestfs.pod:2784
5455 msgid ""
5456 "In order to transfer large files into and out of the guest filesystem, you "
5457 "need to use particular calls that support this.  The sections L</UPLOADING> "
5458 "and L</DOWNLOADING> document how to do this."
5459 msgstr ""
5460
5461 #. type: textblock
5462 #: ../src/guestfs.pod:2788
5463 msgid ""
5464 "You might also consider mounting the disk image using our FUSE filesystem "
5465 "support (L<guestmount(1)>)."
5466 msgstr ""
5467
5468 #. type: =head2
5469 #: ../src/guestfs.pod:2791
5470 msgid "MAXIMUM NUMBER OF DISKS"
5471 msgstr ""
5472
5473 #. type: textblock
5474 #: ../src/guestfs.pod:2793
5475 msgid "When using virtio disks (the default) the current limit is B<25> disks."
5476 msgstr ""
5477
5478 #. type: textblock
5479 #: ../src/guestfs.pod:2796
5480 msgid ""
5481 "Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31 "
5482 "slots.  However febootstrap only understands disks with names C</dev/vda> "
5483 "through C</dev/vdz> (26 letters) and it reserves one disk for its own "
5484 "purposes."
5485 msgstr ""
5486
5487 #. type: textblock
5488 #: ../src/guestfs.pod:2801
5489 msgid ""
5490 "We are working to substantially raise this limit in future versions but it "
5491 "requires complex changes to qemu."
5492 msgstr ""
5493
5494 #. type: textblock
5495 #: ../src/guestfs.pod:2804
5496 msgid ""
5497 "In future versions of libguestfs it should also be possible to \"hot plug\" "
5498 "disks (add and remove disks after calling L</guestfs_launch>).  This also "
5499 "requires changes to qemu."
5500 msgstr ""
5501
5502 #. type: =head2
5503 #: ../src/guestfs.pod:2808
5504 msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK"
5505 msgstr ""
5506
5507 #. type: textblock
5508 #: ../src/guestfs.pod:2810
5509 msgid "Virtio limits the maximum number of partitions per disk to B<15>."
5510 msgstr ""
5511
5512 #. type: textblock
5513 #: ../src/guestfs.pod:2812
5514 msgid ""
5515 "This is because it reserves 4 bits for the minor device number (thus C</dev/"
5516 "vda>, and C</dev/vda1> through C</dev/vda15>)."
5517 msgstr ""
5518
5519 #. type: textblock
5520 #: ../src/guestfs.pod:2815
5521 msgid ""
5522 "If you attach a disk with more than 15 partitions, the extra partitions are "
5523 "ignored by libguestfs."
5524 msgstr ""
5525
5526 #. type: =head2
5527 #: ../src/guestfs.pod:2818
5528 msgid "MAXIMUM SIZE OF A DISK"
5529 msgstr ""
5530
5531 #. type: textblock
5532 #: ../src/guestfs.pod:2820
5533 msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes."
5534 msgstr ""
5535
5536 #. type: textblock
5537 #: ../src/guestfs.pod:2822
5538 msgid ""
5539 "We have tested block devices up to 1 exabyte (2**60 or "
5540 "1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host "
5541 "filesystem."
5542 msgstr ""
5543
5544 #. type: textblock
5545 #: ../src/guestfs.pod:2826
5546 msgid ""
5547 "Although libguestfs probably does not impose any limit, the underlying host "
5548 "storage will.  If you store disk images on a host ext4 filesystem, then the "
5549 "maximum size will be limited by the maximum ext4 file size (currently 16 "
5550 "TB).  If you store disk images as host logical volumes then you are limited "
5551 "by the maximum size of an LV."
5552 msgstr ""
5553
5554 #. type: textblock
5555 #: ../src/guestfs.pod:2832
5556 msgid ""
5557 "For the hugest disk image files, we recommend using XFS on the host for "
5558 "storage."
5559 msgstr ""
5560
5561 #. type: =head2
5562 #: ../src/guestfs.pod:2835
5563 msgid "MAXIMUM SIZE OF A PARTITION"
5564 msgstr ""
5565
5566 #. type: textblock
5567 #: ../src/guestfs.pod:2837
5568 msgid ""
5569 "The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector "
5570 "numbers.  Assuming a 512 byte sector size, this means that MBR cannot "
5571 "address a partition located beyond 2 TB on the disk."
5572 msgstr ""
5573
5574 #. type: textblock
5575 #: ../src/guestfs.pod:2841
5576 msgid ""
5577 "It is recommended that you use GPT partitions on disks which are larger than "
5578 "this size.  GPT uses 64 bit sector numbers and so can address partitions "
5579 "which are theoretically larger than the largest disk we could support."
5580 msgstr ""
5581
5582 #. type: =head2
5583 #: ../src/guestfs.pod:2846
5584 msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES"
5585 msgstr ""
5586
5587 #. type: textblock
5588 #: ../src/guestfs.pod:2848
5589 msgid ""
5590 "This depends on the filesystem type.  libguestfs itself does not impose any "
5591 "known limit.  Consult Wikipedia or the filesystem documentation to find out "
5592 "what these limits are."
5593 msgstr ""
5594
5595 #. type: =head2
5596 #: ../src/guestfs.pod:2852
5597 msgid "MAXIMUM UPLOAD AND DOWNLOAD"
5598 msgstr ""
5599
5600 #. type: textblock
5601 #: ../src/guestfs.pod:2854
5602 msgid ""
5603 "The API functions L</guestfs_upload>, L</guestfs_download>, L</"
5604 "guestfs_tar_in>, L</guestfs_tar_out> and the like allow unlimited sized "
5605 "uploads and downloads."
5606 msgstr ""
5607
5608 #. type: =head2
5609 #: ../src/guestfs.pod:2858
5610 #, fuzzy
5611 #| msgid "INSPECTION"
5612 msgid "INSPECTION LIMITS"
5613 msgstr "ПЕРЕВІРКА"
5614
5615 #. type: textblock
5616 #: ../src/guestfs.pod:2860
5617 msgid ""
5618 "The inspection code has several arbitrary limits on things like the size of "
5619 "Windows Registry hive it will read, and the length of product name.  These "
5620 "are intended to stop a malicious guest from consuming arbitrary amounts of "
5621 "memory and disk space on the host, and should not be reached in practice.  "
5622 "See the source code for more information."
5623 msgstr ""
5624
5625 #. type: =head1
5626 #: ../src/guestfs.pod:2866 ../fish/guestfish.pod:1015
5627 #: ../test-tool/libguestfs-test-tool.pod:82 ../tools/virt-edit.pl:476
5628 msgid "ENVIRONMENT VARIABLES"
5629 msgstr "ЗМІННІ СЕРЕДОВИЩА"
5630
5631 #. type: =item
5632 #: ../src/guestfs.pod:2870 ../fish/guestfish.pod:1041
5633 msgid "LIBGUESTFS_APPEND"
5634 msgstr ""
5635
5636 #. type: textblock
5637 #: ../src/guestfs.pod:2872 ../fish/guestfish.pod:1043
5638 msgid "Pass additional options to the guest kernel."
5639 msgstr ""
5640
5641 #. type: =item
5642 #: ../src/guestfs.pod:2874 ../fish/guestfish.pod:1045
5643 msgid "LIBGUESTFS_DEBUG"
5644 msgstr ""
5645
5646 #. type: textblock
5647 #: ../src/guestfs.pod:2876
5648 msgid ""
5649 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5650 "effect as calling C<guestfs_set_verbose (g, 1)>."
5651 msgstr ""
5652
5653 #. type: =item
5654 #: ../src/guestfs.pod:2879 ../fish/guestfish.pod:1050
5655 msgid "LIBGUESTFS_MEMSIZE"
5656 msgstr ""
5657
5658 #. type: textblock
5659 #: ../src/guestfs.pod:2881 ../fish/guestfish.pod:1052
5660 msgid ""
5661 "Set the memory allocated to the qemu process, in megabytes.  For example:"
5662 msgstr ""
5663
5664 #. type: verbatim
5665 #: ../src/guestfs.pod:2884 ../fish/guestfish.pod:1055
5666 #, no-wrap
5667 msgid ""
5668 " LIBGUESTFS_MEMSIZE=700\n"
5669 "\n"
5670 msgstr ""
5671
5672 #. type: =item
5673 #: ../src/guestfs.pod:2886 ../fish/guestfish.pod:1057
5674 msgid "LIBGUESTFS_PATH"
5675 msgstr ""
5676
5677 #. type: textblock
5678 #: ../src/guestfs.pod:2888
5679 msgid ""
5680 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5681 "the discussion of paths in section L</PATH> above."
5682 msgstr ""
5683
5684 #. type: =item
5685 #: ../src/guestfs.pod:2891 ../fish/guestfish.pod:1062
5686 msgid "LIBGUESTFS_QEMU"
5687 msgstr ""
5688
5689 #. type: textblock
5690 #: ../src/guestfs.pod:2893 ../fish/guestfish.pod:1064
5691 msgid ""
5692 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5693 "which was found at compile time by the configure script is used."
5694 msgstr ""
5695
5696 #. type: textblock
5697 #: ../src/guestfs.pod:2897
5698 msgid "See also L</QEMU WRAPPERS> above."
5699 msgstr ""
5700
5701 #. type: =item
5702 #: ../src/guestfs.pod:2899 ../fish/guestfish.pod:1068
5703 msgid "LIBGUESTFS_TRACE"
5704 msgstr ""
5705
5706 #. type: textblock
5707 #: ../src/guestfs.pod:2901
5708 msgid ""
5709 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5710 "effect as calling C<guestfs_set_trace (g, 1)>."
5711 msgstr ""
5712
5713 #. type: =item
5714 #: ../src/guestfs.pod:2904 ../fish/guestfish.pod:1077
5715 msgid "TMPDIR"
5716 msgstr ""
5717
5718 #. type: textblock
5719 #: ../src/guestfs.pod:2906 ../fish/guestfish.pod:1079
5720 msgid ""
5721 "Location of temporary directory, defaults to C</tmp> except for the cached "
5722 "supermin appliance which defaults to C</var/tmp>."
5723 msgstr ""
5724
5725 #. type: textblock
5726 #: ../src/guestfs.pod:2909 ../fish/guestfish.pod:1082
5727 msgid ""
5728 "If libguestfs was compiled to use the supermin appliance then the real "
5729 "appliance is cached in this directory, shared between all handles belonging "
5730 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5731 "use in case C</var/tmp> is not large enough."
5732 msgstr ""
5733
5734 #. type: =head1
5735 #: ../src/guestfs.pod:2917 ../fish/guestfish.pod:1149
5736 #: ../test-tool/libguestfs-test-tool.pod:87 ../fuse/guestmount.pod:277
5737 #: ../tools/virt-edit.pl:496 ../tools/virt-win-reg.pl:572
5738 #: ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:286
5739 #: ../tools/virt-make-fs.pl:539 ../tools/virt-list-partitions.pl:257
5740 msgid "SEE ALSO"
5741 msgstr "ТАКОЖ ПЕРЕГЛЯНЬТЕ"
5742
5743 #. type: textblock
5744 #: ../src/guestfs.pod:2919
5745 msgid ""
5746 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-perl(3)>, L<guestfs-"
5747 "python(3)>, L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat"
5748 "(1)>, L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)"
5749 ">, L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)"
5750 ">, L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-"
5751 "rescue(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-"
5752 "win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs."
5753 "org/>."
5754 msgstr ""
5755
5756 #. type: textblock
5757 #: ../src/guestfs.pod:2947
5758 msgid ""
5759 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
5760 "(8)>, L<disktype(1)>."
5761 msgstr ""
5762
5763 #. type: =head1
5764 #: ../src/guestfs.pod:2954 ../tools/virt-win-reg.pl:587
5765 #: ../tools/virt-make-fs.pl:553
5766 msgid "BUGS"
5767 msgstr "ВАДИ"
5768
5769 #. type: textblock
5770 #: ../src/guestfs.pod:2956
5771 msgid "To get a list of bugs against libguestfs use this link:"
5772 msgstr ""
5773 "Щоб переглянути список відомих вад у libguestfs, скористайтеся таким "
5774 "посиланням:"
5775
5776 #. type: textblock
5777 #: ../src/guestfs.pod:2958
5778 msgid ""
5779 "L<https://bugzilla.redhat.com/buglist.cgi?"
5780 "component=libguestfs&product=Virtualization+Tools>"
5781 msgstr ""
5782 "L<https://bugzilla.redhat.com/buglist.cgi?"
5783 "component=libguestfs&product=Virtualization+Tools>"
5784
5785 #. type: textblock
5786 #: ../src/guestfs.pod:2960
5787 msgid "To report a new bug against libguestfs use this link:"
5788 msgstr "Для звітування щодо вад у libguestfs скористайтеся цим посиланням:"
5789
5790 #. type: textblock
5791 #: ../src/guestfs.pod:2962
5792 msgid ""
5793 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5794 "component=libguestfs&product=Virtualization+Tools>"
5795 msgstr ""
5796 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5797 "component=libguestfs&product=Virtualization+Tools>"
5798
5799 #. type: textblock
5800 #: ../src/guestfs.pod:2964
5801 msgid "When reporting a bug, please check:"
5802 msgstr ""
5803
5804 #. type: textblock
5805 #: ../src/guestfs.pod:2970
5806 msgid "That the bug hasn't been reported already."
5807 msgstr ""
5808
5809 #. type: textblock
5810 #: ../src/guestfs.pod:2974
5811 msgid "That you are testing a recent version."
5812 msgstr ""
5813
5814 #. type: textblock
5815 #: ../src/guestfs.pod:2978
5816 msgid "Describe the bug accurately, and give a way to reproduce it."
5817 msgstr ""
5818
5819 #. type: textblock
5820 #: ../src/guestfs.pod:2982
5821 msgid ""
5822 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5823 "bug report."
5824 msgstr ""
5825
5826 #. type: =head1
5827 #: ../src/guestfs.pod:2987 ../fish/guestfish.pod:1172
5828 #: ../test-tool/libguestfs-test-tool.pod:93 ../fuse/guestmount.pod:288
5829 msgid "AUTHORS"
5830 msgstr "АВТОРИ"
5831
5832 #. type: textblock
5833 #: ../src/guestfs.pod:2989 ../fish/guestfish.pod:1174
5834 #: ../test-tool/libguestfs-test-tool.pod:95 ../fuse/guestmount.pod:290
5835 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5836 msgstr ""
5837
5838 #. type: =head1
5839 #: ../src/guestfs.pod:2991 ../fish/guestfish.pod:1176
5840 #: ../test-tool/libguestfs-test-tool.pod:97 ../fuse/guestmount.pod:292
5841 #: ../tools/virt-edit.pl:514 ../tools/virt-win-reg.pl:602
5842 #: ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:305
5843 #: ../tools/virt-make-fs.pl:568 ../tools/virt-list-partitions.pl:273
5844 msgid "COPYRIGHT"
5845 msgstr "АВТОРСЬКІ ПРАВА"
5846
5847 #. type: textblock
5848 #: ../src/guestfs.pod:2993 ../fish/guestfish.pod:1178
5849 #: ../test-tool/libguestfs-test-tool.pod:99
5850 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
5851 msgstr ""
5852
5853 #. type: textblock
5854 #: ../src/guestfs.pod:2996
5855 msgid ""
5856 "This library is free software; you can redistribute it and/or modify it "
5857 "under the terms of the GNU Lesser General Public License as published by the "
5858 "Free Software Foundation; either version 2 of the License, or (at your "
5859 "option) any later version."
5860 msgstr ""
5861
5862 #. type: textblock
5863 #: ../src/guestfs.pod:3001
5864 msgid ""
5865 "This library is distributed in the hope that it will be useful, but WITHOUT "
5866 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5867 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5868 "for more details."
5869 msgstr ""
5870
5871 #. type: textblock
5872 #: ../src/guestfs.pod:3006
5873 msgid ""
5874 "You should have received a copy of the GNU Lesser General Public License "
5875 "along with this library; if not, write to the Free Software Foundation, "
5876 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5877 msgstr ""
5878
5879 #. type: =head2
5880 #: ../src/guestfs-actions.pod:1
5881 msgid "guestfs_add_cdrom"
5882 msgstr ""
5883
5884 #. type: verbatim
5885 #: ../src/guestfs-actions.pod:3
5886 #, no-wrap
5887 msgid ""
5888 " int\n"
5889 " guestfs_add_cdrom (guestfs_h *g,\n"
5890 "                    const char *filename);\n"
5891 "\n"
5892 msgstr ""
5893
5894 #. type: textblock
5895 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5896 msgid "This function adds a virtual CD-ROM disk image to the guest."
5897 msgstr ""
5898
5899 #. type: textblock
5900 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5901 msgid "This is equivalent to the qemu parameter I<-cdrom filename>."
5902 msgstr ""
5903
5904 #. type: textblock
5905 #: ../src/guestfs-actions.pod:17
5906 msgid ""
5907 "This call checks for the existence of C<filename>.  This stops you from "
5908 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5909 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5910 "instead."
5911 msgstr ""
5912
5913 #. type: textblock
5914 #: ../src/guestfs-actions.pod:24
5915 msgid ""
5916 "If you just want to add an ISO file (often you use this as an efficient way "
5917 "to transfer large files into the guest), then you should probably use "
5918 "C<guestfs_add_drive_ro> instead."
5919 msgstr ""
5920
5921 #. type: textblock
5922 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:134
5923 #: ../src/guestfs-actions.pod:195 ../src/guestfs-actions.pod:232
5924 #: ../src/guestfs-actions.pod:246 ../src/guestfs-actions.pod:267
5925 #: ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:301
5926 #: ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:436
5927 #: ../src/guestfs-actions.pod:450 ../src/guestfs-actions.pod:495
5928 #: ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:541
5929 #: ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:641
5930 #: ../src/guestfs-actions.pod:655 ../src/guestfs-actions.pod:670
5931 #: ../src/guestfs-actions.pod:769 ../src/guestfs-actions.pod:787
5932 #: ../src/guestfs-actions.pod:801 ../src/guestfs-actions.pod:815
5933 #: ../src/guestfs-actions.pod:976 ../src/guestfs-actions.pod:996
5934 #: ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1098
5935 #: ../src/guestfs-actions.pod:1116 ../src/guestfs-actions.pod:1135
5936 #: ../src/guestfs-actions.pod:1149 ../src/guestfs-actions.pod:1169
5937 #: ../src/guestfs-actions.pod:1239 ../src/guestfs-actions.pod:1270
5938 #: ../src/guestfs-actions.pod:1295 ../src/guestfs-actions.pod:1337
5939 #: ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1477
5940 #: ../src/guestfs-actions.pod:1692 ../src/guestfs-actions.pod:1714
5941 #: ../src/guestfs-actions.pod:1801 ../src/guestfs-actions.pod:2263
5942 #: ../src/guestfs-actions.pod:2407 ../src/guestfs-actions.pod:2468
5943 #: ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:3456
5944 #: ../src/guestfs-actions.pod:3471 ../src/guestfs-actions.pod:3496
5945 #: ../src/guestfs-actions.pod:3651 ../src/guestfs-actions.pod:3665
5946 #: ../src/guestfs-actions.pod:3678 ../src/guestfs-actions.pod:3692
5947 #: ../src/guestfs-actions.pod:3707 ../src/guestfs-actions.pod:3743
5948 #: ../src/guestfs-actions.pod:3815 ../src/guestfs-actions.pod:3835
5949 #: ../src/guestfs-actions.pod:3852 ../src/guestfs-actions.pod:3875
5950 #: ../src/guestfs-actions.pod:3898 ../src/guestfs-actions.pod:3930
5951 #: ../src/guestfs-actions.pod:3949 ../src/guestfs-actions.pod:3968
5952 #: ../src/guestfs-actions.pod:4003 ../src/guestfs-actions.pod:4015
5953 #: ../src/guestfs-actions.pod:4051 ../src/guestfs-actions.pod:4067
5954 #: ../src/guestfs-actions.pod:4080 ../src/guestfs-actions.pod:4095
5955 #: ../src/guestfs-actions.pod:4112 ../src/guestfs-actions.pod:4205
5956 #: ../src/guestfs-actions.pod:4225 ../src/guestfs-actions.pod:4238
5957 #: ../src/guestfs-actions.pod:4289 ../src/guestfs-actions.pod:4307
5958 #: ../src/guestfs-actions.pod:4325 ../src/guestfs-actions.pod:4341
5959 #: ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4369
5960 #: ../src/guestfs-actions.pod:4386 ../src/guestfs-actions.pod:4401
5961 #: ../src/guestfs-actions.pod:4421 ../src/guestfs-actions.pod:4479
5962 #: ../src/guestfs-actions.pod:4552 ../src/guestfs-actions.pod:4583
5963 #: ../src/guestfs-actions.pod:4602 ../src/guestfs-actions.pod:4621
5964 #: ../src/guestfs-actions.pod:4633 ../src/guestfs-actions.pod:4650
5965 #: ../src/guestfs-actions.pod:4663 ../src/guestfs-actions.pod:4678
5966 #: ../src/guestfs-actions.pod:4693 ../src/guestfs-actions.pod:4728
5967 #: ../src/guestfs-actions.pod:4750 ../src/guestfs-actions.pod:4770
5968 #: ../src/guestfs-actions.pod:4784 ../src/guestfs-actions.pod:4801
5969 #: ../src/guestfs-actions.pod:4850 ../src/guestfs-actions.pod:4896
5970 #: ../src/guestfs-actions.pod:4910 ../src/guestfs-actions.pod:4938
5971 #: ../src/guestfs-actions.pod:4955 ../src/guestfs-actions.pod:4973
5972 #: ../src/guestfs-actions.pod:5107 ../src/guestfs-actions.pod:5164
5973 #: ../src/guestfs-actions.pod:5186 ../src/guestfs-actions.pod:5204
5974 #: ../src/guestfs-actions.pod:5236 ../src/guestfs-actions.pod:5302
5975 #: ../src/guestfs-actions.pod:5319 ../src/guestfs-actions.pod:5332
5976 #: ../src/guestfs-actions.pod:5346 ../src/guestfs-actions.pod:5635
5977 #: ../src/guestfs-actions.pod:5654 ../src/guestfs-actions.pod:5673
5978 #: ../src/guestfs-actions.pod:5685 ../src/guestfs-actions.pod:5697
5979 #: ../src/guestfs-actions.pod:5711 ../src/guestfs-actions.pod:5723
5980 #: ../src/guestfs-actions.pod:5737 ../src/guestfs-actions.pod:5753
5981 #: ../src/guestfs-actions.pod:5774 ../src/guestfs-actions.pod:5793
5982 #: ../src/guestfs-actions.pod:5812 ../src/guestfs-actions.pod:5842
5983 #: ../src/guestfs-actions.pod:5858 ../src/guestfs-actions.pod:5881
5984 #: ../src/guestfs-actions.pod:5899 ../src/guestfs-actions.pod:5918
5985 #: ../src/guestfs-actions.pod:5939 ../src/guestfs-actions.pod:5958
5986 #: ../src/guestfs-actions.pod:5975 ../src/guestfs-actions.pod:6003
5987 #: ../src/guestfs-actions.pod:6027 ../src/guestfs-actions.pod:6046
5988 #: ../src/guestfs-actions.pod:6070 ../src/guestfs-actions.pod:6089
5989 #: ../src/guestfs-actions.pod:6104 ../src/guestfs-actions.pod:6123
5990 #: ../src/guestfs-actions.pod:6160 ../src/guestfs-actions.pod:6190
5991 #: ../src/guestfs-actions.pod:6223 ../src/guestfs-actions.pod:6345
5992 #: ../src/guestfs-actions.pod:6466 ../src/guestfs-actions.pod:6478
5993 #: ../src/guestfs-actions.pod:6491 ../src/guestfs-actions.pod:6504
5994 #: ../src/guestfs-actions.pod:6526 ../src/guestfs-actions.pod:6539
5995 #: ../src/guestfs-actions.pod:6552 ../src/guestfs-actions.pod:6565
5996 #: ../src/guestfs-actions.pod:6580 ../src/guestfs-actions.pod:6639
5997 #: ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6672
5998 #: ../src/guestfs-actions.pod:6688 ../src/guestfs-actions.pod:6705
5999 #: ../src/guestfs-actions.pod:6718 ../src/guestfs-actions.pod:6738
6000 #: ../src/guestfs-actions.pod:6774 ../src/guestfs-actions.pod:6788
6001 #: ../src/guestfs-actions.pod:6829 ../src/guestfs-actions.pod:6842
6002 #: ../src/guestfs-actions.pod:6860 ../src/guestfs-actions.pod:6894
6003 #: ../src/guestfs-actions.pod:6930 ../src/guestfs-actions.pod:7049
6004 #: ../src/guestfs-actions.pod:7067 ../src/guestfs-actions.pod:7081
6005 #: ../src/guestfs-actions.pod:7136 ../src/guestfs-actions.pod:7149
6006 #: ../src/guestfs-actions.pod:7194 ../src/guestfs-actions.pod:7227
6007 #: ../src/guestfs-actions.pod:7288 ../src/guestfs-actions.pod:7314
6008 #: ../src/guestfs-actions.pod:7380 ../src/guestfs-actions.pod:7399
6009 #: ../src/guestfs-actions.pod:7428
6010 msgid "This function returns 0 on success or -1 on error."
6011 msgstr ""
6012
6013 #. type: textblock
6014 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248
6015 #: ../src/guestfs-actions.pod:269
6016 msgid ""
6017 "This function is deprecated.  In new code, use the L</"
6018 "guestfs_add_drive_opts> call instead."
6019 msgstr ""
6020
6021 #. type: textblock
6022 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251
6023 #: ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1448
6024 #: ../src/guestfs-actions.pod:1941 ../src/guestfs-actions.pod:1962
6025 #: ../src/guestfs-actions.pod:4426 ../src/guestfs-actions.pod:4733
6026 #: ../src/guestfs-actions.pod:6168 ../src/guestfs-actions.pod:6198
6027 #: ../src/guestfs-actions.pod:6231 ../src/guestfs-actions.pod:6290
6028 #: ../src/guestfs-actions.pod:7232 ../src/guestfs-actions.pod:7322
6029 #: ../src/guestfs-actions.pod:7491 ../fish/guestfish-actions.pod:31
6030 #: ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175
6031 #: ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1316
6032 #: ../fish/guestfish-actions.pod:1330 ../fish/guestfish-actions.pod:3005
6033 #: ../fish/guestfish-actions.pod:3202 ../fish/guestfish-actions.pod:4183
6034 #: ../fish/guestfish-actions.pod:4206 ../fish/guestfish-actions.pod:4228
6035 #: ../fish/guestfish-actions.pod:4266 ../fish/guestfish-actions.pod:4907
6036 #: ../fish/guestfish-actions.pod:5004
6037 msgid ""
6038 "Deprecated functions will not be removed from the API, but the fact that "
6039 "they are deprecated indicates that there are problems with correct use of "
6040 "these functions."
6041 msgstr ""
6042
6043 #. type: textblock
6044 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136
6045 #: ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1913
6046 #: ../src/guestfs-actions.pod:2011 ../src/guestfs-actions.pod:2114
6047 #: ../src/guestfs-actions.pod:3458 ../src/guestfs-actions.pod:3478
6048 #: ../src/guestfs-actions.pod:4737 ../src/guestfs-actions.pod:5860
6049 #: ../src/guestfs-actions.pod:5977 ../src/guestfs-actions.pod:6091
6050 #: ../src/guestfs-actions.pod:6582 ../src/guestfs-actions.pod:6707
6051 #: ../src/guestfs-actions.pod:7236
6052 msgid "(Added in 0.3)"
6053 msgstr ""
6054
6055 #. type: =head2
6056 #: ../src/guestfs-actions.pod:41
6057 msgid "guestfs_add_domain"
6058 msgstr ""
6059
6060 #. type: verbatim
6061 #: ../src/guestfs-actions.pod:43
6062 #, no-wrap
6063 msgid ""
6064 " int\n"
6065 " guestfs_add_domain (guestfs_h *g,\n"
6066 "                     const char *dom,\n"
6067 "                     ...);\n"
6068 "\n"
6069 msgstr ""
6070
6071 #. type: textblock
6072 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145
6073 #: ../src/guestfs-actions.pod:4440
6074 msgid ""
6075 "You may supply a list of optional arguments to this call.  Use zero or more "
6076 "of the following pairs of parameters, and terminate the list with C<-1> on "
6077 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
6078 msgstr ""
6079
6080 #. type: verbatim
6081 #: ../src/guestfs-actions.pod:53
6082 #, no-wrap
6083 msgid ""
6084 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
6085 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
6086 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
6087 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
6088 "\n"
6089 msgstr ""
6090
6091 #. type: textblock
6092 #: ../src/guestfs-actions.pod:58
6093 msgid ""
6094 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
6095 "It works by connecting to libvirt, requesting the domain and domain XML from "
6096 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
6097 "one."
6098 msgstr ""
6099
6100 #. type: textblock
6101 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
6102 msgid ""
6103 "The number of disks added is returned.  This operation is atomic: if an "
6104 "error is returned, then no disks are added."
6105 msgstr ""
6106
6107 #. type: textblock
6108 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
6109 msgid ""
6110 "This function does some minimal checks to make sure the libvirt domain is "
6111 "not running (unless C<readonly> is true).  In a future version we will try "
6112 "to acquire the libvirt lock on each disk."
6113 msgstr ""
6114
6115 #. type: textblock
6116 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
6117 msgid ""
6118 "Disks must be accessible locally.  This often means that adding disks from a "
6119 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
6120 "unless those disks are accessible via the same device path locally too."
6121 msgstr ""
6122
6123 #. type: textblock
6124 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
6125 msgid ""
6126 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
6127 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
6128 "libvirt URI (or one set through an environment variable, see the libvirt "
6129 "documentation for full details)."
6130 msgstr ""
6131
6132 #. type: textblock
6133 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
6134 msgid ""
6135 "The optional C<live> flag controls whether this call will try to connect to "
6136 "a running virtual machine C<guestfsd> process if it sees a suitable "
6137 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
6138 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
6139 "DAEMONS> for more information."
6140 msgstr ""
6141
6142 #. type: textblock
6143 #: ../src/guestfs-actions.pod:88
6144 msgid ""
6145 "The other optional parameters are passed directly through to "
6146 "C<guestfs_add_drive_opts>."
6147 msgstr ""
6148
6149 #. type: textblock
6150 #: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344
6151 #: ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687
6152 #: ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736
6153 #: ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315
6154 #: ../src/guestfs-actions.pod:1671 ../src/guestfs-actions.pod:1874
6155 #: ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:2023
6156 #: ../src/guestfs-actions.pod:2078 ../src/guestfs-actions.pod:2101
6157 #: ../src/guestfs-actions.pod:2394 ../src/guestfs-actions.pod:2777
6158 #: ../src/guestfs-actions.pod:2798 ../src/guestfs-actions.pod:4873
6159 #: ../src/guestfs-actions.pod:5010 ../src/guestfs-actions.pod:5416
6160 #: ../src/guestfs-actions.pod:5442 ../src/guestfs-actions.pod:6815
6161 #: ../src/guestfs-actions.pod:7247 ../src/guestfs-actions.pod:7260
6162 #: ../src/guestfs-actions.pod:7273
6163 msgid "On error this function returns -1."
6164 msgstr ""
6165
6166 #. type: textblock
6167 #: ../src/guestfs-actions.pod:93
6168 msgid "(Added in 1.7.4)"
6169 msgstr ""
6170
6171 #. type: =head2
6172 #: ../src/guestfs-actions.pod:95
6173 msgid "guestfs_add_domain_va"
6174 msgstr ""
6175
6176 #. type: verbatim
6177 #: ../src/guestfs-actions.pod:97
6178 #, no-wrap
6179 msgid ""
6180 " int\n"
6181 " guestfs_add_domain_va (guestfs_h *g,\n"
6182 "                        const char *dom,\n"
6183 "                        va_list args);\n"
6184 "\n"
6185 msgstr ""
6186
6187 #. type: textblock
6188 #: ../src/guestfs-actions.pod:102
6189 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
6190 msgstr ""
6191
6192 #. type: textblock
6193 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115
6194 #: ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219
6195 #: ../src/guestfs-actions.pod:4493 ../src/guestfs-actions.pod:4505
6196 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
6197 msgstr ""
6198
6199 #. type: =head2
6200 #: ../src/guestfs-actions.pod:106
6201 msgid "guestfs_add_domain_argv"
6202 msgstr ""
6203
6204 #. type: verbatim
6205 #: ../src/guestfs-actions.pod:108
6206 #, no-wrap
6207 msgid ""
6208 " int\n"
6209 " guestfs_add_domain_argv (guestfs_h *g,\n"
6210 "                          const char *dom,\n"
6211 "                          const struct guestfs_add_domain_argv *optargs);\n"
6212 "\n"
6213 msgstr ""
6214
6215 #. type: textblock
6216 #: ../src/guestfs-actions.pod:113
6217 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
6218 msgstr ""
6219
6220 #. type: =head2
6221 #: ../src/guestfs-actions.pod:117
6222 msgid "guestfs_add_drive"
6223 msgstr ""
6224
6225 #. type: verbatim
6226 #: ../src/guestfs-actions.pod:119
6227 #, no-wrap
6228 msgid ""
6229 " int\n"
6230 " guestfs_add_drive (guestfs_h *g,\n"
6231 "                    const char *filename);\n"
6232 "\n"
6233 msgstr ""
6234
6235 #. type: textblock
6236 #: ../src/guestfs-actions.pod:123
6237 msgid ""
6238 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
6239 "optional parameters, so the disk is added writable, with the format being "
6240 "detected automatically."
6241 msgstr ""
6242
6243 #. type: textblock
6244 #: ../src/guestfs-actions.pod:127
6245 msgid ""
6246 "Automatic detection of the format opens you up to a potential security hole "
6247 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6248 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
6249 "you should think about replacing calls to this function with calls to "
6250 "C<guestfs_add_drive_opts>, and specifying the format."
6251 msgstr ""
6252
6253 #. type: =head2
6254 #: ../src/guestfs-actions.pod:138
6255 msgid "guestfs_add_drive_opts"
6256 msgstr ""
6257
6258 #. type: verbatim
6259 #: ../src/guestfs-actions.pod:140
6260 #, no-wrap
6261 msgid ""
6262 " int\n"
6263 " guestfs_add_drive_opts (guestfs_h *g,\n"
6264 "                         const char *filename,\n"
6265 "                         ...);\n"
6266 "\n"
6267 msgstr ""
6268
6269 #. type: verbatim
6270 #: ../src/guestfs-actions.pod:150
6271 #, no-wrap
6272 msgid ""
6273 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6274 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6275 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6276 "\n"
6277 msgstr ""
6278
6279 #. type: textblock
6280 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
6281 msgid ""
6282 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6283 "The first time you call this function, the disk appears as C</dev/sda>, the "
6284 "second time as C</dev/sdb>, and so on."
6285 msgstr ""
6286
6287 #. type: textblock
6288 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
6289 msgid ""
6290 "You don't necessarily need to be root when using libguestfs.  However you "
6291 "obviously do need sufficient permissions to access the filename for whatever "
6292 "operations you want to perform (ie. read access if you just want to read the "
6293 "image or write access if you want to modify the image)."
6294 msgstr ""
6295
6296 #. type: textblock
6297 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
6298 msgid "This call checks that C<filename> exists."
6299 msgstr ""
6300
6301 #. type: textblock
6302 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4451
6303 #: ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:3016
6304 msgid "The optional arguments are:"
6305 msgstr ""
6306
6307 #. type: =item
6308 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
6309 msgid "C<readonly>"
6310 msgstr "C<readonly>"
6311
6312 #. type: textblock
6313 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
6314 msgid ""
6315 "If true then the image is treated as read-only.  Writes are still allowed, "
6316 "but they are stored in a temporary snapshot overlay which is discarded at "
6317 "the end.  The disk that you add is not modified."
6318 msgstr ""
6319
6320 #. type: =item
6321 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
6322 msgid "C<format>"
6323 msgstr "C<format>"
6324
6325 #. type: textblock
6326 #: ../src/guestfs-actions.pod:179
6327 msgid ""
6328 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6329 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6330 "Possible formats include C<raw> and C<qcow2>."
6331 msgstr ""
6332
6333 #. type: textblock
6334 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
6335 msgid ""
6336 "Automatic detection of the format opens you up to a potential security hole "
6337 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6338 "RHBZ#642934.  Specifying the format closes this security hole."
6339 msgstr ""
6340
6341 #. type: =item
6342 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
6343 msgid "C<iface>"
6344 msgstr "C<iface>"
6345
6346 #. type: textblock
6347 #: ../src/guestfs-actions.pod:190
6348 msgid ""
6349 "This rarely-used option lets you emulate the behaviour of the deprecated "
6350 "C<guestfs_add_drive_with_if> call (q.v.)"
6351 msgstr ""
6352
6353 #. type: textblock
6354 #: ../src/guestfs-actions.pod:197
6355 msgid "(Added in 1.5.23)"
6356 msgstr ""
6357
6358 #. type: =head2
6359 #: ../src/guestfs-actions.pod:199
6360 msgid "guestfs_add_drive_opts_va"
6361 msgstr ""
6362
6363 #. type: verbatim
6364 #: ../src/guestfs-actions.pod:201
6365 #, no-wrap
6366 msgid ""
6367 " int\n"
6368 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6369 "                            const char *filename,\n"
6370 "                            va_list args);\n"
6371 "\n"
6372 msgstr ""
6373
6374 #. type: textblock
6375 #: ../src/guestfs-actions.pod:206
6376 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6377 msgstr ""
6378
6379 #. type: =head2
6380 #: ../src/guestfs-actions.pod:210
6381 msgid "guestfs_add_drive_opts_argv"
6382 msgstr ""
6383
6384 #. type: verbatim
6385 #: ../src/guestfs-actions.pod:212
6386 #, no-wrap
6387 msgid ""
6388 " int\n"
6389 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6390 "                              const char *filename,\n"
6391 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6392 "\n"
6393 msgstr ""
6394
6395 #. type: textblock
6396 #: ../src/guestfs-actions.pod:217
6397 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6398 msgstr ""
6399
6400 #. type: =head2
6401 #: ../src/guestfs-actions.pod:221
6402 msgid "guestfs_add_drive_ro"
6403 msgstr ""
6404
6405 #. type: verbatim
6406 #: ../src/guestfs-actions.pod:223
6407 #, no-wrap
6408 msgid ""
6409 " int\n"
6410 " guestfs_add_drive_ro (guestfs_h *g,\n"
6411 "                       const char *filename);\n"
6412 "\n"
6413 msgstr ""
6414
6415 #. type: textblock
6416 #: ../src/guestfs-actions.pod:227
6417 msgid ""
6418 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6419 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6420 "disk is added read-only, with the format being detected automatically."
6421 msgstr ""
6422
6423 #. type: textblock
6424 #: ../src/guestfs-actions.pod:234
6425 msgid "(Added in 1.0.38)"
6426 msgstr ""
6427
6428 #. type: =head2
6429 #: ../src/guestfs-actions.pod:236
6430 msgid "guestfs_add_drive_ro_with_if"
6431 msgstr ""
6432
6433 #. type: verbatim
6434 #: ../src/guestfs-actions.pod:238
6435 #, no-wrap
6436 msgid ""
6437 " int\n"
6438 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6439 "                               const char *filename,\n"
6440 "                               const char *iface);\n"
6441 "\n"
6442 msgstr ""
6443
6444 #. type: textblock
6445 #: ../src/guestfs-actions.pod:243
6446 msgid ""
6447 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6448 "QEMU interface emulation to use at run time."
6449 msgstr ""
6450
6451 #. type: textblock
6452 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276
6453 #: ../src/guestfs-actions.pod:2353
6454 msgid "(Added in 1.0.84)"
6455 msgstr ""
6456
6457 #. type: =head2
6458 #: ../src/guestfs-actions.pod:257
6459 msgid "guestfs_add_drive_with_if"
6460 msgstr ""
6461
6462 #. type: verbatim
6463 #: ../src/guestfs-actions.pod:259
6464 #, no-wrap
6465 msgid ""
6466 " int\n"
6467 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6468 "                            const char *filename,\n"
6469 "                            const char *iface);\n"
6470 "\n"
6471 msgstr ""
6472
6473 #. type: textblock
6474 #: ../src/guestfs-actions.pod:264
6475 msgid ""
6476 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6477 "QEMU interface emulation to use at run time."
6478 msgstr ""
6479
6480 #. type: =head2
6481 #: ../src/guestfs-actions.pod:278
6482 msgid "guestfs_aug_clear"
6483 msgstr ""
6484
6485 #. type: verbatim
6486 #: ../src/guestfs-actions.pod:280
6487 #, no-wrap
6488 msgid ""
6489 " int\n"
6490 " guestfs_aug_clear (guestfs_h *g,\n"
6491 "                    const char *augpath);\n"
6492 "\n"
6493 msgstr ""
6494
6495 #. type: textblock
6496 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
6497 msgid ""
6498 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6499 "L<augtool(1)> C<clear> command."
6500 msgstr ""
6501
6502 #. type: textblock
6503 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2103
6504 msgid "(Added in 1.3.4)"
6505 msgstr ""
6506
6507 #. type: =head2
6508 #: ../src/guestfs-actions.pod:291
6509 msgid "guestfs_aug_close"
6510 msgstr ""
6511
6512 #. type: verbatim
6513 #: ../src/guestfs-actions.pod:293
6514 #, no-wrap
6515 msgid ""
6516 " int\n"
6517 " guestfs_aug_close (guestfs_h *g);\n"
6518 "\n"
6519 msgstr ""
6520
6521 #. type: textblock
6522 #: ../src/guestfs-actions.pod:296
6523 msgid ""
6524 "Close the current Augeas handle and free up any resources used by it.  After "
6525 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6526 "any other Augeas functions."
6527 msgstr ""
6528
6529 #. type: textblock
6530 #: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328
6531 #: ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360
6532 #: ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438
6533 #: ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483
6534 #: ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511
6535 #: ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543
6536 #: ../src/guestfs-actions.pod:5493
6537 msgid "(Added in 0.7)"
6538 msgstr ""
6539
6540 #. type: =head2
6541 #: ../src/guestfs-actions.pod:305
6542 msgid "guestfs_aug_defnode"
6543 msgstr ""
6544
6545 #. type: verbatim
6546 #: ../src/guestfs-actions.pod:307
6547 #, no-wrap
6548 msgid ""
6549 " struct guestfs_int_bool *\n"
6550 " guestfs_aug_defnode (guestfs_h *g,\n"
6551 "                      const char *name,\n"
6552 "                      const char *expr,\n"
6553 "                      const char *val);\n"
6554 "\n"
6555 msgstr ""
6556
6557 #. type: textblock
6558 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
6559 msgid ""
6560 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6561 msgstr ""
6562
6563 #. type: textblock
6564 #: ../src/guestfs-actions.pod:316
6565 msgid ""
6566 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6567 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6568 "containing that single node."
6569 msgstr ""
6570
6571 #. type: textblock
6572 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
6573 msgid ""
6574 "On success this returns a pair containing the number of nodes in the "
6575 "nodeset, and a boolean flag if a node was created."
6576 msgstr ""
6577
6578 #. type: textblock
6579 #: ../src/guestfs-actions.pod:324
6580 msgid ""
6581 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6582 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6583 msgstr ""
6584
6585 #. type: =head2
6586 #: ../src/guestfs-actions.pod:330
6587 msgid "guestfs_aug_defvar"
6588 msgstr ""
6589
6590 #. type: verbatim
6591 #: ../src/guestfs-actions.pod:332
6592 #, no-wrap
6593 msgid ""
6594 " int\n"
6595 " guestfs_aug_defvar (guestfs_h *g,\n"
6596 "                     const char *name,\n"
6597 "                     const char *expr);\n"
6598 "\n"
6599 msgstr ""
6600
6601 #. type: textblock
6602 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
6603 msgid ""
6604 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6605 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6606 msgstr ""
6607
6608 #. type: textblock
6609 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
6610 msgid ""
6611 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6612 "evaluates to something which is not a nodeset."
6613 msgstr ""
6614
6615 #. type: =head2
6616 #: ../src/guestfs-actions.pod:348
6617 msgid "guestfs_aug_get"
6618 msgstr ""
6619
6620 #. type: verbatim
6621 #: ../src/guestfs-actions.pod:350
6622 #, no-wrap
6623 msgid ""
6624 " char *\n"
6625 " guestfs_aug_get (guestfs_h *g,\n"
6626 "                  const char *augpath);\n"
6627 "\n"
6628 msgstr ""
6629
6630 #. type: textblock
6631 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
6632 msgid ""
6633 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6634 "node, the C<value> is returned."
6635 msgstr ""
6636
6637 #. type: textblock
6638 #: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857
6639 #: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935
6640 #: ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054
6641 #: ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201
6642 #: ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1354
6643 #: ../src/guestfs-actions.pod:1542 ../src/guestfs-actions.pod:1654
6644 #: ../src/guestfs-actions.pod:1817 ../src/guestfs-actions.pod:1834
6645 #: ../src/guestfs-actions.pod:1901 ../src/guestfs-actions.pod:1935
6646 #: ../src/guestfs-actions.pod:1956 ../src/guestfs-actions.pod:2126
6647 #: ../src/guestfs-actions.pod:2318 ../src/guestfs-actions.pod:2525
6648 #: ../src/guestfs-actions.pod:2618 ../src/guestfs-actions.pod:2729
6649 #: ../src/guestfs-actions.pod:2749 ../src/guestfs-actions.pod:2869
6650 #: ../src/guestfs-actions.pod:2900 ../src/guestfs-actions.pod:2924
6651 #: ../src/guestfs-actions.pod:2961 ../src/guestfs-actions.pod:3021
6652 #: ../src/guestfs-actions.pod:3044 ../src/guestfs-actions.pod:3065
6653 #: ../src/guestfs-actions.pod:3637 ../src/guestfs-actions.pod:3987
6654 #: ../src/guestfs-actions.pod:4157 ../src/guestfs-actions.pod:4267
6655 #: ../src/guestfs-actions.pod:5028 ../src/guestfs-actions.pod:5221
6656 #: ../src/guestfs-actions.pod:5391 ../src/guestfs-actions.pod:5569
6657 #: ../src/guestfs-actions.pod:5618 ../src/guestfs-actions.pod:6251
6658 #: ../src/guestfs-actions.pod:6267 ../src/guestfs-actions.pod:6284
6659 #: ../src/guestfs-actions.pod:6315 ../src/guestfs-actions.pod:6989
6660 #: ../src/guestfs-actions.pod:7008 ../src/guestfs-actions.pod:7026
6661 #: ../src/guestfs-actions.pod:7206 ../src/guestfs-actions.pod:7485
6662 msgid ""
6663 "This function returns a string, or NULL on error.  I<The caller must free "
6664 "the returned string after use>."
6665 msgstr ""
6666
6667 #. type: =head2
6668 #: ../src/guestfs-actions.pod:362
6669 msgid "guestfs_aug_init"
6670 msgstr ""
6671
6672 #. type: verbatim
6673 #: ../src/guestfs-actions.pod:364
6674 #, no-wrap
6675 msgid ""
6676 " int\n"
6677 " guestfs_aug_init (guestfs_h *g,\n"
6678 "                   const char *root,\n"
6679 "                   int flags);\n"
6680 "\n"
6681 msgstr ""
6682
6683 #. type: textblock
6684 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
6685 msgid ""
6686 "Create a new Augeas handle for editing configuration files.  If there was "
6687 "any previous Augeas handle associated with this guestfs session, then it is "
6688 "closed."
6689 msgstr ""
6690
6691 #. type: textblock
6692 #: ../src/guestfs-actions.pod:373
6693 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6694 msgstr ""
6695
6696 #. type: textblock
6697 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
6698 msgid ""
6699 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6700 msgstr ""
6701
6702 #. type: textblock
6703 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
6704 msgid ""
6705 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6706 "logical I<or> of the following integers:"
6707 msgstr ""
6708
6709 #. type: =item
6710 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
6711 msgid "C<AUG_SAVE_BACKUP> = 1"
6712 msgstr "C<AUG_SAVE_BACKUP> = 1"
6713
6714 #. type: textblock
6715 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
6716 msgid "Keep the original file with a C<.augsave> extension."
6717 msgstr ""
6718
6719 #. type: =item
6720 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
6721 msgid "C<AUG_SAVE_NEWFILE> = 2"
6722 msgstr "C<AUG_SAVE_NEWFILE> = 2"
6723
6724 #. type: textblock
6725 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
6726 msgid ""
6727 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6728 "original.  Overrides C<AUG_SAVE_BACKUP>."
6729 msgstr ""
6730
6731 #. type: =item
6732 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
6733 msgid "C<AUG_TYPE_CHECK> = 4"
6734 msgstr "C<AUG_TYPE_CHECK> = 4"
6735
6736 #. type: textblock
6737 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
6738 msgid "Typecheck lenses (can be expensive)."
6739 msgstr ""
6740
6741 #. type: =item
6742 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
6743 msgid "C<AUG_NO_STDINC> = 8"
6744 msgstr "C<AUG_NO_STDINC> = 8"
6745
6746 #. type: textblock
6747 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
6748 msgid "Do not use standard load path for modules."
6749 msgstr ""
6750
6751 #. type: =item
6752 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
6753 msgid "C<AUG_SAVE_NOOP> = 16"
6754 msgstr "C<AUG_SAVE_NOOP> = 16"
6755
6756 #. type: textblock
6757 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
6758 msgid "Make save a no-op, just record what would have been changed."
6759 msgstr ""
6760
6761 #. type: =item
6762 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
6763 msgid "C<AUG_NO_LOAD> = 32"
6764 msgstr "C<AUG_NO_LOAD> = 32"
6765
6766 #. type: textblock
6767 #: ../src/guestfs-actions.pod:408
6768 msgid "Do not load the tree in C<guestfs_aug_init>."
6769 msgstr ""
6770
6771 #. type: textblock
6772 #: ../src/guestfs-actions.pod:412
6773 msgid "To close the handle, you can call C<guestfs_aug_close>."
6774 msgstr ""
6775
6776 #. type: textblock
6777 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
6778 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6779 msgstr ""
6780
6781 #. type: =head2
6782 #: ../src/guestfs-actions.pod:420
6783 msgid "guestfs_aug_insert"
6784 msgstr ""
6785
6786 #. type: verbatim
6787 #: ../src/guestfs-actions.pod:422
6788 #, no-wrap
6789 msgid ""
6790 " int\n"
6791 " guestfs_aug_insert (guestfs_h *g,\n"
6792 "                     const char *augpath,\n"
6793 "                     const char *label,\n"
6794 "                     int before);\n"
6795 "\n"
6796 msgstr ""
6797
6798 #. type: textblock
6799 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
6800 msgid ""
6801 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6802 "or after C<path> (depending on the boolean flag C<before>)."
6803 msgstr ""
6804
6805 #. type: textblock
6806 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
6807 msgid ""
6808 "C<path> must match exactly one existing node in the tree, and C<label> must "
6809 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6810 msgstr ""
6811
6812 #. type: =head2
6813 #: ../src/guestfs-actions.pod:440
6814 msgid "guestfs_aug_load"
6815 msgstr ""
6816
6817 #. type: verbatim
6818 #: ../src/guestfs-actions.pod:442
6819 #, no-wrap
6820 msgid ""
6821 " int\n"
6822 " guestfs_aug_load (guestfs_h *g);\n"
6823 "\n"
6824 msgstr ""
6825
6826 #. type: textblock
6827 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
6828 msgid "Load files into the tree."
6829 msgstr "Завантажити файли до ієрархії."
6830
6831 #. type: textblock
6832 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
6833 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6834 msgstr ""
6835
6836 #. type: =head2
6837 #: ../src/guestfs-actions.pod:454
6838 msgid "guestfs_aug_ls"
6839 msgstr ""
6840
6841 #. type: verbatim
6842 #: ../src/guestfs-actions.pod:456
6843 #, no-wrap
6844 msgid ""
6845 " char **\n"
6846 " guestfs_aug_ls (guestfs_h *g,\n"
6847 "                 const char *augpath);\n"
6848 "\n"
6849 msgstr ""
6850
6851 #. type: textblock
6852 #: ../src/guestfs-actions.pod:460
6853 msgid ""
6854 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6855 "sorting the resulting nodes into alphabetical order."
6856 msgstr ""
6857
6858 #. type: textblock
6859 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479
6860 #: ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073
6861 #: ../src/guestfs-actions.pod:1369 ../src/guestfs-actions.pod:1388
6862 #: ../src/guestfs-actions.pod:1491 ../src/guestfs-actions.pod:1510
6863 #: ../src/guestfs-actions.pod:1756 ../src/guestfs-actions.pod:2198
6864 #: ../src/guestfs-actions.pod:2214 ../src/guestfs-actions.pod:2233
6865 #: ../src/guestfs-actions.pod:2276 ../src/guestfs-actions.pod:2300
6866 #: ../src/guestfs-actions.pod:2371 ../src/guestfs-actions.pod:2420
6867 #: ../src/guestfs-actions.pod:2687 ../src/guestfs-actions.pod:2978
6868 #: ../src/guestfs-actions.pod:3267 ../src/guestfs-actions.pod:3557
6869 #: ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3724
6870 #: ../src/guestfs-actions.pod:4129 ../src/guestfs-actions.pod:4834
6871 #: ../src/guestfs-actions.pod:5363 ../src/guestfs-actions.pod:5489
6872 #: ../src/guestfs-actions.pod:5603 ../src/guestfs-actions.pod:6331
6873 #: ../src/guestfs-actions.pod:6392 ../src/guestfs-actions.pod:6447
6874 #: ../src/guestfs-actions.pod:6593 ../src/guestfs-actions.pod:6617
6875 #: ../src/guestfs-actions.pod:7099 ../src/guestfs-actions.pod:7119
6876 #: ../src/guestfs-actions.pod:7166 ../src/guestfs-actions.pod:7338
6877 #: ../src/guestfs-actions.pod:7357 ../src/guestfs-actions.pod:7442
6878 #: ../src/guestfs-actions.pod:7461 ../src/guestfs-actions.pod:7507
6879 #: ../src/guestfs-actions.pod:7526
6880 msgid ""
6881 "This function returns a NULL-terminated array of strings (like L<environ(3)"
6882 ">), or NULL if there was an error.  I<The caller must free the strings and "
6883 "the array after use>."
6884 msgstr ""
6885
6886 #. type: textblock
6887 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998
6888 #: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1426
6889 #: ../src/guestfs-actions.pod:3345 ../src/guestfs-actions.pod:3376
6890 #: ../src/guestfs-actions.pod:3970 ../src/guestfs-actions.pod:4020
6891 #: ../src/guestfs-actions.pod:4207 ../src/guestfs-actions.pod:4240
6892 #: ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:4838
6893 #: ../src/guestfs-actions.pod:5304 ../src/guestfs-actions.pod:5699
6894 #: ../src/guestfs-actions.pod:5713 ../src/guestfs-actions.pod:5725
6895 #: ../src/guestfs-actions.pod:6172 ../src/guestfs-actions.pod:6831
6896 #: ../src/guestfs-actions.pod:6844 ../src/guestfs-actions.pod:7083
6897 #: ../src/guestfs-actions.pod:7326
6898 msgid "(Added in 0.8)"
6899 msgstr ""
6900
6901 #. type: =head2
6902 #: ../src/guestfs-actions.pod:469
6903 msgid "guestfs_aug_match"
6904 msgstr ""
6905
6906 #. type: verbatim
6907 #: ../src/guestfs-actions.pod:471
6908 #, no-wrap
6909 msgid ""
6910 " char **\n"
6911 " guestfs_aug_match (guestfs_h *g,\n"
6912 "                    const char *augpath);\n"
6913 "\n"
6914 msgstr ""
6915
6916 #. type: textblock
6917 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
6918 msgid ""
6919 "Returns a list of paths which match the path expression C<path>.  The "
6920 "returned paths are sufficiently qualified so that they match exactly one "
6921 "node in the current tree."
6922 msgstr ""
6923
6924 #. type: =head2
6925 #: ../src/guestfs-actions.pod:485
6926 msgid "guestfs_aug_mv"
6927 msgstr ""
6928
6929 #. type: verbatim
6930 #: ../src/guestfs-actions.pod:487
6931 #, no-wrap
6932 msgid ""
6933 " int\n"
6934 " guestfs_aug_mv (guestfs_h *g,\n"
6935 "                 const char *src,\n"
6936 "                 const char *dest);\n"
6937 "\n"
6938 msgstr ""
6939
6940 #. type: textblock
6941 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
6942 msgid ""
6943 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6944 "C<dest> is overwritten if it exists."
6945 msgstr ""
6946
6947 #. type: =head2
6948 #: ../src/guestfs-actions.pod:499
6949 msgid "guestfs_aug_rm"
6950 msgstr ""
6951
6952 #. type: verbatim
6953 #: ../src/guestfs-actions.pod:501
6954 #, no-wrap
6955 msgid ""
6956 " int\n"
6957 " guestfs_aug_rm (guestfs_h *g,\n"
6958 "                 const char *augpath);\n"
6959 "\n"
6960 msgstr ""
6961
6962 #. type: textblock
6963 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
6964 msgid "Remove C<path> and all of its children."
6965 msgstr ""
6966
6967 #. type: textblock
6968 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
6969 msgid "On success this returns the number of entries which were removed."
6970 msgstr ""
6971
6972 #. type: =head2
6973 #: ../src/guestfs-actions.pod:513
6974 msgid "guestfs_aug_save"
6975 msgstr ""
6976
6977 #. type: verbatim
6978 #: ../src/guestfs-actions.pod:515
6979 #, no-wrap
6980 msgid ""
6981 " int\n"
6982 " guestfs_aug_save (guestfs_h *g);\n"
6983 "\n"
6984 msgstr ""
6985
6986 #. type: textblock
6987 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
6988 msgid "This writes all pending changes to disk."
6989 msgstr ""
6990
6991 #. type: textblock
6992 #: ../src/guestfs-actions.pod:520
6993 msgid ""
6994 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6995 "are saved."
6996 msgstr ""
6997
6998 #. type: =head2
6999 #: ../src/guestfs-actions.pod:527
7000 msgid "guestfs_aug_set"
7001 msgstr ""
7002
7003 #. type: verbatim
7004 #: ../src/guestfs-actions.pod:529
7005 #, no-wrap
7006 msgid ""
7007 " int\n"
7008 " guestfs_aug_set (guestfs_h *g,\n"
7009 "                  const char *augpath,\n"
7010 "                  const char *val);\n"
7011 "\n"
7012 msgstr ""
7013
7014 #. type: textblock
7015 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
7016 msgid "Set the value associated with C<path> to C<val>."
7017 msgstr ""
7018
7019 #. type: textblock
7020 #: ../src/guestfs-actions.pod:536
7021 msgid ""
7022 "In the Augeas API, it is possible to clear a node by setting the value to "
7023 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
7024 "this call.  Instead you must use the C<guestfs_aug_clear> call."
7025 msgstr ""
7026
7027 #. type: =head2
7028 #: ../src/guestfs-actions.pod:545
7029 msgid "guestfs_available"
7030 msgstr ""
7031
7032 #. type: verbatim
7033 #: ../src/guestfs-actions.pod:547
7034 #, no-wrap
7035 msgid ""
7036 " int\n"
7037 " guestfs_available (guestfs_h *g,\n"
7038 "                    char *const *groups);\n"
7039 "\n"
7040 msgstr ""
7041
7042 #. type: textblock
7043 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
7044 msgid ""
7045 "This command is used to check the availability of some groups of "
7046 "functionality in the appliance, which not all builds of the libguestfs "
7047 "appliance will be able to provide."
7048 msgstr ""
7049
7050 #. type: textblock
7051 #: ../src/guestfs-actions.pod:555
7052 msgid ""
7053 "The libguestfs groups, and the functions that those groups correspond to, "
7054 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
7055 "runtime by calling C<guestfs_available_all_groups>."
7056 msgstr ""
7057
7058 #. type: textblock
7059 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
7060 msgid ""
7061 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
7062 "\"]> would check for the availability of the Linux inotify functions and "
7063 "Augeas (configuration file editing) functions."
7064 msgstr ""
7065
7066 #. type: textblock
7067 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
7068 msgid "The command returns no error if I<all> requested groups are available."
7069 msgstr ""
7070
7071 #. type: textblock
7072 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
7073 msgid ""
7074 "It fails with an error if one or more of the requested groups is unavailable "
7075 "in the appliance."
7076 msgstr ""
7077
7078 #. type: textblock
7079 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
7080 msgid ""
7081 "If an unknown group name is included in the list of groups then an error is "
7082 "always returned."
7083 msgstr ""
7084
7085 #. type: textblock
7086 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
7087 msgid "I<Notes:>"
7088 msgstr "I<Нотатки:>"
7089
7090 #. type: textblock
7091 #: ../src/guestfs-actions.pod:579
7092 msgid "You must call C<guestfs_launch> before calling this function."
7093 msgstr ""
7094
7095 #. type: textblock
7096 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
7097 msgid ""
7098 "The reason is because we don't know what groups are supported by the "
7099 "appliance/daemon until it is running and can be queried."
7100 msgstr ""
7101
7102 #. type: textblock
7103 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
7104 msgid ""
7105 "If a group of functions is available, this does not necessarily mean that "
7106 "they will work.  You still have to check for errors when calling individual "
7107 "API functions even if they are available."
7108 msgstr ""
7109
7110 #. type: textblock
7111 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
7112 msgid ""
7113 "It is usually the job of distro packagers to build complete functionality "
7114 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
7115 "with all requirements satisfied, will support everything."
7116 msgstr ""
7117
7118 #. type: textblock
7119 #: ../src/guestfs-actions.pod:601
7120 msgid ""
7121 "This call was added in version C<1.0.80>.  In previous versions of "
7122 "libguestfs all you could do would be to speculatively execute a command to "
7123 "find out if the daemon implemented it.  See also C<guestfs_version>."
7124 msgstr ""
7125
7126 #. type: textblock
7127 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
7128 msgid "(Added in 1.0.80)"
7129 msgstr ""
7130
7131 #. type: =head2
7132 #: ../src/guestfs-actions.pod:612
7133 msgid "guestfs_available_all_groups"
7134 msgstr ""
7135
7136 #. type: verbatim
7137 #: ../src/guestfs-actions.pod:614
7138 #, no-wrap
7139 msgid ""
7140 " char **\n"
7141 " guestfs_available_all_groups (guestfs_h *g);\n"
7142 "\n"
7143 msgstr ""
7144
7145 #. type: textblock
7146 #: ../src/guestfs-actions.pod:617
7147 msgid ""
7148 "This command returns a list of all optional groups that this daemon knows "
7149 "about.  Note this returns both supported and unsupported groups.  To find "
7150 "out which ones the daemon can actually support you have to call "
7151 "C<guestfs_available> on each member of the returned list."
7152 msgstr ""
7153
7154 #. type: textblock
7155 #: ../src/guestfs-actions.pod:623
7156 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7157 msgstr ""
7158
7159 #. type: textblock
7160 #: ../src/guestfs-actions.pod:629
7161 msgid "(Added in 1.3.15)"
7162 msgstr ""
7163
7164 #. type: =head2
7165 #: ../src/guestfs-actions.pod:631
7166 msgid "guestfs_base64_in"
7167 msgstr ""
7168
7169 #. type: verbatim
7170 #: ../src/guestfs-actions.pod:633
7171 #, no-wrap
7172 msgid ""
7173 " int\n"
7174 " guestfs_base64_in (guestfs_h *g,\n"
7175 "                    const char *base64file,\n"
7176 "                    const char *filename);\n"
7177 "\n"
7178 msgstr ""
7179
7180 #. type: textblock
7181 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
7182 msgid ""
7183 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7184 msgstr ""
7185
7186 #. type: textblock
7187 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
7188 msgid "(Added in 1.3.5)"
7189 msgstr ""
7190
7191 #. type: =head2
7192 #: ../src/guestfs-actions.pod:645
7193 msgid "guestfs_base64_out"
7194 msgstr ""
7195
7196 #. type: verbatim
7197 #: ../src/guestfs-actions.pod:647
7198 #, no-wrap
7199 msgid ""
7200 " int\n"
7201 " guestfs_base64_out (guestfs_h *g,\n"
7202 "                     const char *filename,\n"
7203 "                     const char *base64file);\n"
7204 "\n"
7205 msgstr ""
7206
7207 #. type: textblock
7208 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
7209 msgid ""
7210 "This command downloads the contents of C<filename>, writing it out to local "
7211 "file C<base64file> encoded as base64."
7212 msgstr ""
7213
7214 #. type: =head2
7215 #: ../src/guestfs-actions.pod:659
7216 msgid "guestfs_blockdev_flushbufs"
7217 msgstr ""
7218
7219 #. type: verbatim
7220 #: ../src/guestfs-actions.pod:661
7221 #, no-wrap
7222 msgid ""
7223 " int\n"
7224 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7225 "                             const char *device);\n"
7226 "\n"
7227 msgstr ""
7228
7229 #. type: textblock
7230 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
7231 msgid ""
7232 "This tells the kernel to flush internal buffers associated with C<device>."
7233 msgstr ""
7234
7235 #. type: textblock
7236 #: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:685
7237 #: ../src/guestfs-actions.pod:700 ../src/guestfs-actions.pod:716
7238 #: ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:753
7239 #: ../src/guestfs-actions.pod:767 ../src/guestfs-actions.pod:785
7240 #: ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:813
7241 #: ../fish/guestfish-actions.pod:448 ../fish/guestfish-actions.pod:459
7242 #: ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:478
7243 #: ../fish/guestfish-actions.pod:490 ../fish/guestfish-actions.pod:503
7244 #: ../fish/guestfish-actions.pod:511 ../fish/guestfish-actions.pod:522
7245 #: ../fish/guestfish-actions.pod:530 ../fish/guestfish-actions.pod:538
7246 msgid "This uses the L<blockdev(8)> command."
7247 msgstr ""
7248
7249 #. type: textblock
7250 #: ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:689
7251 #: ../src/guestfs-actions.pod:704 ../src/guestfs-actions.pod:720
7252 #: ../src/guestfs-actions.pod:738 ../src/guestfs-actions.pod:757
7253 #: ../src/guestfs-actions.pod:771 ../src/guestfs-actions.pod:789
7254 #: ../src/guestfs-actions.pod:803 ../src/guestfs-actions.pod:817
7255 msgid "(Added in 0.9.3)"
7256 msgstr ""
7257
7258 #. type: =head2
7259 #: ../src/guestfs-actions.pod:674
7260 msgid "guestfs_blockdev_getbsz"
7261 msgstr ""
7262
7263 #. type: verbatim
7264 #: ../src/guestfs-actions.pod:676
7265 #, no-wrap
7266 msgid ""
7267 " int\n"
7268 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7269 "                          const char *device);\n"
7270 "\n"
7271 msgstr ""
7272
7273 #. type: textblock
7274 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
7275 msgid "This returns the block size of a device."
7276 msgstr ""
7277
7278 #. type: textblock
7279 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782
7280 #: ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
7281 msgid ""
7282 "(Note this is different from both I<size in blocks> and I<filesystem block "
7283 "size>)."
7284 msgstr ""
7285
7286 #. type: =head2
7287 #: ../src/guestfs-actions.pod:691
7288 msgid "guestfs_blockdev_getro"
7289 msgstr ""
7290
7291 #. type: verbatim
7292 #: ../src/guestfs-actions.pod:693
7293 #, no-wrap
7294 msgid ""
7295 " int\n"
7296 " guestfs_blockdev_getro (guestfs_h *g,\n"
7297 "                         const char *device);\n"
7298 "\n"
7299 msgstr ""
7300
7301 #. type: textblock
7302 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
7303 msgid ""
7304 "Returns a boolean indicating if the block device is read-only (true if read-"
7305 "only, false if not)."
7306 msgstr ""
7307
7308 #. type: textblock
7309 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1409
7310 #: ../src/guestfs-actions.pod:1424 ../src/guestfs-actions.pod:1911
7311 #: ../src/guestfs-actions.pod:1922 ../src/guestfs-actions.pod:1994
7312 #: ../src/guestfs-actions.pod:2049 ../src/guestfs-actions.pod:2064
7313 #: ../src/guestfs-actions.pod:2089 ../src/guestfs-actions.pod:2112
7314 #: ../src/guestfs-actions.pod:3085 ../src/guestfs-actions.pod:3102
7315 #: ../src/guestfs-actions.pod:3121 ../src/guestfs-actions.pod:3284
7316 #: ../src/guestfs-actions.pod:3298 ../src/guestfs-actions.pod:3313
7317 #: ../src/guestfs-actions.pod:3327 ../src/guestfs-actions.pod:3343
7318 #: ../src/guestfs-actions.pod:3358 ../src/guestfs-actions.pod:3374
7319 #: ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3401
7320 #: ../src/guestfs-actions.pod:3415 ../src/guestfs-actions.pod:3430
7321 #: ../src/guestfs-actions.pod:3445 ../src/guestfs-actions.pod:4992
7322 msgid "This function returns a C truth value on success or -1 on error."
7323 msgstr ""
7324
7325 #. type: =head2
7326 #: ../src/guestfs-actions.pod:706
7327 msgid "guestfs_blockdev_getsize64"
7328 msgstr ""
7329
7330 #. type: verbatim
7331 #: ../src/guestfs-actions.pod:708
7332 #, no-wrap
7333 msgid ""
7334 " int64_t\n"
7335 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7336 "                             const char *device);\n"
7337 "\n"
7338 msgstr ""
7339
7340 #. type: textblock
7341 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
7342 msgid "This returns the size of the device in bytes."
7343 msgstr ""
7344
7345 #. type: textblock
7346 #: ../src/guestfs-actions.pod:714
7347 msgid "See also C<guestfs_blockdev_getsz>."
7348 msgstr ""
7349
7350 #. type: =head2
7351 #: ../src/guestfs-actions.pod:722
7352 msgid "guestfs_blockdev_getss"
7353 msgstr ""
7354
7355 #. type: verbatim
7356 #: ../src/guestfs-actions.pod:724
7357 #, no-wrap
7358 msgid ""
7359 " int\n"
7360 " guestfs_blockdev_getss (guestfs_h *g,\n"
7361 "                         const char *device);\n"
7362 "\n"
7363 msgstr ""
7364
7365 #. type: textblock
7366 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
7367 msgid ""
7368 "This returns the size of sectors on a block device.  Usually 512, but can be "
7369 "larger for modern devices."
7370 msgstr ""
7371
7372 #. type: textblock
7373 #: ../src/guestfs-actions.pod:731
7374 msgid ""
7375 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7376 "that)."
7377 msgstr ""
7378
7379 #. type: =head2
7380 #: ../src/guestfs-actions.pod:740
7381 msgid "guestfs_blockdev_getsz"
7382 msgstr ""
7383
7384 #. type: verbatim
7385 #: ../src/guestfs-actions.pod:742
7386 #, no-wrap
7387 msgid ""
7388 " int64_t\n"
7389 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7390 "                         const char *device);\n"
7391 "\n"
7392 msgstr ""
7393
7394 #. type: textblock
7395 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
7396 msgid ""
7397 "This returns the size of the device in units of 512-byte sectors (even if "
7398 "the sectorsize isn't 512 bytes ... weird)."
7399 msgstr ""
7400
7401 #. type: textblock
7402 #: ../src/guestfs-actions.pod:749
7403 msgid ""
7404 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7405 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7406 msgstr ""
7407
7408 #. type: =head2
7409 #: ../src/guestfs-actions.pod:759
7410 msgid "guestfs_blockdev_rereadpt"
7411 msgstr ""
7412
7413 #. type: verbatim
7414 #: ../src/guestfs-actions.pod:761
7415 #, no-wrap
7416 msgid ""
7417 " int\n"
7418 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7419 "                            const char *device);\n"
7420 "\n"
7421 msgstr ""
7422
7423 #. type: textblock
7424 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
7425 msgid "Reread the partition table on C<device>."
7426 msgstr ""
7427
7428 #. type: =head2
7429 #: ../src/guestfs-actions.pod:773
7430 msgid "guestfs_blockdev_setbsz"
7431 msgstr ""
7432
7433 #. type: verbatim
7434 #: ../src/guestfs-actions.pod:775
7435 #, no-wrap
7436 msgid ""
7437 " int\n"
7438 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7439 "                          const char *device,\n"
7440 "                          int blocksize);\n"
7441 "\n"
7442 msgstr ""
7443
7444 #. type: textblock
7445 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
7446 msgid "This sets the block size of a device."
7447 msgstr ""
7448
7449 #. type: =head2
7450 #: ../src/guestfs-actions.pod:791
7451 msgid "guestfs_blockdev_setro"
7452 msgstr ""
7453
7454 #. type: verbatim
7455 #: ../src/guestfs-actions.pod:793
7456 #, no-wrap
7457 msgid ""
7458 " int\n"
7459 " guestfs_blockdev_setro (guestfs_h *g,\n"
7460 "                         const char *device);\n"
7461 "\n"
7462 msgstr ""
7463
7464 #. type: textblock
7465 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
7466 msgid "Sets the block device named C<device> to read-only."
7467 msgstr ""
7468
7469 #. type: =head2
7470 #: ../src/guestfs-actions.pod:805
7471 msgid "guestfs_blockdev_setrw"
7472 msgstr ""
7473
7474 #. type: verbatim
7475 #: ../src/guestfs-actions.pod:807
7476 #, no-wrap
7477 msgid ""
7478 " int\n"
7479 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7480 "                         const char *device);\n"
7481 "\n"
7482 msgstr ""
7483
7484 #. type: textblock
7485 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
7486 msgid "Sets the block device named C<device> to read-write."
7487 msgstr ""
7488
7489 #. type: =head2
7490 #: ../src/guestfs-actions.pod:819
7491 msgid "guestfs_case_sensitive_path"
7492 msgstr ""
7493
7494 #. type: verbatim
7495 #: ../src/guestfs-actions.pod:821
7496 #, no-wrap
7497 msgid ""
7498 " char *\n"
7499 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7500 "                              const char *path);\n"
7501 "\n"
7502 msgstr ""
7503
7504 #. type: textblock
7505 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
7506 msgid ""
7507 "This can be used to resolve case insensitive paths on a filesystem which is "
7508 "case sensitive.  The use case is to resolve paths which you have read from "
7509 "Windows configuration files or the Windows Registry, to the true path."
7510 msgstr ""
7511
7512 #. type: textblock
7513 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
7514 msgid ""
7515 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7516 "(and probably others), which is that although the underlying filesystem is "
7517 "case-insensitive, the driver exports the filesystem to Linux as case-"
7518 "sensitive."
7519 msgstr ""
7520
7521 #. type: textblock
7522 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
7523 msgid ""
7524 "One consequence of this is that special directories such as C<c:\\windows> "
7525 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7526 "precise details of how they were created.  In Windows itself this would not "
7527 "be a problem."
7528 msgstr ""
7529
7530 #. type: textblock
7531 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
7532 msgid ""
7533 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
7534 "#posixfilenames1>"
7535 msgstr ""
7536
7537 #. type: textblock
7538 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
7539 msgid ""
7540 "This function resolves the true case of each element in the path and returns "
7541 "the case-sensitive path."
7542 msgstr ""
7543
7544 #. type: textblock
7545 #: ../src/guestfs-actions.pod:847
7546 msgid ""
7547 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
7548 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7549 "how the directories were originally created under Windows)."
7550 msgstr ""
7551
7552 #. type: textblock
7553 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
7554 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7555 msgstr ""
7556
7557 #. type: textblock
7558 #: ../src/guestfs-actions.pod:855
7559 msgid "See also C<guestfs_realpath>."
7560 msgstr ""
7561
7562 #. type: textblock
7563 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:7011
7564 msgid "(Added in 1.0.75)"
7565 msgstr ""
7566
7567 #. type: =head2
7568 #: ../src/guestfs-actions.pod:862
7569 msgid "guestfs_cat"
7570 msgstr ""
7571
7572 #. type: verbatim
7573 #: ../src/guestfs-actions.pod:864
7574 #, no-wrap
7575 msgid ""
7576 " char *\n"
7577 " guestfs_cat (guestfs_h *g,\n"
7578 "              const char *path);\n"
7579 "\n"
7580 msgstr ""
7581
7582 #. type: textblock
7583 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5479
7584 #: ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3680
7585 msgid "Return the contents of the file named C<path>."
7586 msgstr ""
7587
7588 #. type: textblock
7589 #: ../src/guestfs-actions.pod:870
7590 msgid ""
7591 "Note that this function cannot correctly handle binary files (specifically, "
7592 "files containing C<\\0> character which is treated as end of string).  For "
7593 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7594 "functions which have a more complex interface."
7595 msgstr ""
7596
7597 #. type: textblock
7598 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057
7599 #: ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1373
7600 #: ../src/guestfs-actions.pod:1392 ../src/guestfs-actions.pod:1495
7601 #: ../src/guestfs-actions.pod:1514 ../src/guestfs-actions.pod:1760
7602 #: ../src/guestfs-actions.pod:2218 ../src/guestfs-actions.pod:2237
7603 #: ../src/guestfs-actions.pod:2280 ../src/guestfs-actions.pod:2304
7604 #: ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2350
7605 #: ../src/guestfs-actions.pod:5261 ../src/guestfs-actions.pod:5287
7606 #: ../src/guestfs-actions.pod:5418 ../src/guestfs-actions.pod:5444
7607 #: ../src/guestfs-actions.pod:5468 ../src/guestfs-actions.pod:6396
7608 #: ../src/guestfs-actions.pod:6451 ../src/guestfs-actions.pod:6597
7609 #: ../src/guestfs-actions.pod:6621 ../src/guestfs-actions.pod:7290
7610 #: ../src/guestfs-actions.pod:7316 ../src/guestfs-actions.pod:7342
7611 #: ../src/guestfs-actions.pod:7361 ../src/guestfs-actions.pod:7446
7612 #: ../src/guestfs-actions.pod:7465 ../src/guestfs-actions.pod:7511
7613 #: ../src/guestfs-actions.pod:7530 ../fish/guestfish-actions.pod:587
7614 #: ../fish/guestfish-actions.pod:722 ../fish/guestfish-actions.pod:734
7615 #: ../fish/guestfish-actions.pod:910 ../fish/guestfish-actions.pod:920
7616 #: ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:997
7617 #: ../fish/guestfish-actions.pod:1189 ../fish/guestfish-actions.pod:1490
7618 #: ../fish/guestfish-actions.pod:1500 ../fish/guestfish-actions.pod:1528
7619 #: ../fish/guestfish-actions.pod:1543 ../fish/guestfish-actions.pod:1553
7620 #: ../fish/guestfish-actions.pod:1572 ../fish/guestfish-actions.pod:3550
7621 #: ../fish/guestfish-actions.pod:3565 ../fish/guestfish-actions.pod:3641
7622 #: ../fish/guestfish-actions.pod:3658 ../fish/guestfish-actions.pod:3673
7623 #: ../fish/guestfish-actions.pod:4327 ../fish/guestfish-actions.pod:4373
7624 #: ../fish/guestfish-actions.pod:4458 ../fish/guestfish-actions.pod:4473
7625 #: ../fish/guestfish-actions.pod:4883 ../fish/guestfish-actions.pod:4901
7626 #: ../fish/guestfish-actions.pod:4918 ../fish/guestfish-actions.pod:4928
7627 #: ../fish/guestfish-actions.pod:4976 ../fish/guestfish-actions.pod:4986
7628 #: ../fish/guestfish-actions.pod:5015 ../fish/guestfish-actions.pod:5025
7629 msgid ""
7630 "Because of the message protocol, there is a transfer limit of somewhere "
7631 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7632 msgstr ""
7633
7634 #. type: textblock
7635 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3561
7636 #: ../src/guestfs-actions.pod:3623 ../src/guestfs-actions.pod:3640
7637 #: ../src/guestfs-actions.pod:3728 ../src/guestfs-actions.pod:4133
7638 #: ../src/guestfs-actions.pod:4147 ../src/guestfs-actions.pod:5367
7639 #: ../src/guestfs-actions.pod:5381 ../src/guestfs-actions.pod:7170
7640 #: ../src/guestfs-actions.pod:7184
7641 msgid "(Added in 0.4)"
7642 msgstr ""
7643
7644 #. type: =head2
7645 #: ../src/guestfs-actions.pod:883
7646 msgid "guestfs_checksum"
7647 msgstr ""
7648
7649 #. type: verbatim
7650 #: ../src/guestfs-actions.pod:885
7651 #, no-wrap
7652 msgid ""
7653 " char *\n"
7654 " guestfs_checksum (guestfs_h *g,\n"
7655 "                   const char *csumtype,\n"
7656 "                   const char *path);\n"
7657 "\n"
7658 msgstr ""
7659
7660 #. type: textblock
7661 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
7662 msgid ""
7663 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7664 msgstr ""
7665
7666 #. type: textblock
7667 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
7668 msgid ""
7669 "The type of checksum to compute is given by the C<csumtype> parameter which "
7670 "must have one of the following values:"
7671 msgstr ""
7672
7673 #. type: =item
7674 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
7675 msgid "C<crc>"
7676 msgstr "C<crc>"
7677
7678 #. type: textblock
7679 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
7680 msgid ""
7681 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7682 "C<cksum> command."
7683 msgstr ""
7684
7685 #. type: =item
7686 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
7687 msgid "C<md5>"
7688 msgstr "C<md5>"
7689
7690 #. type: textblock
7691 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
7692 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7693 msgstr ""
7694
7695 #. type: =item
7696 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
7697 msgid "C<sha1>"
7698 msgstr "C<sha1>"
7699
7700 #. type: textblock
7701 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
7702 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7703 msgstr ""
7704
7705 #. type: =item
7706 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
7707 msgid "C<sha224>"
7708 msgstr "C<sha224>"
7709
7710 #. type: textblock
7711 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
7712 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7713 msgstr ""
7714
7715 #. type: =item
7716 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
7717 msgid "C<sha256>"
7718 msgstr "C<sha256>"
7719
7720 #. type: textblock
7721 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
7722 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7723 msgstr ""
7724
7725 #. type: =item
7726 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
7727 msgid "C<sha384>"
7728 msgstr "C<sha384>"
7729
7730 #. type: textblock
7731 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
7732 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7733 msgstr ""
7734
7735 #. type: =item
7736 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
7737 msgid "C<sha512>"
7738 msgstr "C<sha512>"
7739
7740 #. type: textblock
7741 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
7742 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7743 msgstr ""
7744
7745 #. type: textblock
7746 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
7747 msgid "The checksum is returned as a printable string."
7748 msgstr ""
7749
7750 #. type: textblock
7751 #: ../src/guestfs-actions.pod:931
7752 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7753 msgstr ""
7754
7755 #. type: textblock
7756 #: ../src/guestfs-actions.pod:933
7757 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7758 msgstr ""
7759
7760 #. type: textblock
7761 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246
7762 #: ../src/guestfs-actions.pod:2080 ../src/guestfs-actions.pod:3300
7763 #: ../src/guestfs-actions.pod:3329 ../src/guestfs-actions.pod:3390
7764 #: ../src/guestfs-actions.pod:3417 ../src/guestfs-actions.pod:6867
7765 msgid "(Added in 1.0.2)"
7766 msgstr ""
7767
7768 #. type: =head2
7769 #: ../src/guestfs-actions.pod:940
7770 msgid "guestfs_checksum_device"
7771 msgstr ""
7772
7773 #. type: verbatim
7774 #: ../src/guestfs-actions.pod:942
7775 #, no-wrap
7776 msgid ""
7777 " char *\n"
7778 " guestfs_checksum_device (guestfs_h *g,\n"
7779 "                          const char *csumtype,\n"
7780 "                          const char *device);\n"
7781 "\n"
7782 msgstr ""
7783
7784 #. type: textblock
7785 #: ../src/guestfs-actions.pod:947
7786 msgid ""
7787 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7788 "device named C<device>.  For the types of checksums supported see the "
7789 "C<guestfs_checksum> command."
7790 msgstr ""
7791
7792 #. type: textblock
7793 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4898
7794 #: ../src/guestfs-actions.pod:4957 ../src/guestfs-actions.pod:4994
7795 #: ../src/guestfs-actions.pod:5012 ../src/guestfs-actions.pod:5188
7796 #: ../src/guestfs-actions.pod:6776 ../src/guestfs-actions.pod:6790
7797 #: ../src/guestfs-actions.pod:7196
7798 msgid "(Added in 1.3.2)"
7799 msgstr ""
7800
7801 #. type: =head2
7802 #: ../src/guestfs-actions.pod:956
7803 msgid "guestfs_checksums_out"
7804 msgstr ""
7805
7806 #. type: verbatim
7807 #: ../src/guestfs-actions.pod:958
7808 #, no-wrap
7809 msgid ""
7810 " int\n"
7811 " guestfs_checksums_out (guestfs_h *g,\n"
7812 "                        const char *csumtype,\n"
7813 "                        const char *directory,\n"
7814 "                        const char *sumsfile);\n"
7815 "\n"
7816 msgstr ""
7817
7818 #. type: textblock
7819 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
7820 msgid ""
7821 "This command computes the checksums of all regular files in C<directory> and "
7822 "then emits a list of those checksums to the local output file C<sumsfile>."
7823 msgstr ""
7824
7825 #. type: textblock
7826 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
7827 msgid ""
7828 "This can be used for verifying the integrity of a virtual machine.  However "
7829 "to be properly secure you should pay attention to the output of the checksum "
7830 "command (it uses the ones from GNU coreutils).  In particular when the "
7831 "filename is not printable, coreutils uses a special backslash syntax.  For "
7832 "more information, see the GNU coreutils info file."
7833 msgstr ""
7834
7835 #. type: textblock
7836 #: ../src/guestfs-actions.pod:978
7837 msgid "(Added in 1.3.7)"
7838 msgstr ""
7839
7840 #. type: =head2
7841 #: ../src/guestfs-actions.pod:980
7842 msgid "guestfs_chmod"
7843 msgstr ""
7844
7845 #. type: verbatim
7846 #: ../src/guestfs-actions.pod:982
7847 #, no-wrap
7848 msgid ""
7849 " int\n"
7850 " guestfs_chmod (guestfs_h *g,\n"
7851 "                int mode,\n"
7852 "                const char *path);\n"
7853 "\n"
7854 msgstr ""
7855
7856 #. type: textblock
7857 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
7858 msgid ""
7859 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7860 "supported."
7861 msgstr ""
7862
7863 #. type: textblock
7864 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
7865 msgid ""
7866 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7867 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7868 "C<700>."
7869 msgstr ""
7870
7871 #. type: textblock
7872 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4384
7873 #: ../src/guestfs-actions.pod:4581 ../src/guestfs-actions.pod:4600
7874 #: ../src/guestfs-actions.pod:4619 ../fish/guestfish-actions.pod:676
7875 #: ../fish/guestfish-actions.pod:2980 ../fish/guestfish-actions.pod:3109
7876 #: ../fish/guestfish-actions.pod:3119 ../fish/guestfish-actions.pod:3129
7877 msgid "The mode actually set is affected by the umask."
7878 msgstr ""
7879
7880 #. type: =head2
7881 #: ../src/guestfs-actions.pod:1000
7882 msgid "guestfs_chown"
7883 msgstr ""
7884
7885 #. type: verbatim
7886 #: ../src/guestfs-actions.pod:1002
7887 #, no-wrap
7888 msgid ""
7889 " int\n"
7890 " guestfs_chown (guestfs_h *g,\n"
7891 "                int owner,\n"
7892 "                int group,\n"
7893 "                const char *path);\n"
7894 "\n"
7895 msgstr ""
7896
7897 #. type: textblock
7898 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
7899 msgid "Change the file owner to C<owner> and group to C<group>."
7900 msgstr ""
7901
7902 #. type: textblock
7903 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3492
7904 #: ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2438
7905 msgid ""
7906 "Only numeric uid and gid are supported.  If you want to use names, you will "
7907 "need to locate and parse the password file yourself (Augeas support makes "
7908 "this relatively easy)."
7909 msgstr ""
7910
7911 #. type: =head2
7912 #: ../src/guestfs-actions.pod:1018
7913 msgid "guestfs_command"
7914 msgstr ""
7915
7916 #. type: verbatim
7917 #: ../src/guestfs-actions.pod:1020
7918 #, no-wrap
7919 msgid ""
7920 " char *\n"
7921 " guestfs_command (guestfs_h *g,\n"
7922 "                  char *const *arguments);\n"
7923 "\n"
7924 msgstr ""
7925
7926 #. type: textblock
7927 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
7928 msgid ""
7929 "This call runs a command from the guest filesystem.  The filesystem must be "
7930 "mounted, and must contain a compatible operating system (ie. something "
7931 "Linux, with the same or compatible processor architecture)."
7932 msgstr ""
7933
7934 #. type: textblock
7935 #: ../src/guestfs-actions.pod:1029
7936 msgid ""
7937 "The single parameter is an argv-style list of arguments.  The first element "
7938 "is the name of the program to run.  Subsequent elements are parameters.  The "
7939 "list must be non-empty (ie. must contain a program name).  Note that the "
7940 "command runs directly, and is I<not> invoked via the shell (see "
7941 "C<guestfs_sh>)."
7942 msgstr ""
7943
7944 #. type: textblock
7945 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
7946 msgid "The return value is anything printed to I<stdout> by the command."
7947 msgstr ""
7948
7949 #. type: textblock
7950 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
7951 msgid ""
7952 "If the command returns a non-zero exit status, then this function returns an "
7953 "error message.  The error message string is the content of I<stderr> from "
7954 "the command."
7955 msgstr ""
7956
7957 #. type: textblock
7958 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
7959 msgid ""
7960 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
7961 "bin>.  If you require a program from another location, you should provide "
7962 "the full path in the first parameter."
7963 msgstr ""
7964
7965 #. type: textblock
7966 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
7967 msgid ""
7968 "Shared libraries and data files required by the program must be available on "
7969 "filesystems which are mounted in the correct places.  It is the caller's "
7970 "responsibility to ensure all filesystems that are needed are mounted at the "
7971 "right locations."
7972 msgstr ""
7973
7974 #. type: textblock
7975 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080
7976 #: ../src/guestfs-actions.pod:1545
7977 msgid "(Added in 0.9.1)"
7978 msgstr ""
7979
7980 #. type: =head2
7981 #: ../src/guestfs-actions.pod:1062
7982 msgid "guestfs_command_lines"
7983 msgstr ""
7984
7985 #. type: verbatim
7986 #: ../src/guestfs-actions.pod:1064
7987 #, no-wrap
7988 msgid ""
7989 " char **\n"
7990 " guestfs_command_lines (guestfs_h *g,\n"
7991 "                        char *const *arguments);\n"
7992 "\n"
7993 msgstr ""
7994
7995 #. type: textblock
7996 #: ../src/guestfs-actions.pod:1068
7997 msgid ""
7998 "This is the same as C<guestfs_command>, but splits the result into a list of "
7999 "lines."
8000 msgstr ""
8001
8002 #. type: textblock
8003 #: ../src/guestfs-actions.pod:1071
8004 msgid "See also: C<guestfs_sh_lines>"
8005 msgstr ""
8006
8007 #. type: =head2
8008 #: ../src/guestfs-actions.pod:1082
8009 msgid "guestfs_config"
8010 msgstr ""
8011
8012 #. type: verbatim
8013 #: ../src/guestfs-actions.pod:1084
8014 #, no-wrap
8015 msgid ""
8016 " int\n"
8017 " guestfs_config (guestfs_h *g,\n"
8018 "                 const char *qemuparam,\n"
8019 "                 const char *qemuvalue);\n"
8020 "\n"
8021 msgstr ""
8022
8023 #. type: textblock
8024 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
8025 msgid ""
8026 "This can be used to add arbitrary qemu command line parameters of the form "
8027 "I<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8028 "setting some parameters which would interfere with parameters that we use."
8029 msgstr ""
8030
8031 #. type: textblock
8032 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
8033 msgid "The first character of C<param> string must be a C<-> (dash)."
8034 msgstr ""
8035
8036 #. type: textblock
8037 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
8038 msgid "C<value> can be NULL."
8039 msgstr ""
8040
8041 #. type: =head2
8042 #: ../src/guestfs-actions.pod:1102
8043 msgid "guestfs_copy_size"
8044 msgstr ""
8045
8046 #. type: verbatim
8047 #: ../src/guestfs-actions.pod:1104
8048 #, no-wrap
8049 msgid ""
8050 " int\n"
8051 " guestfs_copy_size (guestfs_h *g,\n"
8052 "                    const char *src,\n"
8053 "                    const char *dest,\n"
8054 "                    int64_t size);\n"
8055 "\n"
8056 msgstr ""
8057
8058 #. type: textblock
8059 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
8060 msgid ""
8061 "This command copies exactly C<size> bytes from one source device or file "
8062 "C<src> to another destination device or file C<dest>."
8063 msgstr ""
8064
8065 #. type: textblock
8066 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
8067 msgid ""
8068 "Note this will fail if the source is too short or if the destination is not "
8069 "large enough."
8070 msgstr ""
8071
8072 #. type: textblock
8073 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241
8074 #: ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1317
8075 #: ../src/guestfs-actions.pod:1694 ../src/guestfs-actions.pod:1716
8076 #: ../src/guestfs-actions.pod:3473 ../src/guestfs-actions.pod:6862
8077 #: ../src/guestfs-actions.pod:6896 ../src/guestfs-actions.pod:7382
8078 #: ../src/guestfs-actions.pod:7401
8079 msgid ""
8080 "This long-running command can generate progress notification messages so "
8081 "that the caller can display a progress bar or indicator.  To receive these "
8082 "messages, the caller must register a progress event callback.  See L<guestfs"
8083 "(3)/GUESTFS_EVENT_PROGRESS>."
8084 msgstr ""
8085
8086 #. type: textblock
8087 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4160
8088 #: ../src/guestfs-actions.pod:5394 ../src/guestfs-actions.pod:7103
8089 #: ../src/guestfs-actions.pod:7123 ../src/guestfs-actions.pod:7209
8090 msgid "(Added in 1.0.87)"
8091 msgstr ""
8092
8093 #. type: =head2
8094 #: ../src/guestfs-actions.pod:1125
8095 msgid "guestfs_cp"
8096 msgstr ""
8097
8098 #. type: verbatim
8099 #: ../src/guestfs-actions.pod:1127
8100 #, no-wrap
8101 msgid ""
8102 " int\n"
8103 " guestfs_cp (guestfs_h *g,\n"
8104 "             const char *src,\n"
8105 "             const char *dest);\n"
8106 "\n"
8107 msgstr ""
8108
8109 #. type: textblock
8110 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
8111 msgid ""
8112 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8113 "destination filename or destination directory."
8114 msgstr ""
8115
8116 #. type: textblock
8117 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151
8118 #: ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297
8119 #: ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:4852
8120 #: ../src/guestfs-actions.pod:5238
8121 msgid "(Added in 1.0.18)"
8122 msgstr ""
8123
8124 #. type: =head2
8125 #: ../src/guestfs-actions.pod:1139
8126 msgid "guestfs_cp_a"
8127 msgstr ""
8128
8129 #. type: verbatim
8130 #: ../src/guestfs-actions.pod:1141
8131 #, no-wrap
8132 msgid ""
8133 " int\n"
8134 " guestfs_cp_a (guestfs_h *g,\n"
8135 "               const char *src,\n"
8136 "               const char *dest);\n"
8137 "\n"
8138 msgstr ""
8139
8140 #. type: textblock
8141 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
8142 msgid ""
8143 "This copies a file or directory from C<src> to C<dest> recursively using the "
8144 "C<cp -a> command."
8145 msgstr ""
8146
8147 #. type: =head2
8148 #: ../src/guestfs-actions.pod:1153
8149 msgid "guestfs_dd"
8150 msgstr ""
8151
8152 #. type: verbatim
8153 #: ../src/guestfs-actions.pod:1155
8154 #, no-wrap
8155 msgid ""
8156 " int\n"
8157 " guestfs_dd (guestfs_h *g,\n"
8158 "             const char *src,\n"
8159 "             const char *dest);\n"
8160 "\n"
8161 msgstr ""
8162
8163 #. type: textblock
8164 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
8165 msgid ""
8166 "This command copies from one source device or file C<src> to another "
8167 "destination device or file C<dest>.  Normally you would use this to copy to "
8168 "or from a device or partition, for example to duplicate a filesystem."
8169 msgstr ""
8170
8171 #. type: textblock
8172 #: ../src/guestfs-actions.pod:1165
8173 msgid ""
8174 "If the destination is a device, it must be as large or larger than the "
8175 "source file or device, otherwise the copy will fail.  This command cannot do "
8176 "partial copies (see C<guestfs_copy_size>)."
8177 msgstr ""
8178
8179 #. type: =head2
8180 #: ../src/guestfs-actions.pod:1173
8181 msgid "guestfs_df"
8182 msgstr ""
8183
8184 #. type: verbatim
8185 #: ../src/guestfs-actions.pod:1175
8186 #, no-wrap
8187 msgid ""
8188 " char *\n"
8189 " guestfs_df (guestfs_h *g);\n"
8190 "\n"
8191 msgstr ""
8192
8193 #. type: textblock
8194 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
8195 msgid "This command runs the C<df> command to report disk space used."
8196 msgstr ""
8197
8198 #. type: textblock
8199 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
8200 msgid ""
8201 "This command is mostly useful for interactive sessions.  It is I<not> "
8202 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8203 "from programs."
8204 msgstr ""
8205
8206 #. type: textblock
8207 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204
8208 #: ../src/guestfs-actions.pod:1322 ../src/guestfs-actions.pod:2283
8209 #: ../src/guestfs-actions.pod:2307 ../src/guestfs-actions.pod:2375
8210 #: ../src/guestfs-actions.pod:4270 ../src/guestfs-actions.pod:4752
8211 #: ../src/guestfs-actions.pod:6600 ../src/guestfs-actions.pod:6624
8212 #: ../src/guestfs-actions.pod:7249 ../src/guestfs-actions.pod:7262
8213 #: ../src/guestfs-actions.pod:7275
8214 msgid "(Added in 1.0.54)"
8215 msgstr ""
8216
8217 #. type: =head2
8218 #: ../src/guestfs-actions.pod:1189
8219 msgid "guestfs_df_h"
8220 msgstr ""
8221
8222 #. type: verbatim
8223 #: ../src/guestfs-actions.pod:1191
8224 #, no-wrap
8225 msgid ""
8226 " char *\n"
8227 " guestfs_df_h (guestfs_h *g);\n"
8228 "\n"
8229 msgstr ""
8230
8231 #. type: textblock
8232 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
8233 msgid ""
8234 "This command runs the C<df -h> command to report disk space used in human-"
8235 "readable format."
8236 msgstr ""
8237
8238 #. type: =head2
8239 #: ../src/guestfs-actions.pod:1206
8240 msgid "guestfs_dmesg"
8241 msgstr ""
8242
8243 #. type: verbatim
8244 #: ../src/guestfs-actions.pod:1208
8245 #, no-wrap
8246 msgid ""
8247 " char *\n"
8248 " guestfs_dmesg (guestfs_h *g);\n"
8249 "\n"
8250 msgstr ""
8251
8252 #. type: textblock
8253 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
8254 msgid ""
8255 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
8256 "This is sometimes useful for extended debugging of problems."
8257 msgstr ""
8258
8259 #. type: textblock
8260 #: ../src/guestfs-actions.pod:1215
8261 msgid ""
8262 "Another way to get the same information is to enable verbose messages with "
8263 "C<guestfs_set_verbose> or by setting the environment variable "
8264 "C<LIBGUESTFS_DEBUG=1> before running the program."
8265 msgstr ""
8266
8267 #. type: =head2
8268 #: ../src/guestfs-actions.pod:1225
8269 msgid "guestfs_download"
8270 msgstr ""
8271
8272 #. type: verbatim
8273 #: ../src/guestfs-actions.pod:1227
8274 #, no-wrap
8275 msgid ""
8276 " int\n"
8277 " guestfs_download (guestfs_h *g,\n"
8278 "                   const char *remotefilename,\n"
8279 "                   const char *filename);\n"
8280 "\n"
8281 msgstr ""
8282
8283 #. type: textblock
8284 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257
8285 #: ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
8286 msgid ""
8287 "Download file C<remotefilename> and save it as C<filename> on the local "
8288 "machine."
8289 msgstr ""
8290
8291 #. type: textblock
8292 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6856
8293 #: ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4631
8294 msgid "C<filename> can also be a named pipe."
8295 msgstr ""
8296
8297 #. type: textblock
8298 #: ../src/guestfs-actions.pod:1237
8299 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
8300 msgstr ""
8301
8302 #. type: =head2
8303 #: ../src/guestfs-actions.pod:1248
8304 msgid "guestfs_download_offset"
8305 msgstr ""
8306
8307 #. type: verbatim
8308 #: ../src/guestfs-actions.pod:1250
8309 #, no-wrap
8310 msgid ""
8311 " int\n"
8312 " guestfs_download_offset (guestfs_h *g,\n"
8313 "                          const char *remotefilename,\n"
8314 "                          const char *filename,\n"
8315 "                          int64_t offset,\n"
8316 "                          int64_t size);\n"
8317 "\n"
8318 msgstr ""
8319
8320 #. type: textblock
8321 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
8322 msgid ""
8323 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
8324 "region must be within the file or device)."
8325 msgstr ""
8326
8327 #. type: textblock
8328 #: ../src/guestfs-actions.pod:1263
8329 msgid ""
8330 "Note that there is no limit on the amount of data that can be downloaded "
8331 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
8332 "full amount unless an error occurs."
8333 msgstr ""
8334
8335 #. type: textblock
8336 #: ../src/guestfs-actions.pod:1268
8337 msgid "See also C<guestfs_download>, C<guestfs_pread>."
8338 msgstr ""
8339
8340 #. type: textblock
8341 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6901
8342 msgid "(Added in 1.5.17)"
8343 msgstr ""
8344
8345 #. type: =head2
8346 #: ../src/guestfs-actions.pod:1279
8347 msgid "guestfs_drop_caches"
8348 msgstr ""
8349
8350 #. type: verbatim
8351 #: ../src/guestfs-actions.pod:1281
8352 #, no-wrap
8353 msgid ""
8354 " int\n"
8355 " guestfs_drop_caches (guestfs_h *g,\n"
8356 "                      int whattodrop);\n"
8357 "\n"
8358 msgstr ""
8359
8360 #. type: textblock
8361 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
8362 msgid ""
8363 "This instructs the guest kernel to drop its page cache, and/or dentries and "
8364 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
8365 "to drop, see L<http://linux-mm.org/Drop_Caches>"
8366 msgstr ""
8367
8368 #. type: textblock
8369 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
8370 msgid "Setting C<whattodrop> to 3 should drop everything."
8371 msgstr ""
8372
8373 #. type: textblock
8374 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
8375 msgid ""
8376 "This automatically calls L<sync(2)> before the operation, so that the "
8377 "maximum guest memory is freed."
8378 msgstr ""
8379
8380 #. type: =head2
8381 #: ../src/guestfs-actions.pod:1299
8382 msgid "guestfs_du"
8383 msgstr ""
8384
8385 #. type: verbatim
8386 #: ../src/guestfs-actions.pod:1301
8387 #, no-wrap
8388 msgid ""
8389 " int64_t\n"
8390 " guestfs_du (guestfs_h *g,\n"
8391 "             const char *path);\n"
8392 "\n"
8393 msgstr ""
8394
8395 #. type: textblock
8396 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
8397 msgid ""
8398 "This command runs the C<du -s> command to estimate file space usage for "
8399 "C<path>."
8400 msgstr ""
8401
8402 #. type: textblock
8403 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
8404 msgid ""
8405 "C<path> can be a file or a directory.  If C<path> is a directory then the "
8406 "estimate includes the contents of the directory and all subdirectories "
8407 "(recursively)."
8408 msgstr ""
8409
8410 #. type: textblock
8411 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
8412 msgid ""
8413 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8414 msgstr ""
8415
8416 #. type: =head2
8417 #: ../src/guestfs-actions.pod:1324
8418 msgid "guestfs_e2fsck_f"
8419 msgstr ""
8420
8421 #. type: verbatim
8422 #: ../src/guestfs-actions.pod:1326
8423 #, no-wrap
8424 msgid ""
8425 " int\n"
8426 " guestfs_e2fsck_f (guestfs_h *g,\n"
8427 "                   const char *device);\n"
8428 "\n"
8429 msgstr ""
8430
8431 #. type: textblock
8432 #: ../src/guestfs-actions.pod:1330 ../fish/guestfish-actions.pod:885
8433 msgid ""
8434 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8435 "on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
8436 "clean (I<-f>)."
8437 msgstr ""
8438
8439 #. type: textblock
8440 #: ../src/guestfs-actions.pod:1334
8441 msgid ""
8442 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8443 "Normally you should use C<guestfs_fsck>."
8444 msgstr ""
8445
8446 #. type: textblock
8447 #: ../src/guestfs-actions.pod:1339
8448 msgid "(Added in 1.0.29)"
8449 msgstr ""
8450
8451 #. type: =head2
8452 #: ../src/guestfs-actions.pod:1341
8453 msgid "guestfs_echo_daemon"
8454 msgstr ""
8455
8456 #. type: verbatim
8457 #: ../src/guestfs-actions.pod:1343
8458 #, no-wrap
8459 msgid ""
8460 " char *\n"
8461 " guestfs_echo_daemon (guestfs_h *g,\n"
8462 "                      char *const *words);\n"
8463 "\n"
8464 msgstr ""
8465
8466 #. type: textblock
8467 #: ../src/guestfs-actions.pod:1347 ../fish/guestfish-actions.pod:896
8468 msgid ""
8469 "This command concatenates the list of C<words> passed with single spaces "
8470 "between them and returns the resulting string."
8471 msgstr ""
8472
8473 #. type: textblock
8474 #: ../src/guestfs-actions.pod:1350 ../fish/guestfish-actions.pod:899
8475 msgid "You can use this command to test the connection through to the daemon."
8476 msgstr ""
8477
8478 #. type: textblock
8479 #: ../src/guestfs-actions.pod:1352
8480 msgid "See also C<guestfs_ping_daemon>."
8481 msgstr ""
8482
8483 #. type: textblock
8484 #: ../src/guestfs-actions.pod:1357 ../src/guestfs-actions.pod:2091
8485 #: ../src/guestfs-actions.pod:6072
8486 msgid "(Added in 1.0.69)"
8487 msgstr ""
8488
8489 #. type: =head2
8490 #: ../src/guestfs-actions.pod:1359
8491 msgid "guestfs_egrep"
8492 msgstr ""
8493
8494 #. type: verbatim
8495 #: ../src/guestfs-actions.pod:1361
8496 #, no-wrap
8497 msgid ""
8498 " char **\n"
8499 " guestfs_egrep (guestfs_h *g,\n"
8500 "                const char *regex,\n"
8501 "                const char *path);\n"
8502 "\n"
8503 msgstr ""
8504
8505 #. type: textblock
8506 #: ../src/guestfs-actions.pod:1366 ../fish/guestfish-actions.pod:907
8507 msgid ""
8508 "This calls the external C<egrep> program and returns the matching lines."
8509 msgstr ""
8510
8511 #. type: textblock
8512 #: ../src/guestfs-actions.pod:1376 ../src/guestfs-actions.pod:1395
8513 #: ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1498
8514 #: ../src/guestfs-actions.pod:1517 ../src/guestfs-actions.pod:2221
8515 #: ../src/guestfs-actions.pod:2240 ../src/guestfs-actions.pod:2396
8516 #: ../src/guestfs-actions.pod:2409 ../src/guestfs-actions.pod:2424
8517 #: ../src/guestfs-actions.pod:2470 ../src/guestfs-actions.pod:2492
8518 #: ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:3653
8519 #: ../src/guestfs-actions.pod:3667 ../src/guestfs-actions.pod:3680
8520 #: ../src/guestfs-actions.pod:3694 ../src/guestfs-actions.pod:4680
8521 #: ../src/guestfs-actions.pod:5572 ../src/guestfs-actions.pod:5621
8522 #: ../src/guestfs-actions.pod:6468 ../src/guestfs-actions.pod:6480
8523 #: ../src/guestfs-actions.pod:6493 ../src/guestfs-actions.pod:6506
8524 #: ../src/guestfs-actions.pod:6528 ../src/guestfs-actions.pod:6541
8525 #: ../src/guestfs-actions.pod:6554 ../src/guestfs-actions.pod:6567
8526 #: ../src/guestfs-actions.pod:7345 ../src/guestfs-actions.pod:7364
8527 #: ../src/guestfs-actions.pod:7449 ../src/guestfs-actions.pod:7468
8528 #: ../src/guestfs-actions.pod:7514 ../src/guestfs-actions.pod:7533
8529 msgid "(Added in 1.0.66)"
8530 msgstr ""
8531
8532 #. type: =head2
8533 #: ../src/guestfs-actions.pod:1378
8534 msgid "guestfs_egrepi"
8535 msgstr ""
8536
8537 #. type: verbatim
8538 #: ../src/guestfs-actions.pod:1380
8539 #, no-wrap
8540 msgid ""
8541 " char **\n"
8542 " guestfs_egrepi (guestfs_h *g,\n"
8543 "                 const char *regex,\n"
8544 "                 const char *path);\n"
8545 "\n"
8546 msgstr ""
8547
8548 #. type: textblock
8549 #: ../src/guestfs-actions.pod:1385 ../fish/guestfish-actions.pod:917
8550 msgid ""
8551 "This calls the external C<egrep -i> program and returns the matching lines."
8552 msgstr ""
8553
8554 #. type: =head2
8555 #: ../src/guestfs-actions.pod:1397
8556 msgid "guestfs_equal"
8557 msgstr ""
8558
8559 #. type: verbatim
8560 #: ../src/guestfs-actions.pod:1399
8561 #, no-wrap
8562 msgid ""
8563 " int\n"
8564 " guestfs_equal (guestfs_h *g,\n"
8565 "                const char *file1,\n"
8566 "                const char *file2);\n"
8567 "\n"
8568 msgstr ""
8569
8570 #. type: textblock
8571 #: ../src/guestfs-actions.pod:1404 ../fish/guestfish-actions.pod:927
8572 msgid ""
8573 "This compares the two files C<file1> and C<file2> and returns true if their "
8574 "content is exactly equal, or false otherwise."
8575 msgstr ""
8576
8577 #. type: textblock
8578 #: ../src/guestfs-actions.pod:1407 ../fish/guestfish-actions.pod:930
8579 msgid "The external L<cmp(1)> program is used for the comparison."
8580 msgstr ""
8581
8582 #. type: =head2
8583 #: ../src/guestfs-actions.pod:1413
8584 msgid "guestfs_exists"
8585 msgstr ""
8586
8587 #. type: verbatim
8588 #: ../src/guestfs-actions.pod:1415
8589 #, no-wrap
8590 msgid ""
8591 " int\n"
8592 " guestfs_exists (guestfs_h *g,\n"
8593 "                 const char *path);\n"
8594 "\n"
8595 msgstr ""
8596
8597 #. type: textblock
8598 #: ../src/guestfs-actions.pod:1419 ../fish/guestfish-actions.pod:936
8599 msgid ""
8600 "This returns C<true> if and only if there is a file, directory (or anything) "
8601 "with the given C<path> name."
8602 msgstr ""
8603
8604 #. type: textblock
8605 #: ../src/guestfs-actions.pod:1422
8606 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8607 msgstr ""
8608
8609 #. type: =head2
8610 #: ../src/guestfs-actions.pod:1428
8611 msgid "guestfs_fallocate"
8612 msgstr ""
8613
8614 #. type: verbatim
8615 #: ../src/guestfs-actions.pod:1430
8616 #, no-wrap
8617 msgid ""
8618 " int\n"
8619 " guestfs_fallocate (guestfs_h *g,\n"
8620 "                    const char *path,\n"
8621 "                    int len);\n"
8622 "\n"
8623 msgstr ""
8624
8625 #. type: textblock
8626 #: ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1461
8627 #: ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
8628 msgid ""
8629 "This command preallocates a file (containing zero bytes) named C<path> of "
8630 "size C<len> bytes.  If the file exists already, it is overwritten."
8631 msgstr ""
8632
8633 #. type: textblock
8634 #: ../src/guestfs-actions.pod:1439 ../fish/guestfish-actions.pod:949
8635 msgid ""
8636 "Do not confuse this with the guestfish-specific C<alloc> command which "
8637 "allocates a file in the host and attaches it as a device."
8638 msgstr ""
8639
8640 #. type: textblock
8641 #: ../src/guestfs-actions.pod:1445
8642 msgid ""
8643 "This function is deprecated.  In new code, use the L</guestfs_fallocate64> "
8644 "call instead."
8645 msgstr ""
8646
8647 #. type: =head2
8648 #: ../src/guestfs-actions.pod:1454
8649 msgid "guestfs_fallocate64"
8650 msgstr ""
8651
8652 #. type: verbatim
8653 #: ../src/guestfs-actions.pod:1456
8654 #, no-wrap
8655 msgid ""
8656 " int\n"
8657 " guestfs_fallocate64 (guestfs_h *g,\n"
8658 "                      const char *path,\n"
8659 "                      int64_t len);\n"
8660 "\n"
8661 msgstr ""
8662
8663 #. type: textblock
8664 #: ../src/guestfs-actions.pod:1465
8665 msgid ""
8666 "Note that this call allocates disk blocks for the file.  To create a sparse "
8667 "file use C<guestfs_truncate_size> instead."
8668 msgstr ""
8669
8670 #. type: textblock
8671 #: ../src/guestfs-actions.pod:1468
8672 msgid ""
8673 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8674 "oversight it only allowed 30 bit lengths to be specified, effectively "
8675 "limiting the maximum size of files created through that call to 1GB."
8676 msgstr ""
8677
8678 #. type: textblock
8679 #: ../src/guestfs-actions.pod:1473 ../fish/guestfish-actions.pod:976
8680 msgid ""
8681 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8682 "commands which create a file in the host and attach it as a device."
8683 msgstr ""
8684
8685 #. type: textblock
8686 #: ../src/guestfs-actions.pod:1479
8687 msgid "(Added in 1.3.17)"
8688 msgstr ""
8689
8690 #. type: =head2
8691 #: ../src/guestfs-actions.pod:1481
8692 msgid "guestfs_fgrep"
8693 msgstr ""
8694
8695 #. type: verbatim
8696 #: ../src/guestfs-actions.pod:1483
8697 #, no-wrap
8698 msgid ""
8699 " char **\n"
8700 " guestfs_fgrep (guestfs_h *g,\n"
8701 "                const char *pattern,\n"
8702 "                const char *path);\n"
8703 "\n"
8704 msgstr ""
8705
8706 #. type: textblock
8707 #: ../src/guestfs-actions.pod:1488 ../fish/guestfish-actions.pod:984
8708 msgid ""
8709 "This calls the external C<fgrep> program and returns the matching lines."
8710 msgstr ""
8711
8712 #. type: =head2
8713 #: ../src/guestfs-actions.pod:1500
8714 msgid "guestfs_fgrepi"
8715 msgstr ""
8716
8717 #. type: verbatim
8718 #: ../src/guestfs-actions.pod:1502
8719 #, no-wrap
8720 msgid ""
8721 " char **\n"
8722 " guestfs_fgrepi (guestfs_h *g,\n"
8723 "                 const char *pattern,\n"
8724 "                 const char *path);\n"
8725 "\n"
8726 msgstr ""
8727
8728 #. type: textblock
8729 #: ../src/guestfs-actions.pod:1507 ../fish/guestfish-actions.pod:994
8730 msgid ""
8731 "This calls the external C<fgrep -i> program and returns the matching lines."
8732 msgstr ""
8733
8734 #. type: =head2
8735 #: ../src/guestfs-actions.pod:1519
8736 msgid "guestfs_file"
8737 msgstr ""
8738
8739 #. type: verbatim
8740 #: ../src/guestfs-actions.pod:1521
8741 #, no-wrap
8742 msgid ""
8743 " char *\n"
8744 " guestfs_file (guestfs_h *g,\n"
8745 "               const char *path);\n"
8746 "\n"
8747 msgstr ""
8748
8749 #. type: textblock
8750 #: ../src/guestfs-actions.pod:1525 ../fish/guestfish-actions.pod:1004
8751 msgid ""
8752 "This call uses the standard L<file(1)> command to determine the type or "
8753 "contents of the file."
8754 msgstr ""
8755
8756 #. type: textblock
8757 #: ../src/guestfs-actions.pod:1528 ../fish/guestfish-actions.pod:1007
8758 msgid ""
8759 "This call will also transparently look inside various types of compressed "
8760 "file."
8761 msgstr ""
8762
8763 #. type: textblock
8764 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1010
8765 msgid ""
8766 "The exact command which runs is C<file -zb path>.  Note in particular that "
8767 "the filename is not prepended to the output (the I<-b> option)."
8768 msgstr ""
8769
8770 #. type: textblock
8771 #: ../src/guestfs-actions.pod:1535 ../fish/guestfish-actions.pod:1014
8772 msgid ""
8773 "The output depends on the output of the underlying L<file(1)> command and it "
8774 "can change in future in ways beyond our control.  In other words, the output "
8775 "is not guaranteed by the ABI."
8776 msgstr ""
8777
8778 #. type: textblock
8779 #: ../src/guestfs-actions.pod:1539
8780 msgid ""
8781 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
8782 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc)."
8783 msgstr ""
8784
8785 #. type: =head2
8786 #: ../src/guestfs-actions.pod:1547
8787 msgid "guestfs_file_architecture"
8788 msgstr ""
8789
8790 #. type: verbatim
8791 #: ../src/guestfs-actions.pod:1549
8792 #, no-wrap
8793 msgid ""
8794 " char *\n"
8795 " guestfs_file_architecture (guestfs_h *g,\n"
8796 "                            const char *filename);\n"
8797 "\n"
8798 msgstr ""
8799
8800 #. type: textblock
8801 #: ../src/guestfs-actions.pod:1553 ../fish/guestfish-actions.pod:1025
8802 msgid ""
8803 "This detects the architecture of the binary C<filename>, and returns it if "
8804 "known."
8805 msgstr ""
8806
8807 #. type: textblock
8808 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1028
8809 msgid "Currently defined architectures are:"
8810 msgstr ""
8811
8812 #. type: =item
8813 #: ../src/guestfs-actions.pod:1560 ../fish/guestfish-actions.pod:1032
8814 msgid "\"i386\""
8815 msgstr "\"i386\""
8816
8817 #. type: textblock
8818 #: ../src/guestfs-actions.pod:1562 ../fish/guestfish-actions.pod:1034
8819 msgid ""
8820 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8821 "irrespective of the precise processor requirements of the binary."
8822 msgstr ""
8823
8824 #. type: =item
8825 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1037
8826 msgid "\"x86_64\""
8827 msgstr "\"x86_64\""
8828
8829 #. type: textblock
8830 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1039
8831 msgid "64 bit x86-64."
8832 msgstr ""
8833
8834 #. type: =item
8835 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1041
8836 msgid "\"sparc\""
8837 msgstr ""
8838
8839 #. type: textblock
8840 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1043
8841 msgid "32 bit SPARC."
8842 msgstr ""
8843
8844 #. type: =item
8845 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1045
8846 msgid "\"sparc64\""
8847 msgstr ""
8848
8849 #. type: textblock
8850 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1047
8851 msgid "64 bit SPARC V9 and above."
8852 msgstr ""
8853
8854 #. type: =item
8855 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1049
8856 msgid "\"ia64\""
8857 msgstr "\"ia64\""
8858
8859 #. type: textblock
8860 #: ../src/guestfs-actions.pod:1579 ../fish/guestfish-actions.pod:1051
8861 msgid "Intel Itanium."
8862 msgstr "Intel Itanium."
8863
8864 #. type: =item
8865 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1053
8866 msgid "\"ppc\""
8867 msgstr ""
8868
8869 #. type: textblock
8870 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1055
8871 msgid "32 bit Power PC."
8872 msgstr ""
8873
8874 #. type: =item
8875 #: ../src/guestfs-actions.pod:1585 ../fish/guestfish-actions.pod:1057
8876 msgid "\"ppc64\""
8877 msgstr ""
8878
8879 #. type: textblock
8880 #: ../src/guestfs-actions.pod:1587 ../fish/guestfish-actions.pod:1059
8881 msgid "64 bit Power PC."
8882 msgstr ""
8883
8884 #. type: textblock
8885 #: ../src/guestfs-actions.pod:1591 ../fish/guestfish-actions.pod:1063
8886 msgid "Libguestfs may return other architecture strings in future."
8887 msgstr ""
8888
8889 #. type: textblock
8890 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1065
8891 msgid "The function works on at least the following types of files:"
8892 msgstr ""
8893
8894 #. type: textblock
8895 #: ../src/guestfs-actions.pod:1599 ../fish/guestfish-actions.pod:1071
8896 msgid "many types of Un*x and Linux binary"
8897 msgstr ""
8898
8899 #. type: textblock
8900 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1075
8901 msgid "many types of Un*x and Linux shared library"
8902 msgstr ""
8903
8904 #. type: textblock
8905 #: ../src/guestfs-actions.pod:1607 ../fish/guestfish-actions.pod:1079
8906 msgid "Windows Win32 and Win64 binaries"
8907 msgstr ""
8908
8909 #. type: textblock
8910 #: ../src/guestfs-actions.pod:1611 ../fish/guestfish-actions.pod:1083
8911 msgid "Windows Win32 and Win64 DLLs"
8912 msgstr ""
8913
8914 #. type: textblock
8915 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1085
8916 msgid "Win32 binaries and DLLs return C<i386>."
8917 msgstr ""
8918
8919 #. type: textblock
8920 #: ../src/guestfs-actions.pod:1615 ../fish/guestfish-actions.pod:1087
8921 msgid "Win64 binaries and DLLs return C<x86_64>."
8922 msgstr ""
8923
8924 #. type: textblock
8925 #: ../src/guestfs-actions.pod:1619 ../fish/guestfish-actions.pod:1091
8926 msgid "Linux kernel modules"
8927 msgstr ""
8928
8929 #. type: textblock
8930 #: ../src/guestfs-actions.pod:1623 ../fish/guestfish-actions.pod:1095
8931 msgid "Linux new-style initrd images"
8932 msgstr ""
8933
8934 #. type: textblock
8935 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1099
8936 msgid "some non-x86 Linux vmlinuz kernels"
8937 msgstr ""
8938
8939 #. type: textblock
8940 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1103
8941 msgid "What it can't do currently:"
8942 msgstr ""
8943
8944 #. type: textblock
8945 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1109
8946 msgid "static libraries (libfoo.a)"
8947 msgstr ""
8948
8949 #. type: textblock
8950 #: ../src/guestfs-actions.pod:1641 ../fish/guestfish-actions.pod:1113
8951 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8952 msgstr ""
8953
8954 #. type: textblock
8955 #: ../src/guestfs-actions.pod:1645 ../fish/guestfish-actions.pod:1117
8956 msgid "x86 Linux vmlinuz kernels"
8957 msgstr ""
8958
8959 #. type: textblock
8960 #: ../src/guestfs-actions.pod:1647 ../fish/guestfish-actions.pod:1119
8961 msgid ""
8962 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8963 "compressed code, and are horribly hard to unpack.  If you want to find the "
8964 "architecture of a kernel, use the architecture of the associated initrd or "
8965 "kernel module(s) instead."
8966 msgstr ""
8967
8968 #. type: textblock
8969 #: ../src/guestfs-actions.pod:1657 ../src/guestfs-actions.pod:1820
8970 #: ../src/guestfs-actions.pod:1837 ../src/guestfs-actions.pod:2528
8971 #: ../src/guestfs-actions.pod:2621 ../src/guestfs-actions.pod:2691
8972 #: ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2800
8973 #: ../src/guestfs-actions.pod:2843 ../src/guestfs-actions.pod:2927
8974 #: ../src/guestfs-actions.pod:3024 ../src/guestfs-actions.pod:3271
8975 #: ../src/guestfs-actions.pod:3403
8976 msgid "(Added in 1.5.3)"
8977 msgstr ""
8978
8979 #. type: =head2
8980 #: ../src/guestfs-actions.pod:1659
8981 msgid "guestfs_filesize"
8982 msgstr ""
8983
8984 #. type: verbatim
8985 #: ../src/guestfs-actions.pod:1661
8986 #, no-wrap
8987 msgid ""
8988 " int64_t\n"
8989 " guestfs_filesize (guestfs_h *g,\n"
8990 "                   const char *file);\n"
8991 "\n"
8992 msgstr ""
8993
8994 #. type: textblock
8995 #: ../src/guestfs-actions.pod:1665 ../fish/guestfish-actions.pod:1130
8996 msgid "This command returns the size of C<file> in bytes."
8997 msgstr ""
8998
8999 #. type: textblock
9000 #: ../src/guestfs-actions.pod:1667
9001 msgid ""
9002 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
9003 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
9004 "devices, use C<guestfs_blockdev_getsize64>."
9005 msgstr ""
9006
9007 #. type: textblock
9008 #: ../src/guestfs-actions.pod:1673
9009 msgid "(Added in 1.0.82)"
9010 msgstr ""
9011
9012 #. type: =head2
9013 #: ../src/guestfs-actions.pod:1675
9014 msgid "guestfs_fill"
9015 msgstr ""
9016
9017 #. type: verbatim
9018 #: ../src/guestfs-actions.pod:1677
9019 #, no-wrap
9020 msgid ""
9021 " int\n"
9022 " guestfs_fill (guestfs_h *g,\n"
9023 "               int c,\n"
9024 "               int len,\n"
9025 "               const char *path);\n"
9026 "\n"
9027 msgstr ""
9028
9029 #. type: textblock
9030 #: ../src/guestfs-actions.pod:1683 ../fish/guestfish-actions.pod:1140
9031 msgid ""
9032 "This command creates a new file called C<path>.  The initial content of the "
9033 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9034 "[0..255]>."
9035 msgstr ""
9036
9037 #. type: textblock
9038 #: ../src/guestfs-actions.pod:1687
9039 msgid ""
9040 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9041 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9042 "bytes use C<guestfs_fill_pattern>."
9043 msgstr ""
9044
9045 #. type: textblock
9046 #: ../src/guestfs-actions.pod:1699
9047 msgid "(Added in 1.0.79)"
9048 msgstr ""
9049
9050 #. type: =head2
9051 #: ../src/guestfs-actions.pod:1701
9052 msgid "guestfs_fill_pattern"
9053 msgstr ""
9054
9055 #. type: verbatim
9056 #: ../src/guestfs-actions.pod:1703
9057 #, no-wrap
9058 msgid ""
9059 " int\n"
9060 " guestfs_fill_pattern (guestfs_h *g,\n"
9061 "                       const char *pattern,\n"
9062 "                       int len,\n"
9063 "                       const char *path);\n"
9064 "\n"
9065 msgstr ""
9066
9067 #. type: textblock
9068 #: ../src/guestfs-actions.pod:1709
9069 msgid ""
9070 "This function is like C<guestfs_fill> except that it creates a new file of "
9071 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9072 "pattern is truncated if necessary to ensure the length of the file is "
9073 "exactly C<len> bytes."
9074 msgstr ""
9075
9076 #. type: textblock
9077 #: ../src/guestfs-actions.pod:1721
9078 msgid "(Added in 1.3.12)"
9079 msgstr ""
9080
9081 #. type: =head2
9082 #: ../src/guestfs-actions.pod:1723
9083 msgid "guestfs_find"
9084 msgstr ""
9085
9086 #. type: verbatim
9087 #: ../src/guestfs-actions.pod:1725
9088 #, no-wrap
9089 msgid ""
9090 " char **\n"
9091 " guestfs_find (guestfs_h *g,\n"
9092 "               const char *directory);\n"
9093 "\n"
9094 msgstr ""
9095
9096 #. type: textblock
9097 #: ../src/guestfs-actions.pod:1729 ../fish/guestfish-actions.pod:1162
9098 msgid ""
9099 "This command lists out all files and directories, recursively, starting at "
9100 "C<directory>.  It is essentially equivalent to running the shell command "
9101 "C<find directory -print> but some post-processing happens on the output, "
9102 "described below."
9103 msgstr ""
9104
9105 #. type: textblock
9106 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1167
9107 msgid ""
9108 "This returns a list of strings I<without any prefix>.  Thus if the directory "
9109 "structure was:"
9110 msgstr ""
9111
9112 #. type: verbatim
9113 #: ../src/guestfs-actions.pod:1737 ../fish/guestfish-actions.pod:1170
9114 #, no-wrap
9115 msgid ""
9116 " /tmp/a\n"
9117 " /tmp/b\n"
9118 " /tmp/c/d\n"
9119 "\n"
9120 msgstr ""
9121
9122 #. type: textblock
9123 #: ../src/guestfs-actions.pod:1741
9124 msgid ""
9125 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
9126 msgstr ""
9127
9128 #. type: verbatim
9129 #: ../src/guestfs-actions.pod:1744 ../fish/guestfish-actions.pod:1177
9130 #, no-wrap
9131 msgid ""
9132 " a\n"
9133 " b\n"
9134 " c\n"
9135 " c/d\n"
9136 "\n"
9137 msgstr ""
9138
9139 #. type: textblock
9140 #: ../src/guestfs-actions.pod:1749 ../fish/guestfish-actions.pod:1182
9141 msgid "If C<directory> is not a directory, then this command returns an error."
9142 msgstr ""
9143
9144 #. type: textblock
9145 #: ../src/guestfs-actions.pod:1752 ../fish/guestfish-actions.pod:1185
9146 msgid "The returned list is sorted."
9147 msgstr ""
9148
9149 #. type: textblock
9150 #: ../src/guestfs-actions.pod:1754
9151 msgid "See also C<guestfs_find0>."
9152 msgstr ""
9153
9154 #. type: textblock
9155 #: ../src/guestfs-actions.pod:1763 ../src/guestfs-actions.pod:4097
9156 #: ../src/guestfs-actions.pod:5656
9157 msgid "(Added in 1.0.27)"
9158 msgstr ""
9159
9160 #. type: =head2
9161 #: ../src/guestfs-actions.pod:1765
9162 msgid "guestfs_find0"
9163 msgstr ""
9164
9165 #. type: verbatim
9166 #: ../src/guestfs-actions.pod:1767
9167 #, no-wrap
9168 msgid ""
9169 " int\n"
9170 " guestfs_find0 (guestfs_h *g,\n"
9171 "                const char *directory,\n"
9172 "                const char *files);\n"
9173 "\n"
9174 msgstr ""
9175
9176 #. type: textblock
9177 #: ../src/guestfs-actions.pod:1772 ../fish/guestfish-actions.pod:1196
9178 msgid ""
9179 "This command lists out all files and directories, recursively, starting at "
9180 "C<directory>, placing the resulting list in the external file called "
9181 "C<files>."
9182 msgstr ""
9183
9184 #. type: textblock
9185 #: ../src/guestfs-actions.pod:1776
9186 msgid ""
9187 "This command works the same way as C<guestfs_find> with the following "
9188 "exceptions:"
9189 msgstr ""
9190
9191 #. type: textblock
9192 #: ../src/guestfs-actions.pod:1783 ../fish/guestfish-actions.pod:1207
9193 msgid "The resulting list is written to an external file."
9194 msgstr ""
9195
9196 #. type: textblock
9197 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1211
9198 msgid ""
9199 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9200 "L<find(1)> option I<-print0>."
9201 msgstr ""
9202
9203 #. type: textblock
9204 #: ../src/guestfs-actions.pod:1792 ../fish/guestfish-actions.pod:1216
9205 msgid "This command is not limited in the number of names that it can return."
9206 msgstr ""
9207
9208 #. type: textblock
9209 #: ../src/guestfs-actions.pod:1797 ../fish/guestfish-actions.pod:1221
9210 msgid "The result list is not sorted."
9211 msgstr ""
9212
9213 #. type: textblock
9214 #: ../src/guestfs-actions.pod:1803
9215 msgid "(Added in 1.0.74)"
9216 msgstr ""
9217
9218 #. type: =head2
9219 #: ../src/guestfs-actions.pod:1805
9220 msgid "guestfs_findfs_label"
9221 msgstr ""
9222
9223 #. type: verbatim
9224 #: ../src/guestfs-actions.pod:1807
9225 #, no-wrap
9226 msgid ""
9227 " char *\n"
9228 " guestfs_findfs_label (guestfs_h *g,\n"
9229 "                       const char *label);\n"
9230 "\n"
9231 msgstr ""
9232
9233 #. type: textblock
9234 #: ../src/guestfs-actions.pod:1811 ../fish/guestfish-actions.pod:1231
9235 msgid ""
9236 "This command searches the filesystems and returns the one which has the "
9237 "given label.  An error is returned if no such filesystem can be found."
9238 msgstr ""
9239
9240 #. type: textblock
9241 #: ../src/guestfs-actions.pod:1815
9242 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9243 msgstr ""
9244
9245 #. type: =head2
9246 #: ../src/guestfs-actions.pod:1822
9247 msgid "guestfs_findfs_uuid"
9248 msgstr ""
9249
9250 #. type: verbatim
9251 #: ../src/guestfs-actions.pod:1824
9252 #, no-wrap
9253 msgid ""
9254 " char *\n"
9255 " guestfs_findfs_uuid (guestfs_h *g,\n"
9256 "                      const char *uuid);\n"
9257 "\n"
9258 msgstr ""
9259
9260 #. type: textblock
9261 #: ../src/guestfs-actions.pod:1828 ../fish/guestfish-actions.pod:1241
9262 msgid ""
9263 "This command searches the filesystems and returns the one which has the "
9264 "given UUID.  An error is returned if no such filesystem can be found."
9265 msgstr ""
9266
9267 #. type: textblock
9268 #: ../src/guestfs-actions.pod:1832
9269 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
9270 msgstr ""
9271
9272 #. type: =head2
9273 #: ../src/guestfs-actions.pod:1839
9274 msgid "guestfs_fsck"
9275 msgstr ""
9276
9277 #. type: verbatim
9278 #: ../src/guestfs-actions.pod:1841
9279 #, no-wrap
9280 msgid ""
9281 " int\n"
9282 " guestfs_fsck (guestfs_h *g,\n"
9283 "               const char *fstype,\n"
9284 "               const char *device);\n"
9285 "\n"
9286 msgstr ""
9287
9288 #. type: textblock
9289 #: ../src/guestfs-actions.pod:1846 ../fish/guestfish-actions.pod:1251
9290 msgid ""
9291 "This runs the filesystem checker (fsck) on C<device> which should have "
9292 "filesystem type C<fstype>."
9293 msgstr ""
9294
9295 #. type: textblock
9296 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1254
9297 msgid ""
9298 "The returned integer is the status.  See L<fsck(8)> for the list of status "
9299 "codes from C<fsck>."
9300 msgstr ""
9301
9302 #. type: textblock
9303 #: ../src/guestfs-actions.pod:1858 ../fish/guestfish-actions.pod:1263
9304 msgid "Multiple status codes can be summed together."
9305 msgstr ""
9306
9307 #. type: textblock
9308 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1267
9309 msgid ""
9310 "A non-zero return code can mean \"success\", for example if errors have been "
9311 "corrected on the filesystem."
9312 msgstr ""
9313
9314 #. type: textblock
9315 #: ../src/guestfs-actions.pod:1867 ../fish/guestfish-actions.pod:1272
9316 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
9317 msgstr ""
9318
9319 #. type: textblock
9320 #: ../src/guestfs-actions.pod:1872 ../fish/guestfish-actions.pod:1277
9321 msgid ""
9322 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
9323 msgstr ""
9324
9325 #. type: textblock
9326 #: ../src/guestfs-actions.pod:1876 ../src/guestfs-actions.pod:7387
9327 msgid "(Added in 1.0.16)"
9328 msgstr ""
9329
9330 #. type: =head2
9331 #: ../src/guestfs-actions.pod:1878
9332 msgid "guestfs_get_append"
9333 msgstr ""
9334
9335 #. type: verbatim
9336 #: ../src/guestfs-actions.pod:1880
9337 #, no-wrap
9338 msgid ""
9339 " const char *\n"
9340 " guestfs_get_append (guestfs_h *g);\n"
9341 "\n"
9342 msgstr ""
9343
9344 #. type: textblock
9345 #: ../src/guestfs-actions.pod:1883 ../fish/guestfish-actions.pod:1283
9346 msgid ""
9347 "Return the additional kernel options which are added to the guest kernel "
9348 "command line."
9349 msgstr ""
9350
9351 #. type: textblock
9352 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1286
9353 msgid "If C<NULL> then no options are added."
9354 msgstr ""
9355
9356 #. type: textblock
9357 #: ../src/guestfs-actions.pod:1888
9358 msgid ""
9359 "This function returns a string which may be NULL.  There is no way to return "
9360 "an error from this function.  The string is owned by the guest handle and "
9361 "must I<not> be freed."
9362 msgstr ""
9363
9364 #. type: textblock
9365 #: ../src/guestfs-actions.pod:1892 ../src/guestfs-actions.pod:5334
9366 #: ../src/guestfs-actions.pod:5814 ../src/guestfs-actions.pod:6235
9367 #: ../src/guestfs-actions.pod:6254 ../src/guestfs-actions.pod:6270
9368 #: ../src/guestfs-actions.pod:6294 ../src/guestfs-actions.pod:7051
9369 #: ../src/guestfs-actions.pod:7069 ../src/guestfs-actions.pod:7430
9370 msgid "(Added in 1.0.26)"
9371 msgstr ""
9372
9373 #. type: =head2
9374 #: ../src/guestfs-actions.pod:1894
9375 msgid "guestfs_get_attach_method"
9376 msgstr ""
9377
9378 #. type: verbatim
9379 #: ../src/guestfs-actions.pod:1896
9380 #, no-wrap
9381 msgid ""
9382 " char *\n"
9383 " guestfs_get_attach_method (guestfs_h *g);\n"
9384 "\n"
9385 msgstr ""
9386
9387 #. type: textblock
9388 #: ../src/guestfs-actions.pod:1899
9389 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
9390 msgstr ""
9391
9392 #. type: =head2
9393 #: ../src/guestfs-actions.pod:1904
9394 msgid "guestfs_get_autosync"
9395 msgstr ""
9396
9397 #. type: verbatim
9398 #: ../src/guestfs-actions.pod:1906
9399 #, no-wrap
9400 msgid ""
9401 " int\n"
9402 " guestfs_get_autosync (guestfs_h *g);\n"
9403 "\n"
9404 msgstr ""
9405
9406 #. type: textblock
9407 #: ../src/guestfs-actions.pod:1909 ../fish/guestfish-actions.pod:1298
9408 msgid "Get the autosync flag."
9409 msgstr ""
9410
9411 #. type: =head2
9412 #: ../src/guestfs-actions.pod:1915
9413 msgid "guestfs_get_direct"
9414 msgstr ""
9415
9416 #. type: verbatim
9417 #: ../src/guestfs-actions.pod:1917
9418 #, no-wrap
9419 msgid ""
9420 " int\n"
9421 " guestfs_get_direct (guestfs_h *g);\n"
9422 "\n"
9423 msgstr ""
9424
9425 #. type: textblock
9426 #: ../src/guestfs-actions.pod:1920 ../fish/guestfish-actions.pod:1304
9427 msgid "Return the direct appliance mode flag."
9428 msgstr ""
9429
9430 #. type: textblock
9431 #: ../src/guestfs-actions.pod:1924 ../src/guestfs-actions.pod:5883
9432 msgid "(Added in 1.0.72)"
9433 msgstr ""
9434
9435 #. type: =head2
9436 #: ../src/guestfs-actions.pod:1926
9437 msgid "guestfs_get_e2label"
9438 msgstr ""
9439
9440 #. type: verbatim
9441 #: ../src/guestfs-actions.pod:1928
9442 #, no-wrap
9443 msgid ""
9444 " char *\n"
9445 " guestfs_get_e2label (guestfs_h *g,\n"
9446 "                      const char *device);\n"
9447 "\n"
9448 msgstr ""
9449
9450 #. type: textblock
9451 #: ../src/guestfs-actions.pod:1932 ../fish/guestfish-actions.pod:1310
9452 msgid ""
9453 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9454 msgstr ""
9455
9456 #. type: textblock
9457 #: ../src/guestfs-actions.pod:1938
9458 msgid ""
9459 "This function is deprecated.  In new code, use the L</guestfs_vfs_label> "
9460 "call instead."
9461 msgstr ""
9462
9463 #. type: textblock
9464 #: ../src/guestfs-actions.pod:1945 ../src/guestfs-actions.pod:1966
9465 #: ../src/guestfs-actions.pod:5901 ../src/guestfs-actions.pod:5920
9466 msgid "(Added in 1.0.15)"
9467 msgstr ""
9468
9469 #. type: =head2
9470 #: ../src/guestfs-actions.pod:1947
9471 msgid "guestfs_get_e2uuid"
9472 msgstr ""
9473
9474 #. type: verbatim
9475 #: ../src/guestfs-actions.pod:1949
9476 #, no-wrap
9477 msgid ""
9478 " char *\n"
9479 " guestfs_get_e2uuid (guestfs_h *g,\n"
9480 "                     const char *device);\n"
9481 "\n"
9482 msgstr ""
9483
9484 #. type: textblock
9485 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1324
9486 msgid ""
9487 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9488 msgstr ""
9489
9490 #. type: textblock
9491 #: ../src/guestfs-actions.pod:1959
9492 msgid ""
9493 "This function is deprecated.  In new code, use the L</guestfs_vfs_uuid> call "
9494 "instead."
9495 msgstr ""
9496
9497 #. type: =head2
9498 #: ../src/guestfs-actions.pod:1968
9499 msgid "guestfs_get_memsize"
9500 msgstr ""
9501
9502 #. type: verbatim
9503 #: ../src/guestfs-actions.pod:1970
9504 #, no-wrap
9505 msgid ""
9506 " int\n"
9507 " guestfs_get_memsize (guestfs_h *g);\n"
9508 "\n"
9509 msgstr ""
9510
9511 #. type: textblock
9512 #: ../src/guestfs-actions.pod:1973 ../fish/guestfish-actions.pod:1338
9513 msgid ""
9514 "This gets the memory size in megabytes allocated to the qemu subprocess."
9515 msgstr ""
9516
9517 #. type: textblock
9518 #: ../src/guestfs-actions.pod:1976
9519 msgid ""
9520 "If C<guestfs_set_memsize> was not called on this handle, and if "
9521 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9522 "value for memsize."
9523 msgstr ""
9524
9525 #. type: textblock
9526 #: ../src/guestfs-actions.pod:1980 ../src/guestfs-actions.pod:2061
9527 #: ../src/guestfs-actions.pod:5936 ../src/guestfs-actions.pod:6043
9528 #: ../fish/guestfish-actions.pod:1345 ../fish/guestfish-actions.pod:1396
9529 #: ../fish/guestfish-actions.pod:4006 ../fish/guestfish-actions.pod:4093
9530 msgid ""
9531 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9532 msgstr ""
9533
9534 #. type: textblock
9535 #: ../src/guestfs-actions.pod:1985 ../src/guestfs-actions.pod:4388
9536 #: ../src/guestfs-actions.pod:4585 ../src/guestfs-actions.pod:4604
9537 #: ../src/guestfs-actions.pod:4623 ../src/guestfs-actions.pod:4635
9538 #: ../src/guestfs-actions.pod:4652 ../src/guestfs-actions.pod:4665
9539 #: ../src/guestfs-actions.pod:5559 ../src/guestfs-actions.pod:5941
9540 #: ../src/guestfs-actions.pod:6202 ../src/guestfs-actions.pod:6817
9541 msgid "(Added in 1.0.55)"
9542 msgstr ""
9543
9544 #. type: =head2
9545 #: ../src/guestfs-actions.pod:1987
9546 msgid "guestfs_get_network"
9547 msgstr ""
9548
9549 #. type: verbatim
9550 #: ../src/guestfs-actions.pod:1989
9551 #, no-wrap
9552 msgid ""
9553 " int\n"
9554 " guestfs_get_network (guestfs_h *g);\n"
9555 "\n"
9556 msgstr ""
9557
9558 #. type: textblock
9559 #: ../src/guestfs-actions.pod:1992 ../fish/guestfish-actions.pod:1352
9560 msgid "This returns the enable network flag."
9561 msgstr ""
9562
9563 #. type: textblock
9564 #: ../src/guestfs-actions.pod:1996 ../src/guestfs-actions.pod:5960
9565 msgid "(Added in 1.5.4)"
9566 msgstr ""
9567
9568 #. type: =head2
9569 #: ../src/guestfs-actions.pod:1998
9570 msgid "guestfs_get_path"
9571 msgstr ""
9572
9573 #. type: verbatim
9574 #: ../src/guestfs-actions.pod:2000
9575 #, no-wrap
9576 msgid ""
9577 " const char *\n"
9578 " guestfs_get_path (guestfs_h *g);\n"
9579 "\n"
9580 msgstr ""
9581
9582 #. type: textblock
9583 #: ../src/guestfs-actions.pod:2003 ../fish/guestfish-actions.pod:1358
9584 msgid "Return the current search path."
9585 msgstr ""
9586
9587 #. type: textblock
9588 #: ../src/guestfs-actions.pod:2005 ../fish/guestfish-actions.pod:1360
9589 msgid ""
9590 "This is always non-NULL.  If it wasn't set already, then this will return "
9591 "the default path."
9592 msgstr ""
9593
9594 #. type: textblock
9595 #: ../src/guestfs-actions.pod:2008 ../src/guestfs-actions.pod:2037
9596 msgid ""
9597 "This function returns a string, or NULL on error.  The string is owned by "
9598 "the guest handle and must I<not> be freed."
9599 msgstr ""
9600
9601 #. type: =head2
9602 #: ../src/guestfs-actions.pod:2013
9603 msgid "guestfs_get_pid"
9604 msgstr ""
9605
9606 #. type: verbatim
9607 #: ../src/guestfs-actions.pod:2015
9608 #, no-wrap
9609 msgid ""
9610 " int\n"
9611 " guestfs_get_pid (guestfs_h *g);\n"
9612 "\n"
9613 msgstr ""
9614
9615 #. type: textblock
9616 #: ../src/guestfs-actions.pod:2018 ../fish/guestfish-actions.pod:1369
9617 msgid ""
9618 "Return the process ID of the qemu subprocess.  If there is no qemu "
9619 "subprocess, then this will return an error."
9620 msgstr ""
9621
9622 #. type: textblock
9623 #: ../src/guestfs-actions.pod:2021 ../fish/guestfish-actions.pod:1372
9624 msgid "This is an internal call used for debugging and testing."
9625 msgstr ""
9626
9627 #. type: textblock
9628 #: ../src/guestfs-actions.pod:2025
9629 msgid "(Added in 1.0.56)"
9630 msgstr ""
9631
9632 #. type: =head2
9633 #: ../src/guestfs-actions.pod:2027
9634 msgid "guestfs_get_qemu"
9635 msgstr ""
9636
9637 #. type: verbatim
9638 #: ../src/guestfs-actions.pod:2029
9639 #, no-wrap
9640 msgid ""
9641 " const char *\n"
9642 " guestfs_get_qemu (guestfs_h *g);\n"
9643 "\n"
9644 msgstr ""
9645
9646 #. type: textblock
9647 #: ../src/guestfs-actions.pod:2032 ../fish/guestfish-actions.pod:1378
9648 msgid "Return the current qemu binary."
9649 msgstr ""
9650
9651 #. type: textblock
9652 #: ../src/guestfs-actions.pod:2034 ../fish/guestfish-actions.pod:1380
9653 msgid ""
9654 "This is always non-NULL.  If it wasn't set already, then this will return "
9655 "the default qemu binary name."
9656 msgstr ""
9657
9658 #. type: textblock
9659 #: ../src/guestfs-actions.pod:2040 ../src/guestfs-actions.pod:6005
9660 msgid "(Added in 1.0.6)"
9661 msgstr ""
9662
9663 #. type: =head2
9664 #: ../src/guestfs-actions.pod:2042
9665 msgid "guestfs_get_recovery_proc"
9666 msgstr ""
9667
9668 #. type: verbatim
9669 #: ../src/guestfs-actions.pod:2044
9670 #, no-wrap
9671 msgid ""
9672 " int\n"
9673 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9674 "\n"
9675 msgstr ""
9676
9677 #. type: textblock
9678 #: ../src/guestfs-actions.pod:2047 ../fish/guestfish-actions.pod:1387
9679 msgid "Return the recovery process enabled flag."
9680 msgstr ""
9681
9682 #. type: textblock
9683 #: ../src/guestfs-actions.pod:2051 ../src/guestfs-actions.pod:3498
9684 #: ../src/guestfs-actions.pod:3795 ../src/guestfs-actions.pod:4195
9685 #: ../src/guestfs-actions.pod:4227 ../src/guestfs-actions.pod:5264
9686 #: ../src/guestfs-actions.pod:5607 ../src/guestfs-actions.pod:6029
9687 #: ../src/guestfs-actions.pod:6720 ../src/guestfs-actions.pod:6740
9688 #: ../src/guestfs-actions.pod:6932
9689 msgid "(Added in 1.0.77)"
9690 msgstr ""
9691
9692 #. type: =head2
9693 #: ../src/guestfs-actions.pod:2053
9694 msgid "guestfs_get_selinux"
9695 msgstr ""
9696
9697 #. type: verbatim
9698 #: ../src/guestfs-actions.pod:2055
9699 #, no-wrap
9700 msgid ""
9701 " int\n"
9702 " guestfs_get_selinux (guestfs_h *g);\n"
9703 "\n"
9704 msgstr ""
9705
9706 #. type: textblock
9707 #: ../src/guestfs-actions.pod:2058
9708 msgid ""
9709 "This returns the current setting of the selinux flag which is passed to the "
9710 "appliance at boot time.  See C<guestfs_set_selinux>."
9711 msgstr ""
9712
9713 #. type: textblock
9714 #: ../src/guestfs-actions.pod:2066 ../src/guestfs-actions.pod:2129
9715 #: ../src/guestfs-actions.pod:6048 ../src/guestfs-actions.pod:6106
9716 msgid "(Added in 1.0.67)"
9717 msgstr ""
9718
9719 #. type: =head2
9720 #: ../src/guestfs-actions.pod:2068
9721 msgid "guestfs_get_state"
9722 msgstr ""
9723
9724 #. type: verbatim
9725 #: ../src/guestfs-actions.pod:2070
9726 #, no-wrap
9727 msgid ""
9728 " int\n"
9729 " guestfs_get_state (guestfs_h *g);\n"
9730 "\n"
9731 msgstr ""
9732
9733 #. type: textblock
9734 #: ../src/guestfs-actions.pod:2073 ../fish/guestfish-actions.pod:1403
9735 msgid ""
9736 "This returns the current state as an opaque integer.  This is only useful "
9737 "for printing debug and internal error messages."
9738 msgstr ""
9739
9740 #. type: textblock
9741 #: ../src/guestfs-actions.pod:2076 ../src/guestfs-actions.pod:3296
9742 #: ../src/guestfs-actions.pod:3325 ../src/guestfs-actions.pod:3386
9743 #: ../src/guestfs-actions.pod:3413 ../fish/guestfish-actions.pod:1406
9744 #: ../fish/guestfish-actions.pod:2320 ../fish/guestfish-actions.pod:2338
9745 #: ../fish/guestfish-actions.pod:2376 ../fish/guestfish-actions.pod:2392
9746 msgid "For more information on states, see L<guestfs(3)>."
9747 msgstr ""
9748
9749 #. type: =head2
9750 #: ../src/guestfs-actions.pod:2082
9751 msgid "guestfs_get_trace"
9752 msgstr ""
9753
9754 #. type: verbatim
9755 #: ../src/guestfs-actions.pod:2084
9756 #, no-wrap
9757 msgid ""
9758 " int\n"
9759 " guestfs_get_trace (guestfs_h *g);\n"
9760 "\n"
9761 msgstr ""
9762
9763 #. type: textblock
9764 #: ../src/guestfs-actions.pod:2087 ../fish/guestfish-actions.pod:1412
9765 msgid "Return the command trace flag."
9766 msgstr ""
9767
9768 #. type: =head2
9769 #: ../src/guestfs-actions.pod:2093
9770 msgid "guestfs_get_umask"
9771 msgstr ""
9772
9773 #. type: verbatim
9774 #: ../src/guestfs-actions.pod:2095
9775 #, no-wrap
9776 msgid ""
9777 " int\n"
9778 " guestfs_get_umask (guestfs_h *g);\n"
9779 "\n"
9780 msgstr ""
9781
9782 #. type: textblock
9783 #: ../src/guestfs-actions.pod:2098
9784 msgid ""
9785 "Return the current umask.  By default the umask is C<022> unless it has been "
9786 "set by calling C<guestfs_umask>."
9787 msgstr ""
9788
9789 #. type: =head2
9790 #: ../src/guestfs-actions.pod:2105
9791 msgid "guestfs_get_verbose"
9792 msgstr ""
9793
9794 #. type: verbatim
9795 #: ../src/guestfs-actions.pod:2107
9796 #, no-wrap
9797 msgid ""
9798 " int\n"
9799 " guestfs_get_verbose (guestfs_h *g);\n"
9800 "\n"
9801 msgstr ""
9802
9803 #. type: textblock
9804 #: ../src/guestfs-actions.pod:2110 ../fish/guestfish-actions.pod:1425
9805 msgid "This returns the verbose messages flag."
9806 msgstr ""
9807
9808 #. type: =head2
9809 #: ../src/guestfs-actions.pod:2116
9810 msgid "guestfs_getcon"
9811 msgstr ""
9812
9813 #. type: verbatim
9814 #: ../src/guestfs-actions.pod:2118
9815 #, no-wrap
9816 msgid ""
9817 " char *\n"
9818 " guestfs_getcon (guestfs_h *g);\n"
9819 "\n"
9820 msgstr ""
9821
9822 #. type: textblock
9823 #: ../src/guestfs-actions.pod:2121 ../fish/guestfish-actions.pod:1431
9824 msgid "This gets the SELinux security context of the daemon."
9825 msgstr ""
9826
9827 #. type: textblock
9828 #: ../src/guestfs-actions.pod:2123
9829 msgid ""
9830 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9831 msgstr ""
9832
9833 #. type: =head2
9834 #: ../src/guestfs-actions.pod:2131
9835 msgid "guestfs_getxattr"
9836 msgstr ""
9837
9838 #. type: verbatim
9839 #: ../src/guestfs-actions.pod:2133
9840 #, no-wrap
9841 msgid ""
9842 " char *\n"
9843 " guestfs_getxattr (guestfs_h *g,\n"
9844 "                   const char *path,\n"
9845 "                   const char *name,\n"
9846 "                   size_t *size_r);\n"
9847 "\n"
9848 msgstr ""
9849
9850 #. type: textblock
9851 #: ../src/guestfs-actions.pod:2139
9852 msgid ""
9853 "Get a single extended attribute from file C<path> named C<name>.  This call "
9854 "follows symlinks.  If you want to lookup an extended attribute for the "
9855 "symlink itself, use C<guestfs_lgetxattr>."
9856 msgstr ""
9857
9858 #. type: textblock
9859 #: ../src/guestfs-actions.pod:2143 ../src/guestfs-actions.pod:3512
9860 msgid ""
9861 "Normally it is better to get all extended attributes from a file in one go "
9862 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9863 "implementations are buggy and do not provide a way to list out attributes.  "
9864 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9865 "extended attributes you want in advance and call this function."
9866 msgstr ""
9867
9868 #. type: textblock
9869 #: ../src/guestfs-actions.pod:2150 ../src/guestfs-actions.pod:3519
9870 #: ../fish/guestfish-actions.pod:1451 ../fish/guestfish-actions.pod:2457
9871 msgid ""
9872 "Extended attribute values are blobs of binary data.  If there is no extended "
9873 "attribute named C<name>, this returns an error."
9874 msgstr ""
9875
9876 #. type: textblock
9877 #: ../src/guestfs-actions.pod:2153
9878 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9879 msgstr ""
9880
9881 #. type: textblock
9882 #: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:2346
9883 #: ../src/guestfs-actions.pod:3524 ../src/guestfs-actions.pod:5257
9884 #: ../src/guestfs-actions.pod:5283 ../src/guestfs-actions.pod:5464
9885 msgid ""
9886 "This function returns a buffer, or NULL on error.  The size of the returned "
9887 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9888 "after use>."
9889 msgstr ""
9890
9891 #. type: textblock
9892 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3528
9893 msgid "(Added in 1.7.24)"
9894 msgstr ""
9895
9896 #. type: =head2
9897 #: ../src/guestfs-actions.pod:2161
9898 msgid "guestfs_getxattrs"
9899 msgstr ""
9900
9901 #. type: verbatim
9902 #: ../src/guestfs-actions.pod:2163
9903 #, no-wrap
9904 msgid ""
9905 " struct guestfs_xattr_list *\n"
9906 " guestfs_getxattrs (guestfs_h *g,\n"
9907 "                    const char *path);\n"
9908 "\n"
9909 msgstr ""
9910
9911 #. type: textblock
9912 #: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1460
9913 msgid ""
9914 "This call lists the extended attributes of the file or directory C<path>."
9915 msgstr ""
9916
9917 #. type: textblock
9918 #: ../src/guestfs-actions.pod:2170 ../fish/guestfish-actions.pod:1463
9919 msgid ""
9920 "At the system call level, this is a combination of the L<listxattr(2)> and "
9921 "L<getxattr(2)> calls."
9922 msgstr ""
9923
9924 #. type: textblock
9925 #: ../src/guestfs-actions.pod:2173
9926 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9927 msgstr ""
9928
9929 #. type: textblock
9930 #: ../src/guestfs-actions.pod:2175 ../src/guestfs-actions.pod:3540
9931 #: ../src/guestfs-actions.pod:4191
9932 msgid ""
9933 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9934 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9935 msgstr ""
9936
9937 #. type: textblock
9938 #: ../src/guestfs-actions.pod:2179 ../src/guestfs-actions.pod:3544
9939 #: ../src/guestfs-actions.pod:3709 ../src/guestfs-actions.pod:3745
9940 #: ../src/guestfs-actions.pod:5637 ../src/guestfs-actions.pod:6125
9941 #: ../src/guestfs-actions.pod:7495
9942 msgid "(Added in 1.0.59)"
9943 msgstr ""
9944
9945 #. type: =head2
9946 #: ../src/guestfs-actions.pod:2181
9947 msgid "guestfs_glob_expand"
9948 msgstr ""
9949
9950 #. type: verbatim
9951 #: ../src/guestfs-actions.pod:2183
9952 #, no-wrap
9953 msgid ""
9954 " char **\n"
9955 " guestfs_glob_expand (guestfs_h *g,\n"
9956 "                      const char *pattern);\n"
9957 "\n"
9958 msgstr ""
9959
9960 #. type: textblock
9961 #: ../src/guestfs-actions.pod:2187 ../fish/guestfish-actions.pod:1472
9962 msgid ""
9963 "This command searches for all the pathnames matching C<pattern> according to "
9964 "the wildcard expansion rules used by the shell."
9965 msgstr ""
9966
9967 #. type: textblock
9968 #: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1476
9969 msgid ""
9970 "If no paths match, then this returns an empty list (note: not an error)."
9971 msgstr ""
9972
9973 #. type: textblock
9974 #: ../src/guestfs-actions.pod:2194 ../fish/guestfish-actions.pod:1479
9975 msgid ""
9976 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
9977 "GLOB_BRACE>.  See that manual page for more details."
9978 msgstr ""
9979
9980 #. type: textblock
9981 #: ../src/guestfs-actions.pod:2202 ../src/guestfs-actions.pod:6318
9982 #: ../src/guestfs-actions.pod:6335
9983 msgid "(Added in 1.0.50)"
9984 msgstr ""
9985
9986 #. type: =head2
9987 #: ../src/guestfs-actions.pod:2204
9988 msgid "guestfs_grep"
9989 msgstr ""
9990
9991 #. type: verbatim
9992 #: ../src/guestfs-actions.pod:2206
9993 #, no-wrap
9994 msgid ""
9995 " char **\n"
9996 " guestfs_grep (guestfs_h *g,\n"
9997 "               const char *regex,\n"
9998 "               const char *path);\n"
9999 "\n"
10000 msgstr ""
10001
10002 #. type: textblock
10003 #: ../src/guestfs-actions.pod:2211 ../fish/guestfish-actions.pod:1487
10004 msgid "This calls the external C<grep> program and returns the matching lines."
10005 msgstr ""
10006
10007 #. type: =head2
10008 #: ../src/guestfs-actions.pod:2223
10009 msgid "guestfs_grepi"
10010 msgstr ""
10011
10012 #. type: verbatim
10013 #: ../src/guestfs-actions.pod:2225
10014 #, no-wrap
10015 msgid ""
10016 " char **\n"
10017 " guestfs_grepi (guestfs_h *g,\n"
10018 "                const char *regex,\n"
10019 "                const char *path);\n"
10020 "\n"
10021 msgstr ""
10022
10023 #. type: textblock
10024 #: ../src/guestfs-actions.pod:2230 ../fish/guestfish-actions.pod:1497
10025 msgid ""
10026 "This calls the external C<grep -i> program and returns the matching lines."
10027 msgstr ""
10028
10029 #. type: =head2
10030 #: ../src/guestfs-actions.pod:2242
10031 msgid "guestfs_grub_install"
10032 msgstr ""
10033
10034 #. type: verbatim
10035 #: ../src/guestfs-actions.pod:2244
10036 #, no-wrap
10037 msgid ""
10038 " int\n"
10039 " guestfs_grub_install (guestfs_h *g,\n"
10040 "                       const char *root,\n"
10041 "                       const char *device);\n"
10042 "\n"
10043 msgstr ""
10044
10045 #. type: textblock
10046 #: ../src/guestfs-actions.pod:2249 ../fish/guestfish-actions.pod:1507
10047 msgid ""
10048 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
10049 "the root directory being C<root>."
10050 msgstr ""
10051
10052 #. type: textblock
10053 #: ../src/guestfs-actions.pod:2252 ../fish/guestfish-actions.pod:1510
10054 msgid ""
10055 "Note: If grub-install reports the error \"No suitable drive was found in the "
10056 "generated device map.\" it may be that you need to create a C</boot/grub/"
10057 "device.map> file first that contains the mapping between grub device names "
10058 "and Linux device names.  It is usually sufficient to create a file "
10059 "containing:"
10060 msgstr ""
10061
10062 #. type: verbatim
10063 #: ../src/guestfs-actions.pod:2259 ../fish/guestfish-actions.pod:1517
10064 #, no-wrap
10065 msgid ""
10066 " (hd0) /dev/vda\n"
10067 "\n"
10068 msgstr ""
10069
10070 #. type: textblock
10071 #: ../src/guestfs-actions.pod:2261 ../fish/guestfish-actions.pod:1519
10072 msgid "replacing C</dev/vda> with the name of the installation device."
10073 msgstr ""
10074
10075 #. type: textblock
10076 #: ../src/guestfs-actions.pod:2265
10077 msgid "(Added in 1.0.17)"
10078 msgstr ""
10079
10080 #. type: =head2
10081 #: ../src/guestfs-actions.pod:2267
10082 msgid "guestfs_head"
10083 msgstr ""
10084
10085 #. type: verbatim
10086 #: ../src/guestfs-actions.pod:2269
10087 #, no-wrap
10088 msgid ""
10089 " char **\n"
10090 " guestfs_head (guestfs_h *g,\n"
10091 "               const char *path);\n"
10092 "\n"
10093 msgstr ""
10094
10095 #. type: textblock
10096 #: ../src/guestfs-actions.pod:2273 ../fish/guestfish-actions.pod:1525
10097 msgid ""
10098 "This command returns up to the first 10 lines of a file as a list of strings."
10099 msgstr ""
10100
10101 #. type: =head2
10102 #: ../src/guestfs-actions.pod:2285
10103 msgid "guestfs_head_n"
10104 msgstr ""
10105
10106 #. type: verbatim
10107 #: ../src/guestfs-actions.pod:2287
10108 #, no-wrap
10109 msgid ""
10110 " char **\n"
10111 " guestfs_head_n (guestfs_h *g,\n"
10112 "                 int nrlines,\n"
10113 "                 const char *path);\n"
10114 "\n"
10115 msgstr ""
10116
10117 #. type: textblock
10118 #: ../src/guestfs-actions.pod:2292 ../fish/guestfish-actions.pod:1535
10119 msgid ""
10120 "If the parameter C<nrlines> is a positive number, this returns the first "
10121 "C<nrlines> lines of the file C<path>."
10122 msgstr ""
10123
10124 #. type: textblock
10125 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1538
10126 msgid ""
10127 "If the parameter C<nrlines> is a negative number, this returns lines from "
10128 "the file C<path>, excluding the last C<nrlines> lines."
10129 msgstr ""
10130
10131 #. type: textblock
10132 #: ../src/guestfs-actions.pod:2298 ../src/guestfs-actions.pod:6615
10133 #: ../fish/guestfish-actions.pod:1541 ../fish/guestfish-actions.pod:4471
10134 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
10135 msgstr ""
10136
10137 #. type: =head2
10138 #: ../src/guestfs-actions.pod:2309
10139 msgid "guestfs_hexdump"
10140 msgstr ""
10141
10142 #. type: verbatim
10143 #: ../src/guestfs-actions.pod:2311
10144 #, no-wrap
10145 msgid ""
10146 " char *\n"
10147 " guestfs_hexdump (guestfs_h *g,\n"
10148 "                  const char *path);\n"
10149 "\n"
10150 msgstr ""
10151
10152 #. type: textblock
10153 #: ../src/guestfs-actions.pod:2315 ../fish/guestfish-actions.pod:1550
10154 msgid ""
10155 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
10156 "readable, canonical hex dump of the file."
10157 msgstr ""
10158
10159 #. type: textblock
10160 #: ../src/guestfs-actions.pod:2324 ../src/guestfs-actions.pod:6399
10161 #: ../src/guestfs-actions.pod:6454
10162 msgid "(Added in 1.0.22)"
10163 msgstr ""
10164
10165 #. type: =head2
10166 #: ../src/guestfs-actions.pod:2326
10167 msgid "guestfs_initrd_cat"
10168 msgstr ""
10169
10170 #. type: verbatim
10171 #: ../src/guestfs-actions.pod:2328
10172 #, no-wrap
10173 msgid ""
10174 " char *\n"
10175 " guestfs_initrd_cat (guestfs_h *g,\n"
10176 "                     const char *initrdpath,\n"
10177 "                     const char *filename,\n"
10178 "                     size_t *size_r);\n"
10179 "\n"
10180 msgstr ""
10181
10182 #. type: textblock
10183 #: ../src/guestfs-actions.pod:2334 ../fish/guestfish-actions.pod:1560
10184 msgid ""
10185 "This command unpacks the file C<filename> from the initrd file called "
10186 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
10187 "character."
10188 msgstr ""
10189
10190 #. type: textblock
10191 #: ../src/guestfs-actions.pod:2338 ../fish/guestfish-actions.pod:1564
10192 msgid ""
10193 "For example, in guestfish you could use the following command to examine the "
10194 "boot script (usually called C</init>)  contained in a Linux initrd or "
10195 "initramfs image:"
10196 msgstr ""
10197
10198 #. type: verbatim
10199 #: ../src/guestfs-actions.pod:2342 ../fish/guestfish-actions.pod:1568
10200 #, no-wrap
10201 msgid ""
10202 " initrd-cat /boot/initrd-<version>.img init\n"
10203 "\n"
10204 msgstr ""
10205
10206 #. type: textblock
10207 #: ../src/guestfs-actions.pod:2344
10208 msgid "See also C<guestfs_initrd_list>."
10209 msgstr ""
10210
10211 #. type: =head2
10212 #: ../src/guestfs-actions.pod:2355
10213 msgid "guestfs_initrd_list"
10214 msgstr ""
10215
10216 #. type: verbatim
10217 #: ../src/guestfs-actions.pod:2357
10218 #, no-wrap
10219 msgid ""
10220 " char **\n"
10221 " guestfs_initrd_list (guestfs_h *g,\n"
10222 "                      const char *path);\n"
10223 "\n"
10224 msgstr ""
10225
10226 #. type: textblock
10227 #: ../src/guestfs-actions.pod:2361 ../fish/guestfish-actions.pod:1579
10228 msgid "This command lists out files contained in an initrd."
10229 msgstr ""
10230
10231 #. type: textblock
10232 #: ../src/guestfs-actions.pod:2363 ../fish/guestfish-actions.pod:1581
10233 msgid ""
10234 "The files are listed without any initial C</> character.  The files are "
10235 "listed in the order they appear (not necessarily alphabetical).  Directory "
10236 "names are listed as separate items."
10237 msgstr ""
10238
10239 #. type: textblock
10240 #: ../src/guestfs-actions.pod:2367 ../fish/guestfish-actions.pod:1585
10241 msgid ""
10242 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
10243 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
10244 "files)."
10245 msgstr ""
10246
10247 #. type: =head2
10248 #: ../src/guestfs-actions.pod:2377
10249 msgid "guestfs_inotify_add_watch"
10250 msgstr ""
10251
10252 #. type: verbatim
10253 #: ../src/guestfs-actions.pod:2379
10254 #, no-wrap
10255 msgid ""
10256 " int64_t\n"
10257 " guestfs_inotify_add_watch (guestfs_h *g,\n"
10258 "                            const char *path,\n"
10259 "                            int mask);\n"
10260 "\n"
10261 msgstr ""
10262
10263 #. type: textblock
10264 #: ../src/guestfs-actions.pod:2384 ../fish/guestfish-actions.pod:1593
10265 msgid "Watch C<path> for the events listed in C<mask>."
10266 msgstr ""
10267
10268 #. type: textblock
10269 #: ../src/guestfs-actions.pod:2386 ../fish/guestfish-actions.pod:1595
10270 msgid ""
10271 "Note that if C<path> is a directory then events within that directory are "
10272 "watched, but this does I<not> happen recursively (in subdirectories)."
10273 msgstr ""
10274
10275 #. type: textblock
10276 #: ../src/guestfs-actions.pod:2390 ../fish/guestfish-actions.pod:1599
10277 msgid ""
10278 "Note for non-C or non-Linux callers: the inotify events are defined by the "
10279 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
10280 msgstr ""
10281
10282 #. type: =head2
10283 #: ../src/guestfs-actions.pod:2398
10284 msgid "guestfs_inotify_close"
10285 msgstr ""
10286
10287 #. type: verbatim
10288 #: ../src/guestfs-actions.pod:2400
10289 #, no-wrap
10290 msgid ""
10291 " int\n"
10292 " guestfs_inotify_close (guestfs_h *g);\n"
10293 "\n"
10294 msgstr ""
10295
10296 #. type: textblock
10297 #: ../src/guestfs-actions.pod:2403 ../fish/guestfish-actions.pod:1607
10298 msgid ""
10299 "This closes the inotify handle which was previously opened by inotify_init.  "
10300 "It removes all watches, throws away any pending events, and deallocates all "
10301 "resources."
10302 msgstr ""
10303
10304 #. type: =head2
10305 #: ../src/guestfs-actions.pod:2411
10306 msgid "guestfs_inotify_files"
10307 msgstr ""
10308
10309 #. type: verbatim
10310 #: ../src/guestfs-actions.pod:2413
10311 #, no-wrap
10312 msgid ""
10313 " char **\n"
10314 " guestfs_inotify_files (guestfs_h *g);\n"
10315 "\n"
10316 msgstr ""
10317
10318 #. type: textblock
10319 #: ../src/guestfs-actions.pod:2416
10320 msgid ""
10321 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
10322 "returns a list of pathnames of objects that were touched.  The returned "
10323 "pathnames are sorted and deduplicated."
10324 msgstr ""
10325
10326 #. type: =head2
10327 #: ../src/guestfs-actions.pod:2426
10328 msgid "guestfs_inotify_init"
10329 msgstr ""
10330
10331 #. type: verbatim
10332 #: ../src/guestfs-actions.pod:2428
10333 #, no-wrap
10334 msgid ""
10335 " int\n"
10336 " guestfs_inotify_init (guestfs_h *g,\n"
10337 "                       int maxevents);\n"
10338 "\n"
10339 msgstr ""
10340
10341 #. type: textblock
10342 #: ../src/guestfs-actions.pod:2432 ../fish/guestfish-actions.pod:1623
10343 msgid ""
10344 "This command creates a new inotify handle.  The inotify subsystem can be "
10345 "used to notify events which happen to objects in the guest filesystem."
10346 msgstr ""
10347
10348 #. type: textblock
10349 #: ../src/guestfs-actions.pod:2436
10350 msgid ""
10351 "C<maxevents> is the maximum number of events which will be queued up between "
10352 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
10353 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
10354 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
10355 "throws away events, but records the fact that it threw them away by setting "
10356 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
10357 "C<guestfs_inotify_read>)."
10358 msgstr ""
10359
10360 #. type: textblock
10361 #: ../src/guestfs-actions.pod:2446
10362 msgid ""
10363 "Before any events are generated, you have to add some watches to the "
10364 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
10365 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
10366 msgstr ""
10367
10368 #. type: textblock
10369 #: ../src/guestfs-actions.pod:2452
10370 msgid ""
10371 "Queued up events should be read periodically by calling "
10372 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
10373 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
10374 "often enough then you risk the internal queue overflowing."
10375 msgstr ""
10376
10377 #. type: textblock
10378 #: ../src/guestfs-actions.pod:2459
10379 msgid ""
10380 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
10381 "This also removes any watches automatically."
10382 msgstr ""
10383
10384 #. type: textblock
10385 #: ../src/guestfs-actions.pod:2463 ../fish/guestfish-actions.pod:1654
10386 msgid ""
10387 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
10388 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
10389 "that there is one global inotify handle per libguestfs instance."
10390 msgstr ""
10391
10392 #. type: =head2
10393 #: ../src/guestfs-actions.pod:2472
10394 msgid "guestfs_inotify_read"
10395 msgstr ""
10396
10397 #. type: verbatim
10398 #: ../src/guestfs-actions.pod:2474
10399 #, no-wrap
10400 msgid ""
10401 " struct guestfs_inotify_event_list *\n"
10402 " guestfs_inotify_read (guestfs_h *g);\n"
10403 "\n"
10404 msgstr ""
10405
10406 #. type: textblock
10407 #: ../src/guestfs-actions.pod:2477 ../fish/guestfish-actions.pod:1663
10408 msgid ""
10409 "Return the complete queue of events that have happened since the previous "
10410 "read call."
10411 msgstr ""
10412
10413 #. type: textblock
10414 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1666
10415 msgid "If no events have happened, this returns an empty list."
10416 msgstr ""
10417
10418 #. type: textblock
10419 #: ../src/guestfs-actions.pod:2482 ../fish/guestfish-actions.pod:1668
10420 msgid ""
10421 "I<Note>: In order to make sure that all events have been read, you must call "
10422 "this function repeatedly until it returns an empty list.  The reason is that "
10423 "the call will read events up to the maximum appliance-to-host message size "
10424 "and leave remaining events in the queue."
10425 msgstr ""
10426
10427 #. type: textblock
10428 #: ../src/guestfs-actions.pod:2488
10429 msgid ""
10430 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
10431 "there was an error.  I<The caller must call "
10432 "C<guestfs_free_inotify_event_list> after use>."
10433 msgstr ""
10434
10435 #. type: =head2
10436 #: ../src/guestfs-actions.pod:2494
10437 msgid "guestfs_inotify_rm_watch"
10438 msgstr ""
10439
10440 #. type: verbatim
10441 #: ../src/guestfs-actions.pod:2496
10442 #, no-wrap
10443 msgid ""
10444 " int\n"
10445 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
10446 "                           int wd);\n"
10447 "\n"
10448 msgstr ""
10449
10450 #. type: textblock
10451 #: ../src/guestfs-actions.pod:2500
10452 msgid ""
10453 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
10454 msgstr ""
10455
10456 #. type: =head2
10457 #: ../src/guestfs-actions.pod:2507
10458 msgid "guestfs_inspect_get_arch"
10459 msgstr ""
10460
10461 #. type: verbatim
10462 #: ../src/guestfs-actions.pod:2509
10463 #, no-wrap
10464 msgid ""
10465 " char *\n"
10466 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10467 "                           const char *root);\n"
10468 "\n"
10469 msgstr ""
10470
10471 #. type: textblock
10472 #: ../src/guestfs-actions.pod:2513 ../src/guestfs-actions.pod:2536
10473 #: ../src/guestfs-actions.pod:2629 ../src/guestfs-actions.pod:2673
10474 #: ../src/guestfs-actions.pod:2699 ../src/guestfs-actions.pod:2738
10475 #: ../src/guestfs-actions.pod:2760 ../src/guestfs-actions.pod:2787
10476 #: ../src/guestfs-actions.pod:2808 ../src/guestfs-actions.pod:2851
10477 #: ../src/guestfs-actions.pod:2880 ../src/guestfs-actions.pod:2911
10478 #: ../src/guestfs-actions.pod:2935 ../src/guestfs-actions.pod:2990
10479 #: ../src/guestfs-actions.pod:3032 ../src/guestfs-actions.pod:3053
10480 #: ../src/guestfs-actions.pod:3076 ../src/guestfs-actions.pod:3093
10481 #: ../src/guestfs-actions.pod:3110 ../src/guestfs-actions.pod:3129
10482 msgid ""
10483 "This function should only be called with a root device string as returned by "
10484 "C<guestfs_inspect_os>."
10485 msgstr ""
10486
10487 #. type: textblock
10488 #: ../src/guestfs-actions.pod:2516
10489 msgid ""
10490 "This returns the architecture of the inspected operating system.  The "
10491 "possible return values are listed under C<guestfs_file_architecture>."
10492 msgstr ""
10493
10494 #. type: textblock
10495 #: ../src/guestfs-actions.pod:2520 ../fish/guestfish-actions.pod:1692
10496 msgid ""
10497 "If the architecture could not be determined, then the string C<unknown> is "
10498 "returned."
10499 msgstr ""
10500
10501 #. type: textblock
10502 #: ../src/guestfs-actions.pod:2523 ../src/guestfs-actions.pod:2616
10503 #: ../src/guestfs-actions.pod:2727 ../src/guestfs-actions.pod:2747
10504 #: ../src/guestfs-actions.pod:2775 ../src/guestfs-actions.pod:2867
10505 #: ../src/guestfs-actions.pod:2898 ../src/guestfs-actions.pod:2922
10506 #: ../src/guestfs-actions.pod:2976 ../src/guestfs-actions.pod:3019
10507 #: ../src/guestfs-actions.pod:3042 ../src/guestfs-actions.pod:3063
10508 #: ../src/guestfs-actions.pod:3083 ../src/guestfs-actions.pod:3100
10509 #: ../src/guestfs-actions.pod:3119 ../src/guestfs-actions.pod:3222
10510 #: ../src/guestfs-actions.pod:3263 ../fish/guestfish-actions.pod:1695
10511 #: ../fish/guestfish-actions.pod:1781 ../fish/guestfish-actions.pod:1869
10512 #: ../fish/guestfish-actions.pod:1884 ../fish/guestfish-actions.pod:1905
10513 #: ../fish/guestfish-actions.pod:1975 ../fish/guestfish-actions.pod:1999
10514 #: ../fish/guestfish-actions.pod:2016 ../fish/guestfish-actions.pod:2059
10515 #: ../fish/guestfish-actions.pod:2094 ../fish/guestfish-actions.pod:2110
10516 #: ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2139
10517 #: ../fish/guestfish-actions.pod:2152 ../fish/guestfish-actions.pod:2167
10518 #: ../fish/guestfish-actions.pod:2266 ../fish/guestfish-actions.pod:2300
10519 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10520 msgstr ""
10521
10522 #. type: =head2
10523 #: ../src/guestfs-actions.pod:2530
10524 msgid "guestfs_inspect_get_distro"
10525 msgstr ""
10526
10527 #. type: verbatim
10528 #: ../src/guestfs-actions.pod:2532
10529 #, no-wrap
10530 msgid ""
10531 " char *\n"
10532 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10533 "                             const char *root);\n"
10534 "\n"
10535 msgstr ""
10536
10537 #. type: textblock
10538 #: ../src/guestfs-actions.pod:2539 ../fish/guestfish-actions.pod:1704
10539 msgid ""
10540 "This returns the distro (distribution) of the inspected operating system."
10541 msgstr ""
10542
10543 #. type: textblock
10544 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1707
10545 msgid "Currently defined distros are:"
10546 msgstr ""
10547
10548 #. type: =item
10549 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1711
10550 msgid "\"archlinux\""
10551 msgstr "\"archlinux\""
10552
10553 #. type: textblock
10554 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1713
10555 msgid "Arch Linux."
10556 msgstr "Arch Linux."
10557
10558 #. type: =item
10559 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1715
10560 #, fuzzy
10561 #| msgid "\"gentoo\""
10562 msgid "\"centos\""
10563 msgstr "\"gentoo\""
10564
10565 #. type: textblock
10566 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1717
10567 msgid "CentOS."
10568 msgstr ""
10569
10570 #. type: =item
10571 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1719
10572 msgid "\"debian\""
10573 msgstr "\"debian\""
10574
10575 #. type: textblock
10576 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1721
10577 msgid "Debian."
10578 msgstr "Debian."
10579
10580 #. type: =item
10581 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1723
10582 msgid "\"fedora\""
10583 msgstr "\"fedora\""
10584
10585 #. type: textblock
10586 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1725
10587 msgid "Fedora."
10588 msgstr "Fedora."
10589
10590 #. type: =item
10591 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1727
10592 msgid "\"gentoo\""
10593 msgstr "\"gentoo\""
10594
10595 #. type: textblock
10596 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1729
10597 msgid "Gentoo."
10598 msgstr "Gentoo."
10599
10600 #. type: =item
10601 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1731
10602 msgid "\"linuxmint\""
10603 msgstr "\"linuxmint\""
10604
10605 #. type: textblock
10606 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1733
10607 msgid "Linux Mint."
10608 msgstr "Linux Mint."
10609
10610 #. type: =item
10611 #: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1735
10612 msgid "\"mandriva\""
10613 msgstr "\"mandriva\""
10614
10615 #. type: textblock
10616 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1737
10617 msgid "Mandriva."
10618 msgstr "Mandriva."
10619
10620 #. type: =item
10621 #: ../src/guestfs-actions.pod:2574 ../fish/guestfish-actions.pod:1739
10622 msgid "\"meego\""
10623 msgstr "\"meego\""
10624
10625 #. type: textblock
10626 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1741
10627 msgid "MeeGo."
10628 msgstr "MeeGo."
10629
10630 #. type: =item
10631 #: ../src/guestfs-actions.pod:2578 ../fish/guestfish-actions.pod:1743
10632 msgid "\"pardus\""
10633 msgstr "\"pardus\""
10634
10635 #. type: textblock
10636 #: ../src/guestfs-actions.pod:2580 ../fish/guestfish-actions.pod:1745
10637 msgid "Pardus."
10638 msgstr "Pardus."
10639
10640 #. type: =item
10641 #: ../src/guestfs-actions.pod:2582 ../fish/guestfish-actions.pod:1747
10642 msgid "\"redhat-based\""
10643 msgstr "\"redhat-based\""
10644
10645 #. type: textblock
10646 #: ../src/guestfs-actions.pod:2584 ../fish/guestfish-actions.pod:1749
10647 msgid "Some Red Hat-derived distro."
10648 msgstr "Дистрибутив, що походить від Red Hat."
10649
10650 #. type: =item
10651 #: ../src/guestfs-actions.pod:2586 ../fish/guestfish-actions.pod:1751
10652 msgid "\"rhel\""
10653 msgstr "\"rhel\""
10654
10655 #. type: textblock
10656 #: ../src/guestfs-actions.pod:2588 ../fish/guestfish-actions.pod:1753
10657 #, fuzzy
10658 #| msgid "Red Hat Enterprise Linux and some derivatives."
10659 msgid "Red Hat Enterprise Linux."
10660 msgstr "Red Hat Enterprise Linux та деякі з похідних дистрибутивів."
10661
10662 #. type: =item
10663 #: ../src/guestfs-actions.pod:2590 ../fish/guestfish-actions.pod:1755
10664 msgid "\"scientificlinux\""
10665 msgstr ""
10666
10667 #. type: textblock
10668 #: ../src/guestfs-actions.pod:2592 ../fish/guestfish-actions.pod:1757
10669 msgid "Scientific Linux."
10670 msgstr ""
10671
10672 #. type: =item
10673 #: ../src/guestfs-actions.pod:2594 ../fish/guestfish-actions.pod:1759
10674 msgid "\"slackware\""
10675 msgstr ""
10676
10677 #. type: textblock
10678 #: ../src/guestfs-actions.pod:2596 ../fish/guestfish-actions.pod:1761
10679 msgid "Slackware."
10680 msgstr ""
10681
10682 #. type: =item
10683 #: ../src/guestfs-actions.pod:2598 ../fish/guestfish-actions.pod:1763
10684 msgid "\"ubuntu\""
10685 msgstr "\"ubuntu\""
10686
10687 #. type: textblock
10688 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1765
10689 msgid "Ubuntu."
10690 msgstr "Ubuntu."
10691
10692 #. type: =item
10693 #: ../src/guestfs-actions.pod:2602 ../src/guestfs-actions.pod:2718
10694 #: ../src/guestfs-actions.pod:3010 ../fish/guestfish-actions.pod:1767
10695 #: ../fish/guestfish-actions.pod:1860 ../fish/guestfish-actions.pod:2085
10696 msgid "\"unknown\""
10697 msgstr "\"unknown\""
10698
10699 #. type: textblock
10700 #: ../src/guestfs-actions.pod:2604 ../fish/guestfish-actions.pod:1769
10701 msgid "The distro could not be determined."
10702 msgstr "Дистрибутив, тип якого не вдалося визначити."
10703
10704 #. type: =item
10705 #: ../src/guestfs-actions.pod:2606 ../src/guestfs-actions.pod:3002
10706 #: ../fish/guestfish-actions.pod:1771 ../fish/guestfish-actions.pod:2077
10707 msgid "\"windows\""
10708 msgstr "\"windows\""
10709
10710 #. type: textblock
10711 #: ../src/guestfs-actions.pod:2608 ../fish/guestfish-actions.pod:1773
10712 msgid ""
10713 "Windows does not have distributions.  This string is returned if the OS type "
10714 "is Windows."
10715 msgstr ""
10716
10717 #. type: textblock
10718 #: ../src/guestfs-actions.pod:2613 ../src/guestfs-actions.pod:2724
10719 #: ../src/guestfs-actions.pod:3016 ../fish/guestfish-actions.pod:1778
10720 #: ../fish/guestfish-actions.pod:1866 ../fish/guestfish-actions.pod:2091
10721 msgid ""
10722 "Future versions of libguestfs may return other strings here.  The caller "
10723 "should be prepared to handle any string."
10724 msgstr ""
10725
10726 #. type: =head2
10727 #: ../src/guestfs-actions.pod:2623
10728 msgid "guestfs_inspect_get_drive_mappings"
10729 msgstr ""
10730
10731 #. type: verbatim
10732 #: ../src/guestfs-actions.pod:2625
10733 #, no-wrap
10734 msgid ""
10735 " char **\n"
10736 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
10737 "                                     const char *root);\n"
10738 "\n"
10739 msgstr ""
10740
10741 #. type: textblock
10742 #: ../src/guestfs-actions.pod:2632 ../fish/guestfish-actions.pod:1790
10743 msgid ""
10744 "This call is useful for Windows which uses a primitive system of assigning "
10745 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
10746 "Windows Registry to find out how disks/partitions are mapped to drive "
10747 "letters, and returns a hash table as in the example below:"
10748 msgstr ""
10749
10750 #. type: verbatim
10751 #: ../src/guestfs-actions.pod:2638 ../fish/guestfish-actions.pod:1796
10752 #, no-wrap
10753 msgid ""
10754 " C      =>     /dev/vda2\n"
10755 " E      =>     /dev/vdb1\n"
10756 " F      =>     /dev/vdc1\n"
10757 "\n"
10758 msgstr ""
10759
10760 #. type: textblock
10761 #: ../src/guestfs-actions.pod:2642 ../fish/guestfish-actions.pod:1800
10762 msgid ""
10763 "Note that keys are drive letters.  For Windows, the key is case insensitive "
10764 "and just contains the drive letter, without the customary colon separator "
10765 "character."
10766 msgstr ""
10767
10768 #. type: textblock
10769 #: ../src/guestfs-actions.pod:2646 ../fish/guestfish-actions.pod:1804
10770 msgid ""
10771 "In future we may support other operating systems that also used drive "
10772 "letters, but the keys for those might not be case insensitive and might be "
10773 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
10774 "C<h1> etc."
10775 msgstr ""
10776
10777 #. type: textblock
10778 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1809
10779 msgid ""
10780 "For Windows guests, currently only hard drive mappings are returned.  "
10781 "Removable disks (eg. DVD-ROMs) are ignored."
10782 msgstr ""
10783
10784 #. type: textblock
10785 #: ../src/guestfs-actions.pod:2654 ../fish/guestfish-actions.pod:1812
10786 msgid ""
10787 "For guests that do not use drive mappings, or if the drive mappings could "
10788 "not be determined, this returns an empty hash table."
10789 msgstr ""
10790
10791 #. type: textblock
10792 #: ../src/guestfs-actions.pod:2657
10793 msgid ""
10794 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10795 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
10796 msgstr ""
10797
10798 #. type: textblock
10799 #: ../src/guestfs-actions.pod:2661 ../src/guestfs-actions.pod:2837
10800 #: ../src/guestfs-actions.pod:3597 ../src/guestfs-actions.pod:4814
10801 #: ../src/guestfs-actions.pod:6756
10802 msgid ""
10803 "This function returns a NULL-terminated array of strings, or NULL if there "
10804 "was an error.  The array of strings will always have length C<2n+1>, where "
10805 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10806 "caller must free the strings and the array after use>."
10807 msgstr ""
10808
10809 #. type: =head2
10810 #: ../src/guestfs-actions.pod:2667
10811 msgid "guestfs_inspect_get_filesystems"
10812 msgstr ""
10813
10814 #. type: verbatim
10815 #: ../src/guestfs-actions.pod:2669
10816 #, no-wrap
10817 msgid ""
10818 " char **\n"
10819 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
10820 "                                  const char *root);\n"
10821 "\n"
10822 msgstr ""
10823
10824 #. type: textblock
10825 #: ../src/guestfs-actions.pod:2676 ../fish/guestfish-actions.pod:1826
10826 msgid ""
10827 "This returns a list of all the filesystems that we think are associated with "
10828 "this operating system.  This includes the root filesystem, other ordinary "
10829 "filesystems, and non-mounted devices like swap partitions."
10830 msgstr ""
10831
10832 #. type: textblock
10833 #: ../src/guestfs-actions.pod:2681 ../fish/guestfish-actions.pod:1831
10834 msgid ""
10835 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10836 "to be shared between operating systems."
10837 msgstr ""
10838
10839 #. type: textblock
10840 #: ../src/guestfs-actions.pod:2684
10841 msgid ""
10842 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10843 "C<guestfs_inspect_get_mountpoints>."
10844 msgstr ""
10845
10846 #. type: =head2
10847 #: ../src/guestfs-actions.pod:2693
10848 msgid "guestfs_inspect_get_format"
10849 msgstr ""
10850
10851 #. type: verbatim
10852 #: ../src/guestfs-actions.pod:2695
10853 #, no-wrap
10854 msgid ""
10855 " char *\n"
10856 " guestfs_inspect_get_format (guestfs_h *g,\n"
10857 "                             const char *root);\n"
10858 "\n"
10859 msgstr ""
10860
10861 #. type: textblock
10862 #: ../src/guestfs-actions.pod:2702 ../fish/guestfish-actions.pod:1844
10863 msgid ""
10864 "This returns the format of the inspected operating system.  You can use it "
10865 "to detect install images, live CDs and similar."
10866 msgstr ""
10867
10868 #. type: textblock
10869 #: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1847
10870 msgid "Currently defined formats are:"
10871 msgstr ""
10872
10873 #. type: =item
10874 #: ../src/guestfs-actions.pod:2709 ../fish/guestfish-actions.pod:1851
10875 msgid "\"installed\""
10876 msgstr "\"installed\""
10877
10878 #. type: textblock
10879 #: ../src/guestfs-actions.pod:2711 ../fish/guestfish-actions.pod:1853
10880 msgid "This is an installed operating system."
10881 msgstr "Це встановлена операційна система."
10882
10883 #. type: =item
10884 #: ../src/guestfs-actions.pod:2713 ../fish/guestfish-actions.pod:1855
10885 msgid "\"installer\""
10886 msgstr ""
10887
10888 #. type: textblock
10889 #: ../src/guestfs-actions.pod:2715 ../fish/guestfish-actions.pod:1857
10890 msgid ""
10891 "The disk image being inspected is not an installed operating system, but a "
10892 "I<bootable> install disk, live CD, or similar."
10893 msgstr ""
10894
10895 #. type: textblock
10896 #: ../src/guestfs-actions.pod:2720 ../fish/guestfish-actions.pod:1862
10897 msgid "The format of this disk image is not known."
10898 msgstr ""
10899
10900 #. type: =head2
10901 #: ../src/guestfs-actions.pod:2732
10902 msgid "guestfs_inspect_get_hostname"
10903 msgstr ""
10904
10905 #. type: verbatim
10906 #: ../src/guestfs-actions.pod:2734
10907 #, no-wrap
10908 msgid ""
10909 " char *\n"
10910 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10911 "                               const char *root);\n"
10912 "\n"
10913 msgstr ""
10914
10915 #. type: textblock
10916 #: ../src/guestfs-actions.pod:2741 ../fish/guestfish-actions.pod:1878
10917 msgid ""
10918 "This function returns the hostname of the operating system as found by "
10919 "inspection of the guest's configuration files."
10920 msgstr ""
10921
10922 #. type: textblock
10923 #: ../src/guestfs-actions.pod:2744 ../fish/guestfish-actions.pod:1881
10924 msgid ""
10925 "If the hostname could not be determined, then the string C<unknown> is "
10926 "returned."
10927 msgstr ""
10928
10929 #. type: textblock
10930 #: ../src/guestfs-actions.pod:2752
10931 msgid "(Added in 1.7.9)"
10932 msgstr ""
10933
10934 #. type: =head2
10935 #: ../src/guestfs-actions.pod:2754
10936 msgid "guestfs_inspect_get_major_version"
10937 msgstr ""
10938
10939 #. type: verbatim
10940 #: ../src/guestfs-actions.pod:2756
10941 #, no-wrap
10942 msgid ""
10943 " int\n"
10944 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10945 "                                    const char *root);\n"
10946 "\n"
10947 msgstr ""
10948
10949 #. type: textblock
10950 #: ../src/guestfs-actions.pod:2763 ../fish/guestfish-actions.pod:1893
10951 msgid ""
10952 "This returns the major version number of the inspected operating system."
10953 msgstr ""
10954
10955 #. type: textblock
10956 #: ../src/guestfs-actions.pod:2766 ../fish/guestfish-actions.pod:1896
10957 msgid ""
10958 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10959 "popular public names used by the operating system.  Notably the operating "
10960 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10961 "1).  You can find out the real versions corresponding to releases of Windows "
10962 "by consulting Wikipedia or MSDN."
10963 msgstr ""
10964
10965 #. type: textblock
10966 #: ../src/guestfs-actions.pod:2773 ../src/guestfs-actions.pod:2793
10967 #: ../fish/guestfish-actions.pod:1903 ../fish/guestfish-actions.pod:1917
10968 msgid "If the version could not be determined, then C<0> is returned."
10969 msgstr ""
10970
10971 #. type: =head2
10972 #: ../src/guestfs-actions.pod:2781
10973 msgid "guestfs_inspect_get_minor_version"
10974 msgstr ""
10975
10976 #. type: verbatim
10977 #: ../src/guestfs-actions.pod:2783
10978 #, no-wrap
10979 msgid ""
10980 " int\n"
10981 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10982 "                                    const char *root);\n"
10983 "\n"
10984 msgstr ""
10985
10986 #. type: textblock
10987 #: ../src/guestfs-actions.pod:2790 ../fish/guestfish-actions.pod:1914
10988 msgid ""
10989 "This returns the minor version number of the inspected operating system."
10990 msgstr ""
10991
10992 #. type: textblock
10993 #: ../src/guestfs-actions.pod:2795
10994 msgid ""
10995 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10996 "C<guestfs_inspect_get_major_version>."
10997 msgstr ""
10998
10999 #. type: =head2
11000 #: ../src/guestfs-actions.pod:2802
11001 msgid "guestfs_inspect_get_mountpoints"
11002 msgstr ""
11003
11004 #. type: verbatim
11005 #: ../src/guestfs-actions.pod:2804
11006 #, no-wrap
11007 msgid ""
11008 " char **\n"
11009 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
11010 "                                  const char *root);\n"
11011 "\n"
11012 msgstr ""
11013
11014 #. type: textblock
11015 #: ../src/guestfs-actions.pod:2811 ../fish/guestfish-actions.pod:1929
11016 msgid ""
11017 "This returns a hash of where we think the filesystems associated with this "
11018 "operating system should be mounted.  Callers should note that this is at "
11019 "best an educated guess made by reading configuration files such as C</etc/"
11020 "fstab>.  I<In particular note> that this may return filesystems which are "
11021 "non-existent or not mountable and callers should be prepared to handle or "
11022 "ignore failures if they try to mount them."
11023 msgstr ""
11024
11025 #. type: textblock
11026 #: ../src/guestfs-actions.pod:2820 ../fish/guestfish-actions.pod:1938
11027 msgid ""
11028 "Each element in the returned hashtable has a key which is the path of the "
11029 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
11030 "mounted there (eg. C</dev/sda1>)."
11031 msgstr ""
11032
11033 #. type: textblock
11034 #: ../src/guestfs-actions.pod:2825 ../fish/guestfish-actions.pod:1943
11035 msgid ""
11036 "Non-mounted devices such as swap devices are I<not> returned in this list."
11037 msgstr ""
11038
11039 #. type: textblock
11040 #: ../src/guestfs-actions.pod:2828
11041 msgid ""
11042 "For operating systems like Windows which still use drive letters, this call "
11043 "will only return an entry for the first drive \"mounted on\" C</>.  For "
11044 "information about the mapping of drive letters to partitions, see "
11045 "C<guestfs_inspect_get_drive_mappings>."
11046 msgstr ""
11047
11048 #. type: textblock
11049 #: ../src/guestfs-actions.pod:2834
11050 msgid ""
11051 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11052 "C<guestfs_inspect_get_filesystems>."
11053 msgstr ""
11054
11055 #. type: =head2
11056 #: ../src/guestfs-actions.pod:2845
11057 msgid "guestfs_inspect_get_package_format"
11058 msgstr ""
11059
11060 #. type: verbatim
11061 #: ../src/guestfs-actions.pod:2847
11062 #, no-wrap
11063 msgid ""
11064 " char *\n"
11065 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
11066 "                                     const char *root);\n"
11067 "\n"
11068 msgstr ""
11069
11070 #. type: textblock
11071 #: ../src/guestfs-actions.pod:2854
11072 msgid ""
11073 "This function and C<guestfs_inspect_get_package_management> return the "
11074 "package format and package management tool used by the inspected operating "
11075 "system.  For example for Fedora these functions would return C<rpm> (package "
11076 "format) and C<yum> (package management)."
11077 msgstr ""
11078
11079 #. type: textblock
11080 #: ../src/guestfs-actions.pod:2860 ../fish/guestfish-actions.pod:1968
11081 msgid ""
11082 "This returns the string C<unknown> if we could not determine the package "
11083 "format I<or> if the operating system does not have a real packaging system "
11084 "(eg. Windows)."
11085 msgstr ""
11086
11087 #. type: textblock
11088 #: ../src/guestfs-actions.pod:2864 ../fish/guestfish-actions.pod:1972
11089 msgid ""
11090 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
11091 "Future versions of libguestfs may return other strings."
11092 msgstr ""
11093
11094 #. type: textblock
11095 #: ../src/guestfs-actions.pod:2872 ../src/guestfs-actions.pod:2903
11096 msgid "(Added in 1.7.5)"
11097 msgstr ""
11098
11099 #. type: =head2
11100 #: ../src/guestfs-actions.pod:2874
11101 msgid "guestfs_inspect_get_package_management"
11102 msgstr ""
11103
11104 #. type: verbatim
11105 #: ../src/guestfs-actions.pod:2876
11106 #, no-wrap
11107 msgid ""
11108 " char *\n"
11109 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
11110 "                                         const char *root);\n"
11111 "\n"
11112 msgstr ""
11113
11114 #. type: textblock
11115 #: ../src/guestfs-actions.pod:2883
11116 msgid ""
11117 "C<guestfs_inspect_get_package_format> and this function return the package "
11118 "format and package management tool used by the inspected operating system.  "
11119 "For example for Fedora these functions would return C<rpm> (package format) "
11120 "and C<yum> (package management)."
11121 msgstr ""
11122
11123 #. type: textblock
11124 #: ../src/guestfs-actions.pod:2889 ../fish/guestfish-actions.pod:1990
11125 msgid ""
11126 "This returns the string C<unknown> if we could not determine the package "
11127 "management tool I<or> if the operating system does not have a real packaging "
11128 "system (eg. Windows)."
11129 msgstr ""
11130
11131 #. type: textblock
11132 #: ../src/guestfs-actions.pod:2893 ../fish/guestfish-actions.pod:1994
11133 msgid ""
11134 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
11135 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
11136 "libguestfs may return other strings."
11137 msgstr ""
11138
11139 #. type: =head2
11140 #: ../src/guestfs-actions.pod:2905
11141 msgid "guestfs_inspect_get_product_name"
11142 msgstr ""
11143
11144 #. type: verbatim
11145 #: ../src/guestfs-actions.pod:2907
11146 #, no-wrap
11147 msgid ""
11148 " char *\n"
11149 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
11150 "                                   const char *root);\n"
11151 "\n"
11152 msgstr ""
11153
11154 #. type: textblock
11155 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2008
11156 msgid ""
11157 "This returns the product name of the inspected operating system.  The "
11158 "product name is generally some freeform string which can be displayed to the "
11159 "user, but should not be parsed by programs."
11160 msgstr ""
11161
11162 #. type: textblock
11163 #: ../src/guestfs-actions.pod:2919 ../fish/guestfish-actions.pod:2013
11164 msgid ""
11165 "If the product name could not be determined, then the string C<unknown> is "
11166 "returned."
11167 msgstr ""
11168
11169 #. type: =head2
11170 #: ../src/guestfs-actions.pod:2929
11171 msgid "guestfs_inspect_get_product_variant"
11172 msgstr ""
11173
11174 #. type: verbatim
11175 #: ../src/guestfs-actions.pod:2931
11176 #, no-wrap
11177 msgid ""
11178 " char *\n"
11179 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
11180 "                                      const char *root);\n"
11181 "\n"
11182 msgstr ""
11183
11184 #. type: textblock
11185 #: ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:2025
11186 #, fuzzy
11187 #| msgid "This is an installed operating system."
11188 msgid "This returns the product variant of the inspected operating system."
11189 msgstr "Це встановлена операційна система."
11190
11191 #. type: textblock
11192 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2028
11193 msgid ""
11194 "For Windows guests, this returns the contents of the Registry key C<HKLM"
11195 "\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
11196 "is usually a string such as C<Client> or C<Server> (other values are "
11197 "possible).  This can be used to distinguish consumer and enterprise versions "
11198 "of Windows that have the same version number (for example, Windows 7 and "
11199 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
11200 "the latter is C<Server>)."
11201 msgstr ""
11202
11203 #. type: textblock
11204 #: ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:2037
11205 msgid ""
11206 "For enterprise Linux guests, in future we intend this to return the product "
11207 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
11208 "implemented at present."
11209 msgstr ""
11210
11211 #. type: textblock
11212 #: ../src/guestfs-actions.pod:2954 ../fish/guestfish-actions.pod:2041
11213 msgid ""
11214 "If the product variant could not be determined, then the string C<unknown> "
11215 "is returned."
11216 msgstr ""
11217
11218 #. type: textblock
11219 #: ../src/guestfs-actions.pod:2957
11220 msgid ""
11221 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11222 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
11223 msgstr ""
11224
11225 #. type: =head2
11226 #: ../src/guestfs-actions.pod:2964
11227 msgid "guestfs_inspect_get_roots"
11228 msgstr ""
11229
11230 #. type: verbatim
11231 #: ../src/guestfs-actions.pod:2966
11232 #, no-wrap
11233 msgid ""
11234 " char **\n"
11235 " guestfs_inspect_get_roots (guestfs_h *g);\n"
11236 "\n"
11237 msgstr ""
11238
11239 #. type: textblock
11240 #: ../src/guestfs-actions.pod:2969
11241 msgid ""
11242 "This function is a convenient way to get the list of root devices, as "
11243 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
11244 "the whole inspection process."
11245 msgstr ""
11246
11247 #. type: textblock
11248 #: ../src/guestfs-actions.pod:2973
11249 msgid ""
11250 "This returns an empty list if either no root devices were found or the "
11251 "caller has not called C<guestfs_inspect_os>."
11252 msgstr ""
11253
11254 #. type: textblock
11255 #: ../src/guestfs-actions.pod:2982
11256 msgid "(Added in 1.7.3)"
11257 msgstr ""
11258
11259 #. type: =head2
11260 #: ../src/guestfs-actions.pod:2984
11261 msgid "guestfs_inspect_get_type"
11262 msgstr ""
11263
11264 #. type: verbatim
11265 #: ../src/guestfs-actions.pod:2986
11266 #, no-wrap
11267 msgid ""
11268 " char *\n"
11269 " guestfs_inspect_get_type (guestfs_h *g,\n"
11270 "                           const char *root);\n"
11271 "\n"
11272 msgstr ""
11273
11274 #. type: textblock
11275 #: ../src/guestfs-actions.pod:2993 ../fish/guestfish-actions.pod:2068
11276 msgid ""
11277 "This returns the type of the inspected operating system.  Currently defined "
11278 "types are:"
11279 msgstr ""
11280
11281 #. type: =item
11282 #: ../src/guestfs-actions.pod:2998 ../fish/guestfish-actions.pod:2073
11283 msgid "\"linux\""
11284 msgstr "\"linux\""
11285
11286 #. type: textblock
11287 #: ../src/guestfs-actions.pod:3000 ../fish/guestfish-actions.pod:2075
11288 msgid "Any Linux-based operating system."
11289 msgstr ""
11290
11291 #. type: textblock
11292 #: ../src/guestfs-actions.pod:3004 ../fish/guestfish-actions.pod:2079
11293 msgid "Any Microsoft Windows operating system."
11294 msgstr ""
11295
11296 #. type: =item
11297 #: ../src/guestfs-actions.pod:3006 ../fish/guestfish-actions.pod:2081
11298 msgid "\"freebsd\""
11299 msgstr "\"freebsd\""
11300
11301 #. type: textblock
11302 #: ../src/guestfs-actions.pod:3008 ../fish/guestfish-actions.pod:2083
11303 msgid "FreeBSD."
11304 msgstr "FreeBSD."
11305
11306 #. type: textblock
11307 #: ../src/guestfs-actions.pod:3012 ../fish/guestfish-actions.pod:2087
11308 msgid "The operating system type could not be determined."
11309 msgstr ""
11310
11311 #. type: =head2
11312 #: ../src/guestfs-actions.pod:3026
11313 msgid "guestfs_inspect_get_windows_current_control_set"
11314 msgstr ""
11315
11316 #. type: verbatim
11317 #: ../src/guestfs-actions.pod:3028
11318 #, no-wrap
11319 msgid ""
11320 " char *\n"
11321 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
11322 "                                                  const char *root);\n"
11323 "\n"
11324 msgstr ""
11325
11326 #. type: textblock
11327 #: ../src/guestfs-actions.pod:3035 ../fish/guestfish-actions.pod:2103
11328 msgid ""
11329 "This returns the Windows CurrentControlSet of the inspected guest.  The "
11330 "CurrentControlSet is a registry key name such as C<ControlSet001>."
11331 msgstr ""
11332
11333 #. type: textblock
11334 #: ../src/guestfs-actions.pod:3038 ../fish/guestfish-actions.pod:2106
11335 msgid ""
11336 "This call assumes that the guest is Windows and that the Registry could be "
11337 "examined by inspection.  If this is not the case then an error is returned."
11338 msgstr ""
11339
11340 #. type: =head2
11341 #: ../src/guestfs-actions.pod:3047
11342 msgid "guestfs_inspect_get_windows_systemroot"
11343 msgstr ""
11344
11345 #. type: verbatim
11346 #: ../src/guestfs-actions.pod:3049
11347 #, no-wrap
11348 msgid ""
11349 " char *\n"
11350 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
11351 "                                         const char *root);\n"
11352 "\n"
11353 msgstr ""
11354
11355 #. type: textblock
11356 #: ../src/guestfs-actions.pod:3056 ../fish/guestfish-actions.pod:2119
11357 msgid ""
11358 "This returns the Windows systemroot of the inspected guest.  The systemroot "
11359 "is a directory path such as C</WINDOWS>."
11360 msgstr ""
11361
11362 #. type: textblock
11363 #: ../src/guestfs-actions.pod:3059 ../fish/guestfish-actions.pod:2122
11364 msgid ""
11365 "This call assumes that the guest is Windows and that the systemroot could be "
11366 "determined by inspection.  If this is not the case then an error is returned."
11367 msgstr ""
11368
11369 #. type: textblock
11370 #: ../src/guestfs-actions.pod:3068
11371 msgid "(Added in 1.5.25)"
11372 msgstr ""
11373
11374 #. type: =head2
11375 #: ../src/guestfs-actions.pod:3070
11376 msgid "guestfs_inspect_is_live"
11377 msgstr ""
11378
11379 #. type: verbatim
11380 #: ../src/guestfs-actions.pod:3072
11381 #, no-wrap
11382 msgid ""
11383 " int\n"
11384 " guestfs_inspect_is_live (guestfs_h *g,\n"
11385 "                          const char *root);\n"
11386 "\n"
11387 msgstr ""
11388
11389 #. type: textblock
11390 #: ../src/guestfs-actions.pod:3079
11391 msgid ""
11392 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11393 "disk), then this returns true if a live image was detected on the disk."
11394 msgstr ""
11395
11396 #. type: =head2
11397 #: ../src/guestfs-actions.pod:3087
11398 msgid "guestfs_inspect_is_multipart"
11399 msgstr ""
11400
11401 #. type: verbatim
11402 #: ../src/guestfs-actions.pod:3089
11403 #, no-wrap
11404 msgid ""
11405 " int\n"
11406 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
11407 "                               const char *root);\n"
11408 "\n"
11409 msgstr ""
11410
11411 #. type: textblock
11412 #: ../src/guestfs-actions.pod:3096
11413 msgid ""
11414 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11415 "disk), then this returns true if the disk is part of a set."
11416 msgstr ""
11417
11418 #. type: =head2
11419 #: ../src/guestfs-actions.pod:3104
11420 msgid "guestfs_inspect_is_netinst"
11421 msgstr ""
11422
11423 #. type: verbatim
11424 #: ../src/guestfs-actions.pod:3106
11425 #, no-wrap
11426 msgid ""
11427 " int\n"
11428 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
11429 "                             const char *root);\n"
11430 "\n"
11431 msgstr ""
11432
11433 #. type: textblock
11434 #: ../src/guestfs-actions.pod:3113
11435 msgid ""
11436 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11437 "disk), then this returns true if the disk is a network installer, ie. not a "
11438 "self-contained install CD but one which is likely to require network access "
11439 "to complete the install."
11440 msgstr ""
11441
11442 #. type: =head2
11443 #: ../src/guestfs-actions.pod:3123
11444 msgid "guestfs_inspect_list_applications"
11445 msgstr ""
11446
11447 #. type: verbatim
11448 #: ../src/guestfs-actions.pod:3125
11449 #, no-wrap
11450 msgid ""
11451 " struct guestfs_application_list *\n"
11452 " guestfs_inspect_list_applications (guestfs_h *g,\n"
11453 "                                    const char *root);\n"
11454 "\n"
11455 msgstr ""
11456
11457 #. type: textblock
11458 #: ../src/guestfs-actions.pod:3132 ../fish/guestfish-actions.pod:2176
11459 msgid "Return the list of applications installed in the operating system."
11460 msgstr ""
11461
11462 #. type: textblock
11463 #: ../src/guestfs-actions.pod:3134
11464 msgid ""
11465 "I<Note:> This call works differently from other parts of the inspection "
11466 "API.  You have to call C<guestfs_inspect_os>, then "
11467 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
11468 "this.  Listing applications is a significantly more difficult operation "
11469 "which requires access to the full filesystem.  Also note that unlike the "
11470 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
11471 "the libguestfs handle, this call actually reads parts of the mounted "
11472 "filesystems during the call."
11473 msgstr ""
11474
11475 #. type: textblock
11476 #: ../src/guestfs-actions.pod:3144 ../fish/guestfish-actions.pod:2188
11477 msgid ""
11478 "This returns an empty list if the inspection code was not able to determine "
11479 "the list of applications."
11480 msgstr ""
11481
11482 #. type: textblock
11483 #: ../src/guestfs-actions.pod:3147 ../fish/guestfish-actions.pod:2191
11484 msgid "The application structure contains the following fields:"
11485 msgstr ""
11486
11487 #. type: =item
11488 #: ../src/guestfs-actions.pod:3151 ../fish/guestfish-actions.pod:2195
11489 msgid "C<app_name>"
11490 msgstr "C<app_name>"
11491
11492 #. type: textblock
11493 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2197
11494 msgid ""
11495 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
11496 "guests, this is the package name."
11497 msgstr ""
11498
11499 #. type: =item
11500 #: ../src/guestfs-actions.pod:3156 ../fish/guestfish-actions.pod:2200
11501 msgid "C<app_display_name>"
11502 msgstr "C<app_display_name>"
11503
11504 #. type: textblock
11505 #: ../src/guestfs-actions.pod:3158 ../fish/guestfish-actions.pod:2202
11506 msgid ""
11507 "The display name of the application, sometimes localized to the install "
11508 "language of the guest operating system."
11509 msgstr ""
11510
11511 #. type: textblock
11512 #: ../src/guestfs-actions.pod:3161 ../fish/guestfish-actions.pod:2205
11513 msgid ""
11514 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11515 "to display something can use C<app_name> instead."
11516 msgstr ""
11517
11518 #. type: =item
11519 #: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2208
11520 msgid "C<app_epoch>"
11521 msgstr "C<app_epoch>"
11522
11523 #. type: textblock
11524 #: ../src/guestfs-actions.pod:3166 ../fish/guestfish-actions.pod:2210
11525 msgid ""
11526 "For package managers which use epochs, this contains the epoch of the "
11527 "package (an integer).  If unavailable, this is returned as C<0>."
11528 msgstr ""
11529
11530 #. type: =item
11531 #: ../src/guestfs-actions.pod:3169 ../fish/guestfish-actions.pod:2213
11532 msgid "C<app_version>"
11533 msgstr "C<app_version>"
11534
11535 #. type: textblock
11536 #: ../src/guestfs-actions.pod:3171 ../fish/guestfish-actions.pod:2215
11537 msgid ""
11538 "The version string of the application or package.  If unavailable this is "
11539 "returned as an empty string C<\"\">."
11540 msgstr ""
11541
11542 #. type: =item
11543 #: ../src/guestfs-actions.pod:3174 ../fish/guestfish-actions.pod:2218
11544 msgid "C<app_release>"
11545 msgstr "C<app_release>"
11546
11547 #. type: textblock
11548 #: ../src/guestfs-actions.pod:3176 ../fish/guestfish-actions.pod:2220
11549 msgid ""
11550 "The release string of the application or package, for package managers that "
11551 "use this.  If unavailable this is returned as an empty string C<\"\">."
11552 msgstr ""
11553
11554 #. type: =item
11555 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2224
11556 msgid "C<app_install_path>"
11557 msgstr "C<app_install_path>"
11558
11559 #. type: textblock
11560 #: ../src/guestfs-actions.pod:3182 ../fish/guestfish-actions.pod:2226
11561 msgid ""
11562 "The installation path of the application (on operating systems such as "
11563 "Windows which use installation paths).  This path is in the format used by "
11564 "the guest operating system, it is not a libguestfs path."
11565 msgstr ""
11566
11567 #. type: textblock
11568 #: ../src/guestfs-actions.pod:3187 ../fish/guestfish-actions.pod:2231
11569 msgid "If unavailable this is returned as an empty string C<\"\">."
11570 msgstr ""
11571
11572 #. type: =item
11573 #: ../src/guestfs-actions.pod:3189 ../fish/guestfish-actions.pod:2233
11574 msgid "C<app_trans_path>"
11575 msgstr "C<app_trans_path>"
11576
11577 #. type: textblock
11578 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2235
11579 msgid ""
11580 "The install path translated into a libguestfs path.  If unavailable this is "
11581 "returned as an empty string C<\"\">."
11582 msgstr ""
11583
11584 #. type: =item
11585 #: ../src/guestfs-actions.pod:3194 ../fish/guestfish-actions.pod:2238
11586 msgid "C<app_publisher>"
11587 msgstr "C<app_publisher>"
11588
11589 #. type: textblock
11590 #: ../src/guestfs-actions.pod:3196 ../fish/guestfish-actions.pod:2240
11591 msgid ""
11592 "The name of the publisher of the application, for package managers that use "
11593 "this.  If unavailable this is returned as an empty string C<\"\">."
11594 msgstr ""
11595
11596 #. type: =item
11597 #: ../src/guestfs-actions.pod:3200 ../fish/guestfish-actions.pod:2244
11598 msgid "C<app_url>"
11599 msgstr "C<app_url>"
11600
11601 #. type: textblock
11602 #: ../src/guestfs-actions.pod:3202 ../fish/guestfish-actions.pod:2246
11603 msgid ""
11604 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11605 "returned as an empty string C<\"\">."
11606 msgstr ""
11607
11608 #. type: =item
11609 #: ../src/guestfs-actions.pod:3205 ../fish/guestfish-actions.pod:2249
11610 msgid "C<app_source_package>"
11611 msgstr ""
11612
11613 #. type: textblock
11614 #: ../src/guestfs-actions.pod:3207 ../fish/guestfish-actions.pod:2251
11615 msgid ""
11616 "For packaging systems which support this, the name of the source package.  "
11617 "If unavailable this is returned as an empty string C<\"\">."
11618 msgstr ""
11619
11620 #. type: =item
11621 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2254
11622 msgid "C<app_summary>"
11623 msgstr ""
11624
11625 #. type: textblock
11626 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2256
11627 msgid ""
11628 "A short (usually one line) description of the application or package.  If "
11629 "unavailable this is returned as an empty string C<\"\">."
11630 msgstr ""
11631
11632 #. type: =item
11633 #: ../src/guestfs-actions.pod:3215 ../fish/guestfish-actions.pod:2259
11634 msgid "C<app_description>"
11635 msgstr ""
11636
11637 #. type: textblock
11638 #: ../src/guestfs-actions.pod:3217 ../fish/guestfish-actions.pod:2261
11639 msgid ""
11640 "A longer description of the application or package.  If unavailable this is "
11641 "returned as an empty string C<\"\">."
11642 msgstr ""
11643
11644 #. type: textblock
11645 #: ../src/guestfs-actions.pod:3224
11646 msgid ""
11647 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11648 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11649 "after use>."
11650 msgstr ""
11651
11652 #. type: textblock
11653 #: ../src/guestfs-actions.pod:3228
11654 msgid "(Added in 1.7.8)"
11655 msgstr ""
11656
11657 #. type: =head2
11658 #: ../src/guestfs-actions.pod:3230
11659 msgid "guestfs_inspect_os"
11660 msgstr ""
11661
11662 #. type: verbatim
11663 #: ../src/guestfs-actions.pod:3232
11664 #, no-wrap
11665 msgid ""
11666 " char **\n"
11667 " guestfs_inspect_os (guestfs_h *g);\n"
11668 "\n"
11669 msgstr ""
11670
11671 #. type: textblock
11672 #: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2272
11673 msgid ""
11674 "This function uses other libguestfs functions and certain heuristics to "
11675 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11676 "for operating systems."
11677 msgstr ""
11678
11679 #. type: textblock
11680 #: ../src/guestfs-actions.pod:3239 ../fish/guestfish-actions.pod:2276
11681 msgid "The list returned is empty if no operating systems were found."
11682 msgstr ""
11683
11684 #. type: textblock
11685 #: ../src/guestfs-actions.pod:3241 ../fish/guestfish-actions.pod:2278
11686 msgid ""
11687 "If one operating system was found, then this returns a list with a single "
11688 "element, which is the name of the root filesystem of this operating system.  "
11689 "It is also possible for this function to return a list containing more than "
11690 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11691 "element being the root filesystem of one of the operating systems."
11692 msgstr ""
11693
11694 #. type: textblock
11695 #: ../src/guestfs-actions.pod:3248
11696 msgid ""
11697 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11698 "functions in order to query further information about each operating system, "
11699 "such as the name and version."
11700 msgstr ""
11701
11702 #. type: textblock
11703 #: ../src/guestfs-actions.pod:3253
11704 msgid ""
11705 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11706 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11707 "the contents.  This should be called with no disks currently mounted.  The "
11708 "function may also use Augeas, so any existing Augeas handle will be closed."
11709 msgstr ""
11710
11711 #. type: textblock
11712 #: ../src/guestfs-actions.pod:3259 ../fish/guestfish-actions.pod:2296
11713 msgid ""
11714 "This function cannot decrypt encrypted disks.  The caller must do that first "
11715 "(supplying the necessary keys) if the disk is encrypted."
11716 msgstr ""
11717
11718 #. type: textblock
11719 #: ../src/guestfs-actions.pod:3265 ../src/guestfs-actions.pod:3555
11720 #: ../src/guestfs-actions.pod:3617
11721 msgid "See also C<guestfs_list_filesystems>."
11722 msgstr ""
11723
11724 #. type: =head2
11725 #: ../src/guestfs-actions.pod:3273
11726 msgid "guestfs_is_blockdev"
11727 msgstr ""
11728
11729 #. type: verbatim
11730 #: ../src/guestfs-actions.pod:3275
11731 #, no-wrap
11732 msgid ""
11733 " int\n"
11734 " guestfs_is_blockdev (guestfs_h *g,\n"
11735 "                      const char *path);\n"
11736 "\n"
11737 msgstr ""
11738
11739 #. type: textblock
11740 #: ../src/guestfs-actions.pod:3279 ../fish/guestfish-actions.pod:2308
11741 msgid ""
11742 "This returns C<true> if and only if there is a block device with the given "
11743 "C<path> name."
11744 msgstr ""
11745
11746 #. type: textblock
11747 #: ../src/guestfs-actions.pod:3282 ../src/guestfs-actions.pod:3311
11748 #: ../src/guestfs-actions.pod:3341 ../src/guestfs-actions.pod:3356
11749 #: ../src/guestfs-actions.pod:3372 ../src/guestfs-actions.pod:3428
11750 #: ../src/guestfs-actions.pod:3443
11751 msgid "See also C<guestfs_stat>."
11752 msgstr ""
11753
11754 #. type: textblock
11755 #: ../src/guestfs-actions.pod:3286 ../src/guestfs-actions.pod:3315
11756 #: ../src/guestfs-actions.pod:3360 ../src/guestfs-actions.pod:3432
11757 #: ../src/guestfs-actions.pod:3447
11758 msgid "(Added in 1.5.10)"
11759 msgstr ""
11760
11761 #. type: =head2
11762 #: ../src/guestfs-actions.pod:3288
11763 msgid "guestfs_is_busy"
11764 msgstr ""
11765
11766 #. type: verbatim
11767 #: ../src/guestfs-actions.pod:3290
11768 #, no-wrap
11769 msgid ""
11770 " int\n"
11771 " guestfs_is_busy (guestfs_h *g);\n"
11772 "\n"
11773 msgstr ""
11774
11775 #. type: textblock
11776 #: ../src/guestfs-actions.pod:3293 ../fish/guestfish-actions.pod:2317
11777 msgid ""
11778 "This returns true iff this handle is busy processing a command (in the "
11779 "C<BUSY> state)."
11780 msgstr ""
11781
11782 #. type: =head2
11783 #: ../src/guestfs-actions.pod:3302
11784 msgid "guestfs_is_chardev"
11785 msgstr ""
11786
11787 #. type: verbatim
11788 #: ../src/guestfs-actions.pod:3304
11789 #, no-wrap
11790 msgid ""
11791 " int\n"
11792 " guestfs_is_chardev (guestfs_h *g,\n"
11793 "                     const char *path);\n"
11794 "\n"
11795 msgstr ""
11796
11797 #. type: textblock
11798 #: ../src/guestfs-actions.pod:3308 ../fish/guestfish-actions.pod:2326
11799 msgid ""
11800 "This returns C<true> if and only if there is a character device with the "
11801 "given C<path> name."
11802 msgstr ""
11803
11804 #. type: =head2
11805 #: ../src/guestfs-actions.pod:3317
11806 msgid "guestfs_is_config"
11807 msgstr ""
11808
11809 #. type: verbatim
11810 #: ../src/guestfs-actions.pod:3319
11811 #, no-wrap
11812 msgid ""
11813 " int\n"
11814 " guestfs_is_config (guestfs_h *g);\n"
11815 "\n"
11816 msgstr ""
11817
11818 #. type: textblock
11819 #: ../src/guestfs-actions.pod:3322 ../fish/guestfish-actions.pod:2335
11820 msgid ""
11821 "This returns true iff this handle is being configured (in the C<CONFIG> "
11822 "state)."
11823 msgstr ""
11824
11825 #. type: =head2
11826 #: ../src/guestfs-actions.pod:3331
11827 msgid "guestfs_is_dir"
11828 msgstr ""
11829
11830 #. type: verbatim
11831 #: ../src/guestfs-actions.pod:3333
11832 #, no-wrap
11833 msgid ""
11834 " int\n"
11835 " guestfs_is_dir (guestfs_h *g,\n"
11836 "                 const char *path);\n"
11837 "\n"
11838 msgstr ""
11839
11840 #. type: textblock
11841 #: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2344
11842 msgid ""
11843 "This returns C<true> if and only if there is a directory with the given "
11844 "C<path> name.  Note that it returns false for other objects like files."
11845 msgstr ""
11846
11847 #. type: =head2
11848 #: ../src/guestfs-actions.pod:3347
11849 msgid "guestfs_is_fifo"
11850 msgstr ""
11851
11852 #. type: verbatim
11853 #: ../src/guestfs-actions.pod:3349
11854 #, no-wrap
11855 msgid ""
11856 " int\n"
11857 " guestfs_is_fifo (guestfs_h *g,\n"
11858 "                  const char *path);\n"
11859 "\n"
11860 msgstr ""
11861
11862 #. type: textblock
11863 #: ../src/guestfs-actions.pod:3353 ../fish/guestfish-actions.pod:2354
11864 msgid ""
11865 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11866 "given C<path> name."
11867 msgstr ""
11868
11869 #. type: =head2
11870 #: ../src/guestfs-actions.pod:3362
11871 msgid "guestfs_is_file"
11872 msgstr ""
11873
11874 #. type: verbatim
11875 #: ../src/guestfs-actions.pod:3364
11876 #, no-wrap
11877 msgid ""
11878 " int\n"
11879 " guestfs_is_file (guestfs_h *g,\n"
11880 "                  const char *path);\n"
11881 "\n"
11882 msgstr ""
11883
11884 #. type: textblock
11885 #: ../src/guestfs-actions.pod:3368 ../fish/guestfish-actions.pod:2363
11886 msgid ""
11887 "This returns C<true> if and only if there is a regular file with the given "
11888 "C<path> name.  Note that it returns false for other objects like directories."
11889 msgstr ""
11890
11891 #. type: =head2
11892 #: ../src/guestfs-actions.pod:3378
11893 msgid "guestfs_is_launching"
11894 msgstr ""
11895
11896 #. type: verbatim
11897 #: ../src/guestfs-actions.pod:3380
11898 #, no-wrap
11899 msgid ""
11900 " int\n"
11901 " guestfs_is_launching (guestfs_h *g);\n"
11902 "\n"
11903 msgstr ""
11904
11905 #. type: textblock
11906 #: ../src/guestfs-actions.pod:3383 ../fish/guestfish-actions.pod:2373
11907 msgid ""
11908 "This returns true iff this handle is launching the subprocess (in the "
11909 "C<LAUNCHING> state)."
11910 msgstr ""
11911
11912 #. type: =head2
11913 #: ../src/guestfs-actions.pod:3392
11914 msgid "guestfs_is_lv"
11915 msgstr ""
11916
11917 #. type: verbatim
11918 #: ../src/guestfs-actions.pod:3394
11919 #, no-wrap
11920 msgid ""
11921 " int\n"
11922 " guestfs_is_lv (guestfs_h *g,\n"
11923 "                const char *device);\n"
11924 "\n"
11925 msgstr ""
11926
11927 #. type: textblock
11928 #: ../src/guestfs-actions.pod:3398 ../fish/guestfish-actions.pod:2382
11929 msgid ""
11930 "This command tests whether C<device> is a logical volume, and returns true "
11931 "iff this is the case."
11932 msgstr ""
11933
11934 #. type: =head2
11935 #: ../src/guestfs-actions.pod:3405
11936 msgid "guestfs_is_ready"
11937 msgstr ""
11938
11939 #. type: verbatim
11940 #: ../src/guestfs-actions.pod:3407
11941 #, no-wrap
11942 msgid ""
11943 " int\n"
11944 " guestfs_is_ready (guestfs_h *g);\n"
11945 "\n"
11946 msgstr ""
11947
11948 #. type: textblock
11949 #: ../src/guestfs-actions.pod:3410 ../fish/guestfish-actions.pod:2389
11950 msgid ""
11951 "This returns true iff this handle is ready to accept commands (in the "
11952 "C<READY> state)."
11953 msgstr ""
11954
11955 #. type: =head2
11956 #: ../src/guestfs-actions.pod:3419
11957 msgid "guestfs_is_socket"
11958 msgstr ""
11959
11960 #. type: verbatim
11961 #: ../src/guestfs-actions.pod:3421
11962 #, no-wrap
11963 msgid ""
11964 " int\n"
11965 " guestfs_is_socket (guestfs_h *g,\n"
11966 "                    const char *path);\n"
11967 "\n"
11968 msgstr ""
11969
11970 #. type: textblock
11971 #: ../src/guestfs-actions.pod:3425 ../fish/guestfish-actions.pod:2398
11972 msgid ""
11973 "This returns C<true> if and only if there is a Unix domain socket with the "
11974 "given C<path> name."
11975 msgstr ""
11976
11977 #. type: =head2
11978 #: ../src/guestfs-actions.pod:3434
11979 msgid "guestfs_is_symlink"
11980 msgstr ""
11981
11982 #. type: verbatim
11983 #: ../src/guestfs-actions.pod:3436
11984 #, no-wrap
11985 msgid ""
11986 " int\n"
11987 " guestfs_is_symlink (guestfs_h *g,\n"
11988 "                     const char *path);\n"
11989 "\n"
11990 msgstr ""
11991
11992 #. type: textblock
11993 #: ../src/guestfs-actions.pod:3440 ../fish/guestfish-actions.pod:2407
11994 msgid ""
11995 "This returns C<true> if and only if there is a symbolic link with the given "
11996 "C<path> name."
11997 msgstr ""
11998
11999 #. type: =head2
12000 #: ../src/guestfs-actions.pod:3449
12001 msgid "guestfs_kill_subprocess"
12002 msgstr ""
12003
12004 #. type: verbatim
12005 #: ../src/guestfs-actions.pod:3451
12006 #, no-wrap
12007 msgid ""
12008 " int\n"
12009 " guestfs_kill_subprocess (guestfs_h *g);\n"
12010 "\n"
12011 msgstr ""
12012
12013 #. type: textblock
12014 #: ../src/guestfs-actions.pod:3454 ../fish/guestfish-actions.pod:2416
12015 msgid "This kills the qemu subprocess.  You should never need to call this."
12016 msgstr ""
12017
12018 #. type: =head2
12019 #: ../src/guestfs-actions.pod:3460
12020 msgid "guestfs_launch"
12021 msgstr ""
12022
12023 #. type: verbatim
12024 #: ../src/guestfs-actions.pod:3462
12025 #, no-wrap
12026 msgid ""
12027 " int\n"
12028 " guestfs_launch (guestfs_h *g);\n"
12029 "\n"
12030 msgstr ""
12031
12032 #. type: textblock
12033 #: ../src/guestfs-actions.pod:3465 ../fish/guestfish-actions.pod:2424
12034 msgid ""
12035 "Internally libguestfs is implemented by running a virtual machine using "
12036 "L<qemu(1)>."
12037 msgstr ""
12038
12039 #. type: textblock
12040 #: ../src/guestfs-actions.pod:3468 ../fish/guestfish-actions.pod:2427
12041 msgid ""
12042 "You should call this after configuring the handle (eg. adding drives) but "
12043 "before performing any actions."
12044 msgstr ""
12045
12046 #. type: =head2
12047 #: ../src/guestfs-actions.pod:3480
12048 msgid "guestfs_lchown"
12049 msgstr ""
12050
12051 #. type: verbatim
12052 #: ../src/guestfs-actions.pod:3482
12053 #, no-wrap
12054 msgid ""
12055 " int\n"
12056 " guestfs_lchown (guestfs_h *g,\n"
12057 "                 int owner,\n"
12058 "                 int group,\n"
12059 "                 const char *path);\n"
12060 "\n"
12061 msgstr ""
12062
12063 #. type: textblock
12064 #: ../src/guestfs-actions.pod:3488
12065 msgid ""
12066 "Change the file owner to C<owner> and group to C<group>.  This is like "
12067 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
12068 "changed, not the target."
12069 msgstr ""
12070
12071 #. type: =head2
12072 #: ../src/guestfs-actions.pod:3500
12073 msgid "guestfs_lgetxattr"
12074 msgstr ""
12075
12076 #. type: verbatim
12077 #: ../src/guestfs-actions.pod:3502
12078 #, no-wrap
12079 msgid ""
12080 " char *\n"
12081 " guestfs_lgetxattr (guestfs_h *g,\n"
12082 "                    const char *path,\n"
12083 "                    const char *name,\n"
12084 "                    size_t *size_r);\n"
12085 "\n"
12086 msgstr ""
12087
12088 #. type: textblock
12089 #: ../src/guestfs-actions.pod:3508 ../fish/guestfish-actions.pod:2446
12090 msgid ""
12091 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
12092 "is a symlink, then this call returns an extended attribute from the symlink."
12093 msgstr ""
12094
12095 #. type: textblock
12096 #: ../src/guestfs-actions.pod:3522
12097 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
12098 msgstr ""
12099
12100 #. type: =head2
12101 #: ../src/guestfs-actions.pod:3530
12102 msgid "guestfs_lgetxattrs"
12103 msgstr ""
12104
12105 #. type: verbatim
12106 #: ../src/guestfs-actions.pod:3532
12107 #, no-wrap
12108 msgid ""
12109 " struct guestfs_xattr_list *\n"
12110 " guestfs_lgetxattrs (guestfs_h *g,\n"
12111 "                     const char *path);\n"
12112 "\n"
12113 msgstr ""
12114
12115 #. type: textblock
12116 #: ../src/guestfs-actions.pod:3536
12117 msgid ""
12118 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
12119 "then it returns the extended attributes of the link itself."
12120 msgstr ""
12121
12122 #. type: =head2
12123 #: ../src/guestfs-actions.pod:3546
12124 msgid "guestfs_list_devices"
12125 msgstr ""
12126
12127 #. type: verbatim
12128 #: ../src/guestfs-actions.pod:3548
12129 #, no-wrap
12130 msgid ""
12131 " char **\n"
12132 " guestfs_list_devices (guestfs_h *g);\n"
12133 "\n"
12134 msgstr ""
12135
12136 #. type: textblock
12137 #: ../src/guestfs-actions.pod:3551 ../fish/guestfish-actions.pod:2474
12138 msgid "List all the block devices."
12139 msgstr ""
12140
12141 #. type: textblock
12142 #: ../src/guestfs-actions.pod:3553 ../fish/guestfish-actions.pod:2476
12143 msgid "The full block device names are returned, eg. C</dev/sda>."
12144 msgstr ""
12145
12146 #. type: =head2
12147 #: ../src/guestfs-actions.pod:3563
12148 msgid "guestfs_list_filesystems"
12149 msgstr ""
12150
12151 #. type: verbatim
12152 #: ../src/guestfs-actions.pod:3565
12153 #, no-wrap
12154 msgid ""
12155 " char **\n"
12156 " guestfs_list_filesystems (guestfs_h *g);\n"
12157 "\n"
12158 msgstr ""
12159
12160 #. type: textblock
12161 #: ../src/guestfs-actions.pod:3568 ../fish/guestfish-actions.pod:2484
12162 msgid ""
12163 "This inspection command looks for filesystems on partitions, block devices "
12164 "and logical volumes, returning a list of devices containing filesystems and "
12165 "their type."
12166 msgstr ""
12167
12168 #. type: textblock
12169 #: ../src/guestfs-actions.pod:3572 ../fish/guestfish-actions.pod:2488
12170 msgid ""
12171 "The return value is a hash, where the keys are the devices containing "
12172 "filesystems, and the values are the filesystem types.  For example:"
12173 msgstr ""
12174
12175 #. type: verbatim
12176 #: ../src/guestfs-actions.pod:3576 ../fish/guestfish-actions.pod:2492
12177 #, no-wrap
12178 msgid ""
12179 " \"/dev/sda1\" => \"ntfs\"\n"
12180 " \"/dev/sda2\" => \"ext2\"\n"
12181 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
12182 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
12183 "\n"
12184 msgstr ""
12185
12186 #. type: textblock
12187 #: ../src/guestfs-actions.pod:3581 ../fish/guestfish-actions.pod:2497
12188 msgid ""
12189 "The value can have the special value \"unknown\", meaning the content of the "
12190 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
12191 msgstr ""
12192
12193 #. type: textblock
12194 #: ../src/guestfs-actions.pod:3585
12195 msgid ""
12196 "This command runs other libguestfs commands, which might include "
12197 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
12198 "soon after launch and only when nothing is mounted."
12199 msgstr ""
12200
12201 #. type: textblock
12202 #: ../src/guestfs-actions.pod:3589
12203 msgid ""
12204 "Not all of the filesystems returned will be mountable.  In particular, swap "
12205 "partitions are returned in the list.  Also this command does not check that "
12206 "each filesystem found is valid and mountable, and some filesystems might be "
12207 "mountable but require special options.  Filesystems may not all belong to a "
12208 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
12209 msgstr ""
12210
12211 #. type: textblock
12212 #: ../src/guestfs-actions.pod:3603 ../src/guestfs-actions.pod:5224
12213 msgid "(Added in 1.5.15)"
12214 msgstr ""
12215
12216 #. type: =head2
12217 #: ../src/guestfs-actions.pod:3605
12218 msgid "guestfs_list_partitions"
12219 msgstr ""
12220
12221 #. type: verbatim
12222 #: ../src/guestfs-actions.pod:3607
12223 #, no-wrap
12224 msgid ""
12225 " char **\n"
12226 " guestfs_list_partitions (guestfs_h *g);\n"
12227 "\n"
12228 msgstr ""
12229
12230 #. type: textblock
12231 #: ../src/guestfs-actions.pod:3610 ../fish/guestfish-actions.pod:2517
12232 msgid "List all the partitions detected on all block devices."
12233 msgstr ""
12234
12235 #. type: textblock
12236 #: ../src/guestfs-actions.pod:3612 ../fish/guestfish-actions.pod:2519
12237 msgid "The full partition device names are returned, eg. C</dev/sda1>"
12238 msgstr ""
12239
12240 #. type: textblock
12241 #: ../src/guestfs-actions.pod:3614
12242 msgid ""
12243 "This does not return logical volumes.  For that you will need to call "
12244 "C<guestfs_lvs>."
12245 msgstr ""
12246
12247 #. type: =head2
12248 #: ../src/guestfs-actions.pod:3625
12249 msgid "guestfs_ll"
12250 msgstr ""
12251
12252 #. type: verbatim
12253 #: ../src/guestfs-actions.pod:3627
12254 #, no-wrap
12255 msgid ""
12256 " char *\n"
12257 " guestfs_ll (guestfs_h *g,\n"
12258 "             const char *directory);\n"
12259 "\n"
12260 msgstr ""
12261
12262 #. type: textblock
12263 #: ../src/guestfs-actions.pod:3631 ../fish/guestfish-actions.pod:2530
12264 msgid ""
12265 "List the files in C<directory> (relative to the root directory, there is no "
12266 "cwd) in the format of 'ls -la'."
12267 msgstr ""
12268
12269 #. type: textblock
12270 #: ../src/guestfs-actions.pod:3634 ../fish/guestfish-actions.pod:2533
12271 msgid ""
12272 "This command is mostly useful for interactive sessions.  It is I<not> "
12273 "intended that you try to parse the output string."
12274 msgstr ""
12275
12276 #. type: =head2
12277 #: ../src/guestfs-actions.pod:3642
12278 msgid "guestfs_ln"
12279 msgstr ""
12280
12281 #. type: verbatim
12282 #: ../src/guestfs-actions.pod:3644
12283 #, no-wrap
12284 msgid ""
12285 " int\n"
12286 " guestfs_ln (guestfs_h *g,\n"
12287 "             const char *target,\n"
12288 "             const char *linkname);\n"
12289 "\n"
12290 msgstr ""
12291
12292 #. type: textblock
12293 #: ../src/guestfs-actions.pod:3649 ../fish/guestfish-actions.pod:2540
12294 msgid "This command creates a hard link using the C<ln> command."
12295 msgstr ""
12296
12297 #. type: =head2
12298 #: ../src/guestfs-actions.pod:3655
12299 msgid "guestfs_ln_f"
12300 msgstr ""
12301
12302 #. type: verbatim
12303 #: ../src/guestfs-actions.pod:3657
12304 #, no-wrap
12305 msgid ""
12306 " int\n"
12307 " guestfs_ln_f (guestfs_h *g,\n"
12308 "               const char *target,\n"
12309 "               const char *linkname);\n"
12310 "\n"
12311 msgstr ""
12312
12313 #. type: textblock
12314 #: ../src/guestfs-actions.pod:3662 ../fish/guestfish-actions.pod:2546
12315 msgid ""
12316 "This command creates a hard link using the C<ln -f> command.  The I<-f> "
12317 "option removes the link (C<linkname>) if it exists already."
12318 msgstr ""
12319
12320 #. type: =head2
12321 #: ../src/guestfs-actions.pod:3669
12322 msgid "guestfs_ln_s"
12323 msgstr ""
12324
12325 #. type: verbatim
12326 #: ../src/guestfs-actions.pod:3671
12327 #, no-wrap
12328 msgid ""
12329 " int\n"
12330 " guestfs_ln_s (guestfs_h *g,\n"
12331 "               const char *target,\n"
12332 "               const char *linkname);\n"
12333 "\n"
12334 msgstr ""
12335
12336 #. type: textblock
12337 #: ../src/guestfs-actions.pod:3676 ../fish/guestfish-actions.pod:2553
12338 msgid "This command creates a symbolic link using the C<ln -s> command."
12339 msgstr ""
12340
12341 #. type: =head2
12342 #: ../src/guestfs-actions.pod:3682
12343 msgid "guestfs_ln_sf"
12344 msgstr ""
12345
12346 #. type: verbatim
12347 #: ../src/guestfs-actions.pod:3684
12348 #, no-wrap
12349 msgid ""
12350 " int\n"
12351 " guestfs_ln_sf (guestfs_h *g,\n"
12352 "                const char *target,\n"
12353 "                const char *linkname);\n"
12354 "\n"
12355 msgstr ""
12356
12357 #. type: textblock
12358 #: ../src/guestfs-actions.pod:3689 ../fish/guestfish-actions.pod:2559
12359 msgid ""
12360 "This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
12361 "option removes the link (C<linkname>) if it exists already."
12362 msgstr ""
12363
12364 #. type: =head2
12365 #: ../src/guestfs-actions.pod:3696
12366 msgid "guestfs_lremovexattr"
12367 msgstr ""
12368
12369 #. type: verbatim
12370 #: ../src/guestfs-actions.pod:3698
12371 #, no-wrap
12372 msgid ""
12373 " int\n"
12374 " guestfs_lremovexattr (guestfs_h *g,\n"
12375 "                       const char *xattr,\n"
12376 "                       const char *path);\n"
12377 "\n"
12378 msgstr ""
12379
12380 #. type: textblock
12381 #: ../src/guestfs-actions.pod:3703
12382 msgid ""
12383 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
12384 "link, then it removes an extended attribute of the link itself."
12385 msgstr ""
12386
12387 #. type: =head2
12388 #: ../src/guestfs-actions.pod:3711
12389 msgid "guestfs_ls"
12390 msgstr ""
12391
12392 #. type: verbatim
12393 #: ../src/guestfs-actions.pod:3713
12394 #, no-wrap
12395 msgid ""
12396 " char **\n"
12397 " guestfs_ls (guestfs_h *g,\n"
12398 "             const char *directory);\n"
12399 "\n"
12400 msgstr ""
12401
12402 #. type: textblock
12403 #: ../src/guestfs-actions.pod:3717 ../fish/guestfish-actions.pod:2574
12404 msgid ""
12405 "List the files in C<directory> (relative to the root directory, there is no "
12406 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
12407 msgstr ""
12408
12409 #. type: textblock
12410 #: ../src/guestfs-actions.pod:3721
12411 msgid ""
12412 "This command is mostly useful for interactive sessions.  Programs should "
12413 "probably use C<guestfs_readdir> instead."
12414 msgstr ""
12415
12416 #. type: =head2
12417 #: ../src/guestfs-actions.pod:3730
12418 msgid "guestfs_lsetxattr"
12419 msgstr ""
12420
12421 #. type: verbatim
12422 #: ../src/guestfs-actions.pod:3732
12423 #, no-wrap
12424 msgid ""
12425 " int\n"
12426 " guestfs_lsetxattr (guestfs_h *g,\n"
12427 "                    const char *xattr,\n"
12428 "                    const char *val,\n"
12429 "                    int vallen,\n"
12430 "                    const char *path);\n"
12431 "\n"
12432 msgstr ""
12433
12434 #. type: textblock
12435 #: ../src/guestfs-actions.pod:3739
12436 msgid ""
12437 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
12438 "then it sets an extended attribute of the link itself."
12439 msgstr ""
12440
12441 #. type: =head2
12442 #: ../src/guestfs-actions.pod:3747
12443 msgid "guestfs_lstat"
12444 msgstr ""
12445
12446 #. type: verbatim
12447 #: ../src/guestfs-actions.pod:3749
12448 #, no-wrap
12449 msgid ""
12450 " struct guestfs_stat *\n"
12451 " guestfs_lstat (guestfs_h *g,\n"
12452 "                const char *path);\n"
12453 "\n"
12454 msgstr ""
12455
12456 #. type: textblock
12457 #: ../src/guestfs-actions.pod:3753 ../src/guestfs-actions.pod:6355
12458 #: ../fish/guestfish-actions.pod:2593 ../fish/guestfish-actions.pod:4306
12459 msgid "Returns file information for the given C<path>."
12460 msgstr ""
12461
12462 #. type: textblock
12463 #: ../src/guestfs-actions.pod:3755
12464 msgid ""
12465 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
12466 "link, then the link is stat-ed, not the file it refers to."
12467 msgstr ""
12468
12469 #. type: textblock
12470 #: ../src/guestfs-actions.pod:3759 ../fish/guestfish-actions.pod:2599
12471 msgid "This is the same as the C<lstat(2)> system call."
12472 msgstr ""
12473
12474 #. type: textblock
12475 #: ../src/guestfs-actions.pod:3761 ../src/guestfs-actions.pod:6359
12476 msgid ""
12477 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
12478 "error.  I<The caller must call C<guestfs_free_stat> after use>."
12479 msgstr ""
12480
12481 #. type: textblock
12482 #: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:6363
12483 #: ../src/guestfs-actions.pod:6381 ../src/guestfs-actions.pod:6762
12484 msgid "(Added in 0.9.2)"
12485 msgstr ""
12486
12487 #. type: =head2
12488 #: ../src/guestfs-actions.pod:3767
12489 msgid "guestfs_lstatlist"
12490 msgstr ""
12491
12492 #. type: verbatim
12493 #: ../src/guestfs-actions.pod:3769
12494 #, no-wrap
12495 msgid ""
12496 " struct guestfs_stat_list *\n"
12497 " guestfs_lstatlist (guestfs_h *g,\n"
12498 "                    const char *path,\n"
12499 "                    char *const *names);\n"
12500 "\n"
12501 msgstr ""
12502
12503 #. type: textblock
12504 #: ../src/guestfs-actions.pod:3774
12505 msgid ""
12506 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12507 "files, where all files are in the directory C<path>.  C<names> is the list "
12508 "of files from this directory."
12509 msgstr ""
12510
12511 #. type: textblock
12512 #: ../src/guestfs-actions.pod:3778 ../fish/guestfish-actions.pod:2609
12513 msgid ""
12514 "On return you get a list of stat structs, with a one-to-one correspondence "
12515 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12516 "then the C<ino> field of that structure is set to C<-1>."
12517 msgstr ""
12518
12519 #. type: textblock
12520 #: ../src/guestfs-actions.pod:3783
12521 msgid ""
12522 "This call is intended for programs that want to efficiently list a directory "
12523 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12524 "for a similarly efficient call for getting extended attributes.  Very long "
12525 "directory listings might cause the protocol message size to be exceeded, "
12526 "causing this call to fail.  The caller must split up such requests into "
12527 "smaller groups of names."
12528 msgstr ""
12529
12530 #. type: textblock
12531 #: ../src/guestfs-actions.pod:3791
12532 msgid ""
12533 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12534 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12535 msgstr ""
12536
12537 #. type: =head2
12538 #: ../src/guestfs-actions.pod:3797
12539 msgid "guestfs_luks_add_key"
12540 msgstr ""
12541
12542 #. type: verbatim
12543 #: ../src/guestfs-actions.pod:3799
12544 #, no-wrap
12545 msgid ""
12546 " int\n"
12547 " guestfs_luks_add_key (guestfs_h *g,\n"
12548 "                       const char *device,\n"
12549 "                       const char *key,\n"
12550 "                       const char *newkey,\n"
12551 "                       int keyslot);\n"
12552 "\n"
12553 msgstr ""
12554
12555 #. type: textblock
12556 #: ../src/guestfs-actions.pod:3806 ../fish/guestfish-actions.pod:2626
12557 msgid ""
12558 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12559 "existing key, and is used to access the device.  C<newkey> is the new key to "
12560 "add.  C<keyslot> is the key slot that will be replaced."
12561 msgstr ""
12562
12563 #. type: textblock
12564 #: ../src/guestfs-actions.pod:3811
12565 msgid ""
12566 "Note that if C<keyslot> already contains a key, then this command will "
12567 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12568 msgstr ""
12569
12570 #. type: textblock
12571 #: ../src/guestfs-actions.pod:3817 ../src/guestfs-actions.pod:3857
12572 #: ../src/guestfs-actions.pod:3880 ../src/guestfs-actions.pod:3900
12573 #: ../src/guestfs-actions.pod:3932 ../src/guestfs-actions.pod:3951
12574 msgid ""
12575 "This function takes a key or passphrase parameter which could contain "
12576 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12577 "information."
12578 msgstr ""
12579
12580 #. type: textblock
12581 #: ../src/guestfs-actions.pod:3821 ../src/guestfs-actions.pod:3861
12582 #: ../src/guestfs-actions.pod:3884 ../src/guestfs-actions.pod:3904
12583 msgid "(Added in 1.5.2)"
12584 msgstr ""
12585
12586 #. type: =head2
12587 #: ../src/guestfs-actions.pod:3823
12588 msgid "guestfs_luks_close"
12589 msgstr ""
12590
12591 #. type: verbatim
12592 #: ../src/guestfs-actions.pod:3825
12593 #, no-wrap
12594 msgid ""
12595 " int\n"
12596 " guestfs_luks_close (guestfs_h *g,\n"
12597 "                     const char *device);\n"
12598 "\n"
12599 msgstr ""
12600
12601 #. type: textblock
12602 #: ../src/guestfs-actions.pod:3829
12603 msgid ""
12604 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12605 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12606 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12607 "underlying block device."
12608 msgstr ""
12609
12610 #. type: textblock
12611 #: ../src/guestfs-actions.pod:3837 ../src/guestfs-actions.pod:3936
12612 #: ../src/guestfs-actions.pod:3955 ../src/guestfs-actions.pod:4005
12613 #: ../src/guestfs-actions.pod:4053
12614 msgid "(Added in 1.5.1)"
12615 msgstr ""
12616
12617 #. type: =head2
12618 #: ../src/guestfs-actions.pod:3839
12619 msgid "guestfs_luks_format"
12620 msgstr ""
12621
12622 #. type: verbatim
12623 #: ../src/guestfs-actions.pod:3841
12624 #, no-wrap
12625 msgid ""
12626 " int\n"
12627 " guestfs_luks_format (guestfs_h *g,\n"
12628 "                      const char *device,\n"
12629 "                      const char *key,\n"
12630 "                      int keyslot);\n"
12631 "\n"
12632 msgstr ""
12633
12634 #. type: textblock
12635 #: ../src/guestfs-actions.pod:3847 ../fish/guestfish-actions.pod:2652
12636 msgid ""
12637 "This command erases existing data on C<device> and formats the device as a "
12638 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12639 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12640 msgstr ""
12641
12642 #. type: textblock
12643 #: ../src/guestfs-actions.pod:3854 ../src/guestfs-actions.pod:3877
12644 #: ../src/guestfs-actions.pod:4017 ../src/guestfs-actions.pod:4975
12645 #: ../src/guestfs-actions.pod:5755 ../src/guestfs-actions.pod:6162
12646 #: ../src/guestfs-actions.pod:6192 ../src/guestfs-actions.pod:6225
12647 #: ../src/guestfs-actions.pod:7406 ../fish/guestfish-actions.pod:2660
12648 #: ../fish/guestfish-actions.pod:2673 ../fish/guestfish-actions.pod:2757
12649 #: ../fish/guestfish-actions.pod:3347 ../fish/guestfish-actions.pod:3867
12650 #: ../fish/guestfish-actions.pod:4177 ../fish/guestfish-actions.pod:4200
12651 #: ../fish/guestfish-actions.pod:4222 ../fish/guestfish-actions.pod:4951
12652 msgid ""
12653 "B<This command is dangerous.  Without careful use you can easily destroy all "
12654 "your data>."
12655 msgstr ""
12656
12657 #. type: =head2
12658 #: ../src/guestfs-actions.pod:3863
12659 msgid "guestfs_luks_format_cipher"
12660 msgstr ""
12661
12662 #. type: verbatim
12663 #: ../src/guestfs-actions.pod:3865
12664 #, no-wrap
12665 msgid ""
12666 " int\n"
12667 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12668 "                             const char *device,\n"
12669 "                             const char *key,\n"
12670 "                             int keyslot,\n"
12671 "                             const char *cipher);\n"
12672 "\n"
12673 msgstr ""
12674
12675 #. type: textblock
12676 #: ../src/guestfs-actions.pod:3872
12677 msgid ""
12678 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12679 "set the C<cipher> used."
12680 msgstr ""
12681
12682 #. type: =head2
12683 #: ../src/guestfs-actions.pod:3886
12684 msgid "guestfs_luks_kill_slot"
12685 msgstr ""
12686
12687 #. type: verbatim
12688 #: ../src/guestfs-actions.pod:3888
12689 #, no-wrap
12690 msgid ""
12691 " int\n"
12692 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12693 "                         const char *device,\n"
12694 "                         const char *key,\n"
12695 "                         int keyslot);\n"
12696 "\n"
12697 msgstr ""
12698
12699 #. type: textblock
12700 #: ../src/guestfs-actions.pod:3894 ../fish/guestfish-actions.pod:2680
12701 msgid ""
12702 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12703 "device C<device>.  C<key> must be one of the I<other> keys."
12704 msgstr ""
12705
12706 #. type: =head2
12707 #: ../src/guestfs-actions.pod:3906
12708 msgid "guestfs_luks_open"
12709 msgstr ""
12710
12711 #. type: verbatim
12712 #: ../src/guestfs-actions.pod:3908
12713 #, no-wrap
12714 msgid ""
12715 " int\n"
12716 " guestfs_luks_open (guestfs_h *g,\n"
12717 "                    const char *device,\n"
12718 "                    const char *key,\n"
12719 "                    const char *mapname);\n"
12720 "\n"
12721 msgstr ""
12722
12723 #. type: textblock
12724 #: ../src/guestfs-actions.pod:3914 ../fish/guestfish-actions.pod:2691
12725 msgid ""
12726 "This command opens a block device which has been encrypted according to the "
12727 "Linux Unified Key Setup (LUKS) standard."
12728 msgstr ""
12729
12730 #. type: textblock
12731 #: ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2694
12732 msgid "C<device> is the encrypted block device or partition."
12733 msgstr ""
12734
12735 #. type: textblock
12736 #: ../src/guestfs-actions.pod:3919 ../fish/guestfish-actions.pod:2696
12737 msgid ""
12738 "The caller must supply one of the keys associated with the LUKS block "
12739 "device, in the C<key> parameter."
12740 msgstr ""
12741
12742 #. type: textblock
12743 #: ../src/guestfs-actions.pod:3922 ../fish/guestfish-actions.pod:2699
12744 msgid ""
12745 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12746 "writes to this block device are decrypted from and encrypted to the "
12747 "underlying C<device> respectively."
12748 msgstr ""
12749
12750 #. type: textblock
12751 #: ../src/guestfs-actions.pod:3926
12752 msgid ""
12753 "If this block device contains LVM volume groups, then calling "
12754 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
12755 "visible."
12756 msgstr ""
12757
12758 #. type: =head2
12759 #: ../src/guestfs-actions.pod:3938
12760 msgid "guestfs_luks_open_ro"
12761 msgstr ""
12762
12763 #. type: verbatim
12764 #: ../src/guestfs-actions.pod:3940
12765 #, no-wrap
12766 msgid ""
12767 " int\n"
12768 " guestfs_luks_open_ro (guestfs_h *g,\n"
12769 "                       const char *device,\n"
12770 "                       const char *key,\n"
12771 "                       const char *mapname);\n"
12772 "\n"
12773 msgstr ""
12774
12775 #. type: textblock
12776 #: ../src/guestfs-actions.pod:3946
12777 msgid ""
12778 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
12779 "created."
12780 msgstr ""
12781
12782 #. type: =head2
12783 #: ../src/guestfs-actions.pod:3957
12784 msgid "guestfs_lvcreate"
12785 msgstr ""
12786
12787 #. type: verbatim
12788 #: ../src/guestfs-actions.pod:3959
12789 #, no-wrap
12790 msgid ""
12791 " int\n"
12792 " guestfs_lvcreate (guestfs_h *g,\n"
12793 "                   const char *logvol,\n"
12794 "                   const char *volgroup,\n"
12795 "                   int mbytes);\n"
12796 "\n"
12797 msgstr ""
12798
12799 #. type: textblock
12800 #: ../src/guestfs-actions.pod:3965 ../fish/guestfish-actions.pod:2724
12801 msgid ""
12802 "This creates an LVM logical volume called C<logvol> on the volume group "
12803 "C<volgroup>, with C<size> megabytes."
12804 msgstr ""
12805
12806 #. type: =head2
12807 #: ../src/guestfs-actions.pod:3972
12808 msgid "guestfs_lvm_canonical_lv_name"
12809 msgstr ""
12810
12811 #. type: verbatim
12812 #: ../src/guestfs-actions.pod:3974
12813 #, no-wrap
12814 msgid ""
12815 " char *\n"
12816 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
12817 "                                const char *lvname);\n"
12818 "\n"
12819 msgstr ""
12820
12821 #. type: textblock
12822 #: ../src/guestfs-actions.pod:3978 ../fish/guestfish-actions.pod:2731
12823 msgid ""
12824 "This converts alternative naming schemes for LVs that you might find to the "
12825 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
12826 "LV>."
12827 msgstr ""
12828
12829 #. type: textblock
12830 #: ../src/guestfs-actions.pod:3982 ../fish/guestfish-actions.pod:2735
12831 msgid ""
12832 "This command returns an error if the C<lvname> parameter does not refer to a "
12833 "logical volume."
12834 msgstr ""
12835
12836 #. type: textblock
12837 #: ../src/guestfs-actions.pod:3985
12838 msgid "See also C<guestfs_is_lv>."
12839 msgstr ""
12840
12841 #. type: textblock
12842 #: ../src/guestfs-actions.pod:3990
12843 msgid "(Added in 1.5.24)"
12844 msgstr ""
12845
12846 #. type: =head2
12847 #: ../src/guestfs-actions.pod:3992
12848 msgid "guestfs_lvm_clear_filter"
12849 msgstr ""
12850
12851 #. type: verbatim
12852 #: ../src/guestfs-actions.pod:3994
12853 #, no-wrap
12854 msgid ""
12855 " int\n"
12856 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
12857 "\n"
12858 msgstr ""
12859
12860 #. type: textblock
12861 #: ../src/guestfs-actions.pod:3997
12862 msgid ""
12863 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
12864 "see every block device."
12865 msgstr ""
12866
12867 #. type: textblock
12868 #: ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:4042
12869 #: ../fish/guestfish-actions.pod:2747 ../fish/guestfish-actions.pod:2778
12870 msgid ""
12871 "This command also clears the LVM cache and performs a volume group scan."
12872 msgstr ""
12873
12874 #. type: =head2
12875 #: ../src/guestfs-actions.pod:4007
12876 msgid "guestfs_lvm_remove_all"
12877 msgstr ""
12878
12879 #. type: verbatim
12880 #: ../src/guestfs-actions.pod:4009
12881 #, no-wrap
12882 msgid ""
12883 " int\n"
12884 " guestfs_lvm_remove_all (guestfs_h *g);\n"
12885 "\n"
12886 msgstr ""
12887
12888 #. type: textblock
12889 #: ../src/guestfs-actions.pod:4012 ../fish/guestfish-actions.pod:2754
12890 msgid ""
12891 "This command removes all LVM logical volumes, volume groups and physical "
12892 "volumes."
12893 msgstr ""
12894
12895 #. type: =head2
12896 #: ../src/guestfs-actions.pod:4022
12897 msgid "guestfs_lvm_set_filter"
12898 msgstr ""
12899
12900 #. type: verbatim
12901 #: ../src/guestfs-actions.pod:4024
12902 #, no-wrap
12903 msgid ""
12904 " int\n"
12905 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12906 "                         char *const *devices);\n"
12907 "\n"
12908 msgstr ""
12909
12910 #. type: textblock
12911 #: ../src/guestfs-actions.pod:4028 ../fish/guestfish-actions.pod:2764
12912 msgid ""
12913 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12914 "block devices in the list C<devices>, and will ignore all other attached "
12915 "block devices."
12916 msgstr ""
12917
12918 #. type: textblock
12919 #: ../src/guestfs-actions.pod:4032 ../fish/guestfish-actions.pod:2768
12920 msgid ""
12921 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12922 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12923 "there are two types of duplication possible: either cloned PVs/VGs which "
12924 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12925 "same name.  In normal operation you cannot create this situation, but you "
12926 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12927 "inside the LVM metadata."
12928 msgstr ""
12929
12930 #. type: textblock
12931 #: ../src/guestfs-actions.pod:4045 ../fish/guestfish-actions.pod:2781
12932 msgid "You can filter whole block devices or individual partitions."
12933 msgstr ""
12934
12935 #. type: textblock
12936 #: ../src/guestfs-actions.pod:4047 ../fish/guestfish-actions.pod:2783
12937 msgid ""
12938 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12939 "filesystem), even if you are not filtering out that VG."
12940 msgstr ""
12941
12942 #. type: =head2
12943 #: ../src/guestfs-actions.pod:4055
12944 msgid "guestfs_lvremove"
12945 msgstr ""
12946
12947 #. type: verbatim
12948 #: ../src/guestfs-actions.pod:4057
12949 #, no-wrap
12950 msgid ""
12951 " int\n"
12952 " guestfs_lvremove (guestfs_h *g,\n"
12953 "                   const char *device);\n"
12954 "\n"
12955 msgstr ""
12956
12957 #. type: textblock
12958 #: ../src/guestfs-actions.pod:4061 ../fish/guestfish-actions.pod:2791
12959 msgid ""
12960 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12961 "LV, such as C</dev/VG/LV>."
12962 msgstr ""
12963
12964 #. type: textblock
12965 #: ../src/guestfs-actions.pod:4064 ../fish/guestfish-actions.pod:2794
12966 msgid ""
12967 "You can also remove all LVs in a volume group by specifying the VG name, C</"
12968 "dev/VG>."
12969 msgstr ""
12970
12971 #. type: textblock
12972 #: ../src/guestfs-actions.pod:4069 ../src/guestfs-actions.pod:5321
12973 #: ../src/guestfs-actions.pod:7138
12974 msgid "(Added in 1.0.13)"
12975 msgstr ""
12976
12977 #. type: =head2
12978 #: ../src/guestfs-actions.pod:4071
12979 msgid "guestfs_lvrename"
12980 msgstr ""
12981
12982 #. type: verbatim
12983 #: ../src/guestfs-actions.pod:4073
12984 #, no-wrap
12985 msgid ""
12986 " int\n"
12987 " guestfs_lvrename (guestfs_h *g,\n"
12988 "                   const char *logvol,\n"
12989 "                   const char *newlogvol);\n"
12990 "\n"
12991 msgstr ""
12992
12993 #. type: textblock
12994 #: ../src/guestfs-actions.pod:4078 ../fish/guestfish-actions.pod:2801
12995 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12996 msgstr ""
12997
12998 #. type: textblock
12999 #: ../src/guestfs-actions.pod:4082 ../src/guestfs-actions.pod:7151
13000 msgid "(Added in 1.0.83)"
13001 msgstr ""
13002
13003 #. type: =head2
13004 #: ../src/guestfs-actions.pod:4084
13005 msgid "guestfs_lvresize"
13006 msgstr ""
13007
13008 #. type: verbatim
13009 #: ../src/guestfs-actions.pod:4086
13010 #, no-wrap
13011 msgid ""
13012 " int\n"
13013 " guestfs_lvresize (guestfs_h *g,\n"
13014 "                   const char *device,\n"
13015 "                   int mbytes);\n"
13016 "\n"
13017 msgstr ""
13018
13019 #. type: textblock
13020 #: ../src/guestfs-actions.pod:4091 ../fish/guestfish-actions.pod:2807
13021 msgid ""
13022 "This resizes (expands or shrinks) an existing LVM logical volume to "
13023 "C<mbytes>.  When reducing, data in the reduced part is lost."
13024 msgstr ""
13025
13026 #. type: =head2
13027 #: ../src/guestfs-actions.pod:4099
13028 msgid "guestfs_lvresize_free"
13029 msgstr ""
13030
13031 #. type: verbatim
13032 #: ../src/guestfs-actions.pod:4101
13033 #, no-wrap
13034 msgid ""
13035 " int\n"
13036 " guestfs_lvresize_free (guestfs_h *g,\n"
13037 "                        const char *lv,\n"
13038 "                        int percent);\n"
13039 "\n"
13040 msgstr ""
13041
13042 #. type: textblock
13043 #: ../src/guestfs-actions.pod:4106 ../fish/guestfish-actions.pod:2815
13044 msgid ""
13045 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
13046 "remaining free space in the volume group.  Commonly you would call this with "
13047 "pc = 100 which expands the logical volume as much as possible, using all "
13048 "remaining free space in the volume group."
13049 msgstr ""
13050
13051 #. type: textblock
13052 #: ../src/guestfs-actions.pod:4114
13053 msgid "(Added in 1.3.3)"
13054 msgstr ""
13055
13056 #. type: =head2
13057 #: ../src/guestfs-actions.pod:4116
13058 msgid "guestfs_lvs"
13059 msgstr ""
13060
13061 #. type: verbatim
13062 #: ../src/guestfs-actions.pod:4118
13063 #, no-wrap
13064 msgid ""
13065 " char **\n"
13066 " guestfs_lvs (guestfs_h *g);\n"
13067 "\n"
13068 msgstr ""
13069
13070 #. type: textblock
13071 #: ../src/guestfs-actions.pod:4121 ../fish/guestfish-actions.pod:2825
13072 msgid ""
13073 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13074 "(8)> command."
13075 msgstr ""
13076
13077 #. type: textblock
13078 #: ../src/guestfs-actions.pod:4124 ../fish/guestfish-actions.pod:2828
13079 msgid ""
13080 "This returns a list of the logical volume device names (eg. C</dev/"
13081 "VolGroup00/LogVol00>)."
13082 msgstr ""
13083
13084 #. type: textblock
13085 #: ../src/guestfs-actions.pod:4127
13086 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
13087 msgstr ""
13088
13089 #. type: =head2
13090 #: ../src/guestfs-actions.pod:4135
13091 msgid "guestfs_lvs_full"
13092 msgstr ""
13093
13094 #. type: verbatim
13095 #: ../src/guestfs-actions.pod:4137
13096 #, no-wrap
13097 msgid ""
13098 " struct guestfs_lvm_lv_list *\n"
13099 " guestfs_lvs_full (guestfs_h *g);\n"
13100 "\n"
13101 msgstr ""
13102
13103 #. type: textblock
13104 #: ../src/guestfs-actions.pod:4140 ../fish/guestfish-actions.pod:2837
13105 msgid ""
13106 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13107 "(8)> command.  The \"full\" version includes all fields."
13108 msgstr ""
13109
13110 #. type: textblock
13111 #: ../src/guestfs-actions.pod:4143
13112 msgid ""
13113 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
13114 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
13115 msgstr ""
13116
13117 #. type: =head2
13118 #: ../src/guestfs-actions.pod:4149
13119 msgid "guestfs_lvuuid"
13120 msgstr ""
13121
13122 #. type: verbatim
13123 #: ../src/guestfs-actions.pod:4151
13124 #, no-wrap
13125 msgid ""
13126 " char *\n"
13127 " guestfs_lvuuid (guestfs_h *g,\n"
13128 "                 const char *device);\n"
13129 "\n"
13130 msgstr ""
13131
13132 #. type: textblock
13133 #: ../src/guestfs-actions.pod:4155 ../fish/guestfish-actions.pod:2844
13134 msgid "This command returns the UUID of the LVM LV C<device>."
13135 msgstr ""
13136
13137 #. type: =head2
13138 #: ../src/guestfs-actions.pod:4162
13139 msgid "guestfs_lxattrlist"
13140 msgstr ""
13141
13142 #. type: verbatim
13143 #: ../src/guestfs-actions.pod:4164
13144 #, no-wrap
13145 msgid ""
13146 " struct guestfs_xattr_list *\n"
13147 " guestfs_lxattrlist (guestfs_h *g,\n"
13148 "                     const char *path,\n"
13149 "                     char *const *names);\n"
13150 "\n"
13151 msgstr ""
13152
13153 #. type: textblock
13154 #: ../src/guestfs-actions.pod:4169 ../fish/guestfish-actions.pod:2850
13155 msgid ""
13156 "This call allows you to get the extended attributes of multiple files, where "
13157 "all files are in the directory C<path>.  C<names> is the list of files from "
13158 "this directory."
13159 msgstr ""
13160
13161 #. type: textblock
13162 #: ../src/guestfs-actions.pod:4173 ../fish/guestfish-actions.pod:2854
13163 msgid ""
13164 "On return you get a flat list of xattr structs which must be interpreted "
13165 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
13166 "C<attrval> in this struct is zero-length to indicate there was an error "
13167 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
13168 "number (the number of following attributes for this file, which could be C<"
13169 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
13170 "for the first named file.  This repeats for the second and subsequent files."
13171 msgstr ""
13172
13173 #. type: textblock
13174 #: ../src/guestfs-actions.pod:4183
13175 msgid ""
13176 "This call is intended for programs that want to efficiently list a directory "
13177 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
13178 "a similarly efficient call for getting standard stats.  Very long directory "
13179 "listings might cause the protocol message size to be exceeded, causing this "
13180 "call to fail.  The caller must split up such requests into smaller groups of "
13181 "names."
13182 msgstr ""
13183
13184 #. type: =head2
13185 #: ../src/guestfs-actions.pod:4197
13186 msgid "guestfs_mkdir"
13187 msgstr ""
13188
13189 #. type: verbatim
13190 #: ../src/guestfs-actions.pod:4199
13191 #, no-wrap
13192 msgid ""
13193 " int\n"
13194 " guestfs_mkdir (guestfs_h *g,\n"
13195 "                const char *path);\n"
13196 "\n"
13197 msgstr ""
13198
13199 #. type: textblock
13200 #: ../src/guestfs-actions.pod:4203 ../fish/guestfish-actions.pod:2876
13201 msgid "Create a directory named C<path>."
13202 msgstr ""
13203
13204 #. type: =head2
13205 #: ../src/guestfs-actions.pod:4209
13206 msgid "guestfs_mkdir_mode"
13207 msgstr ""
13208
13209 #. type: verbatim
13210 #: ../src/guestfs-actions.pod:4211
13211 #, no-wrap
13212 msgid ""
13213 " int\n"
13214 " guestfs_mkdir_mode (guestfs_h *g,\n"
13215 "                     const char *path,\n"
13216 "                     int mode);\n"
13217 "\n"
13218 msgstr ""
13219
13220 #. type: textblock
13221 #: ../src/guestfs-actions.pod:4216 ../fish/guestfish-actions.pod:2882
13222 msgid ""
13223 "This command creates a directory, setting the initial permissions of the "
13224 "directory to C<mode>."
13225 msgstr ""
13226
13227 #. type: textblock
13228 #: ../src/guestfs-actions.pod:4219 ../fish/guestfish-actions.pod:2885
13229 msgid ""
13230 "For common Linux filesystems, the actual mode which is set will be C<mode & "
13231 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
13232 "other ways."
13233 msgstr ""
13234
13235 #. type: textblock
13236 #: ../src/guestfs-actions.pod:4223
13237 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
13238 msgstr ""
13239
13240 #. type: =head2
13241 #: ../src/guestfs-actions.pod:4229
13242 msgid "guestfs_mkdir_p"
13243 msgstr ""
13244
13245 #. type: verbatim
13246 #: ../src/guestfs-actions.pod:4231
13247 #, no-wrap
13248 msgid ""
13249 " int\n"
13250 " guestfs_mkdir_p (guestfs_h *g,\n"
13251 "                  const char *path);\n"
13252 "\n"
13253 msgstr ""
13254
13255 #. type: textblock
13256 #: ../src/guestfs-actions.pod:4235 ../fish/guestfish-actions.pod:2895
13257 msgid ""
13258 "Create a directory named C<path>, creating any parent directories as "
13259 "necessary.  This is like the C<mkdir -p> shell command."
13260 msgstr ""
13261
13262 #. type: =head2
13263 #: ../src/guestfs-actions.pod:4242
13264 msgid "guestfs_mkdtemp"
13265 msgstr ""
13266
13267 #. type: verbatim
13268 #: ../src/guestfs-actions.pod:4244
13269 #, no-wrap
13270 msgid ""
13271 " char *\n"
13272 " guestfs_mkdtemp (guestfs_h *g,\n"
13273 "                  const char *template);\n"
13274 "\n"
13275 msgstr ""
13276
13277 #. type: textblock
13278 #: ../src/guestfs-actions.pod:4248 ../fish/guestfish-actions.pod:2902
13279 msgid ""
13280 "This command creates a temporary directory.  The C<template> parameter "
13281 "should be a full pathname for the temporary directory name with the final "
13282 "six characters being \"XXXXXX\"."
13283 msgstr ""
13284
13285 #. type: textblock
13286 #: ../src/guestfs-actions.pod:4253 ../fish/guestfish-actions.pod:2907
13287 msgid ""
13288 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
13289 "being suitable for Windows filesystems."
13290 msgstr ""
13291
13292 #. type: textblock
13293 #: ../src/guestfs-actions.pod:4256 ../fish/guestfish-actions.pod:2910
13294 msgid "The name of the temporary directory that was created is returned."
13295 msgstr ""
13296
13297 #. type: textblock
13298 #: ../src/guestfs-actions.pod:4259 ../fish/guestfish-actions.pod:2913
13299 msgid "The temporary directory is created with mode 0700 and is owned by root."
13300 msgstr ""
13301
13302 #. type: textblock
13303 #: ../src/guestfs-actions.pod:4262 ../fish/guestfish-actions.pod:2916
13304 msgid ""
13305 "The caller is responsible for deleting the temporary directory and its "
13306 "contents after use."
13307 msgstr ""
13308
13309 #. type: textblock
13310 #: ../src/guestfs-actions.pod:4265 ../fish/guestfish-actions.pod:2919
13311 msgid "See also: L<mkdtemp(3)>"
13312 msgstr ""
13313
13314 #. type: =head2
13315 #: ../src/guestfs-actions.pod:4272
13316 msgid "guestfs_mke2fs_J"
13317 msgstr ""
13318
13319 #. type: verbatim
13320 #: ../src/guestfs-actions.pod:4274
13321 #, no-wrap
13322 msgid ""
13323 " int\n"
13324 " guestfs_mke2fs_J (guestfs_h *g,\n"
13325 "                   const char *fstype,\n"
13326 "                   int blocksize,\n"
13327 "                   const char *device,\n"
13328 "                   const char *journal);\n"
13329 "\n"
13330 msgstr ""
13331
13332 #. type: textblock
13333 #: ../src/guestfs-actions.pod:4281 ../fish/guestfish-actions.pod:2925
13334 msgid ""
13335 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13336 "C<journal>.  It is equivalent to the command:"
13337 msgstr ""
13338
13339 #. type: verbatim
13340 #: ../src/guestfs-actions.pod:4285 ../fish/guestfish-actions.pod:2929
13341 #, no-wrap
13342 msgid ""
13343 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
13344 "\n"
13345 msgstr ""
13346
13347 #. type: textblock
13348 #: ../src/guestfs-actions.pod:4287
13349 msgid "See also C<guestfs_mke2journal>."
13350 msgstr ""
13351
13352 #. type: textblock
13353 #: ../src/guestfs-actions.pod:4291 ../src/guestfs-actions.pod:4309
13354 #: ../src/guestfs-actions.pod:4327 ../src/guestfs-actions.pod:4343
13355 #: ../src/guestfs-actions.pod:4357 ../src/guestfs-actions.pod:4371
13356 #: ../src/guestfs-actions.pod:4430 ../src/guestfs-actions.pod:4695
13357 msgid "(Added in 1.0.68)"
13358 msgstr ""
13359
13360 #. type: =head2
13361 #: ../src/guestfs-actions.pod:4293
13362 msgid "guestfs_mke2fs_JL"
13363 msgstr ""
13364
13365 #. type: verbatim
13366 #: ../src/guestfs-actions.pod:4295
13367 #, no-wrap
13368 msgid ""
13369 " int\n"
13370 " guestfs_mke2fs_JL (guestfs_h *g,\n"
13371 "                    const char *fstype,\n"
13372 "                    int blocksize,\n"
13373 "                    const char *device,\n"
13374 "                    const char *label);\n"
13375 "\n"
13376 msgstr ""
13377
13378 #. type: textblock
13379 #: ../src/guestfs-actions.pod:4302 ../fish/guestfish-actions.pod:2937
13380 msgid ""
13381 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13382 "the journal labeled C<label>."
13383 msgstr ""
13384
13385 #. type: textblock
13386 #: ../src/guestfs-actions.pod:4305
13387 msgid "See also C<guestfs_mke2journal_L>."
13388 msgstr ""
13389
13390 #. type: =head2
13391 #: ../src/guestfs-actions.pod:4311
13392 msgid "guestfs_mke2fs_JU"
13393 msgstr ""
13394
13395 #. type: verbatim
13396 #: ../src/guestfs-actions.pod:4313
13397 #, no-wrap
13398 msgid ""
13399 " int\n"
13400 " guestfs_mke2fs_JU (guestfs_h *g,\n"
13401 "                    const char *fstype,\n"
13402 "                    int blocksize,\n"
13403 "                    const char *device,\n"
13404 "                    const char *uuid);\n"
13405 "\n"
13406 msgstr ""
13407
13408 #. type: textblock
13409 #: ../src/guestfs-actions.pod:4320 ../fish/guestfish-actions.pod:2946
13410 msgid ""
13411 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13412 "the journal with UUID C<uuid>."
13413 msgstr ""
13414
13415 #. type: textblock
13416 #: ../src/guestfs-actions.pod:4323
13417 msgid "See also C<guestfs_mke2journal_U>."
13418 msgstr ""
13419
13420 #. type: =head2
13421 #: ../src/guestfs-actions.pod:4329
13422 msgid "guestfs_mke2journal"
13423 msgstr ""
13424
13425 #. type: verbatim
13426 #: ../src/guestfs-actions.pod:4331
13427 #, no-wrap
13428 msgid ""
13429 " int\n"
13430 " guestfs_mke2journal (guestfs_h *g,\n"
13431 "                      int blocksize,\n"
13432 "                      const char *device);\n"
13433 "\n"
13434 msgstr ""
13435
13436 #. type: textblock
13437 #: ../src/guestfs-actions.pod:4336 ../fish/guestfish-actions.pod:2955
13438 msgid ""
13439 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
13440 "command:"
13441 msgstr ""
13442
13443 #. type: verbatim
13444 #: ../src/guestfs-actions.pod:4339 ../fish/guestfish-actions.pod:2958
13445 #, no-wrap
13446 msgid ""
13447 " mke2fs -O journal_dev -b blocksize device\n"
13448 "\n"
13449 msgstr ""
13450
13451 #. type: =head2
13452 #: ../src/guestfs-actions.pod:4345
13453 msgid "guestfs_mke2journal_L"
13454 msgstr ""
13455
13456 #. type: verbatim
13457 #: ../src/guestfs-actions.pod:4347
13458 #, no-wrap
13459 msgid ""
13460 " int\n"
13461 " guestfs_mke2journal_L (guestfs_h *g,\n"
13462 "                        int blocksize,\n"
13463 "                        const char *label,\n"
13464 "                        const char *device);\n"
13465 "\n"
13466 msgstr ""
13467
13468 #. type: textblock
13469 #: ../src/guestfs-actions.pod:4353 ../fish/guestfish-actions.pod:2964
13470 msgid "This creates an ext2 external journal on C<device> with label C<label>."
13471 msgstr ""
13472
13473 #. type: =head2
13474 #: ../src/guestfs-actions.pod:4359
13475 msgid "guestfs_mke2journal_U"
13476 msgstr ""
13477
13478 #. type: verbatim
13479 #: ../src/guestfs-actions.pod:4361
13480 #, no-wrap
13481 msgid ""
13482 " int\n"
13483 " guestfs_mke2journal_U (guestfs_h *g,\n"
13484 "                        int blocksize,\n"
13485 "                        const char *uuid,\n"
13486 "                        const char *device);\n"
13487 "\n"
13488 msgstr ""
13489
13490 #. type: textblock
13491 #: ../src/guestfs-actions.pod:4367 ../fish/guestfish-actions.pod:2970
13492 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
13493 msgstr ""
13494
13495 #. type: =head2
13496 #: ../src/guestfs-actions.pod:4373
13497 msgid "guestfs_mkfifo"
13498 msgstr ""
13499
13500 #. type: verbatim
13501 #: ../src/guestfs-actions.pod:4375
13502 #, no-wrap
13503 msgid ""
13504 " int\n"
13505 " guestfs_mkfifo (guestfs_h *g,\n"
13506 "                 int mode,\n"
13507 "                 const char *path);\n"
13508 "\n"
13509 msgstr ""
13510
13511 #. type: textblock
13512 #: ../src/guestfs-actions.pod:4380
13513 msgid ""
13514 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
13515 "is just a convenient wrapper around C<guestfs_mknod>."
13516 msgstr ""
13517
13518 #. type: =head2
13519 #: ../src/guestfs-actions.pod:4390
13520 msgid "guestfs_mkfs"
13521 msgstr ""
13522
13523 #. type: verbatim
13524 #: ../src/guestfs-actions.pod:4392
13525 #, no-wrap
13526 msgid ""
13527 " int\n"
13528 " guestfs_mkfs (guestfs_h *g,\n"
13529 "               const char *fstype,\n"
13530 "               const char *device);\n"
13531 "\n"
13532 msgstr ""
13533
13534 #. type: textblock
13535 #: ../src/guestfs-actions.pod:4397 ../fish/guestfish-actions.pod:2986
13536 msgid ""
13537 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13538 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13539 msgstr ""
13540
13541 #. type: =head2
13542 #: ../src/guestfs-actions.pod:4405
13543 msgid "guestfs_mkfs_b"
13544 msgstr ""
13545
13546 #. type: verbatim
13547 #: ../src/guestfs-actions.pod:4407
13548 #, no-wrap
13549 msgid ""
13550 " int\n"
13551 " guestfs_mkfs_b (guestfs_h *g,\n"
13552 "                 const char *fstype,\n"
13553 "                 int blocksize,\n"
13554 "                 const char *device);\n"
13555 "\n"
13556 msgstr ""
13557
13558 #. type: textblock
13559 #: ../src/guestfs-actions.pod:4413
13560 msgid ""
13561 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13562 "block size of the resulting filesystem.  Supported block sizes depend on the "
13563 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13564 msgstr ""
13565
13566 #. type: textblock
13567 #: ../src/guestfs-actions.pod:4418 ../src/guestfs-actions.pod:4461
13568 #: ../fish/guestfish-actions.pod:2999 ../fish/guestfish-actions.pod:3026
13569 msgid ""
13570 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13571 "cluster size."
13572 msgstr ""
13573
13574 #. type: textblock
13575 #: ../src/guestfs-actions.pod:4423
13576 msgid ""
13577 "This function is deprecated.  In new code, use the L</guestfs_mkfs_opts> "
13578 "call instead."
13579 msgstr ""
13580
13581 #. type: =head2
13582 #: ../src/guestfs-actions.pod:4432
13583 msgid "guestfs_mkfs_opts"
13584 msgstr ""
13585
13586 #. type: verbatim
13587 #: ../src/guestfs-actions.pod:4434
13588 #, no-wrap
13589 msgid ""
13590 " int\n"
13591 " guestfs_mkfs_opts (guestfs_h *g,\n"
13592 "                    const char *fstype,\n"
13593 "                    const char *device,\n"
13594 "                    ...);\n"
13595 "\n"
13596 msgstr ""
13597
13598 #. type: verbatim
13599 #: ../src/guestfs-actions.pod:4445
13600 #, no-wrap
13601 msgid ""
13602 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13603 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
13604 "\n"
13605 msgstr ""
13606
13607 #. type: textblock
13608 #: ../src/guestfs-actions.pod:4448 ../fish/guestfish-actions.pod:3013
13609 msgid ""
13610 "This function creates a filesystem on C<device>.  The filesystem type is "
13611 "C<fstype>, for example C<ext3>."
13612 msgstr ""
13613
13614 #. type: =item
13615 #: ../src/guestfs-actions.pod:4455 ../fish/guestfish-actions.pod:3020
13616 msgid "C<blocksize>"
13617 msgstr ""
13618
13619 #. type: textblock
13620 #: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:3022
13621 msgid ""
13622 "The filesystem block size.  Supported block sizes depend on the filesystem "
13623 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13624 "filesystems."
13625 msgstr ""
13626
13627 #. type: textblock
13628 #: ../src/guestfs-actions.pod:4464 ../fish/guestfish-actions.pod:3029
13629 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13630 msgstr ""
13631
13632 #. type: =item
13633 #: ../src/guestfs-actions.pod:4466 ../fish/guestfish-actions.pod:3031
13634 msgid "C<features>"
13635 msgstr ""
13636
13637 #. type: textblock
13638 #: ../src/guestfs-actions.pod:4468 ../fish/guestfish-actions.pod:3033
13639 msgid "This passes the I<-O> parameter to the external mkfs program."
13640 msgstr ""
13641
13642 #. type: textblock
13643 #: ../src/guestfs-actions.pod:4470 ../fish/guestfish-actions.pod:3035
13644 msgid ""
13645 "For certain filesystem types, this allows extra filesystem features to be "
13646 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
13647 msgstr ""
13648
13649 #. type: textblock
13650 #: ../src/guestfs-actions.pod:4474 ../fish/guestfish-actions.pod:3039
13651 msgid ""
13652 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
13653 "type."
13654 msgstr ""
13655
13656 #. type: textblock
13657 #: ../src/guestfs-actions.pod:4481
13658 msgid "(Added in 1.7.19)"
13659 msgstr ""
13660
13661 #. type: =head2
13662 #: ../src/guestfs-actions.pod:4483
13663 msgid "guestfs_mkfs_opts_va"
13664 msgstr ""
13665
13666 #. type: verbatim
13667 #: ../src/guestfs-actions.pod:4485
13668 #, no-wrap
13669 msgid ""
13670 " int\n"
13671 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
13672 "                       const char *fstype,\n"
13673 "                       const char *device,\n"
13674 "                       va_list args);\n"
13675 "\n"
13676 msgstr ""
13677
13678 #. type: textblock
13679 #: ../src/guestfs-actions.pod:4491
13680 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
13681 msgstr ""
13682
13683 #. type: =head2
13684 #: ../src/guestfs-actions.pod:4495
13685 msgid "guestfs_mkfs_opts_argv"
13686 msgstr ""
13687
13688 #. type: verbatim
13689 #: ../src/guestfs-actions.pod:4497
13690 #, no-wrap
13691 msgid ""
13692 " int\n"
13693 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
13694 "                         const char *fstype,\n"
13695 "                         const char *device,\n"
13696 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
13697 "\n"
13698 msgstr ""
13699
13700 #. type: textblock
13701 #: ../src/guestfs-actions.pod:4503
13702 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
13703 msgstr ""
13704
13705 #. type: =head2
13706 #: ../src/guestfs-actions.pod:4507
13707 msgid "guestfs_mkmountpoint"
13708 msgstr ""
13709
13710 #. type: verbatim
13711 #: ../src/guestfs-actions.pod:4509
13712 #, no-wrap
13713 msgid ""
13714 " int\n"
13715 " guestfs_mkmountpoint (guestfs_h *g,\n"
13716 "                       const char *exemptpath);\n"
13717 "\n"
13718 msgstr ""
13719
13720 #. type: textblock
13721 #: ../src/guestfs-actions.pod:4513
13722 msgid ""
13723 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
13724 "that can be used to create extra mountpoints before mounting the first "
13725 "filesystem."
13726 msgstr ""
13727
13728 #. type: textblock
13729 #: ../src/guestfs-actions.pod:4517 ../fish/guestfish-actions.pod:3054
13730 msgid ""
13731 "These calls are I<only> necessary in some very limited circumstances, mainly "
13732 "the case where you want to mount a mix of unrelated and/or read-only "
13733 "filesystems together."
13734 msgstr ""
13735
13736 #. type: textblock
13737 #: ../src/guestfs-actions.pod:4521 ../fish/guestfish-actions.pod:3058
13738 msgid ""
13739 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
13740 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
13741 "inside that.  You can unpack this as follows in guestfish:"
13742 msgstr ""
13743
13744 #. type: verbatim
13745 #: ../src/guestfs-actions.pod:4526 ../fish/guestfish-actions.pod:3063
13746 #, no-wrap
13747 msgid ""
13748 " add-ro Fedora-11-i686-Live.iso\n"
13749 " run\n"
13750 " mkmountpoint /cd\n"
13751 " mkmountpoint /sqsh\n"
13752 " mkmountpoint /ext3fs\n"
13753 " mount /dev/sda /cd\n"
13754 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
13755 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
13756 "\n"
13757 msgstr ""
13758
13759 #. type: textblock
13760 #: ../src/guestfs-actions.pod:4535 ../fish/guestfish-actions.pod:3072
13761 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
13762 msgstr ""
13763
13764 #. type: textblock
13765 #: ../src/guestfs-actions.pod:4537
13766 msgid ""
13767 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
13768 "may get unexpected errors if you try to mix these calls.  It is safest to "
13769 "manually unmount filesystems and remove mountpoints after use."
13770 msgstr ""
13771
13772 #. type: textblock
13773 #: ../src/guestfs-actions.pod:4541
13774 msgid ""
13775 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
13776 "first, so for this to work for manual mountpoints, you must ensure that the "
13777 "innermost mountpoints have the longest pathnames, as in the example code "
13778 "above."
13779 msgstr ""
13780
13781 #. type: textblock
13782 #: ../src/guestfs-actions.pod:4546 ../fish/guestfish-actions.pod:3083
13783 msgid ""
13784 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
13785 msgstr ""
13786
13787 #. type: textblock
13788 #: ../src/guestfs-actions.pod:4548
13789 msgid ""
13790 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
13791 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
13792 "can also trigger these issues."
13793 msgstr ""
13794
13795 #. type: textblock
13796 #: ../src/guestfs-actions.pod:4554 ../src/guestfs-actions.pod:4820
13797 #: ../src/guestfs-actions.pod:5739
13798 msgid "(Added in 1.0.62)"
13799 msgstr ""
13800
13801 #. type: =head2
13802 #: ../src/guestfs-actions.pod:4556
13803 msgid "guestfs_mknod"
13804 msgstr ""
13805
13806 #. type: verbatim
13807 #: ../src/guestfs-actions.pod:4558
13808 #, no-wrap
13809 msgid ""
13810 " int\n"
13811 " guestfs_mknod (guestfs_h *g,\n"
13812 "                int mode,\n"
13813 "                int devmajor,\n"
13814 "                int devminor,\n"
13815 "                const char *path);\n"
13816 "\n"
13817 msgstr ""
13818
13819 #. type: textblock
13820 #: ../src/guestfs-actions.pod:4565 ../fish/guestfish-actions.pod:3093
13821 msgid ""
13822 "This call creates block or character special devices, or named pipes (FIFOs)."
13823 msgstr ""
13824
13825 #. type: textblock
13826 #: ../src/guestfs-actions.pod:4568 ../fish/guestfish-actions.pod:3096
13827 msgid ""
13828 "The C<mode> parameter should be the mode, using the standard constants.  "
13829 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
13830 "used when creating block and character special devices."
13831 msgstr ""
13832
13833 #. type: textblock
13834 #: ../src/guestfs-actions.pod:4573
13835 msgid ""
13836 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
13837 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
13838 "regular file).  These constants are available in the standard Linux header "
13839 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
13840 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
13841 "the appropriate constant for you."
13842 msgstr ""
13843
13844 #. type: =head2
13845 #: ../src/guestfs-actions.pod:4587
13846 msgid "guestfs_mknod_b"
13847 msgstr ""
13848
13849 #. type: verbatim
13850 #: ../src/guestfs-actions.pod:4589
13851 #, no-wrap
13852 msgid ""
13853 " int\n"
13854 " guestfs_mknod_b (guestfs_h *g,\n"
13855 "                  int mode,\n"
13856 "                  int devmajor,\n"
13857 "                  int devminor,\n"
13858 "                  const char *path);\n"
13859 "\n"
13860 msgstr ""
13861
13862 #. type: textblock
13863 #: ../src/guestfs-actions.pod:4596
13864 msgid ""
13865 "This call creates a block device node called C<path> with mode C<mode> and "
13866 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13867 "wrapper around C<guestfs_mknod>."
13868 msgstr ""
13869
13870 #. type: =head2
13871 #: ../src/guestfs-actions.pod:4606
13872 msgid "guestfs_mknod_c"
13873 msgstr ""
13874
13875 #. type: verbatim
13876 #: ../src/guestfs-actions.pod:4608
13877 #, no-wrap
13878 msgid ""
13879 " int\n"
13880 " guestfs_mknod_c (guestfs_h *g,\n"
13881 "                  int mode,\n"
13882 "                  int devmajor,\n"
13883 "                  int devminor,\n"
13884 "                  const char *path);\n"
13885 "\n"
13886 msgstr ""
13887
13888 #. type: textblock
13889 #: ../src/guestfs-actions.pod:4615
13890 msgid ""
13891 "This call creates a char device node called C<path> with mode C<mode> and "
13892 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13893 "wrapper around C<guestfs_mknod>."
13894 msgstr ""
13895
13896 #. type: =head2
13897 #: ../src/guestfs-actions.pod:4625
13898 msgid "guestfs_mkswap"
13899 msgstr ""
13900
13901 #. type: verbatim
13902 #: ../src/guestfs-actions.pod:4627
13903 #, no-wrap
13904 msgid ""
13905 " int\n"
13906 " guestfs_mkswap (guestfs_h *g,\n"
13907 "                 const char *device);\n"
13908 "\n"
13909 msgstr ""
13910
13911 #. type: textblock
13912 #: ../src/guestfs-actions.pod:4631 ../fish/guestfish-actions.pod:3135
13913 msgid "Create a swap partition on C<device>."
13914 msgstr ""
13915
13916 #. type: =head2
13917 #: ../src/guestfs-actions.pod:4637
13918 msgid "guestfs_mkswap_L"
13919 msgstr ""
13920
13921 #. type: verbatim
13922 #: ../src/guestfs-actions.pod:4639
13923 #, no-wrap
13924 msgid ""
13925 " int\n"
13926 " guestfs_mkswap_L (guestfs_h *g,\n"
13927 "                   const char *label,\n"
13928 "                   const char *device);\n"
13929 "\n"
13930 msgstr ""
13931
13932 #. type: textblock
13933 #: ../src/guestfs-actions.pod:4644 ../fish/guestfish-actions.pod:3141
13934 msgid "Create a swap partition on C<device> with label C<label>."
13935 msgstr ""
13936
13937 #. type: textblock
13938 #: ../src/guestfs-actions.pod:4646 ../fish/guestfish-actions.pod:3143
13939 msgid ""
13940 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
13941 "sda>), just to a partition.  This appears to be a limitation of the kernel "
13942 "or swap tools."
13943 msgstr ""
13944
13945 #. type: =head2
13946 #: ../src/guestfs-actions.pod:4654
13947 msgid "guestfs_mkswap_U"
13948 msgstr ""
13949
13950 #. type: verbatim
13951 #: ../src/guestfs-actions.pod:4656
13952 #, no-wrap
13953 msgid ""
13954 " int\n"
13955 " guestfs_mkswap_U (guestfs_h *g,\n"
13956 "                   const char *uuid,\n"
13957 "                   const char *device);\n"
13958 "\n"
13959 msgstr ""
13960
13961 #. type: textblock
13962 #: ../src/guestfs-actions.pod:4661 ../fish/guestfish-actions.pod:3151
13963 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13964 msgstr ""
13965
13966 #. type: =head2
13967 #: ../src/guestfs-actions.pod:4667
13968 msgid "guestfs_mkswap_file"
13969 msgstr ""
13970
13971 #. type: verbatim
13972 #: ../src/guestfs-actions.pod:4669
13973 #, no-wrap
13974 msgid ""
13975 " int\n"
13976 " guestfs_mkswap_file (guestfs_h *g,\n"
13977 "                      const char *path);\n"
13978 "\n"
13979 msgstr ""
13980
13981 #. type: textblock
13982 #: ../src/guestfs-actions.pod:4673 ../fish/guestfish-actions.pod:3157
13983 msgid "Create a swap file."
13984 msgstr ""
13985
13986 #. type: textblock
13987 #: ../src/guestfs-actions.pod:4675
13988 msgid ""
13989 "This command just writes a swap file signature to an existing file.  To "
13990 "create the file itself, use something like C<guestfs_fallocate>."
13991 msgstr ""
13992
13993 #. type: =head2
13994 #: ../src/guestfs-actions.pod:4682
13995 msgid "guestfs_modprobe"
13996 msgstr ""
13997
13998 #. type: verbatim
13999 #: ../src/guestfs-actions.pod:4684
14000 #, no-wrap
14001 msgid ""
14002 " int\n"
14003 " guestfs_modprobe (guestfs_h *g,\n"
14004 "                   const char *modulename);\n"
14005 "\n"
14006 msgstr ""
14007
14008 #. type: textblock
14009 #: ../src/guestfs-actions.pod:4688 ../fish/guestfish-actions.pod:3166
14010 msgid "This loads a kernel module in the appliance."
14011 msgstr ""
14012
14013 #. type: textblock
14014 #: ../src/guestfs-actions.pod:4690 ../fish/guestfish-actions.pod:3168
14015 msgid ""
14016 "The kernel module must have been whitelisted when libguestfs was built (see "
14017 "C<appliance/kmod.whitelist.in> in the source)."
14018 msgstr ""
14019
14020 #. type: =head2
14021 #: ../src/guestfs-actions.pod:4697
14022 msgid "guestfs_mount"
14023 msgstr ""
14024
14025 #. type: verbatim
14026 #: ../src/guestfs-actions.pod:4699
14027 #, no-wrap
14028 msgid ""
14029 " int\n"
14030 " guestfs_mount (guestfs_h *g,\n"
14031 "                const char *device,\n"
14032 "                const char *mountpoint);\n"
14033 "\n"
14034 msgstr ""
14035
14036 #. type: textblock
14037 #: ../src/guestfs-actions.pod:4704 ../fish/guestfish-actions.pod:3175
14038 msgid ""
14039 "Mount a guest disk at a position in the filesystem.  Block devices are named "
14040 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
14041 "those block devices contain partitions, they will have the usual names (eg. "
14042 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
14043 msgstr ""
14044
14045 #. type: textblock
14046 #: ../src/guestfs-actions.pod:4710 ../fish/guestfish-actions.pod:3181
14047 msgid ""
14048 "The rules are the same as for L<mount(2)>: A filesystem must first be "
14049 "mounted on C</> before others can be mounted.  Other filesystems can only be "
14050 "mounted on directories which already exist."
14051 msgstr ""
14052
14053 #. type: textblock
14054 #: ../src/guestfs-actions.pod:4715 ../fish/guestfish-actions.pod:3186
14055 msgid ""
14056 "The mounted filesystem is writable, if we have sufficient permissions on the "
14057 "underlying device."
14058 msgstr ""
14059
14060 #. type: textblock
14061 #: ../src/guestfs-actions.pod:4718
14062 msgid ""
14063 "B<Important note:> When you use this call, the filesystem options C<sync> "
14064 "and C<noatime> are set implicitly.  This was originally done because we "
14065 "thought it would improve reliability, but it turns out that I<-o sync> has a "
14066 "very large negative performance impact and negligible effect on "
14067 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
14068 "in any code that needs performance, and instead use C<guestfs_mount_options> "
14069 "(use an empty string for the first parameter if you don't want any options)."
14070 msgstr ""
14071
14072 #. type: textblock
14073 #: ../src/guestfs-actions.pod:4730
14074 msgid ""
14075 "This function is deprecated.  In new code, use the L</guestfs_mount_options> "
14076 "call instead."
14077 msgstr ""
14078
14079 #. type: =head2
14080 #: ../src/guestfs-actions.pod:4739
14081 msgid "guestfs_mount_loop"
14082 msgstr ""
14083
14084 #. type: verbatim
14085 #: ../src/guestfs-actions.pod:4741
14086 #, no-wrap
14087 msgid ""
14088 " int\n"
14089 " guestfs_mount_loop (guestfs_h *g,\n"
14090 "                     const char *file,\n"
14091 "                     const char *mountpoint);\n"
14092 "\n"
14093 msgstr ""
14094
14095 #. type: textblock
14096 #: ../src/guestfs-actions.pod:4746 ../fish/guestfish-actions.pod:3210
14097 msgid ""
14098 "This command lets you mount C<file> (a filesystem image in a file) on a "
14099 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
14100 "mountpoint>."
14101 msgstr ""
14102
14103 #. type: =head2
14104 #: ../src/guestfs-actions.pod:4754
14105 msgid "guestfs_mount_options"
14106 msgstr ""
14107
14108 #. type: verbatim
14109 #: ../src/guestfs-actions.pod:4756
14110 #, no-wrap
14111 msgid ""
14112 " int\n"
14113 " guestfs_mount_options (guestfs_h *g,\n"
14114 "                        const char *options,\n"
14115 "                        const char *device,\n"
14116 "                        const char *mountpoint);\n"
14117 "\n"
14118 msgstr ""
14119
14120 #. type: textblock
14121 #: ../src/guestfs-actions.pod:4762
14122 msgid ""
14123 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14124 "the mount options as for the L<mount(8)> I<-o> flag."
14125 msgstr ""
14126
14127 #. type: textblock
14128 #: ../src/guestfs-actions.pod:4766 ../fish/guestfish-actions.pod:3222
14129 msgid ""
14130 "If the C<options> parameter is an empty string, then no options are passed "
14131 "(all options default to whatever the filesystem uses)."
14132 msgstr ""
14133
14134 #. type: textblock
14135 #: ../src/guestfs-actions.pod:4772 ../src/guestfs-actions.pod:4786
14136 #: ../src/guestfs-actions.pod:4803
14137 msgid "(Added in 1.0.10)"
14138 msgstr ""
14139
14140 #. type: =head2
14141 #: ../src/guestfs-actions.pod:4774
14142 msgid "guestfs_mount_ro"
14143 msgstr ""
14144
14145 #. type: verbatim
14146 #: ../src/guestfs-actions.pod:4776
14147 #, no-wrap
14148 msgid ""
14149 " int\n"
14150 " guestfs_mount_ro (guestfs_h *g,\n"
14151 "                   const char *device,\n"
14152 "                   const char *mountpoint);\n"
14153 "\n"
14154 msgstr ""
14155
14156 #. type: textblock
14157 #: ../src/guestfs-actions.pod:4781
14158 msgid ""
14159 "This is the same as the C<guestfs_mount> command, but it mounts the "
14160 "filesystem with the read-only (I<-o ro>) flag."
14161 msgstr ""
14162
14163 #. type: =head2
14164 #: ../src/guestfs-actions.pod:4788
14165 msgid "guestfs_mount_vfs"
14166 msgstr ""
14167
14168 #. type: verbatim
14169 #: ../src/guestfs-actions.pod:4790
14170 #, no-wrap
14171 msgid ""
14172 " int\n"
14173 " guestfs_mount_vfs (guestfs_h *g,\n"
14174 "                    const char *options,\n"
14175 "                    const char *vfstype,\n"
14176 "                    const char *device,\n"
14177 "                    const char *mountpoint);\n"
14178 "\n"
14179 msgstr ""
14180
14181 #. type: textblock
14182 #: ../src/guestfs-actions.pod:4797
14183 msgid ""
14184 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14185 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
14186 "t> flags."
14187 msgstr ""
14188
14189 #. type: =head2
14190 #: ../src/guestfs-actions.pod:4805
14191 msgid "guestfs_mountpoints"
14192 msgstr ""
14193
14194 #. type: verbatim
14195 #: ../src/guestfs-actions.pod:4807
14196 #, no-wrap
14197 msgid ""
14198 " char **\n"
14199 " guestfs_mountpoints (guestfs_h *g);\n"
14200 "\n"
14201 msgstr ""
14202
14203 #. type: textblock
14204 #: ../src/guestfs-actions.pod:4810
14205 msgid ""
14206 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
14207 "devices.  This one returns a hash table (map) of device name to directory "
14208 "where the device is mounted."
14209 msgstr ""
14210
14211 #. type: =head2
14212 #: ../src/guestfs-actions.pod:4822
14213 msgid "guestfs_mounts"
14214 msgstr ""
14215
14216 #. type: verbatim
14217 #: ../src/guestfs-actions.pod:4824
14218 #, no-wrap
14219 msgid ""
14220 " char **\n"
14221 " guestfs_mounts (guestfs_h *g);\n"
14222 "\n"
14223 msgstr ""
14224
14225 #. type: textblock
14226 #: ../src/guestfs-actions.pod:4827 ../fish/guestfish-actions.pod:3253
14227 msgid ""
14228 "This returns the list of currently mounted filesystems.  It returns the list "
14229 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
14230 msgstr ""
14231
14232 #. type: textblock
14233 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3256
14234 msgid "Some internal mounts are not shown."
14235 msgstr ""
14236
14237 #. type: textblock
14238 #: ../src/guestfs-actions.pod:4832
14239 msgid "See also: C<guestfs_mountpoints>"
14240 msgstr ""
14241
14242 #. type: =head2
14243 #: ../src/guestfs-actions.pod:4840
14244 msgid "guestfs_mv"
14245 msgstr ""
14246
14247 #. type: verbatim
14248 #: ../src/guestfs-actions.pod:4842
14249 #, no-wrap
14250 msgid ""
14251 " int\n"
14252 " guestfs_mv (guestfs_h *g,\n"
14253 "             const char *src,\n"
14254 "             const char *dest);\n"
14255 "\n"
14256 msgstr ""
14257
14258 #. type: textblock
14259 #: ../src/guestfs-actions.pod:4847 ../fish/guestfish-actions.pod:3264
14260 msgid ""
14261 "This moves a file from C<src> to C<dest> where C<dest> is either a "
14262 "destination filename or destination directory."
14263 msgstr ""
14264
14265 #. type: =head2
14266 #: ../src/guestfs-actions.pod:4854
14267 msgid "guestfs_ntfs_3g_probe"
14268 msgstr ""
14269
14270 #. type: verbatim
14271 #: ../src/guestfs-actions.pod:4856
14272 #, no-wrap
14273 msgid ""
14274 " int\n"
14275 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
14276 "                        int rw,\n"
14277 "                        const char *device);\n"
14278 "\n"
14279 msgstr ""
14280
14281 #. type: textblock
14282 #: ../src/guestfs-actions.pod:4861 ../fish/guestfish-actions.pod:3271
14283 msgid ""
14284 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
14285 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
14286 "write, and some cannot be mounted at all)."
14287 msgstr ""
14288
14289 #. type: textblock
14290 #: ../src/guestfs-actions.pod:4865 ../fish/guestfish-actions.pod:3275
14291 msgid ""
14292 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
14293 "can be mounted read-write.  Set it to false if you want to test if the "
14294 "volume can be mounted read-only."
14295 msgstr ""
14296
14297 #. type: textblock
14298 #: ../src/guestfs-actions.pod:4869 ../fish/guestfish-actions.pod:3279
14299 msgid ""
14300 "The return value is an integer which C<0> if the operation would succeed, or "
14301 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
14302 msgstr ""
14303
14304 #. type: textblock
14305 #: ../src/guestfs-actions.pod:4875
14306 msgid "(Added in 1.0.43)"
14307 msgstr ""
14308
14309 #. type: =head2
14310 #: ../src/guestfs-actions.pod:4877
14311 msgid "guestfs_ntfsresize"
14312 msgstr ""
14313
14314 #. type: verbatim
14315 #: ../src/guestfs-actions.pod:4879
14316 #, no-wrap
14317 msgid ""
14318 " int\n"
14319 " guestfs_ntfsresize (guestfs_h *g,\n"
14320 "                     const char *device);\n"
14321 "\n"
14322 msgstr ""
14323
14324 #. type: textblock
14325 #: ../src/guestfs-actions.pod:4883 ../fish/guestfish-actions.pod:3287
14326 msgid ""
14327 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
14328 "size of the underlying device."
14329 msgstr ""
14330
14331 #. type: textblock
14332 #: ../src/guestfs-actions.pod:4886 ../fish/guestfish-actions.pod:3290
14333 msgid ""
14334 "I<Note:> After the resize operation, the filesystem is marked as requiring a "
14335 "consistency check (for safety).  You have to boot into Windows to perform "
14336 "this check and clear this condition.  Furthermore, ntfsresize refuses to "
14337 "resize filesystems which have been marked in this way.  So in effect it is "
14338 "not possible to call ntfsresize multiple times on a single filesystem "
14339 "without booting into Windows between each resize."
14340 msgstr ""
14341
14342 #. type: textblock
14343 #: ../src/guestfs-actions.pod:4894 ../fish/guestfish-actions.pod:3298
14344 msgid "See also L<ntfsresize(8)>."
14345 msgstr ""
14346
14347 #. type: =head2
14348 #: ../src/guestfs-actions.pod:4900
14349 msgid "guestfs_ntfsresize_size"
14350 msgstr ""
14351
14352 #. type: verbatim
14353 #: ../src/guestfs-actions.pod:4902
14354 #, no-wrap
14355 msgid ""
14356 " int\n"
14357 " guestfs_ntfsresize_size (guestfs_h *g,\n"
14358 "                          const char *device,\n"
14359 "                          int64_t size);\n"
14360 "\n"
14361 msgstr ""
14362
14363 #. type: textblock
14364 #: ../src/guestfs-actions.pod:4907
14365 msgid ""
14366 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
14367 "to specify the new size (in bytes) explicitly."
14368 msgstr ""
14369
14370 #. type: textblock
14371 #: ../src/guestfs-actions.pod:4912 ../src/guestfs-actions.pod:5348
14372 #: ../src/guestfs-actions.pod:5421 ../src/guestfs-actions.pod:5687
14373 #: ../src/guestfs-actions.pod:7293
14374 msgid "(Added in 1.3.14)"
14375 msgstr ""
14376
14377 #. type: =head2
14378 #: ../src/guestfs-actions.pod:4914
14379 msgid "guestfs_part_add"
14380 msgstr ""
14381
14382 #. type: verbatim
14383 #: ../src/guestfs-actions.pod:4916
14384 #, no-wrap
14385 msgid ""
14386 " int\n"
14387 " guestfs_part_add (guestfs_h *g,\n"
14388 "                   const char *device,\n"
14389 "                   const char *prlogex,\n"
14390 "                   int64_t startsect,\n"
14391 "                   int64_t endsect);\n"
14392 "\n"
14393 msgstr ""
14394
14395 #. type: textblock
14396 #: ../src/guestfs-actions.pod:4923
14397 msgid ""
14398 "This command adds a partition to C<device>.  If there is no partition table "
14399 "on the device, call C<guestfs_part_init> first."
14400 msgstr ""
14401
14402 #. type: textblock
14403 #: ../src/guestfs-actions.pod:4926 ../fish/guestfish-actions.pod:3314
14404 msgid ""
14405 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
14406 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
14407 "C<logical>) and C<e> (or C<extended>) partition types."
14408 msgstr ""
14409
14410 #. type: textblock
14411 #: ../src/guestfs-actions.pod:4931 ../fish/guestfish-actions.pod:3319
14412 msgid ""
14413 "C<startsect> and C<endsect> are the start and end of the partition in "
14414 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
14415 "from the end of the disk (C<-1> is the last sector)."
14416 msgstr ""
14417
14418 #. type: textblock
14419 #: ../src/guestfs-actions.pod:4935
14420 msgid ""
14421 "Creating a partition which covers the whole disk is not so easy.  Use "
14422 "C<guestfs_part_disk> to do that."
14423 msgstr ""
14424
14425 #. type: textblock
14426 #: ../src/guestfs-actions.pod:4940 ../src/guestfs-actions.pod:4978
14427 #: ../src/guestfs-actions.pod:5031 ../src/guestfs-actions.pod:5109
14428 #: ../src/guestfs-actions.pod:5147 ../src/guestfs-actions.pod:5166
14429 #: ../src/guestfs-actions.pod:5206
14430 msgid "(Added in 1.0.78)"
14431 msgstr ""
14432
14433 #. type: =head2
14434 #: ../src/guestfs-actions.pod:4942
14435 msgid "guestfs_part_del"
14436 msgstr ""
14437
14438 #. type: verbatim
14439 #: ../src/guestfs-actions.pod:4944
14440 #, no-wrap
14441 msgid ""
14442 " int\n"
14443 " guestfs_part_del (guestfs_h *g,\n"
14444 "                   const char *device,\n"
14445 "                   int partnum);\n"
14446 "\n"
14447 msgstr ""
14448
14449 #. type: textblock
14450 #: ../src/guestfs-actions.pod:4949 ../fish/guestfish-actions.pod:3330
14451 msgid "This command deletes the partition numbered C<partnum> on C<device>."
14452 msgstr ""
14453
14454 #. type: textblock
14455 #: ../src/guestfs-actions.pod:4951 ../fish/guestfish-actions.pod:3332
14456 msgid ""
14457 "Note that in the case of MBR partitioning, deleting an extended partition "
14458 "also deletes any logical partitions it contains."
14459 msgstr ""
14460
14461 #. type: =head2
14462 #: ../src/guestfs-actions.pod:4959
14463 msgid "guestfs_part_disk"
14464 msgstr ""
14465
14466 #. type: verbatim
14467 #: ../src/guestfs-actions.pod:4961
14468 #, no-wrap
14469 msgid ""
14470 " int\n"
14471 " guestfs_part_disk (guestfs_h *g,\n"
14472 "                    const char *device,\n"
14473 "                    const char *parttype);\n"
14474 "\n"
14475 msgstr ""
14476
14477 #. type: textblock
14478 #: ../src/guestfs-actions.pod:4966
14479 msgid ""
14480 "This command is simply a combination of C<guestfs_part_init> followed by "
14481 "C<guestfs_part_add> to create a single primary partition covering the whole "
14482 "disk."
14483 msgstr ""
14484
14485 #. type: textblock
14486 #: ../src/guestfs-actions.pod:4970
14487 msgid ""
14488 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
14489 "possible values are described in C<guestfs_part_init>."
14490 msgstr ""
14491
14492 #. type: =head2
14493 #: ../src/guestfs-actions.pod:4980
14494 msgid "guestfs_part_get_bootable"
14495 msgstr ""
14496
14497 #. type: verbatim
14498 #: ../src/guestfs-actions.pod:4982
14499 #, no-wrap
14500 msgid ""
14501 " int\n"
14502 " guestfs_part_get_bootable (guestfs_h *g,\n"
14503 "                            const char *device,\n"
14504 "                            int partnum);\n"
14505 "\n"
14506 msgstr ""
14507
14508 #. type: textblock
14509 #: ../src/guestfs-actions.pod:4987 ../fish/guestfish-actions.pod:3354
14510 msgid ""
14511 "This command returns true if the partition C<partnum> on C<device> has the "
14512 "bootable flag set."
14513 msgstr ""
14514
14515 #. type: textblock
14516 #: ../src/guestfs-actions.pod:4990
14517 msgid "See also C<guestfs_part_set_bootable>."
14518 msgstr ""
14519
14520 #. type: =head2
14521 #: ../src/guestfs-actions.pod:4996
14522 msgid "guestfs_part_get_mbr_id"
14523 msgstr ""
14524
14525 #. type: verbatim
14526 #: ../src/guestfs-actions.pod:4998
14527 #, no-wrap
14528 msgid ""
14529 " int\n"
14530 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
14531 "                          const char *device,\n"
14532 "                          int partnum);\n"
14533 "\n"
14534 msgstr ""
14535
14536 #. type: textblock
14537 #: ../src/guestfs-actions.pod:5003 ../fish/guestfish-actions.pod:3363
14538 msgid ""
14539 "Returns the MBR type byte (also known as the ID byte) from the numbered "
14540 "partition C<partnum>."
14541 msgstr ""
14542
14543 #. type: textblock
14544 #: ../src/guestfs-actions.pod:5006 ../src/guestfs-actions.pod:5182
14545 msgid ""
14546 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
14547 "undefined results for other partition table types (see "
14548 "C<guestfs_part_get_parttype>)."
14549 msgstr ""
14550
14551 #. type: =head2
14552 #: ../src/guestfs-actions.pod:5014
14553 msgid "guestfs_part_get_parttype"
14554 msgstr ""
14555
14556 #. type: verbatim
14557 #: ../src/guestfs-actions.pod:5016
14558 #, no-wrap
14559 msgid ""
14560 " char *\n"
14561 " guestfs_part_get_parttype (guestfs_h *g,\n"
14562 "                            const char *device);\n"
14563 "\n"
14564 msgstr ""
14565
14566 #. type: textblock
14567 #: ../src/guestfs-actions.pod:5020 ../fish/guestfish-actions.pod:3374
14568 msgid ""
14569 "This command examines the partition table on C<device> and returns the "
14570 "partition table type (format) being used."
14571 msgstr ""
14572
14573 #. type: textblock
14574 #: ../src/guestfs-actions.pod:5023
14575 msgid ""
14576 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
14577 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
14578 "possible, although unusual.  See C<guestfs_part_init> for a full list."
14579 msgstr ""
14580
14581 #. type: =head2
14582 #: ../src/guestfs-actions.pod:5033
14583 msgid "guestfs_part_init"
14584 msgstr ""
14585
14586 #. type: verbatim
14587 #: ../src/guestfs-actions.pod:5035
14588 #, no-wrap
14589 msgid ""
14590 " int\n"
14591 " guestfs_part_init (guestfs_h *g,\n"
14592 "                    const char *device,\n"
14593 "                    const char *parttype);\n"
14594 "\n"
14595 msgstr ""
14596
14597 #. type: textblock
14598 #: ../src/guestfs-actions.pod:5040 ../fish/guestfish-actions.pod:3386
14599 msgid ""
14600 "This creates an empty partition table on C<device> of one of the partition "
14601 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
14602 "(for large disks)."
14603 msgstr ""
14604
14605 #. type: textblock
14606 #: ../src/guestfs-actions.pod:5044
14607 msgid ""
14608 "Initially there are no partitions.  Following this, you should call "
14609 "C<guestfs_part_add> for each partition required."
14610 msgstr ""
14611
14612 #. type: textblock
14613 #: ../src/guestfs-actions.pod:5047 ../fish/guestfish-actions.pod:3393
14614 msgid "Possible values for C<parttype> are:"
14615 msgstr ""
14616
14617 #. type: =item
14618 #: ../src/guestfs-actions.pod:5051 ../fish/guestfish-actions.pod:3397
14619 msgid "B<efi> | B<gpt>"
14620 msgstr ""
14621
14622 #. type: textblock
14623 #: ../src/guestfs-actions.pod:5053 ../fish/guestfish-actions.pod:3399
14624 msgid "Intel EFI / GPT partition table."
14625 msgstr ""
14626
14627 #. type: textblock
14628 #: ../src/guestfs-actions.pod:5055 ../fish/guestfish-actions.pod:3401
14629 msgid ""
14630 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
14631 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
14632 "the C<mbr> format."
14633 msgstr ""
14634
14635 #. type: =item
14636 #: ../src/guestfs-actions.pod:5059 ../fish/guestfish-actions.pod:3405
14637 msgid "B<mbr> | B<msdos>"
14638 msgstr ""
14639
14640 #. type: textblock
14641 #: ../src/guestfs-actions.pod:5061 ../fish/guestfish-actions.pod:3407
14642 msgid ""
14643 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
14644 "Windows.  This partition type will B<only> work for device sizes up to 2 "
14645 "TB.  For large disks we recommend using C<gpt>."
14646 msgstr ""
14647
14648 #. type: textblock
14649 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3414
14650 msgid ""
14651 "Other partition table types that may work but are not supported include:"
14652 msgstr ""
14653
14654 #. type: =item
14655 #: ../src/guestfs-actions.pod:5073 ../fish/guestfish-actions.pod:3419
14656 msgid "B<aix>"
14657 msgstr ""
14658
14659 #. type: textblock
14660 #: ../src/guestfs-actions.pod:5075 ../fish/guestfish-actions.pod:3421
14661 msgid "AIX disk labels."
14662 msgstr ""
14663
14664 #. type: =item
14665 #: ../src/guestfs-actions.pod:5077 ../fish/guestfish-actions.pod:3423
14666 msgid "B<amiga> | B<rdb>"
14667 msgstr ""
14668
14669 #. type: textblock
14670 #: ../src/guestfs-actions.pod:5079 ../fish/guestfish-actions.pod:3425
14671 msgid "Amiga \"Rigid Disk Block\" format."
14672 msgstr ""
14673
14674 #. type: =item
14675 #: ../src/guestfs-actions.pod:5081 ../fish/guestfish-actions.pod:3427
14676 msgid "B<bsd>"
14677 msgstr ""
14678
14679 #. type: textblock
14680 #: ../src/guestfs-actions.pod:5083 ../fish/guestfish-actions.pod:3429
14681 msgid "BSD disk labels."
14682 msgstr ""
14683
14684 #. type: =item
14685 #: ../src/guestfs-actions.pod:5085 ../fish/guestfish-actions.pod:3431
14686 msgid "B<dasd>"
14687 msgstr ""
14688
14689 #. type: textblock
14690 #: ../src/guestfs-actions.pod:5087 ../fish/guestfish-actions.pod:3433
14691 msgid "DASD, used on IBM mainframes."
14692 msgstr ""
14693
14694 #. type: =item
14695 #: ../src/guestfs-actions.pod:5089 ../fish/guestfish-actions.pod:3435
14696 msgid "B<dvh>"
14697 msgstr ""
14698
14699 #. type: textblock
14700 #: ../src/guestfs-actions.pod:5091 ../fish/guestfish-actions.pod:3437
14701 msgid "MIPS/SGI volumes."
14702 msgstr ""
14703
14704 #. type: =item
14705 #: ../src/guestfs-actions.pod:5093 ../fish/guestfish-actions.pod:3439
14706 msgid "B<mac>"
14707 msgstr ""
14708
14709 #. type: textblock
14710 #: ../src/guestfs-actions.pod:5095 ../fish/guestfish-actions.pod:3441
14711 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
14712 msgstr ""
14713
14714 #. type: =item
14715 #: ../src/guestfs-actions.pod:5097 ../fish/guestfish-actions.pod:3443
14716 msgid "B<pc98>"
14717 msgstr ""
14718
14719 #. type: textblock
14720 #: ../src/guestfs-actions.pod:5099 ../fish/guestfish-actions.pod:3445
14721 msgid "NEC PC-98 format, common in Japan apparently."
14722 msgstr ""
14723
14724 #. type: =item
14725 #: ../src/guestfs-actions.pod:5101 ../fish/guestfish-actions.pod:3447
14726 msgid "B<sun>"
14727 msgstr ""
14728
14729 #. type: textblock
14730 #: ../src/guestfs-actions.pod:5103 ../fish/guestfish-actions.pod:3449
14731 msgid "Sun disk labels."
14732 msgstr ""
14733
14734 #. type: =head2
14735 #: ../src/guestfs-actions.pod:5111
14736 msgid "guestfs_part_list"
14737 msgstr ""
14738
14739 #. type: verbatim
14740 #: ../src/guestfs-actions.pod:5113
14741 #, no-wrap
14742 msgid ""
14743 " struct guestfs_partition_list *\n"
14744 " guestfs_part_list (guestfs_h *g,\n"
14745 "                    const char *device);\n"
14746 "\n"
14747 msgstr ""
14748
14749 #. type: textblock
14750 #: ../src/guestfs-actions.pod:5117 ../fish/guestfish-actions.pod:3457
14751 msgid ""
14752 "This command parses the partition table on C<device> and returns the list of "
14753 "partitions found."
14754 msgstr ""
14755
14756 #. type: textblock
14757 #: ../src/guestfs-actions.pod:5120 ../fish/guestfish-actions.pod:3460
14758 msgid "The fields in the returned structure are:"
14759 msgstr ""
14760
14761 #. type: =item
14762 #: ../src/guestfs-actions.pod:5124 ../fish/guestfish-actions.pod:3464
14763 msgid "B<part_num>"
14764 msgstr ""
14765
14766 #. type: textblock
14767 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3466
14768 msgid "Partition number, counting from 1."
14769 msgstr ""
14770
14771 #. type: =item
14772 #: ../src/guestfs-actions.pod:5128 ../fish/guestfish-actions.pod:3468
14773 msgid "B<part_start>"
14774 msgstr ""
14775
14776 #. type: textblock
14777 #: ../src/guestfs-actions.pod:5130
14778 msgid ""
14779 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
14780 "the device's sector size, see C<guestfs_blockdev_getss>."
14781 msgstr ""
14782
14783 #. type: =item
14784 #: ../src/guestfs-actions.pod:5133 ../fish/guestfish-actions.pod:3473
14785 msgid "B<part_end>"
14786 msgstr ""
14787
14788 #. type: textblock
14789 #: ../src/guestfs-actions.pod:5135 ../fish/guestfish-actions.pod:3475
14790 msgid "End of the partition in bytes."
14791 msgstr ""
14792
14793 #. type: =item
14794 #: ../src/guestfs-actions.pod:5137 ../fish/guestfish-actions.pod:3477
14795 msgid "B<part_size>"
14796 msgstr ""
14797
14798 #. type: textblock
14799 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3479
14800 msgid "Size of the partition in bytes."
14801 msgstr ""
14802
14803 #. type: textblock
14804 #: ../src/guestfs-actions.pod:5143
14805 msgid ""
14806 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
14807 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
14808 "use>."
14809 msgstr ""
14810
14811 #. type: =head2
14812 #: ../src/guestfs-actions.pod:5149
14813 msgid "guestfs_part_set_bootable"
14814 msgstr ""
14815
14816 #. type: verbatim
14817 #: ../src/guestfs-actions.pod:5151
14818 #, no-wrap
14819 msgid ""
14820 " int\n"
14821 " guestfs_part_set_bootable (guestfs_h *g,\n"
14822 "                            const char *device,\n"
14823 "                            int partnum,\n"
14824 "                            int bootable);\n"
14825 "\n"
14826 msgstr ""
14827
14828 #. type: textblock
14829 #: ../src/guestfs-actions.pod:5157 ../fish/guestfish-actions.pod:3487
14830 msgid ""
14831 "This sets the bootable flag on partition numbered C<partnum> on device "
14832 "C<device>.  Note that partitions are numbered from 1."
14833 msgstr ""
14834
14835 #. type: textblock
14836 #: ../src/guestfs-actions.pod:5160 ../fish/guestfish-actions.pod:3490
14837 msgid ""
14838 "The bootable flag is used by some operating systems (notably Windows) to "
14839 "determine which partition to boot from.  It is by no means universally "
14840 "recognized."
14841 msgstr ""
14842
14843 #. type: =head2
14844 #: ../src/guestfs-actions.pod:5168
14845 msgid "guestfs_part_set_mbr_id"
14846 msgstr ""
14847
14848 #. type: verbatim
14849 #: ../src/guestfs-actions.pod:5170
14850 #, no-wrap
14851 msgid ""
14852 " int\n"
14853 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
14854 "                          const char *device,\n"
14855 "                          int partnum,\n"
14856 "                          int idbyte);\n"
14857 "\n"
14858 msgstr ""
14859
14860 #. type: textblock
14861 #: ../src/guestfs-actions.pod:5176 ../fish/guestfish-actions.pod:3498
14862 msgid ""
14863 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
14864 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
14865 "documentation are in fact hexadecimal numbers, but usually documented "
14866 "without any leading \"0x\" which might be confusing."
14867 msgstr ""
14868
14869 #. type: =head2
14870 #: ../src/guestfs-actions.pod:5190
14871 msgid "guestfs_part_set_name"
14872 msgstr ""
14873
14874 #. type: verbatim
14875 #: ../src/guestfs-actions.pod:5192
14876 #, no-wrap
14877 msgid ""
14878 " int\n"
14879 " guestfs_part_set_name (guestfs_h *g,\n"
14880 "                        const char *device,\n"
14881 "                        int partnum,\n"
14882 "                        const char *name);\n"
14883 "\n"
14884 msgstr ""
14885
14886 #. type: textblock
14887 #: ../src/guestfs-actions.pod:5198 ../fish/guestfish-actions.pod:3512
14888 msgid ""
14889 "This sets the partition name on partition numbered C<partnum> on device "
14890 "C<device>.  Note that partitions are numbered from 1."
14891 msgstr ""
14892
14893 #. type: textblock
14894 #: ../src/guestfs-actions.pod:5201 ../fish/guestfish-actions.pod:3515
14895 msgid ""
14896 "The partition name can only be set on certain types of partition table.  "
14897 "This works on C<gpt> but not on C<mbr> partitions."
14898 msgstr ""
14899
14900 #. type: =head2
14901 #: ../src/guestfs-actions.pod:5208
14902 msgid "guestfs_part_to_dev"
14903 msgstr ""
14904
14905 #. type: verbatim
14906 #: ../src/guestfs-actions.pod:5210
14907 #, no-wrap
14908 msgid ""
14909 " char *\n"
14910 " guestfs_part_to_dev (guestfs_h *g,\n"
14911 "                      const char *partition);\n"
14912 "\n"
14913 msgstr ""
14914
14915 #. type: textblock
14916 #: ../src/guestfs-actions.pod:5214 ../fish/guestfish-actions.pod:3522
14917 msgid ""
14918 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
14919 "partition number, returning the device name (eg. \"/dev/sdb\")."
14920 msgstr ""
14921
14922 #. type: textblock
14923 #: ../src/guestfs-actions.pod:5218
14924 msgid ""
14925 "The named partition must exist, for example as a string returned from "
14926 "C<guestfs_list_partitions>."
14927 msgstr ""
14928
14929 #. type: =head2
14930 #: ../src/guestfs-actions.pod:5226
14931 msgid "guestfs_ping_daemon"
14932 msgstr ""
14933
14934 #. type: verbatim
14935 #: ../src/guestfs-actions.pod:5228
14936 #, no-wrap
14937 msgid ""
14938 " int\n"
14939 " guestfs_ping_daemon (guestfs_h *g);\n"
14940 "\n"
14941 msgstr ""
14942
14943 #. type: textblock
14944 #: ../src/guestfs-actions.pod:5231 ../fish/guestfish-actions.pod:3533
14945 msgid ""
14946 "This is a test probe into the guestfs daemon running inside the qemu "
14947 "subprocess.  Calling this function checks that the daemon responds to the "
14948 "ping message, without affecting the daemon or attached block device(s) in "
14949 "any other way."
14950 msgstr ""
14951
14952 #. type: =head2
14953 #: ../src/guestfs-actions.pod:5240
14954 msgid "guestfs_pread"
14955 msgstr ""
14956
14957 #. type: verbatim
14958 #: ../src/guestfs-actions.pod:5242
14959 #, no-wrap
14960 msgid ""
14961 " char *\n"
14962 " guestfs_pread (guestfs_h *g,\n"
14963 "                const char *path,\n"
14964 "                int count,\n"
14965 "                int64_t offset,\n"
14966 "                size_t *size_r);\n"
14967 "\n"
14968 msgstr ""
14969
14970 #. type: textblock
14971 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3542
14972 msgid ""
14973 "This command lets you read part of a file.  It reads C<count> bytes of the "
14974 "file, starting at C<offset>, from file C<path>."
14975 msgstr ""
14976
14977 #. type: textblock
14978 #: ../src/guestfs-actions.pod:5252 ../src/guestfs-actions.pod:5278
14979 #: ../fish/guestfish-actions.pod:3545 ../fish/guestfish-actions.pod:3560
14980 msgid ""
14981 "This may read fewer bytes than requested.  For further details see the "
14982 "L<pread(2)> system call."
14983 msgstr ""
14984
14985 #. type: textblock
14986 #: ../src/guestfs-actions.pod:5255
14987 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14988 msgstr ""
14989
14990 #. type: =head2
14991 #: ../src/guestfs-actions.pod:5266
14992 msgid "guestfs_pread_device"
14993 msgstr ""
14994
14995 #. type: verbatim
14996 #: ../src/guestfs-actions.pod:5268
14997 #, no-wrap
14998 msgid ""
14999 " char *\n"
15000 " guestfs_pread_device (guestfs_h *g,\n"
15001 "                       const char *device,\n"
15002 "                       int count,\n"
15003 "                       int64_t offset,\n"
15004 "                       size_t *size_r);\n"
15005 "\n"
15006 msgstr ""
15007
15008 #. type: textblock
15009 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3557
15010 msgid ""
15011 "This command lets you read part of a file.  It reads C<count> bytes of "
15012 "C<device>, starting at C<offset>."
15013 msgstr ""
15014
15015 #. type: textblock
15016 #: ../src/guestfs-actions.pod:5281
15017 msgid "See also C<guestfs_pread>."
15018 msgstr ""
15019
15020 #. type: textblock
15021 #: ../src/guestfs-actions.pod:5290
15022 msgid "(Added in 1.5.21)"
15023 msgstr ""
15024
15025 #. type: =head2
15026 #: ../src/guestfs-actions.pod:5292
15027 msgid "guestfs_pvcreate"
15028 msgstr ""
15029
15030 #. type: verbatim
15031 #: ../src/guestfs-actions.pod:5294
15032 #, no-wrap
15033 msgid ""
15034 " int\n"
15035 " guestfs_pvcreate (guestfs_h *g,\n"
15036 "                   const char *device);\n"
15037 "\n"
15038 msgstr ""
15039
15040 #. type: textblock
15041 #: ../src/guestfs-actions.pod:5298 ../fish/guestfish-actions.pod:3572
15042 msgid ""
15043 "This creates an LVM physical volume on the named C<device>, where C<device> "
15044 "should usually be a partition name such as C</dev/sda1>."
15045 msgstr ""
15046
15047 #. type: =head2
15048 #: ../src/guestfs-actions.pod:5306
15049 msgid "guestfs_pvremove"
15050 msgstr ""
15051
15052 #. type: verbatim
15053 #: ../src/guestfs-actions.pod:5308
15054 #, no-wrap
15055 msgid ""
15056 " int\n"
15057 " guestfs_pvremove (guestfs_h *g,\n"
15058 "                   const char *device);\n"
15059 "\n"
15060 msgstr ""
15061
15062 #. type: textblock
15063 #: ../src/guestfs-actions.pod:5312 ../fish/guestfish-actions.pod:3580
15064 msgid ""
15065 "This wipes a physical volume C<device> so that LVM will no longer recognise "
15066 "it."
15067 msgstr ""
15068
15069 #. type: textblock
15070 #: ../src/guestfs-actions.pod:5315 ../fish/guestfish-actions.pod:3583
15071 msgid ""
15072 "The implementation uses the C<pvremove> command which refuses to wipe "
15073 "physical volumes that contain any volume groups, so you have to remove those "
15074 "first."
15075 msgstr ""
15076
15077 #. type: =head2
15078 #: ../src/guestfs-actions.pod:5323
15079 msgid "guestfs_pvresize"
15080 msgstr ""
15081
15082 #. type: verbatim
15083 #: ../src/guestfs-actions.pod:5325
15084 #, no-wrap
15085 msgid ""
15086 " int\n"
15087 " guestfs_pvresize (guestfs_h *g,\n"
15088 "                   const char *device);\n"
15089 "\n"
15090 msgstr ""
15091
15092 #. type: textblock
15093 #: ../src/guestfs-actions.pod:5329 ../fish/guestfish-actions.pod:3591
15094 msgid ""
15095 "This resizes (expands or shrinks) an existing LVM physical volume to match "
15096 "the new size of the underlying device."
15097 msgstr ""
15098
15099 #. type: =head2
15100 #: ../src/guestfs-actions.pod:5336
15101 msgid "guestfs_pvresize_size"
15102 msgstr ""
15103
15104 #. type: verbatim
15105 #: ../src/guestfs-actions.pod:5338
15106 #, no-wrap
15107 msgid ""
15108 " int\n"
15109 " guestfs_pvresize_size (guestfs_h *g,\n"
15110 "                        const char *device,\n"
15111 "                        int64_t size);\n"
15112 "\n"
15113 msgstr ""
15114
15115 #. type: textblock
15116 #: ../src/guestfs-actions.pod:5343
15117 msgid ""
15118 "This command is the same as C<guestfs_pvresize> except that it allows you to "
15119 "specify the new size (in bytes) explicitly."
15120 msgstr ""
15121
15122 #. type: =head2
15123 #: ../src/guestfs-actions.pod:5350
15124 msgid "guestfs_pvs"
15125 msgstr ""
15126
15127 #. type: verbatim
15128 #: ../src/guestfs-actions.pod:5352
15129 #, no-wrap
15130 msgid ""
15131 " char **\n"
15132 " guestfs_pvs (guestfs_h *g);\n"
15133 "\n"
15134 msgstr ""
15135
15136 #. type: textblock
15137 #: ../src/guestfs-actions.pod:5355 ../fish/guestfish-actions.pod:3605
15138 msgid ""
15139 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15140 "(8)> command."
15141 msgstr ""
15142
15143 #. type: textblock
15144 #: ../src/guestfs-actions.pod:5358 ../fish/guestfish-actions.pod:3608
15145 msgid ""
15146 "This returns a list of just the device names that contain PVs (eg. C</dev/"
15147 "sda2>)."
15148 msgstr ""
15149
15150 #. type: textblock
15151 #: ../src/guestfs-actions.pod:5361
15152 msgid "See also C<guestfs_pvs_full>."
15153 msgstr ""
15154
15155 #. type: =head2
15156 #: ../src/guestfs-actions.pod:5369
15157 msgid "guestfs_pvs_full"
15158 msgstr ""
15159
15160 #. type: verbatim
15161 #: ../src/guestfs-actions.pod:5371
15162 #, no-wrap
15163 msgid ""
15164 " struct guestfs_lvm_pv_list *\n"
15165 " guestfs_pvs_full (guestfs_h *g);\n"
15166 "\n"
15167 msgstr ""
15168
15169 #. type: textblock
15170 #: ../src/guestfs-actions.pod:5374 ../fish/guestfish-actions.pod:3617
15171 msgid ""
15172 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15173 "(8)> command.  The \"full\" version includes all fields."
15174 msgstr ""
15175
15176 #. type: textblock
15177 #: ../src/guestfs-actions.pod:5377
15178 msgid ""
15179 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
15180 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
15181 msgstr ""
15182
15183 #. type: =head2
15184 #: ../src/guestfs-actions.pod:5383
15185 msgid "guestfs_pvuuid"
15186 msgstr ""
15187
15188 #. type: verbatim
15189 #: ../src/guestfs-actions.pod:5385
15190 #, no-wrap
15191 msgid ""
15192 " char *\n"
15193 " guestfs_pvuuid (guestfs_h *g,\n"
15194 "                 const char *device);\n"
15195 "\n"
15196 msgstr ""
15197
15198 #. type: textblock
15199 #: ../src/guestfs-actions.pod:5389 ../fish/guestfish-actions.pod:3624
15200 msgid "This command returns the UUID of the LVM PV C<device>."
15201 msgstr ""
15202
15203 #. type: =head2
15204 #: ../src/guestfs-actions.pod:5396
15205 msgid "guestfs_pwrite"
15206 msgstr ""
15207
15208 #. type: verbatim
15209 #: ../src/guestfs-actions.pod:5398
15210 #, no-wrap
15211 msgid ""
15212 " int\n"
15213 " guestfs_pwrite (guestfs_h *g,\n"
15214 "                 const char *path,\n"
15215 "                 const char *content,\n"
15216 "                 size_t content_size,\n"
15217 "                 int64_t offset);\n"
15218 "\n"
15219 msgstr ""
15220
15221 #. type: textblock
15222 #: ../src/guestfs-actions.pod:5405 ../fish/guestfish-actions.pod:3630
15223 msgid ""
15224 "This command writes to part of a file.  It writes the data buffer C<content> "
15225 "to the file C<path> starting at offset C<offset>."
15226 msgstr ""
15227
15228 #. type: textblock
15229 #: ../src/guestfs-actions.pod:5408 ../fish/guestfish-actions.pod:3633
15230 msgid ""
15231 "This command implements the L<pwrite(2)> system call, and like that system "
15232 "call it may not write the full data requested.  The return value is the "
15233 "number of bytes that were actually written to the file.  This could even be "
15234 "0, although short writes are unlikely for regular files in ordinary "
15235 "circumstances."
15236 msgstr ""
15237
15238 #. type: textblock
15239 #: ../src/guestfs-actions.pod:5414
15240 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
15241 msgstr ""
15242
15243 #. type: =head2
15244 #: ../src/guestfs-actions.pod:5423
15245 msgid "guestfs_pwrite_device"
15246 msgstr ""
15247
15248 #. type: verbatim
15249 #: ../src/guestfs-actions.pod:5425
15250 #, no-wrap
15251 msgid ""
15252 " int\n"
15253 " guestfs_pwrite_device (guestfs_h *g,\n"
15254 "                        const char *device,\n"
15255 "                        const char *content,\n"
15256 "                        size_t content_size,\n"
15257 "                        int64_t offset);\n"
15258 "\n"
15259 msgstr ""
15260
15261 #. type: textblock
15262 #: ../src/guestfs-actions.pod:5432 ../fish/guestfish-actions.pod:3648
15263 msgid ""
15264 "This command writes to part of a device.  It writes the data buffer "
15265 "C<content> to C<device> starting at offset C<offset>."
15266 msgstr ""
15267
15268 #. type: textblock
15269 #: ../src/guestfs-actions.pod:5435 ../fish/guestfish-actions.pod:3651
15270 msgid ""
15271 "This command implements the L<pwrite(2)> system call, and like that system "
15272 "call it may not write the full data requested (although short writes to disk "
15273 "devices and partitions are probably impossible with standard Linux kernels)."
15274 msgstr ""
15275
15276 #. type: textblock
15277 #: ../src/guestfs-actions.pod:5440
15278 msgid "See also C<guestfs_pwrite>."
15279 msgstr ""
15280
15281 #. type: textblock
15282 #: ../src/guestfs-actions.pod:5447
15283 msgid "(Added in 1.5.20)"
15284 msgstr ""
15285
15286 #. type: =head2
15287 #: ../src/guestfs-actions.pod:5449
15288 msgid "guestfs_read_file"
15289 msgstr ""
15290
15291 #. type: verbatim
15292 #: ../src/guestfs-actions.pod:5451
15293 #, no-wrap
15294 msgid ""
15295 " char *\n"
15296 " guestfs_read_file (guestfs_h *g,\n"
15297 "                    const char *path,\n"
15298 "                    size_t *size_r);\n"
15299 "\n"
15300 msgstr ""
15301
15302 #. type: textblock
15303 #: ../src/guestfs-actions.pod:5456 ../fish/guestfish-actions.pod:3665
15304 msgid "This calls returns the contents of the file C<path> as a buffer."
15305 msgstr ""
15306
15307 #. type: textblock
15308 #: ../src/guestfs-actions.pod:5459
15309 msgid ""
15310 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
15311 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
15312 "function is limited in the total size of file that can be handled."
15313 msgstr ""
15314
15315 #. type: textblock
15316 #: ../src/guestfs-actions.pod:5471
15317 msgid "(Added in 1.0.63)"
15318 msgstr ""
15319
15320 #. type: =head2
15321 #: ../src/guestfs-actions.pod:5473
15322 msgid "guestfs_read_lines"
15323 msgstr ""
15324
15325 #. type: verbatim
15326 #: ../src/guestfs-actions.pod:5475
15327 #, no-wrap
15328 msgid ""
15329 " char **\n"
15330 " guestfs_read_lines (guestfs_h *g,\n"
15331 "                     const char *path);\n"
15332 "\n"
15333 msgstr ""
15334
15335 #. type: textblock
15336 #: ../src/guestfs-actions.pod:5481 ../fish/guestfish-actions.pod:3682
15337 msgid ""
15338 "The file contents are returned as a list of lines.  Trailing C<LF> and "
15339 "C<CRLF> character sequences are I<not> returned."
15340 msgstr ""
15341
15342 #. type: textblock
15343 #: ../src/guestfs-actions.pod:5484
15344 msgid ""
15345 "Note that this function cannot correctly handle binary files (specifically, "
15346 "files containing C<\\0> character which is treated as end of line).  For "
15347 "those you need to use the C<guestfs_read_file> function which has a more "
15348 "complex interface."
15349 msgstr ""
15350
15351 #. type: =head2
15352 #: ../src/guestfs-actions.pod:5495
15353 msgid "guestfs_readdir"
15354 msgstr ""
15355
15356 #. type: verbatim
15357 #: ../src/guestfs-actions.pod:5497
15358 #, no-wrap
15359 msgid ""
15360 " struct guestfs_dirent_list *\n"
15361 " guestfs_readdir (guestfs_h *g,\n"
15362 "                  const char *dir);\n"
15363 "\n"
15364 msgstr ""
15365
15366 #. type: textblock
15367 #: ../src/guestfs-actions.pod:5501 ../fish/guestfish-actions.pod:3694
15368 msgid "This returns the list of directory entries in directory C<dir>."
15369 msgstr ""
15370
15371 #. type: textblock
15372 #: ../src/guestfs-actions.pod:5503 ../fish/guestfish-actions.pod:3696
15373 msgid ""
15374 "All entries in the directory are returned, including C<.> and C<..>.  The "
15375 "entries are I<not> sorted, but returned in the same order as the underlying "
15376 "filesystem."
15377 msgstr ""
15378
15379 #. type: textblock
15380 #: ../src/guestfs-actions.pod:5507 ../fish/guestfish-actions.pod:3700
15381 msgid ""
15382 "Also this call returns basic file type information about each file.  The "
15383 "C<ftyp> field will contain one of the following characters:"
15384 msgstr ""
15385
15386 #. type: =item
15387 #: ../src/guestfs-actions.pod:5512 ../fish/guestfish-actions.pod:3705
15388 msgid "'b'"
15389 msgstr ""
15390
15391 #. type: textblock
15392 #: ../src/guestfs-actions.pod:5514 ../fish/guestfish-actions.pod:3707
15393 msgid "Block special"
15394 msgstr ""
15395
15396 #. type: =item
15397 #: ../src/guestfs-actions.pod:5516 ../fish/guestfish-actions.pod:3709
15398 msgid "'c'"
15399 msgstr ""
15400
15401 #. type: textblock
15402 #: ../src/guestfs-actions.pod:5518 ../fish/guestfish-actions.pod:3711
15403 msgid "Char special"
15404 msgstr ""
15405
15406 #. type: =item
15407 #: ../src/guestfs-actions.pod:5520 ../fish/guestfish-actions.pod:3713
15408 msgid "'d'"
15409 msgstr ""
15410
15411 #. type: textblock
15412 #: ../src/guestfs-actions.pod:5522 ../fish/guestfish-actions.pod:3715
15413 msgid "Directory"
15414 msgstr ""
15415
15416 #. type: =item
15417 #: ../src/guestfs-actions.pod:5524 ../fish/guestfish-actions.pod:3717
15418 msgid "'f'"
15419 msgstr ""
15420
15421 #. type: textblock
15422 #: ../src/guestfs-actions.pod:5526 ../fish/guestfish-actions.pod:3719
15423 msgid "FIFO (named pipe)"
15424 msgstr ""
15425
15426 #. type: =item
15427 #: ../src/guestfs-actions.pod:5528 ../fish/guestfish-actions.pod:3721
15428 msgid "'l'"
15429 msgstr ""
15430
15431 #. type: textblock
15432 #: ../src/guestfs-actions.pod:5530 ../fish/guestfish-actions.pod:3723
15433 msgid "Symbolic link"
15434 msgstr ""
15435
15436 #. type: =item
15437 #: ../src/guestfs-actions.pod:5532 ../fish/guestfish-actions.pod:3725
15438 msgid "'r'"
15439 msgstr ""
15440
15441 #. type: textblock
15442 #: ../src/guestfs-actions.pod:5534 ../fish/guestfish-actions.pod:3727
15443 msgid "Regular file"
15444 msgstr ""
15445
15446 #. type: =item
15447 #: ../src/guestfs-actions.pod:5536 ../fish/guestfish-actions.pod:3729
15448 msgid "'s'"
15449 msgstr ""
15450
15451 #. type: textblock
15452 #: ../src/guestfs-actions.pod:5538 ../fish/guestfish-actions.pod:3731
15453 msgid "Socket"
15454 msgstr ""
15455
15456 #. type: =item
15457 #: ../src/guestfs-actions.pod:5540 ../fish/guestfish-actions.pod:3733
15458 msgid "'u'"
15459 msgstr ""
15460
15461 #. type: textblock
15462 #: ../src/guestfs-actions.pod:5542 ../fish/guestfish-actions.pod:3735
15463 msgid "Unknown file type"
15464 msgstr ""
15465
15466 #. type: =item
15467 #: ../src/guestfs-actions.pod:5544 ../fish/guestfish-actions.pod:3737
15468 msgid "'?'"
15469 msgstr ""
15470
15471 #. type: textblock
15472 #: ../src/guestfs-actions.pod:5546 ../fish/guestfish-actions.pod:3739
15473 msgid ""
15474 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
15475 msgstr ""
15476
15477 #. type: textblock
15478 #: ../src/guestfs-actions.pod:5551
15479 msgid ""
15480 "This function is primarily intended for use by programs.  To get a simple "
15481 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
15482 "consumption, use C<guestfs_ll>."
15483 msgstr ""
15484
15485 #. type: textblock
15486 #: ../src/guestfs-actions.pod:5555
15487 msgid ""
15488 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
15489 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
15490 msgstr ""
15491
15492 #. type: =head2
15493 #: ../src/guestfs-actions.pod:5561
15494 msgid "guestfs_readlink"
15495 msgstr ""
15496
15497 #. type: verbatim
15498 #: ../src/guestfs-actions.pod:5563
15499 #, no-wrap
15500 msgid ""
15501 " char *\n"
15502 " guestfs_readlink (guestfs_h *g,\n"
15503 "                   const char *path);\n"
15504 "\n"
15505 msgstr ""
15506
15507 #. type: textblock
15508 #: ../src/guestfs-actions.pod:5567 ../fish/guestfish-actions.pod:3752
15509 msgid "This command reads the target of a symbolic link."
15510 msgstr ""
15511
15512 #. type: =head2
15513 #: ../src/guestfs-actions.pod:5574
15514 msgid "guestfs_readlinklist"
15515 msgstr ""
15516
15517 #. type: verbatim
15518 #: ../src/guestfs-actions.pod:5576
15519 #, no-wrap
15520 msgid ""
15521 " char **\n"
15522 " guestfs_readlinklist (guestfs_h *g,\n"
15523 "                       const char *path,\n"
15524 "                       char *const *names);\n"
15525 "\n"
15526 msgstr ""
15527
15528 #. type: textblock
15529 #: ../src/guestfs-actions.pod:5581 ../fish/guestfish-actions.pod:3758
15530 msgid ""
15531 "This call allows you to do a C<readlink> operation on multiple files, where "
15532 "all files are in the directory C<path>.  C<names> is the list of files from "
15533 "this directory."
15534 msgstr ""
15535
15536 #. type: textblock
15537 #: ../src/guestfs-actions.pod:5585 ../fish/guestfish-actions.pod:3762
15538 msgid ""
15539 "On return you get a list of strings, with a one-to-one correspondence to the "
15540 "C<names> list.  Each string is the value of the symbolic link."
15541 msgstr ""
15542
15543 #. type: textblock
15544 #: ../src/guestfs-actions.pod:5589 ../fish/guestfish-actions.pod:3766
15545 msgid ""
15546 "If the C<readlink(2)> operation fails on any name, then the corresponding "
15547 "result string is the empty string C<\"\">.  However the whole operation is "
15548 "completed even if there were C<readlink(2)> errors, and so you can call this "
15549 "function with names where you don't know if they are symbolic links already "
15550 "(albeit slightly less efficient)."
15551 msgstr ""
15552
15553 #. type: textblock
15554 #: ../src/guestfs-actions.pod:5596 ../fish/guestfish-actions.pod:3773
15555 msgid ""
15556 "This call is intended for programs that want to efficiently list a directory "
15557 "contents without making many round-trips.  Very long directory listings "
15558 "might cause the protocol message size to be exceeded, causing this call to "
15559 "fail.  The caller must split up such requests into smaller groups of names."
15560 msgstr ""
15561
15562 #. type: =head2
15563 #: ../src/guestfs-actions.pod:5609
15564 msgid "guestfs_realpath"
15565 msgstr ""
15566
15567 #. type: verbatim
15568 #: ../src/guestfs-actions.pod:5611
15569 #, no-wrap
15570 msgid ""
15571 " char *\n"
15572 " guestfs_realpath (guestfs_h *g,\n"
15573 "                   const char *path);\n"
15574 "\n"
15575 msgstr ""
15576
15577 #. type: textblock
15578 #: ../src/guestfs-actions.pod:5615 ../fish/guestfish-actions.pod:3784
15579 msgid ""
15580 "Return the canonicalized absolute pathname of C<path>.  The returned path "
15581 "has no C<.>, C<..> or symbolic link path elements."
15582 msgstr ""
15583
15584 #. type: =head2
15585 #: ../src/guestfs-actions.pod:5623
15586 msgid "guestfs_removexattr"
15587 msgstr ""
15588
15589 #. type: verbatim
15590 #: ../src/guestfs-actions.pod:5625
15591 #, no-wrap
15592 msgid ""
15593 " int\n"
15594 " guestfs_removexattr (guestfs_h *g,\n"
15595 "                      const char *xattr,\n"
15596 "                      const char *path);\n"
15597 "\n"
15598 msgstr ""
15599
15600 #. type: textblock
15601 #: ../src/guestfs-actions.pod:5630 ../fish/guestfish-actions.pod:3791
15602 msgid ""
15603 "This call removes the extended attribute named C<xattr> of the file C<path>."
15604 msgstr ""
15605
15606 #. type: textblock
15607 #: ../src/guestfs-actions.pod:5633
15608 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
15609 msgstr ""
15610
15611 #. type: =head2
15612 #: ../src/guestfs-actions.pod:5639
15613 msgid "guestfs_resize2fs"
15614 msgstr ""
15615
15616 #. type: verbatim
15617 #: ../src/guestfs-actions.pod:5641
15618 #, no-wrap
15619 msgid ""
15620 " int\n"
15621 " guestfs_resize2fs (guestfs_h *g,\n"
15622 "                    const char *device);\n"
15623 "\n"
15624 msgstr ""
15625
15626 #. type: textblock
15627 #: ../src/guestfs-actions.pod:5645 ../fish/guestfish-actions.pod:3800
15628 msgid ""
15629 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
15630 "underlying device."
15631 msgstr ""
15632
15633 #. type: textblock
15634 #: ../src/guestfs-actions.pod:5648
15635 msgid ""
15636 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
15637 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
15638 "sometimes gives an error about this and sometimes not.  In any case, it is "
15639 "always safe to call C<guestfs_e2fsck_f> before calling this function."
15640 msgstr ""
15641
15642 #. type: =head2
15643 #: ../src/guestfs-actions.pod:5658
15644 msgid "guestfs_resize2fs_M"
15645 msgstr ""
15646
15647 #. type: verbatim
15648 #: ../src/guestfs-actions.pod:5660
15649 #, no-wrap
15650 msgid ""
15651 " int\n"
15652 " guestfs_resize2fs_M (guestfs_h *g,\n"
15653 "                      const char *device);\n"
15654 "\n"
15655 msgstr ""
15656
15657 #. type: textblock
15658 #: ../src/guestfs-actions.pod:5664
15659 msgid ""
15660 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
15661 "resized to its minimum size.  This works like the I<-M> option to the "
15662 "C<resize2fs> command."
15663 msgstr ""
15664
15665 #. type: textblock
15666 #: ../src/guestfs-actions.pod:5668
15667 msgid ""
15668 "To get the resulting size of the filesystem you should call "
15669 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
15670 "These two numbers, multiplied together, give the resulting size of the "
15671 "minimal filesystem in bytes."
15672 msgstr ""
15673
15674 #. type: =head2
15675 #: ../src/guestfs-actions.pod:5675
15676 msgid "guestfs_resize2fs_size"
15677 msgstr ""
15678
15679 #. type: verbatim
15680 #: ../src/guestfs-actions.pod:5677
15681 #, no-wrap
15682 msgid ""
15683 " int\n"
15684 " guestfs_resize2fs_size (guestfs_h *g,\n"
15685 "                         const char *device,\n"
15686 "                         int64_t size);\n"
15687 "\n"
15688 msgstr ""
15689
15690 #. type: textblock
15691 #: ../src/guestfs-actions.pod:5682
15692 msgid ""
15693 "This command is the same as C<guestfs_resize2fs> except that it allows you "
15694 "to specify the new size (in bytes) explicitly."
15695 msgstr ""
15696
15697 #. type: =head2
15698 #: ../src/guestfs-actions.pod:5689
15699 msgid "guestfs_rm"
15700 msgstr ""
15701
15702 #. type: verbatim
15703 #: ../src/guestfs-actions.pod:5691
15704 #, no-wrap
15705 msgid ""
15706 " int\n"
15707 " guestfs_rm (guestfs_h *g,\n"
15708 "             const char *path);\n"
15709 "\n"
15710 msgstr ""
15711
15712 #. type: textblock
15713 #: ../src/guestfs-actions.pod:5695 ../fish/guestfish-actions.pod:3833
15714 msgid "Remove the single file C<path>."
15715 msgstr ""
15716
15717 #. type: =head2
15718 #: ../src/guestfs-actions.pod:5701
15719 msgid "guestfs_rm_rf"
15720 msgstr ""
15721
15722 #. type: verbatim
15723 #: ../src/guestfs-actions.pod:5703
15724 #, no-wrap
15725 msgid ""
15726 " int\n"
15727 " guestfs_rm_rf (guestfs_h *g,\n"
15728 "                const char *path);\n"
15729 "\n"
15730 msgstr ""
15731
15732 #. type: textblock
15733 #: ../src/guestfs-actions.pod:5707 ../fish/guestfish-actions.pod:3839
15734 msgid ""
15735 "Remove the file or directory C<path>, recursively removing the contents if "
15736 "its a directory.  This is like the C<rm -rf> shell command."
15737 msgstr ""
15738
15739 #. type: =head2
15740 #: ../src/guestfs-actions.pod:5715
15741 msgid "guestfs_rmdir"
15742 msgstr ""
15743
15744 #. type: verbatim
15745 #: ../src/guestfs-actions.pod:5717
15746 #, no-wrap
15747 msgid ""
15748 " int\n"
15749 " guestfs_rmdir (guestfs_h *g,\n"
15750 "                const char *path);\n"
15751 "\n"
15752 msgstr ""
15753
15754 #. type: textblock
15755 #: ../src/guestfs-actions.pod:5721 ../fish/guestfish-actions.pod:3847
15756 msgid "Remove the single directory C<path>."
15757 msgstr ""
15758
15759 #. type: =head2
15760 #: ../src/guestfs-actions.pod:5727
15761 msgid "guestfs_rmmountpoint"
15762 msgstr ""
15763
15764 #. type: verbatim
15765 #: ../src/guestfs-actions.pod:5729
15766 #, no-wrap
15767 msgid ""
15768 " int\n"
15769 " guestfs_rmmountpoint (guestfs_h *g,\n"
15770 "                       const char *exemptpath);\n"
15771 "\n"
15772 msgstr ""
15773
15774 #. type: textblock
15775 #: ../src/guestfs-actions.pod:5733
15776 msgid ""
15777 "This calls removes a mountpoint that was previously created with "
15778 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
15779 msgstr ""
15780
15781 #. type: =head2
15782 #: ../src/guestfs-actions.pod:5741
15783 msgid "guestfs_scrub_device"
15784 msgstr ""
15785
15786 #. type: verbatim
15787 #: ../src/guestfs-actions.pod:5743
15788 #, no-wrap
15789 msgid ""
15790 " int\n"
15791 " guestfs_scrub_device (guestfs_h *g,\n"
15792 "                       const char *device);\n"
15793 "\n"
15794 msgstr ""
15795
15796 #. type: textblock
15797 #: ../src/guestfs-actions.pod:5747 ../fish/guestfish-actions.pod:3861
15798 msgid ""
15799 "This command writes patterns over C<device> to make data retrieval more "
15800 "difficult."
15801 msgstr ""
15802
15803 #. type: textblock
15804 #: ../src/guestfs-actions.pod:5750 ../src/guestfs-actions.pod:5771
15805 #: ../src/guestfs-actions.pod:5790 ../fish/guestfish-actions.pod:3864
15806 #: ../fish/guestfish-actions.pod:3879 ../fish/guestfish-actions.pod:3892
15807 msgid ""
15808 "It is an interface to the L<scrub(1)> program.  See that manual page for "
15809 "more details."
15810 msgstr ""
15811
15812 #. type: textblock
15813 #: ../src/guestfs-actions.pod:5758 ../src/guestfs-actions.pod:5776
15814 #: ../src/guestfs-actions.pod:5795
15815 msgid "(Added in 1.0.52)"
15816 msgstr ""
15817
15818 #. type: =head2
15819 #: ../src/guestfs-actions.pod:5760
15820 msgid "guestfs_scrub_file"
15821 msgstr ""
15822
15823 #. type: verbatim
15824 #: ../src/guestfs-actions.pod:5762
15825 #, no-wrap
15826 msgid ""
15827 " int\n"
15828 " guestfs_scrub_file (guestfs_h *g,\n"
15829 "                     const char *file);\n"
15830 "\n"
15831 msgstr ""
15832
15833 #. type: textblock
15834 #: ../src/guestfs-actions.pod:5766 ../fish/guestfish-actions.pod:3874
15835 msgid ""
15836 "This command writes patterns over a file to make data retrieval more "
15837 "difficult."
15838 msgstr ""
15839
15840 #. type: textblock
15841 #: ../src/guestfs-actions.pod:5769 ../fish/guestfish-actions.pod:3877
15842 msgid "The file is I<removed> after scrubbing."
15843 msgstr ""
15844
15845 #. type: =head2
15846 #: ../src/guestfs-actions.pod:5778
15847 msgid "guestfs_scrub_freespace"
15848 msgstr ""
15849
15850 #. type: verbatim
15851 #: ../src/guestfs-actions.pod:5780
15852 #, no-wrap
15853 msgid ""
15854 " int\n"
15855 " guestfs_scrub_freespace (guestfs_h *g,\n"
15856 "                          const char *dir);\n"
15857 "\n"
15858 msgstr ""
15859
15860 #. type: textblock
15861 #: ../src/guestfs-actions.pod:5784
15862 msgid ""
15863 "This command creates the directory C<dir> and then fills it with files until "
15864 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
15865 "and deletes them.  The intention is to scrub any free space on the partition "
15866 "containing C<dir>."
15867 msgstr ""
15868
15869 #. type: =head2
15870 #: ../src/guestfs-actions.pod:5797
15871 msgid "guestfs_set_append"
15872 msgstr ""
15873
15874 #. type: verbatim
15875 #: ../src/guestfs-actions.pod:5799
15876 #, no-wrap
15877 msgid ""
15878 " int\n"
15879 " guestfs_set_append (guestfs_h *g,\n"
15880 "                     const char *append);\n"
15881 "\n"
15882 msgstr ""
15883
15884 #. type: textblock
15885 #: ../src/guestfs-actions.pod:5803 ../fish/guestfish-actions.pod:3901
15886 msgid ""
15887 "This function is used to add additional options to the guest kernel command "
15888 "line."
15889 msgstr ""
15890
15891 #. type: textblock
15892 #: ../src/guestfs-actions.pod:5806 ../fish/guestfish-actions.pod:3904
15893 msgid ""
15894 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
15895 "environment variable."
15896 msgstr ""
15897
15898 #. type: textblock
15899 #: ../src/guestfs-actions.pod:5809 ../fish/guestfish-actions.pod:3907
15900 msgid ""
15901 "Setting C<append> to C<NULL> means I<no> additional options are passed "
15902 "(libguestfs always adds a few of its own)."
15903 msgstr ""
15904
15905 #. type: =head2
15906 #: ../src/guestfs-actions.pod:5816
15907 msgid "guestfs_set_attach_method"
15908 msgstr ""
15909
15910 #. type: verbatim
15911 #: ../src/guestfs-actions.pod:5818
15912 #, no-wrap
15913 msgid ""
15914 " int\n"
15915 " guestfs_set_attach_method (guestfs_h *g,\n"
15916 "                            const char *attachmethod);\n"
15917 "\n"
15918 msgstr ""
15919
15920 #. type: textblock
15921 #: ../src/guestfs-actions.pod:5822 ../fish/guestfish-actions.pod:3916
15922 msgid ""
15923 "Set the method that libguestfs uses to connect to the back end guestfsd "
15924 "daemon.  Possible methods are:"
15925 msgstr ""
15926
15927 #. type: textblock
15928 #: ../src/guestfs-actions.pod:5829 ../fish/guestfish-actions.pod:3923
15929 msgid ""
15930 "Launch an appliance and connect to it.  This is the ordinary method and the "
15931 "default."
15932 msgstr ""
15933
15934 #. type: =item
15935 #: ../src/guestfs-actions.pod:5832 ../fish/guestfish-actions.pod:3926
15936 msgid "C<unix:I<path>>"
15937 msgstr ""
15938
15939 #. type: textblock
15940 #: ../src/guestfs-actions.pod:5834 ../fish/guestfish-actions.pod:3928
15941 msgid "Connect to the Unix domain socket I<path>."
15942 msgstr ""
15943
15944 #. type: textblock
15945 #: ../src/guestfs-actions.pod:5836 ../fish/guestfish-actions.pod:3930
15946 msgid ""
15947 "This method lets you connect to an existing daemon or (using virtio-serial) "
15948 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15949 "RUNNING DAEMONS>."
15950 msgstr ""
15951
15952 #. type: =head2
15953 #: ../src/guestfs-actions.pod:5844
15954 msgid "guestfs_set_autosync"
15955 msgstr ""
15956
15957 #. type: verbatim
15958 #: ../src/guestfs-actions.pod:5846
15959 #, no-wrap
15960 msgid ""
15961 " int\n"
15962 " guestfs_set_autosync (guestfs_h *g,\n"
15963 "                       int autosync);\n"
15964 "\n"
15965 msgstr ""
15966
15967 #. type: textblock
15968 #: ../src/guestfs-actions.pod:5850 ../fish/guestfish-actions.pod:3942
15969 msgid ""
15970 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15971 "effort attempt to make filesystems consistent and synchronized when the "
15972 "handle is closed (also if the program exits without closing handles)."
15973 msgstr ""
15974
15975 #. type: textblock
15976 #: ../src/guestfs-actions.pod:5855 ../fish/guestfish-actions.pod:3947
15977 msgid ""
15978 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15979 "disabled by default)."
15980 msgstr ""
15981
15982 #. type: =head2
15983 #: ../src/guestfs-actions.pod:5862
15984 msgid "guestfs_set_direct"
15985 msgstr ""
15986
15987 #. type: verbatim
15988 #: ../src/guestfs-actions.pod:5864
15989 #, no-wrap
15990 msgid ""
15991 " int\n"
15992 " guestfs_set_direct (guestfs_h *g,\n"
15993 "                     int direct);\n"
15994 "\n"
15995 msgstr ""
15996
15997 #. type: textblock
15998 #: ../src/guestfs-actions.pod:5868 ../fish/guestfish-actions.pod:3956
15999 msgid ""
16000 "If the direct appliance mode flag is enabled, then stdin and stdout are "
16001 "passed directly through to the appliance once it is launched."
16002 msgstr ""
16003
16004 #. type: textblock
16005 #: ../src/guestfs-actions.pod:5872
16006 msgid ""
16007 "One consequence of this is that log messages aren't caught by the library "
16008 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
16009 "stdout."
16010 msgstr ""
16011
16012 #. type: textblock
16013 #: ../src/guestfs-actions.pod:5876 ../fish/guestfish-actions.pod:3964
16014 msgid "You probably don't want to use this unless you know what you are doing."
16015 msgstr ""
16016
16017 #. type: textblock
16018 #: ../src/guestfs-actions.pod:5879 ../fish/guestfish-actions.pod:3967
16019 msgid "The default is disabled."
16020 msgstr ""
16021
16022 #. type: =head2
16023 #: ../src/guestfs-actions.pod:5885
16024 msgid "guestfs_set_e2label"
16025 msgstr ""
16026
16027 #. type: verbatim
16028 #: ../src/guestfs-actions.pod:5887
16029 #, no-wrap
16030 msgid ""
16031 " int\n"
16032 " guestfs_set_e2label (guestfs_h *g,\n"
16033 "                      const char *device,\n"
16034 "                      const char *label);\n"
16035 "\n"
16036 msgstr ""
16037
16038 #. type: textblock
16039 #: ../src/guestfs-actions.pod:5892 ../fish/guestfish-actions.pod:3973
16040 msgid ""
16041 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
16042 "C<label>.  Filesystem labels are limited to 16 characters."
16043 msgstr ""
16044
16045 #. type: textblock
16046 #: ../src/guestfs-actions.pod:5896
16047 msgid ""
16048 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
16049 "the existing label on a filesystem."
16050 msgstr ""
16051
16052 #. type: =head2
16053 #: ../src/guestfs-actions.pod:5903
16054 msgid "guestfs_set_e2uuid"
16055 msgstr ""
16056
16057 #. type: verbatim
16058 #: ../src/guestfs-actions.pod:5905
16059 #, no-wrap
16060 msgid ""
16061 " int\n"
16062 " guestfs_set_e2uuid (guestfs_h *g,\n"
16063 "                     const char *device,\n"
16064 "                     const char *uuid);\n"
16065 "\n"
16066 msgstr ""
16067
16068 #. type: textblock
16069 #: ../src/guestfs-actions.pod:5910 ../fish/guestfish-actions.pod:3984
16070 msgid ""
16071 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
16072 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
16073 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
16074 msgstr ""
16075
16076 #. type: textblock
16077 #: ../src/guestfs-actions.pod:5915
16078 msgid ""
16079 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
16080 "the existing UUID of a filesystem."
16081 msgstr ""
16082
16083 #. type: =head2
16084 #: ../src/guestfs-actions.pod:5922
16085 msgid "guestfs_set_memsize"
16086 msgstr ""
16087
16088 #. type: verbatim
16089 #: ../src/guestfs-actions.pod:5924
16090 #, no-wrap
16091 msgid ""
16092 " int\n"
16093 " guestfs_set_memsize (guestfs_h *g,\n"
16094 "                      int memsize);\n"
16095 "\n"
16096 msgstr ""
16097
16098 #. type: textblock
16099 #: ../src/guestfs-actions.pod:5928
16100 msgid ""
16101 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
16102 "This only has any effect if called before C<guestfs_launch>."
16103 msgstr ""
16104
16105 #. type: textblock
16106 #: ../src/guestfs-actions.pod:5932 ../fish/guestfish-actions.pod:4002
16107 msgid ""
16108 "You can also change this by setting the environment variable "
16109 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
16110 msgstr ""
16111
16112 #. type: =head2
16113 #: ../src/guestfs-actions.pod:5943
16114 msgid "guestfs_set_network"
16115 msgstr ""
16116
16117 #. type: verbatim
16118 #: ../src/guestfs-actions.pod:5945
16119 #, no-wrap
16120 msgid ""
16121 " int\n"
16122 " guestfs_set_network (guestfs_h *g,\n"
16123 "                      int network);\n"
16124 "\n"
16125 msgstr ""
16126
16127 #. type: textblock
16128 #: ../src/guestfs-actions.pod:5949 ../fish/guestfish-actions.pod:4015
16129 msgid ""
16130 "If C<network> is true, then the network is enabled in the libguestfs "
16131 "appliance.  The default is false."
16132 msgstr ""
16133
16134 #. type: textblock
16135 #: ../src/guestfs-actions.pod:5952 ../fish/guestfish-actions.pod:4018
16136 msgid ""
16137 "This affects whether commands are able to access the network (see L<guestfs"
16138 "(3)/RUNNING COMMANDS>)."
16139 msgstr ""
16140
16141 #. type: textblock
16142 #: ../src/guestfs-actions.pod:5955
16143 msgid ""
16144 "You must call this before calling C<guestfs_launch>, otherwise it has no "
16145 "effect."
16146 msgstr ""
16147
16148 #. type: =head2
16149 #: ../src/guestfs-actions.pod:5962
16150 msgid "guestfs_set_path"
16151 msgstr ""
16152
16153 #. type: verbatim
16154 #: ../src/guestfs-actions.pod:5964
16155 #, no-wrap
16156 msgid ""
16157 " int\n"
16158 " guestfs_set_path (guestfs_h *g,\n"
16159 "                   const char *searchpath);\n"
16160 "\n"
16161 msgstr ""
16162
16163 #. type: textblock
16164 #: ../src/guestfs-actions.pod:5968 ../fish/guestfish-actions.pod:4030
16165 msgid "Set the path that libguestfs searches for kernel and initrd.img."
16166 msgstr ""
16167
16168 #. type: textblock
16169 #: ../src/guestfs-actions.pod:5970 ../fish/guestfish-actions.pod:4032
16170 msgid ""
16171 "The default is C<$libdir/guestfs> unless overridden by setting "
16172 "C<LIBGUESTFS_PATH> environment variable."
16173 msgstr ""
16174
16175 #. type: textblock
16176 #: ../src/guestfs-actions.pod:5973 ../fish/guestfish-actions.pod:4035
16177 msgid "Setting C<path> to C<NULL> restores the default path."
16178 msgstr ""
16179
16180 #. type: =head2
16181 #: ../src/guestfs-actions.pod:5979
16182 msgid "guestfs_set_qemu"
16183 msgstr ""
16184
16185 #. type: verbatim
16186 #: ../src/guestfs-actions.pod:5981
16187 #, no-wrap
16188 msgid ""
16189 " int\n"
16190 " guestfs_set_qemu (guestfs_h *g,\n"
16191 "                   const char *qemu);\n"
16192 "\n"
16193 msgstr ""
16194
16195 #. type: textblock
16196 #: ../src/guestfs-actions.pod:5985 ../fish/guestfish-actions.pod:4043
16197 msgid "Set the qemu binary that we will use."
16198 msgstr ""
16199
16200 #. type: textblock
16201 #: ../src/guestfs-actions.pod:5987 ../fish/guestfish-actions.pod:4045
16202 msgid ""
16203 "The default is chosen when the library was compiled by the configure script."
16204 msgstr ""
16205
16206 #. type: textblock
16207 #: ../src/guestfs-actions.pod:5990 ../fish/guestfish-actions.pod:4048
16208 msgid ""
16209 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
16210 "variable."
16211 msgstr ""
16212
16213 #. type: textblock
16214 #: ../src/guestfs-actions.pod:5993 ../fish/guestfish-actions.pod:4051
16215 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
16216 msgstr ""
16217
16218 #. type: textblock
16219 #: ../src/guestfs-actions.pod:5995 ../fish/guestfish-actions.pod:4053
16220 msgid ""
16221 "Note that you should call this function as early as possible after creating "
16222 "the handle.  This is because some pre-launch operations depend on testing "
16223 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
16224 "don't retest features, and so you might see inconsistent results.  Using the "
16225 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
16226 "the qemu binary at the same time as the handle is created."
16227 msgstr ""
16228
16229 #. type: =head2
16230 #: ../src/guestfs-actions.pod:6007
16231 msgid "guestfs_set_recovery_proc"
16232 msgstr ""
16233
16234 #. type: verbatim
16235 #: ../src/guestfs-actions.pod:6009
16236 #, no-wrap
16237 msgid ""
16238 " int\n"
16239 " guestfs_set_recovery_proc (guestfs_h *g,\n"
16240 "                            int recoveryproc);\n"
16241 "\n"
16242 msgstr ""
16243
16244 #. type: textblock
16245 #: ../src/guestfs-actions.pod:6013
16246 msgid ""
16247 "If this is called with the parameter C<false> then C<guestfs_launch> does "
16248 "not create a recovery process.  The purpose of the recovery process is to "
16249 "stop runaway qemu processes in the case where the main program aborts "
16250 "abruptly."
16251 msgstr ""
16252
16253 #. type: textblock
16254 #: ../src/guestfs-actions.pod:6018
16255 msgid ""
16256 "This only has any effect if called before C<guestfs_launch>, and the default "
16257 "is true."
16258 msgstr ""
16259
16260 #. type: textblock
16261 #: ../src/guestfs-actions.pod:6021 ../fish/guestfish-actions.pod:4075
16262 msgid ""
16263 "About the only time when you would want to disable this is if the main "
16264 "process will fork itself into the background (\"daemonize\" itself).  In "
16265 "this case the recovery process thinks that the main program has disappeared "
16266 "and so kills qemu, which is not very helpful."
16267 msgstr ""
16268
16269 #. type: =head2
16270 #: ../src/guestfs-actions.pod:6031
16271 msgid "guestfs_set_selinux"
16272 msgstr ""
16273
16274 #. type: verbatim
16275 #: ../src/guestfs-actions.pod:6033
16276 #, no-wrap
16277 msgid ""
16278 " int\n"
16279 " guestfs_set_selinux (guestfs_h *g,\n"
16280 "                      int selinux);\n"
16281 "\n"
16282 msgstr ""
16283
16284 #. type: textblock
16285 #: ../src/guestfs-actions.pod:6037 ../fish/guestfish-actions.pod:4087
16286 msgid ""
16287 "This sets the selinux flag that is passed to the appliance at boot time.  "
16288 "The default is C<selinux=0> (disabled)."
16289 msgstr ""
16290
16291 #. type: textblock
16292 #: ../src/guestfs-actions.pod:6040 ../fish/guestfish-actions.pod:4090
16293 msgid ""
16294 "Note that if SELinux is enabled, it is always in Permissive mode "
16295 "(C<enforcing=0>)."
16296 msgstr ""
16297
16298 #. type: =head2
16299 #: ../src/guestfs-actions.pod:6050
16300 msgid "guestfs_set_trace"
16301 msgstr ""
16302
16303 #. type: verbatim
16304 #: ../src/guestfs-actions.pod:6052
16305 #, no-wrap
16306 msgid ""
16307 " int\n"
16308 " guestfs_set_trace (guestfs_h *g,\n"
16309 "                    int trace);\n"
16310 "\n"
16311 msgstr ""
16312
16313 #. type: textblock
16314 #: ../src/guestfs-actions.pod:6056 ../fish/guestfish-actions.pod:4102
16315 msgid ""
16316 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
16317 "return values are traced."
16318 msgstr ""
16319
16320 #. type: textblock
16321 #: ../src/guestfs-actions.pod:6059 ../fish/guestfish-actions.pod:4105
16322 msgid ""
16323 "If you want to trace C API calls into libguestfs (and other libraries) then "
16324 "possibly a better way is to use the external ltrace(1) command."
16325 msgstr ""
16326
16327 #. type: textblock
16328 #: ../src/guestfs-actions.pod:6063 ../fish/guestfish-actions.pod:4109
16329 msgid ""
16330 "Command traces are disabled unless the environment variable "
16331 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
16332 msgstr ""
16333
16334 #. type: textblock
16335 #: ../src/guestfs-actions.pod:6066
16336 msgid ""
16337 "Trace messages are normally sent to C<stderr>, unless you register a "
16338 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
16339 msgstr ""
16340
16341 #. type: =head2
16342 #: ../src/guestfs-actions.pod:6074
16343 msgid "guestfs_set_verbose"
16344 msgstr ""
16345
16346 #. type: verbatim
16347 #: ../src/guestfs-actions.pod:6076
16348 #, no-wrap
16349 msgid ""
16350 " int\n"
16351 " guestfs_set_verbose (guestfs_h *g,\n"
16352 "                      int verbose);\n"
16353 "\n"
16354 msgstr ""
16355
16356 #. type: textblock
16357 #: ../src/guestfs-actions.pod:6080 ../fish/guestfish-actions.pod:4122
16358 msgid "If C<verbose> is true, this turns on verbose messages."
16359 msgstr ""
16360
16361 #. type: textblock
16362 #: ../src/guestfs-actions.pod:6082 ../fish/guestfish-actions.pod:4124
16363 msgid ""
16364 "Verbose messages are disabled unless the environment variable "
16365 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
16366 msgstr ""
16367
16368 #. type: textblock
16369 #: ../src/guestfs-actions.pod:6085
16370 msgid ""
16371 "Verbose messages are normally sent to C<stderr>, unless you register a "
16372 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
16373 msgstr ""
16374
16375 #. type: =head2
16376 #: ../src/guestfs-actions.pod:6093
16377 msgid "guestfs_setcon"
16378 msgstr ""
16379
16380 #. type: verbatim
16381 #: ../src/guestfs-actions.pod:6095
16382 #, no-wrap
16383 msgid ""
16384 " int\n"
16385 " guestfs_setcon (guestfs_h *g,\n"
16386 "                 const char *context);\n"
16387 "\n"
16388 msgstr ""
16389
16390 #. type: textblock
16391 #: ../src/guestfs-actions.pod:6099 ../fish/guestfish-actions.pod:4135
16392 msgid ""
16393 "This sets the SELinux security context of the daemon to the string "
16394 "C<context>."
16395 msgstr ""
16396
16397 #. type: textblock
16398 #: ../src/guestfs-actions.pod:6102 ../fish/guestfish-actions.pod:4138
16399 msgid "See the documentation about SELINUX in L<guestfs(3)>."
16400 msgstr ""
16401
16402 #. type: =head2
16403 #: ../src/guestfs-actions.pod:6108
16404 msgid "guestfs_setxattr"
16405 msgstr ""
16406
16407 #. type: verbatim
16408 #: ../src/guestfs-actions.pod:6110
16409 #, no-wrap
16410 msgid ""
16411 " int\n"
16412 " guestfs_setxattr (guestfs_h *g,\n"
16413 "                   const char *xattr,\n"
16414 "                   const char *val,\n"
16415 "                   int vallen,\n"
16416 "                   const char *path);\n"
16417 "\n"
16418 msgstr ""
16419
16420 #. type: textblock
16421 #: ../src/guestfs-actions.pod:6117 ../fish/guestfish-actions.pod:4144
16422 msgid ""
16423 "This call sets the extended attribute named C<xattr> of the file C<path> to "
16424 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
16425 msgstr ""
16426
16427 #. type: textblock
16428 #: ../src/guestfs-actions.pod:6121
16429 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
16430 msgstr ""
16431
16432 #. type: =head2
16433 #: ../src/guestfs-actions.pod:6127
16434 msgid "guestfs_sfdisk"
16435 msgstr ""
16436
16437 #. type: verbatim
16438 #: ../src/guestfs-actions.pod:6129
16439 #, no-wrap
16440 msgid ""
16441 " int\n"
16442 " guestfs_sfdisk (guestfs_h *g,\n"
16443 "                 const char *device,\n"
16444 "                 int cyls,\n"
16445 "                 int heads,\n"
16446 "                 int sectors,\n"
16447 "                 char *const *lines);\n"
16448 "\n"
16449 msgstr ""
16450
16451 #. type: textblock
16452 #: ../src/guestfs-actions.pod:6137 ../fish/guestfish-actions.pod:4154
16453 msgid ""
16454 "This is a direct interface to the L<sfdisk(8)> program for creating "
16455 "partitions on block devices."
16456 msgstr ""
16457
16458 #. type: textblock
16459 #: ../src/guestfs-actions.pod:6140 ../fish/guestfish-actions.pod:4157
16460 msgid "C<device> should be a block device, for example C</dev/sda>."
16461 msgstr ""
16462
16463 #. type: textblock
16464 #: ../src/guestfs-actions.pod:6142 ../fish/guestfish-actions.pod:4159
16465 msgid ""
16466 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
16467 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
16468 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
16469 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
16470 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
16471 "the kernel) cannot work out the right geometry and you will need to tell it."
16472 msgstr ""
16473
16474 #. type: textblock
16475 #: ../src/guestfs-actions.pod:6150 ../fish/guestfish-actions.pod:4167
16476 msgid ""
16477 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
16478 "refer to the L<sfdisk(8)> manpage."
16479 msgstr ""
16480
16481 #. type: textblock
16482 #: ../src/guestfs-actions.pod:6153 ../fish/guestfish-actions.pod:4170
16483 msgid ""
16484 "To create a single partition occupying the whole disk, you would pass "
16485 "C<lines> as a single element list, when the single element being the string "
16486 "C<,> (comma)."
16487 msgstr ""
16488
16489 #. type: textblock
16490 #: ../src/guestfs-actions.pod:6157
16491 msgid ""
16492 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
16493 msgstr ""
16494
16495 #. type: textblock
16496 #: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6195
16497 #: ../src/guestfs-actions.pod:6228
16498 msgid ""
16499 "This function is deprecated.  In new code, use the L</guestfs_part_add> call "
16500 "instead."
16501 msgstr ""
16502
16503 #. type: =head2
16504 #: ../src/guestfs-actions.pod:6174
16505 msgid "guestfs_sfdiskM"
16506 msgstr ""
16507
16508 #. type: verbatim
16509 #: ../src/guestfs-actions.pod:6176
16510 #, no-wrap
16511 msgid ""
16512 " int\n"
16513 " guestfs_sfdiskM (guestfs_h *g,\n"
16514 "                  const char *device,\n"
16515 "                  char *const *lines);\n"
16516 "\n"
16517 msgstr ""
16518
16519 #. type: textblock
16520 #: ../src/guestfs-actions.pod:6181
16521 msgid ""
16522 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
16523 "partition sizes are specified in megabytes only (rounded to the nearest "
16524 "cylinder) and you don't need to specify the cyls, heads and sectors "
16525 "parameters which were rarely if ever used anyway."
16526 msgstr ""
16527
16528 #. type: textblock
16529 #: ../src/guestfs-actions.pod:6187
16530 msgid ""
16531 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
16532 "C<guestfs_part_disk>"
16533 msgstr ""
16534
16535 #. type: =head2
16536 #: ../src/guestfs-actions.pod:6204
16537 msgid "guestfs_sfdisk_N"
16538 msgstr ""
16539
16540 #. type: verbatim
16541 #: ../src/guestfs-actions.pod:6206
16542 #, no-wrap
16543 msgid ""
16544 " int\n"
16545 " guestfs_sfdisk_N (guestfs_h *g,\n"
16546 "                   const char *device,\n"
16547 "                   int partnum,\n"
16548 "                   int cyls,\n"
16549 "                   int heads,\n"
16550 "                   int sectors,\n"
16551 "                   const char *line);\n"
16552 "\n"
16553 msgstr ""
16554
16555 #. type: textblock
16556 #: ../src/guestfs-actions.pod:6215 ../fish/guestfish-actions.pod:4214
16557 msgid ""
16558 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
16559 "(note: C<n> counts from 1)."
16560 msgstr ""
16561
16562 #. type: textblock
16563 #: ../src/guestfs-actions.pod:6218
16564 msgid ""
16565 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
16566 "for the cyls/heads/sectors parameters."
16567 msgstr ""
16568
16569 #. type: textblock
16570 #: ../src/guestfs-actions.pod:6221
16571 msgid "See also: C<guestfs_part_add>"
16572 msgstr ""
16573
16574 #. type: =head2
16575 #: ../src/guestfs-actions.pod:6237
16576 msgid "guestfs_sfdisk_disk_geometry"
16577 msgstr ""
16578
16579 #. type: verbatim
16580 #: ../src/guestfs-actions.pod:6239
16581 #, no-wrap
16582 msgid ""
16583 " char *\n"
16584 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
16585 "                               const char *device);\n"
16586 "\n"
16587 msgstr ""
16588
16589 #. type: textblock
16590 #: ../src/guestfs-actions.pod:6243
16591 msgid ""
16592 "This displays the disk geometry of C<device> read from the partition table.  "
16593 "Especially in the case where the underlying block device has been resized, "
16594 "this can be different from the kernel's idea of the geometry (see "
16595 "C<guestfs_sfdisk_kernel_geometry>)."
16596 msgstr ""
16597
16598 #. type: textblock
16599 #: ../src/guestfs-actions.pod:6248 ../src/guestfs-actions.pod:6264
16600 #: ../fish/guestfish-actions.pod:4241 ../fish/guestfish-actions.pod:4250
16601 msgid "The result is in human-readable format, and not designed to be parsed."
16602 msgstr ""
16603
16604 #. type: =head2
16605 #: ../src/guestfs-actions.pod:6256
16606 msgid "guestfs_sfdisk_kernel_geometry"
16607 msgstr ""
16608
16609 #. type: verbatim
16610 #: ../src/guestfs-actions.pod:6258
16611 #, no-wrap
16612 msgid ""
16613 " char *\n"
16614 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
16615 "                                 const char *device);\n"
16616 "\n"
16617 msgstr ""
16618
16619 #. type: textblock
16620 #: ../src/guestfs-actions.pod:6262 ../fish/guestfish-actions.pod:4248
16621 msgid "This displays the kernel's idea of the geometry of C<device>."
16622 msgstr ""
16623
16624 #. type: =head2
16625 #: ../src/guestfs-actions.pod:6272
16626 msgid "guestfs_sfdisk_l"
16627 msgstr ""
16628
16629 #. type: verbatim
16630 #: ../src/guestfs-actions.pod:6274
16631 #, no-wrap
16632 msgid ""
16633 " char *\n"
16634 " guestfs_sfdisk_l (guestfs_h *g,\n"
16635 "                   const char *device);\n"
16636 "\n"
16637 msgstr ""
16638
16639 #. type: textblock
16640 #: ../src/guestfs-actions.pod:6278 ../fish/guestfish-actions.pod:4257
16641 msgid ""
16642 "This displays the partition table on C<device>, in the human-readable output "
16643 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
16644 msgstr ""
16645
16646 #. type: textblock
16647 #: ../src/guestfs-actions.pod:6282
16648 msgid "See also: C<guestfs_part_list>"
16649 msgstr ""
16650
16651 #. type: textblock
16652 #: ../src/guestfs-actions.pod:6287
16653 msgid ""
16654 "This function is deprecated.  In new code, use the L</guestfs_part_list> "
16655 "call instead."
16656 msgstr ""
16657
16658 #. type: =head2
16659 #: ../src/guestfs-actions.pod:6296
16660 msgid "guestfs_sh"
16661 msgstr ""
16662
16663 #. type: verbatim
16664 #: ../src/guestfs-actions.pod:6298
16665 #, no-wrap
16666 msgid ""
16667 " char *\n"
16668 " guestfs_sh (guestfs_h *g,\n"
16669 "             const char *command);\n"
16670 "\n"
16671 msgstr ""
16672
16673 #. type: textblock
16674 #: ../src/guestfs-actions.pod:6302 ../fish/guestfish-actions.pod:4274
16675 msgid ""
16676 "This call runs a command from the guest filesystem via the guest's C</bin/"
16677 "sh>."
16678 msgstr ""
16679
16680 #. type: textblock
16681 #: ../src/guestfs-actions.pod:6305
16682 msgid "This is like C<guestfs_command>, but passes the command to:"
16683 msgstr ""
16684
16685 #. type: verbatim
16686 #: ../src/guestfs-actions.pod:6307 ../fish/guestfish-actions.pod:4279
16687 #, no-wrap
16688 msgid ""
16689 " /bin/sh -c \"command\"\n"
16690 "\n"
16691 msgstr ""
16692
16693 #. type: textblock
16694 #: ../src/guestfs-actions.pod:6309 ../fish/guestfish-actions.pod:4281
16695 msgid ""
16696 "Depending on the guest's shell, this usually results in wildcards being "
16697 "expanded, shell expressions being interpolated and so on."
16698 msgstr ""
16699
16700 #. type: textblock
16701 #: ../src/guestfs-actions.pod:6313
16702 msgid "All the provisos about C<guestfs_command> apply to this call."
16703 msgstr ""
16704
16705 #. type: =head2
16706 #: ../src/guestfs-actions.pod:6320
16707 msgid "guestfs_sh_lines"
16708 msgstr ""
16709
16710 #. type: verbatim
16711 #: ../src/guestfs-actions.pod:6322
16712 #, no-wrap
16713 msgid ""
16714 " char **\n"
16715 " guestfs_sh_lines (guestfs_h *g,\n"
16716 "                   const char *command);\n"
16717 "\n"
16718 msgstr ""
16719
16720 #. type: textblock
16721 #: ../src/guestfs-actions.pod:6326
16722 msgid ""
16723 "This is the same as C<guestfs_sh>, but splits the result into a list of "
16724 "lines."
16725 msgstr ""
16726
16727 #. type: textblock
16728 #: ../src/guestfs-actions.pod:6329
16729 msgid "See also: C<guestfs_command_lines>"
16730 msgstr ""
16731
16732 #. type: =head2
16733 #: ../src/guestfs-actions.pod:6337
16734 msgid "guestfs_sleep"
16735 msgstr ""
16736
16737 #. type: verbatim
16738 #: ../src/guestfs-actions.pod:6339
16739 #, no-wrap
16740 msgid ""
16741 " int\n"
16742 " guestfs_sleep (guestfs_h *g,\n"
16743 "                int secs);\n"
16744 "\n"
16745 msgstr ""
16746
16747 #. type: textblock
16748 #: ../src/guestfs-actions.pod:6343 ../fish/guestfish-actions.pod:4300
16749 msgid "Sleep for C<secs> seconds."
16750 msgstr ""
16751
16752 #. type: textblock
16753 #: ../src/guestfs-actions.pod:6347
16754 msgid "(Added in 1.0.41)"
16755 msgstr ""
16756
16757 #. type: =head2
16758 #: ../src/guestfs-actions.pod:6349 ../src/guestfs-structs.pod:109
16759 msgid "guestfs_stat"
16760 msgstr ""
16761
16762 #. type: verbatim
16763 #: ../src/guestfs-actions.pod:6351
16764 #, no-wrap
16765 msgid ""
16766 " struct guestfs_stat *\n"
16767 " guestfs_stat (guestfs_h *g,\n"
16768 "               const char *path);\n"
16769 "\n"
16770 msgstr ""
16771
16772 #. type: textblock
16773 #: ../src/guestfs-actions.pod:6357 ../fish/guestfish-actions.pod:4308
16774 msgid "This is the same as the C<stat(2)> system call."
16775 msgstr ""
16776
16777 #. type: =head2
16778 #: ../src/guestfs-actions.pod:6365 ../src/guestfs-structs.pod:135
16779 msgid "guestfs_statvfs"
16780 msgstr ""
16781
16782 #. type: verbatim
16783 #: ../src/guestfs-actions.pod:6367
16784 #, no-wrap
16785 msgid ""
16786 " struct guestfs_statvfs *\n"
16787 " guestfs_statvfs (guestfs_h *g,\n"
16788 "                  const char *path);\n"
16789 "\n"
16790 msgstr ""
16791
16792 #. type: textblock
16793 #: ../src/guestfs-actions.pod:6371 ../fish/guestfish-actions.pod:4314
16794 msgid ""
16795 "Returns file system statistics for any mounted file system.  C<path> should "
16796 "be a file or directory in the mounted file system (typically it is the mount "
16797 "point itself, but it doesn't need to be)."
16798 msgstr ""
16799
16800 #. type: textblock
16801 #: ../src/guestfs-actions.pod:6375 ../fish/guestfish-actions.pod:4318
16802 msgid "This is the same as the C<statvfs(2)> system call."
16803 msgstr ""
16804
16805 #. type: textblock
16806 #: ../src/guestfs-actions.pod:6377
16807 msgid ""
16808 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
16809 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
16810 msgstr ""
16811
16812 #. type: =head2
16813 #: ../src/guestfs-actions.pod:6383
16814 msgid "guestfs_strings"
16815 msgstr ""
16816
16817 #. type: verbatim
16818 #: ../src/guestfs-actions.pod:6385
16819 #, no-wrap
16820 msgid ""
16821 " char **\n"
16822 " guestfs_strings (guestfs_h *g,\n"
16823 "                  const char *path);\n"
16824 "\n"
16825 msgstr ""
16826
16827 #. type: textblock
16828 #: ../src/guestfs-actions.pod:6389 ../fish/guestfish-actions.pod:4324
16829 msgid ""
16830 "This runs the L<strings(1)> command on a file and returns the list of "
16831 "printable strings found."
16832 msgstr ""
16833
16834 #. type: =head2
16835 #: ../src/guestfs-actions.pod:6401
16836 msgid "guestfs_strings_e"
16837 msgstr ""
16838
16839 #. type: verbatim
16840 #: ../src/guestfs-actions.pod:6403
16841 #, no-wrap
16842 msgid ""
16843 " char **\n"
16844 " guestfs_strings_e (guestfs_h *g,\n"
16845 "                    const char *encoding,\n"
16846 "                    const char *path);\n"
16847 "\n"
16848 msgstr ""
16849
16850 #. type: textblock
16851 #: ../src/guestfs-actions.pod:6408
16852 msgid ""
16853 "This is like the C<guestfs_strings> command, but allows you to specify the "
16854 "encoding of strings that are looked for in the source file C<path>."
16855 msgstr ""
16856
16857 #. type: textblock
16858 #: ../src/guestfs-actions.pod:6412 ../fish/guestfish-actions.pod:4338
16859 msgid "Allowed encodings are:"
16860 msgstr ""
16861
16862 #. type: =item
16863 #: ../src/guestfs-actions.pod:6416 ../fish/guestfish-actions.pod:4342
16864 msgid "s"
16865 msgstr ""
16866
16867 #. type: textblock
16868 #: ../src/guestfs-actions.pod:6418
16869 msgid ""
16870 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
16871 "ISO-8859-X (this is what C<guestfs_strings> uses)."
16872 msgstr ""
16873
16874 #. type: =item
16875 #: ../src/guestfs-actions.pod:6421 ../fish/guestfish-actions.pod:4347
16876 msgid "S"
16877 msgstr ""
16878
16879 #. type: textblock
16880 #: ../src/guestfs-actions.pod:6423 ../fish/guestfish-actions.pod:4349
16881 msgid "Single 8-bit-byte characters."
16882 msgstr ""
16883
16884 #. type: =item
16885 #: ../src/guestfs-actions.pod:6425 ../fish/guestfish-actions.pod:4351
16886 msgid "b"
16887 msgstr ""
16888
16889 #. type: textblock
16890 #: ../src/guestfs-actions.pod:6427 ../fish/guestfish-actions.pod:4353
16891 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
16892 msgstr ""
16893
16894 #. type: =item
16895 #: ../src/guestfs-actions.pod:6430 ../fish/guestfish-actions.pod:4356
16896 msgid "l (lower case letter L)"
16897 msgstr ""
16898
16899 #. type: textblock
16900 #: ../src/guestfs-actions.pod:6432 ../fish/guestfish-actions.pod:4358
16901 msgid ""
16902 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
16903 "examining binaries in Windows guests."
16904 msgstr ""
16905
16906 #. type: =item
16907 #: ../src/guestfs-actions.pod:6435 ../fish/guestfish-actions.pod:4361
16908 msgid "B"
16909 msgstr ""
16910
16911 #. type: textblock
16912 #: ../src/guestfs-actions.pod:6437 ../fish/guestfish-actions.pod:4363
16913 msgid "32-bit big endian such as UCS-4BE."
16914 msgstr ""
16915
16916 #. type: =item
16917 #: ../src/guestfs-actions.pod:6439 ../fish/guestfish-actions.pod:4365
16918 msgid "L"
16919 msgstr ""
16920
16921 #. type: textblock
16922 #: ../src/guestfs-actions.pod:6441 ../fish/guestfish-actions.pod:4367
16923 msgid "32-bit little endian such as UCS-4LE."
16924 msgstr ""
16925
16926 #. type: textblock
16927 #: ../src/guestfs-actions.pod:6445 ../fish/guestfish-actions.pod:4371
16928 msgid "The returned strings are transcoded to UTF-8."
16929 msgstr ""
16930
16931 #. type: =head2
16932 #: ../src/guestfs-actions.pod:6456
16933 msgid "guestfs_swapoff_device"
16934 msgstr ""
16935
16936 #. type: verbatim
16937 #: ../src/guestfs-actions.pod:6458
16938 #, no-wrap
16939 msgid ""
16940 " int\n"
16941 " guestfs_swapoff_device (guestfs_h *g,\n"
16942 "                         const char *device);\n"
16943 "\n"
16944 msgstr ""
16945
16946 #. type: textblock
16947 #: ../src/guestfs-actions.pod:6462
16948 msgid ""
16949 "This command disables the libguestfs appliance swap device or partition "
16950 "named C<device>.  See C<guestfs_swapon_device>."
16951 msgstr ""
16952
16953 #. type: =head2
16954 #: ../src/guestfs-actions.pod:6470
16955 msgid "guestfs_swapoff_file"
16956 msgstr ""
16957
16958 #. type: verbatim
16959 #: ../src/guestfs-actions.pod:6472
16960 #, no-wrap
16961 msgid ""
16962 " int\n"
16963 " guestfs_swapoff_file (guestfs_h *g,\n"
16964 "                       const char *file);\n"
16965 "\n"
16966 msgstr ""
16967
16968 #. type: textblock
16969 #: ../src/guestfs-actions.pod:6476 ../fish/guestfish-actions.pod:4388
16970 msgid "This command disables the libguestfs appliance swap on file."
16971 msgstr ""
16972
16973 #. type: =head2
16974 #: ../src/guestfs-actions.pod:6482
16975 msgid "guestfs_swapoff_label"
16976 msgstr ""
16977
16978 #. type: verbatim
16979 #: ../src/guestfs-actions.pod:6484
16980 #, no-wrap
16981 msgid ""
16982 " int\n"
16983 " guestfs_swapoff_label (guestfs_h *g,\n"
16984 "                        const char *label);\n"
16985 "\n"
16986 msgstr ""
16987
16988 #. type: textblock
16989 #: ../src/guestfs-actions.pod:6488 ../fish/guestfish-actions.pod:4394
16990 msgid ""
16991 "This command disables the libguestfs appliance swap on labeled swap "
16992 "partition."
16993 msgstr ""
16994
16995 #. type: =head2
16996 #: ../src/guestfs-actions.pod:6495
16997 msgid "guestfs_swapoff_uuid"
16998 msgstr ""
16999
17000 #. type: verbatim
17001 #: ../src/guestfs-actions.pod:6497
17002 #, no-wrap
17003 msgid ""
17004 " int\n"
17005 " guestfs_swapoff_uuid (guestfs_h *g,\n"
17006 "                       const char *uuid);\n"
17007 "\n"
17008 msgstr ""
17009
17010 #. type: textblock
17011 #: ../src/guestfs-actions.pod:6501 ../fish/guestfish-actions.pod:4401
17012 msgid ""
17013 "This command disables the libguestfs appliance swap partition with the given "
17014 "UUID."
17015 msgstr ""
17016
17017 #. type: =head2
17018 #: ../src/guestfs-actions.pod:6508
17019 msgid "guestfs_swapon_device"
17020 msgstr ""
17021
17022 #. type: verbatim
17023 #: ../src/guestfs-actions.pod:6510
17024 #, no-wrap
17025 msgid ""
17026 " int\n"
17027 " guestfs_swapon_device (guestfs_h *g,\n"
17028 "                        const char *device);\n"
17029 "\n"
17030 msgstr ""
17031
17032 #. type: textblock
17033 #: ../src/guestfs-actions.pod:6514
17034 msgid ""
17035 "This command enables the libguestfs appliance to use the swap device or "
17036 "partition named C<device>.  The increased memory is made available for all "
17037 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
17038 msgstr ""
17039
17040 #. type: textblock
17041 #: ../src/guestfs-actions.pod:6519 ../fish/guestfish-actions.pod:4413
17042 msgid ""
17043 "Note that you should not swap to existing guest swap partitions unless you "
17044 "know what you are doing.  They may contain hibernation information, or other "
17045 "information that the guest doesn't want you to trash.  You also risk leaking "
17046 "information about the host to the guest this way.  Instead, attach a new "
17047 "host device to the guest and swap on that."
17048 msgstr ""
17049
17050 #. type: =head2
17051 #: ../src/guestfs-actions.pod:6530
17052 msgid "guestfs_swapon_file"
17053 msgstr ""
17054
17055 #. type: verbatim
17056 #: ../src/guestfs-actions.pod:6532
17057 #, no-wrap
17058 msgid ""
17059 " int\n"
17060 " guestfs_swapon_file (guestfs_h *g,\n"
17061 "                      const char *file);\n"
17062 "\n"
17063 msgstr ""
17064
17065 #. type: textblock
17066 #: ../src/guestfs-actions.pod:6536
17067 msgid ""
17068 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
17069 "notes."
17070 msgstr ""
17071
17072 #. type: =head2
17073 #: ../src/guestfs-actions.pod:6543
17074 msgid "guestfs_swapon_label"
17075 msgstr ""
17076
17077 #. type: verbatim
17078 #: ../src/guestfs-actions.pod:6545
17079 #, no-wrap
17080 msgid ""
17081 " int\n"
17082 " guestfs_swapon_label (guestfs_h *g,\n"
17083 "                       const char *label);\n"
17084 "\n"
17085 msgstr ""
17086
17087 #. type: textblock
17088 #: ../src/guestfs-actions.pod:6549
17089 msgid ""
17090 "This command enables swap to a labeled swap partition.  See "
17091 "C<guestfs_swapon_device> for other notes."
17092 msgstr ""
17093
17094 #. type: =head2
17095 #: ../src/guestfs-actions.pod:6556
17096 msgid "guestfs_swapon_uuid"
17097 msgstr ""
17098
17099 #. type: verbatim
17100 #: ../src/guestfs-actions.pod:6558
17101 #, no-wrap
17102 msgid ""
17103 " int\n"
17104 " guestfs_swapon_uuid (guestfs_h *g,\n"
17105 "                      const char *uuid);\n"
17106 "\n"
17107 msgstr ""
17108
17109 #. type: textblock
17110 #: ../src/guestfs-actions.pod:6562
17111 msgid ""
17112 "This command enables swap to a swap partition with the given UUID.  See "
17113 "C<guestfs_swapon_device> for other notes."
17114 msgstr ""
17115
17116 #. type: =head2
17117 #: ../src/guestfs-actions.pod:6569
17118 msgid "guestfs_sync"
17119 msgstr ""
17120
17121 #. type: verbatim
17122 #: ../src/guestfs-actions.pod:6571
17123 #, no-wrap
17124 msgid ""
17125 " int\n"
17126 " guestfs_sync (guestfs_h *g);\n"
17127 "\n"
17128 msgstr ""
17129
17130 #. type: textblock
17131 #: ../src/guestfs-actions.pod:6574 ../fish/guestfish-actions.pod:4445
17132 msgid ""
17133 "This syncs the disk, so that any writes are flushed through to the "
17134 "underlying disk image."
17135 msgstr ""
17136
17137 #. type: textblock
17138 #: ../src/guestfs-actions.pod:6577 ../fish/guestfish-actions.pod:4448
17139 msgid ""
17140 "You should always call this if you have modified a disk image, before "
17141 "closing the handle."
17142 msgstr ""
17143
17144 #. type: =head2
17145 #: ../src/guestfs-actions.pod:6584
17146 msgid "guestfs_tail"
17147 msgstr ""
17148
17149 #. type: verbatim
17150 #: ../src/guestfs-actions.pod:6586
17151 #, no-wrap
17152 msgid ""
17153 " char **\n"
17154 " guestfs_tail (guestfs_h *g,\n"
17155 "               const char *path);\n"
17156 "\n"
17157 msgstr ""
17158
17159 #. type: textblock
17160 #: ../src/guestfs-actions.pod:6590 ../fish/guestfish-actions.pod:4455
17161 msgid ""
17162 "This command returns up to the last 10 lines of a file as a list of strings."
17163 msgstr ""
17164
17165 #. type: =head2
17166 #: ../src/guestfs-actions.pod:6602
17167 msgid "guestfs_tail_n"
17168 msgstr ""
17169
17170 #. type: verbatim
17171 #: ../src/guestfs-actions.pod:6604
17172 #, no-wrap
17173 msgid ""
17174 " char **\n"
17175 " guestfs_tail_n (guestfs_h *g,\n"
17176 "                 int nrlines,\n"
17177 "                 const char *path);\n"
17178 "\n"
17179 msgstr ""
17180
17181 #. type: textblock
17182 #: ../src/guestfs-actions.pod:6609 ../fish/guestfish-actions.pod:4465
17183 msgid ""
17184 "If the parameter C<nrlines> is a positive number, this returns the last "
17185 "C<nrlines> lines of the file C<path>."
17186 msgstr ""
17187
17188 #. type: textblock
17189 #: ../src/guestfs-actions.pod:6612 ../fish/guestfish-actions.pod:4468
17190 msgid ""
17191 "If the parameter C<nrlines> is a negative number, this returns lines from "
17192 "the file C<path>, starting with the C<-nrlines>th line."
17193 msgstr ""
17194
17195 #. type: =head2
17196 #: ../src/guestfs-actions.pod:6626
17197 msgid "guestfs_tar_in"
17198 msgstr ""
17199
17200 #. type: verbatim
17201 #: ../src/guestfs-actions.pod:6628
17202 #, no-wrap
17203 msgid ""
17204 " int\n"
17205 " guestfs_tar_in (guestfs_h *g,\n"
17206 "                 const char *tarfile,\n"
17207 "                 const char *directory);\n"
17208 "\n"
17209 msgstr ""
17210
17211 #. type: textblock
17212 #: ../src/guestfs-actions.pod:6633 ../fish/guestfish-actions.pod:4480
17213 msgid ""
17214 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
17215 "tar file) into C<directory>."
17216 msgstr ""
17217
17218 #. type: textblock
17219 #: ../src/guestfs-actions.pod:6636
17220 msgid ""
17221 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
17222 msgstr ""
17223
17224 #. type: textblock
17225 #: ../src/guestfs-actions.pod:6641 ../src/guestfs-actions.pod:6658
17226 #: ../src/guestfs-actions.pod:6674 ../src/guestfs-actions.pod:6690
17227 msgid "(Added in 1.0.3)"
17228 msgstr ""
17229
17230 #. type: =head2
17231 #: ../src/guestfs-actions.pod:6643
17232 msgid "guestfs_tar_out"
17233 msgstr ""
17234
17235 #. type: verbatim
17236 #: ../src/guestfs-actions.pod:6645
17237 #, no-wrap
17238 msgid ""
17239 " int\n"
17240 " guestfs_tar_out (guestfs_h *g,\n"
17241 "                  const char *directory,\n"
17242 "                  const char *tarfile);\n"
17243 "\n"
17244 msgstr ""
17245
17246 #. type: textblock
17247 #: ../src/guestfs-actions.pod:6650 ../fish/guestfish-actions.pod:4492
17248 msgid ""
17249 "This command packs the contents of C<directory> and downloads it to local "
17250 "file C<tarfile>."
17251 msgstr ""
17252
17253 #. type: textblock
17254 #: ../src/guestfs-actions.pod:6653
17255 msgid ""
17256 "To download a compressed tarball, use C<guestfs_tgz_out> or "
17257 "C<guestfs_txz_out>."
17258 msgstr ""
17259
17260 #. type: =head2
17261 #: ../src/guestfs-actions.pod:6660
17262 msgid "guestfs_tgz_in"
17263 msgstr ""
17264
17265 #. type: verbatim
17266 #: ../src/guestfs-actions.pod:6662
17267 #, no-wrap
17268 msgid ""
17269 " int\n"
17270 " guestfs_tgz_in (guestfs_h *g,\n"
17271 "                 const char *tarball,\n"
17272 "                 const char *directory);\n"
17273 "\n"
17274 msgstr ""
17275
17276 #. type: textblock
17277 #: ../src/guestfs-actions.pod:6667 ../fish/guestfish-actions.pod:4504
17278 msgid ""
17279 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
17280 "tar file) into C<directory>."
17281 msgstr ""
17282
17283 #. type: textblock
17284 #: ../src/guestfs-actions.pod:6670
17285 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
17286 msgstr ""
17287
17288 #. type: =head2
17289 #: ../src/guestfs-actions.pod:6676
17290 msgid "guestfs_tgz_out"
17291 msgstr ""
17292
17293 #. type: verbatim
17294 #: ../src/guestfs-actions.pod:6678
17295 #, no-wrap
17296 msgid ""
17297 " int\n"
17298 " guestfs_tgz_out (guestfs_h *g,\n"
17299 "                  const char *directory,\n"
17300 "                  const char *tarball);\n"
17301 "\n"
17302 msgstr ""
17303
17304 #. type: textblock
17305 #: ../src/guestfs-actions.pod:6683 ../fish/guestfish-actions.pod:4515
17306 msgid ""
17307 "This command packs the contents of C<directory> and downloads it to local "
17308 "file C<tarball>."
17309 msgstr ""
17310
17311 #. type: textblock
17312 #: ../src/guestfs-actions.pod:6686
17313 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
17314 msgstr ""
17315
17316 #. type: =head2
17317 #: ../src/guestfs-actions.pod:6692
17318 msgid "guestfs_touch"
17319 msgstr ""
17320
17321 #. type: verbatim
17322 #: ../src/guestfs-actions.pod:6694
17323 #, no-wrap
17324 msgid ""
17325 " int\n"
17326 " guestfs_touch (guestfs_h *g,\n"
17327 "                const char *path);\n"
17328 "\n"
17329 msgstr ""
17330
17331 #. type: textblock
17332 #: ../src/guestfs-actions.pod:6698 ../fish/guestfish-actions.pod:4526
17333 msgid ""
17334 "Touch acts like the L<touch(1)> command.  It can be used to update the "
17335 "timestamps on a file, or, if the file does not exist, to create a new zero-"
17336 "length file."
17337 msgstr ""
17338
17339 #. type: textblock
17340 #: ../src/guestfs-actions.pod:6702 ../fish/guestfish-actions.pod:4530
17341 msgid ""
17342 "This command only works on regular files, and will fail on other file types "
17343 "such as directories, symbolic links, block special etc."
17344 msgstr ""
17345
17346 #. type: =head2
17347 #: ../src/guestfs-actions.pod:6709
17348 msgid "guestfs_truncate"
17349 msgstr ""
17350
17351 #. type: verbatim
17352 #: ../src/guestfs-actions.pod:6711
17353 #, no-wrap
17354 msgid ""
17355 " int\n"
17356 " guestfs_truncate (guestfs_h *g,\n"
17357 "                   const char *path);\n"
17358 "\n"
17359 msgstr ""
17360
17361 #. type: textblock
17362 #: ../src/guestfs-actions.pod:6715 ../fish/guestfish-actions.pod:4537
17363 msgid ""
17364 "This command truncates C<path> to a zero-length file.  The file must exist "
17365 "already."
17366 msgstr ""
17367
17368 #. type: =head2
17369 #: ../src/guestfs-actions.pod:6722
17370 msgid "guestfs_truncate_size"
17371 msgstr ""
17372
17373 #. type: verbatim
17374 #: ../src/guestfs-actions.pod:6724
17375 #, no-wrap
17376 msgid ""
17377 " int\n"
17378 " guestfs_truncate_size (guestfs_h *g,\n"
17379 "                        const char *path,\n"
17380 "                        int64_t size);\n"
17381 "\n"
17382 msgstr ""
17383
17384 #. type: textblock
17385 #: ../src/guestfs-actions.pod:6729 ../fish/guestfish-actions.pod:4544
17386 msgid ""
17387 "This command truncates C<path> to size C<size> bytes.  The file must exist "
17388 "already."
17389 msgstr ""
17390
17391 #. type: textblock
17392 #: ../src/guestfs-actions.pod:6732
17393 msgid ""
17394 "If the current file size is less than C<size> then the file is extended to "
17395 "the required size with zero bytes.  This creates a sparse file (ie. disk "
17396 "blocks are not allocated for the file until you write to it).  To create a "
17397 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
17398 msgstr ""
17399
17400 #. type: =head2
17401 #: ../src/guestfs-actions.pod:6742
17402 msgid "guestfs_tune2fs_l"
17403 msgstr ""
17404
17405 #. type: verbatim
17406 #: ../src/guestfs-actions.pod:6744
17407 #, no-wrap
17408 msgid ""
17409 " char **\n"
17410 " guestfs_tune2fs_l (guestfs_h *g,\n"
17411 "                    const char *device);\n"
17412 "\n"
17413 msgstr ""
17414
17415 #. type: textblock
17416 #: ../src/guestfs-actions.pod:6748 ../fish/guestfish-actions.pod:4557
17417 msgid ""
17418 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
17419 "C<device>."
17420 msgstr ""
17421
17422 #. type: textblock
17423 #: ../src/guestfs-actions.pod:6751 ../fish/guestfish-actions.pod:4560
17424 msgid ""
17425 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
17426 "for more details.  The list of fields returned isn't clearly defined, and "
17427 "depends on both the version of C<tune2fs> that libguestfs was built against, "
17428 "and the filesystem itself."
17429 msgstr ""
17430
17431 #. type: =head2
17432 #: ../src/guestfs-actions.pod:6764
17433 msgid "guestfs_txz_in"
17434 msgstr ""
17435
17436 #. type: verbatim
17437 #: ../src/guestfs-actions.pod:6766
17438 #, no-wrap
17439 msgid ""
17440 " int\n"
17441 " guestfs_txz_in (guestfs_h *g,\n"
17442 "                 const char *tarball,\n"
17443 "                 const char *directory);\n"
17444 "\n"
17445 msgstr ""
17446
17447 #. type: textblock
17448 #: ../src/guestfs-actions.pod:6771 ../fish/guestfish-actions.pod:4569
17449 msgid ""
17450 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
17451 "tar file) into C<directory>."
17452 msgstr ""
17453
17454 #. type: =head2
17455 #: ../src/guestfs-actions.pod:6778
17456 msgid "guestfs_txz_out"
17457 msgstr ""
17458
17459 #. type: verbatim
17460 #: ../src/guestfs-actions.pod:6780
17461 #, no-wrap
17462 msgid ""
17463 " int\n"
17464 " guestfs_txz_out (guestfs_h *g,\n"
17465 "                  const char *directory,\n"
17466 "                  const char *tarball);\n"
17467 "\n"
17468 msgstr ""
17469
17470 #. type: textblock
17471 #: ../src/guestfs-actions.pod:6785 ../fish/guestfish-actions.pod:4578
17472 msgid ""
17473 "This command packs the contents of C<directory> and downloads it to local "
17474 "file C<tarball> (as an xz compressed tar archive)."
17475 msgstr ""
17476
17477 #. type: =head2
17478 #: ../src/guestfs-actions.pod:6792
17479 msgid "guestfs_umask"
17480 msgstr ""
17481
17482 #. type: verbatim
17483 #: ../src/guestfs-actions.pod:6794
17484 #, no-wrap
17485 msgid ""
17486 " int\n"
17487 " guestfs_umask (guestfs_h *g,\n"
17488 "                int mask);\n"
17489 "\n"
17490 msgstr ""
17491
17492 #. type: textblock
17493 #: ../src/guestfs-actions.pod:6798 ../fish/guestfish-actions.pod:4587
17494 msgid ""
17495 "This function sets the mask used for creating new files and device nodes to "
17496 "C<mask & 0777>."
17497 msgstr ""
17498
17499 #. type: textblock
17500 #: ../src/guestfs-actions.pod:6801 ../fish/guestfish-actions.pod:4590
17501 msgid ""
17502 "Typical umask values would be C<022> which creates new files with "
17503 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
17504 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
17505 msgstr ""
17506
17507 #. type: textblock
17508 #: ../src/guestfs-actions.pod:6806 ../fish/guestfish-actions.pod:4595
17509 msgid ""
17510 "The default umask is C<022>.  This is important because it means that "
17511 "directories and device nodes will be created with C<0644> or C<0755> mode "
17512 "even if you specify C<0777>."
17513 msgstr ""
17514
17515 #. type: textblock
17516 #: ../src/guestfs-actions.pod:6810
17517 msgid ""
17518 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
17519 "C<guestfs_mkdir>."
17520 msgstr ""
17521
17522 #. type: textblock
17523 #: ../src/guestfs-actions.pod:6813 ../fish/guestfish-actions.pod:4602
17524 msgid "This call returns the previous umask."
17525 msgstr ""
17526
17527 #. type: =head2
17528 #: ../src/guestfs-actions.pod:6819
17529 msgid "guestfs_umount"
17530 msgstr ""
17531
17532 #. type: verbatim
17533 #: ../src/guestfs-actions.pod:6821
17534 #, no-wrap
17535 msgid ""
17536 " int\n"
17537 " guestfs_umount (guestfs_h *g,\n"
17538 "                 const char *pathordevice);\n"
17539 "\n"
17540 msgstr ""
17541
17542 #. type: textblock
17543 #: ../src/guestfs-actions.pod:6825 ../fish/guestfish-actions.pod:4610
17544 msgid ""
17545 "This unmounts the given filesystem.  The filesystem may be specified either "
17546 "by its mountpoint (path) or the device which contains the filesystem."
17547 msgstr ""
17548
17549 #. type: =head2
17550 #: ../src/guestfs-actions.pod:6833
17551 msgid "guestfs_umount_all"
17552 msgstr ""
17553
17554 #. type: verbatim
17555 #: ../src/guestfs-actions.pod:6835
17556 #, no-wrap
17557 msgid ""
17558 " int\n"
17559 " guestfs_umount_all (guestfs_h *g);\n"
17560 "\n"
17561 msgstr ""
17562
17563 #. type: textblock
17564 #: ../src/guestfs-actions.pod:6838 ../fish/guestfish-actions.pod:4620
17565 msgid "This unmounts all mounted filesystems."
17566 msgstr ""
17567
17568 #. type: textblock
17569 #: ../src/guestfs-actions.pod:6840 ../fish/guestfish-actions.pod:4622
17570 msgid "Some internal mounts are not unmounted by this call."
17571 msgstr ""
17572
17573 #. type: =head2
17574 #: ../src/guestfs-actions.pod:6846
17575 msgid "guestfs_upload"
17576 msgstr ""
17577
17578 #. type: verbatim
17579 #: ../src/guestfs-actions.pod:6848
17580 #, no-wrap
17581 msgid ""
17582 " int\n"
17583 " guestfs_upload (guestfs_h *g,\n"
17584 "                 const char *filename,\n"
17585 "                 const char *remotefilename);\n"
17586 "\n"
17587 msgstr ""
17588
17589 #. type: textblock
17590 #: ../src/guestfs-actions.pod:6853 ../src/guestfs-actions.pod:6877
17591 #: ../fish/guestfish-actions.pod:4628 ../fish/guestfish-actions.pod:4641
17592 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
17593 msgstr ""
17594
17595 #. type: textblock
17596 #: ../src/guestfs-actions.pod:6858
17597 msgid "See also C<guestfs_download>."
17598 msgstr ""
17599
17600 #. type: =head2
17601 #: ../src/guestfs-actions.pod:6869
17602 msgid "guestfs_upload_offset"
17603 msgstr ""
17604
17605 #. type: verbatim
17606 #: ../src/guestfs-actions.pod:6871
17607 #, no-wrap
17608 msgid ""
17609 " int\n"
17610 " guestfs_upload_offset (guestfs_h *g,\n"
17611 "                        const char *filename,\n"
17612 "                        const char *remotefilename,\n"
17613 "                        int64_t offset);\n"
17614 "\n"
17615 msgstr ""
17616
17617 #. type: textblock
17618 #: ../src/guestfs-actions.pod:6880 ../fish/guestfish-actions.pod:4644
17619 msgid ""
17620 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
17621 "The intention is to overwrite parts of existing files or devices, although "
17622 "if a non-existant file is specified then it is created with a \"hole\" "
17623 "before C<offset>.  The size of the data written is implicit in the size of "
17624 "the source C<filename>."
17625 msgstr ""
17626
17627 #. type: textblock
17628 #: ../src/guestfs-actions.pod:6887
17629 msgid ""
17630 "Note that there is no limit on the amount of data that can be uploaded with "
17631 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
17632 "full amount unless an error occurs."
17633 msgstr ""
17634
17635 #. type: textblock
17636 #: ../src/guestfs-actions.pod:6892
17637 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
17638 msgstr ""
17639
17640 #. type: =head2
17641 #: ../src/guestfs-actions.pod:6903
17642 msgid "guestfs_utimens"
17643 msgstr ""
17644
17645 #. type: verbatim
17646 #: ../src/guestfs-actions.pod:6905
17647 #, no-wrap
17648 msgid ""
17649 " int\n"
17650 " guestfs_utimens (guestfs_h *g,\n"
17651 "                  const char *path,\n"
17652 "                  int64_t atsecs,\n"
17653 "                  int64_t atnsecs,\n"
17654 "                  int64_t mtsecs,\n"
17655 "                  int64_t mtnsecs);\n"
17656 "\n"
17657 msgstr ""
17658
17659 #. type: textblock
17660 #: ../src/guestfs-actions.pod:6913 ../fish/guestfish-actions.pod:4664
17661 msgid "This command sets the timestamps of a file with nanosecond precision."
17662 msgstr ""
17663
17664 #. type: textblock
17665 #: ../src/guestfs-actions.pod:6916 ../fish/guestfish-actions.pod:4667
17666 msgid ""
17667 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
17668 "from the epoch."
17669 msgstr ""
17670
17671 #. type: textblock
17672 #: ../src/guestfs-actions.pod:6919 ../fish/guestfish-actions.pod:4670
17673 msgid ""
17674 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
17675 "nanoseconds from the epoch."
17676 msgstr ""
17677
17678 #. type: textblock
17679 #: ../src/guestfs-actions.pod:6922 ../fish/guestfish-actions.pod:4673
17680 msgid ""
17681 "If the C<*nsecs> field contains the special value C<-1> then the "
17682 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
17683 "ignored in this case)."
17684 msgstr ""
17685
17686 #. type: textblock
17687 #: ../src/guestfs-actions.pod:6926 ../fish/guestfish-actions.pod:4677
17688 msgid ""
17689 "If the C<*nsecs> field contains the special value C<-2> then the "
17690 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
17691 "in this case)."
17692 msgstr ""
17693
17694 #. type: =head2
17695 #: ../src/guestfs-actions.pod:6934 ../src/guestfs-structs.pod:175
17696 msgid "guestfs_version"
17697 msgstr ""
17698
17699 #. type: verbatim
17700 #: ../src/guestfs-actions.pod:6936
17701 #, no-wrap
17702 msgid ""
17703 " struct guestfs_version *\n"
17704 " guestfs_version (guestfs_h *g);\n"
17705 "\n"
17706 msgstr ""
17707
17708 #. type: textblock
17709 #: ../src/guestfs-actions.pod:6939 ../fish/guestfish-actions.pod:4685
17710 msgid ""
17711 "Return the libguestfs version number that the program is linked against."
17712 msgstr ""
17713
17714 #. type: textblock
17715 #: ../src/guestfs-actions.pod:6942 ../fish/guestfish-actions.pod:4688
17716 msgid ""
17717 "Note that because of dynamic linking this is not necessarily the version of "
17718 "libguestfs that you compiled against.  You can compile the program, and then "
17719 "at runtime dynamically link against a completely different C<libguestfs.so> "
17720 "library."
17721 msgstr ""
17722
17723 #. type: textblock
17724 #: ../src/guestfs-actions.pod:6947 ../fish/guestfish-actions.pod:4693
17725 msgid ""
17726 "This call was added in version C<1.0.58>.  In previous versions of "
17727 "libguestfs there was no way to get the version number.  From C code you can "
17728 "use dynamic linker functions to find out if this symbol exists (if it "
17729 "doesn't, then it's an earlier version)."
17730 msgstr ""
17731
17732 #. type: textblock
17733 #: ../src/guestfs-actions.pod:6953 ../fish/guestfish-actions.pod:4699
17734 msgid ""
17735 "The call returns a structure with four elements.  The first three (C<major>, "
17736 "C<minor> and C<release>) are numbers and correspond to the usual version "
17737 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
17738 "but may be used for distro-specific information."
17739 msgstr ""
17740
17741 #. type: textblock
17742 #: ../src/guestfs-actions.pod:6959 ../fish/guestfish-actions.pod:4705
17743 msgid ""
17744 "To construct the original version string: C<$major.$minor.$release$extra>"
17745 msgstr ""
17746
17747 #. type: textblock
17748 #: ../src/guestfs-actions.pod:6962 ../fish/guestfish-actions.pod:4708
17749 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
17750 msgstr ""
17751
17752 #. type: textblock
17753 #: ../src/guestfs-actions.pod:6964
17754 msgid ""
17755 "I<Note:> Don't use this call to test for availability of features.  In "
17756 "enterprise distributions we backport features from later versions into "
17757 "earlier versions, making this an unreliable way to test for features.  Use "
17758 "C<guestfs_available> instead."
17759 msgstr ""
17760
17761 #. type: textblock
17762 #: ../src/guestfs-actions.pod:6970
17763 msgid ""
17764 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
17765 "error.  I<The caller must call C<guestfs_free_version> after use>."
17766 msgstr ""
17767
17768 #. type: textblock
17769 #: ../src/guestfs-actions.pod:6974
17770 msgid "(Added in 1.0.58)"
17771 msgstr ""
17772
17773 #. type: =head2
17774 #: ../src/guestfs-actions.pod:6976
17775 msgid "guestfs_vfs_label"
17776 msgstr ""
17777
17778 #. type: verbatim
17779 #: ../src/guestfs-actions.pod:6978
17780 #, no-wrap
17781 msgid ""
17782 " char *\n"
17783 " guestfs_vfs_label (guestfs_h *g,\n"
17784 "                    const char *device);\n"
17785 "\n"
17786 msgstr ""
17787
17788 #. type: textblock
17789 #: ../src/guestfs-actions.pod:6982 ../fish/guestfish-actions.pod:4720
17790 msgid "This returns the filesystem label of the filesystem on C<device>."
17791 msgstr ""
17792
17793 #. type: textblock
17794 #: ../src/guestfs-actions.pod:6985 ../fish/guestfish-actions.pod:4723
17795 msgid "If the filesystem is unlabeled, this returns the empty string."
17796 msgstr ""
17797
17798 #. type: textblock
17799 #: ../src/guestfs-actions.pod:6987
17800 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
17801 msgstr ""
17802
17803 #. type: textblock
17804 #: ../src/guestfs-actions.pod:6992 ../src/guestfs-actions.pod:7029
17805 msgid "(Added in 1.3.18)"
17806 msgstr ""
17807
17808 #. type: =head2
17809 #: ../src/guestfs-actions.pod:6994
17810 msgid "guestfs_vfs_type"
17811 msgstr ""
17812
17813 #. type: verbatim
17814 #: ../src/guestfs-actions.pod:6996
17815 #, no-wrap
17816 msgid ""
17817 " char *\n"
17818 " guestfs_vfs_type (guestfs_h *g,\n"
17819 "                   const char *device);\n"
17820 "\n"
17821 msgstr ""
17822
17823 #. type: textblock
17824 #: ../src/guestfs-actions.pod:7000 ../fish/guestfish-actions.pod:4731
17825 msgid ""
17826 "This command gets the filesystem type corresponding to the filesystem on "
17827 "C<device>."
17828 msgstr ""
17829
17830 #. type: textblock
17831 #: ../src/guestfs-actions.pod:7003 ../fish/guestfish-actions.pod:4734
17832 msgid ""
17833 "For most filesystems, the result is the name of the Linux VFS module which "
17834 "would be used to mount this filesystem if you mounted it without specifying "
17835 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
17836 msgstr ""
17837
17838 #. type: =head2
17839 #: ../src/guestfs-actions.pod:7013
17840 msgid "guestfs_vfs_uuid"
17841 msgstr ""
17842
17843 #. type: verbatim
17844 #: ../src/guestfs-actions.pod:7015
17845 #, no-wrap
17846 msgid ""
17847 " char *\n"
17848 " guestfs_vfs_uuid (guestfs_h *g,\n"
17849 "                   const char *device);\n"
17850 "\n"
17851 msgstr ""
17852
17853 #. type: textblock
17854 #: ../src/guestfs-actions.pod:7019 ../fish/guestfish-actions.pod:4743
17855 msgid "This returns the filesystem UUID of the filesystem on C<device>."
17856 msgstr ""
17857
17858 #. type: textblock
17859 #: ../src/guestfs-actions.pod:7022 ../fish/guestfish-actions.pod:4746
17860 msgid "If the filesystem does not have a UUID, this returns the empty string."
17861 msgstr ""
17862
17863 #. type: textblock
17864 #: ../src/guestfs-actions.pod:7024
17865 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
17866 msgstr ""
17867
17868 #. type: =head2
17869 #: ../src/guestfs-actions.pod:7031
17870 msgid "guestfs_vg_activate"
17871 msgstr ""
17872
17873 #. type: verbatim
17874 #: ../src/guestfs-actions.pod:7033
17875 #, no-wrap
17876 msgid ""
17877 " int\n"
17878 " guestfs_vg_activate (guestfs_h *g,\n"
17879 "                      int activate,\n"
17880 "                      char *const *volgroups);\n"
17881 "\n"
17882 msgstr ""
17883
17884 #. type: textblock
17885 #: ../src/guestfs-actions.pod:7038 ../fish/guestfish-actions.pod:4754
17886 msgid ""
17887 "This command activates or (if C<activate> is false) deactivates all logical "
17888 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
17889 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
17890 "deactivated, then those devices disappear."
17891 msgstr ""
17892
17893 #. type: textblock
17894 #: ../src/guestfs-actions.pod:7044 ../fish/guestfish-actions.pod:4760
17895 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
17896 msgstr ""
17897
17898 #. type: textblock
17899 #: ../src/guestfs-actions.pod:7046 ../fish/guestfish-actions.pod:4762
17900 msgid ""
17901 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
17902 "activated or deactivated."
17903 msgstr ""
17904
17905 #. type: =head2
17906 #: ../src/guestfs-actions.pod:7053
17907 msgid "guestfs_vg_activate_all"
17908 msgstr ""
17909
17910 #. type: verbatim
17911 #: ../src/guestfs-actions.pod:7055
17912 #, no-wrap
17913 msgid ""
17914 " int\n"
17915 " guestfs_vg_activate_all (guestfs_h *g,\n"
17916 "                          int activate);\n"
17917 "\n"
17918 msgstr ""
17919
17920 #. type: textblock
17921 #: ../src/guestfs-actions.pod:7059 ../fish/guestfish-actions.pod:4769
17922 msgid ""
17923 "This command activates or (if C<activate> is false) deactivates all logical "
17924 "volumes in all volume groups.  If activated, then they are made known to the "
17925 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
17926 "those devices disappear."
17927 msgstr ""
17928
17929 #. type: textblock
17930 #: ../src/guestfs-actions.pod:7065 ../fish/guestfish-actions.pod:4775
17931 msgid "This command is the same as running C<vgchange -a y|n>"
17932 msgstr ""
17933
17934 #. type: =head2
17935 #: ../src/guestfs-actions.pod:7071
17936 msgid "guestfs_vgcreate"
17937 msgstr ""
17938
17939 #. type: verbatim
17940 #: ../src/guestfs-actions.pod:7073
17941 #, no-wrap
17942 msgid ""
17943 " int\n"
17944 " guestfs_vgcreate (guestfs_h *g,\n"
17945 "                   const char *volgroup,\n"
17946 "                   char *const *physvols);\n"
17947 "\n"
17948 msgstr ""
17949
17950 #. type: textblock
17951 #: ../src/guestfs-actions.pod:7078 ../fish/guestfish-actions.pod:4781
17952 msgid ""
17953 "This creates an LVM volume group called C<volgroup> from the non-empty list "
17954 "of physical volumes C<physvols>."
17955 msgstr ""
17956
17957 #. type: =head2
17958 #: ../src/guestfs-actions.pod:7085
17959 msgid "guestfs_vglvuuids"
17960 msgstr ""
17961
17962 #. type: verbatim
17963 #: ../src/guestfs-actions.pod:7087
17964 #, no-wrap
17965 msgid ""
17966 " char **\n"
17967 " guestfs_vglvuuids (guestfs_h *g,\n"
17968 "                    const char *vgname);\n"
17969 "\n"
17970 msgstr ""
17971
17972 #. type: textblock
17973 #: ../src/guestfs-actions.pod:7091 ../fish/guestfish-actions.pod:4788
17974 msgid ""
17975 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17976 "volumes created in this volume group."
17977 msgstr ""
17978
17979 #. type: textblock
17980 #: ../src/guestfs-actions.pod:7094
17981 msgid ""
17982 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17983 "associate logical volumes and volume groups."
17984 msgstr ""
17985
17986 #. type: textblock
17987 #: ../src/guestfs-actions.pod:7097
17988 msgid "See also C<guestfs_vgpvuuids>."
17989 msgstr ""
17990
17991 #. type: =head2
17992 #: ../src/guestfs-actions.pod:7105
17993 msgid "guestfs_vgpvuuids"
17994 msgstr ""
17995
17996 #. type: verbatim
17997 #: ../src/guestfs-actions.pod:7107
17998 #, no-wrap
17999 msgid ""
18000 " char **\n"
18001 " guestfs_vgpvuuids (guestfs_h *g,\n"
18002 "                    const char *vgname);\n"
18003 "\n"
18004 msgstr ""
18005
18006 #. type: textblock
18007 #: ../src/guestfs-actions.pod:7111 ../fish/guestfish-actions.pod:4800
18008 msgid ""
18009 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
18010 "volumes that this volume group resides on."
18011 msgstr ""
18012
18013 #. type: textblock
18014 #: ../src/guestfs-actions.pod:7114
18015 msgid ""
18016 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
18017 "associate physical volumes and volume groups."
18018 msgstr ""
18019
18020 #. type: textblock
18021 #: ../src/guestfs-actions.pod:7117
18022 msgid "See also C<guestfs_vglvuuids>."
18023 msgstr ""
18024
18025 #. type: =head2
18026 #: ../src/guestfs-actions.pod:7125
18027 msgid "guestfs_vgremove"
18028 msgstr ""
18029
18030 #. type: verbatim
18031 #: ../src/guestfs-actions.pod:7127
18032 #, no-wrap
18033 msgid ""
18034 " int\n"
18035 " guestfs_vgremove (guestfs_h *g,\n"
18036 "                   const char *vgname);\n"
18037 "\n"
18038 msgstr ""
18039
18040 #. type: textblock
18041 #: ../src/guestfs-actions.pod:7131 ../fish/guestfish-actions.pod:4812
18042 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
18043 msgstr ""
18044
18045 #. type: textblock
18046 #: ../src/guestfs-actions.pod:7133 ../fish/guestfish-actions.pod:4814
18047 msgid ""
18048 "This also forcibly removes all logical volumes in the volume group (if any)."
18049 msgstr ""
18050
18051 #. type: =head2
18052 #: ../src/guestfs-actions.pod:7140
18053 msgid "guestfs_vgrename"
18054 msgstr ""
18055
18056 #. type: verbatim
18057 #: ../src/guestfs-actions.pod:7142
18058 #, no-wrap
18059 msgid ""
18060 " int\n"
18061 " guestfs_vgrename (guestfs_h *g,\n"
18062 "                   const char *volgroup,\n"
18063 "                   const char *newvolgroup);\n"
18064 "\n"
18065 msgstr ""
18066
18067 #. type: textblock
18068 #: ../src/guestfs-actions.pod:7147 ../fish/guestfish-actions.pod:4821
18069 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
18070 msgstr ""
18071
18072 #. type: =head2
18073 #: ../src/guestfs-actions.pod:7153
18074 msgid "guestfs_vgs"
18075 msgstr ""
18076
18077 #. type: verbatim
18078 #: ../src/guestfs-actions.pod:7155
18079 #, no-wrap
18080 msgid ""
18081 " char **\n"
18082 " guestfs_vgs (guestfs_h *g);\n"
18083 "\n"
18084 msgstr ""
18085
18086 #. type: textblock
18087 #: ../src/guestfs-actions.pod:7158 ../fish/guestfish-actions.pod:4827
18088 msgid ""
18089 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18090 "> command."
18091 msgstr ""
18092
18093 #. type: textblock
18094 #: ../src/guestfs-actions.pod:7161 ../fish/guestfish-actions.pod:4830
18095 msgid ""
18096 "This returns a list of just the volume group names that were detected (eg. "
18097 "C<VolGroup00>)."
18098 msgstr ""
18099
18100 #. type: textblock
18101 #: ../src/guestfs-actions.pod:7164
18102 msgid "See also C<guestfs_vgs_full>."
18103 msgstr ""
18104
18105 #. type: =head2
18106 #: ../src/guestfs-actions.pod:7172
18107 msgid "guestfs_vgs_full"
18108 msgstr ""
18109
18110 #. type: verbatim
18111 #: ../src/guestfs-actions.pod:7174
18112 #, no-wrap
18113 msgid ""
18114 " struct guestfs_lvm_vg_list *\n"
18115 " guestfs_vgs_full (guestfs_h *g);\n"
18116 "\n"
18117 msgstr ""
18118
18119 #. type: textblock
18120 #: ../src/guestfs-actions.pod:7177 ../fish/guestfish-actions.pod:4839
18121 msgid ""
18122 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18123 "> command.  The \"full\" version includes all fields."
18124 msgstr ""
18125
18126 #. type: textblock
18127 #: ../src/guestfs-actions.pod:7180
18128 msgid ""
18129 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
18130 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
18131 msgstr ""
18132
18133 #. type: =head2
18134 #: ../src/guestfs-actions.pod:7186
18135 msgid "guestfs_vgscan"
18136 msgstr ""
18137
18138 #. type: verbatim
18139 #: ../src/guestfs-actions.pod:7188
18140 #, no-wrap
18141 msgid ""
18142 " int\n"
18143 " guestfs_vgscan (guestfs_h *g);\n"
18144 "\n"
18145 msgstr ""
18146
18147 #. type: textblock
18148 #: ../src/guestfs-actions.pod:7191 ../fish/guestfish-actions.pod:4846
18149 msgid ""
18150 "This rescans all block devices and rebuilds the list of LVM physical "
18151 "volumes, volume groups and logical volumes."
18152 msgstr ""
18153
18154 #. type: =head2
18155 #: ../src/guestfs-actions.pod:7198
18156 msgid "guestfs_vguuid"
18157 msgstr ""
18158
18159 #. type: verbatim
18160 #: ../src/guestfs-actions.pod:7200
18161 #, no-wrap
18162 msgid ""
18163 " char *\n"
18164 " guestfs_vguuid (guestfs_h *g,\n"
18165 "                 const char *vgname);\n"
18166 "\n"
18167 msgstr ""
18168
18169 #. type: textblock
18170 #: ../src/guestfs-actions.pod:7204 ../fish/guestfish-actions.pod:4853
18171 msgid "This command returns the UUID of the LVM VG named C<vgname>."
18172 msgstr ""
18173
18174 #. type: =head2
18175 #: ../src/guestfs-actions.pod:7211
18176 msgid "guestfs_wait_ready"
18177 msgstr ""
18178
18179 #. type: verbatim
18180 #: ../src/guestfs-actions.pod:7213
18181 #, no-wrap
18182 msgid ""
18183 " int\n"
18184 " guestfs_wait_ready (guestfs_h *g);\n"
18185 "\n"
18186 msgstr ""
18187
18188 #. type: textblock
18189 #: ../src/guestfs-actions.pod:7216
18190 msgid "This function is a no op."
18191 msgstr ""
18192
18193 #. type: textblock
18194 #: ../src/guestfs-actions.pod:7218
18195 msgid ""
18196 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
18197 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
18198 "is no longer necessary because C<guestfs_launch> now does the waiting."
18199 msgstr ""
18200
18201 #. type: textblock
18202 #: ../src/guestfs-actions.pod:7223
18203 msgid ""
18204 "If you see any calls to this function in code then you can just remove them, "
18205 "unless you want to retain compatibility with older versions of the API."
18206 msgstr ""
18207
18208 #. type: textblock
18209 #: ../src/guestfs-actions.pod:7229
18210 msgid ""
18211 "This function is deprecated.  In new code, use the L</guestfs_launch> call "
18212 "instead."
18213 msgstr ""
18214
18215 #. type: =head2
18216 #: ../src/guestfs-actions.pod:7238
18217 msgid "guestfs_wc_c"
18218 msgstr ""
18219
18220 #. type: verbatim
18221 #: ../src/guestfs-actions.pod:7240
18222 #, no-wrap
18223 msgid ""
18224 " int\n"
18225 " guestfs_wc_c (guestfs_h *g,\n"
18226 "               const char *path);\n"
18227 "\n"
18228 msgstr ""
18229
18230 #. type: textblock
18231 #: ../src/guestfs-actions.pod:7244 ../fish/guestfish-actions.pod:4859
18232 msgid ""
18233 "This command counts the characters in a file, using the C<wc -c> external "
18234 "command."
18235 msgstr ""
18236
18237 #. type: =head2
18238 #: ../src/guestfs-actions.pod:7251
18239 msgid "guestfs_wc_l"
18240 msgstr ""
18241
18242 #. type: verbatim
18243 #: ../src/guestfs-actions.pod:7253
18244 #, no-wrap
18245 msgid ""
18246 " int\n"
18247 " guestfs_wc_l (guestfs_h *g,\n"
18248 "               const char *path);\n"
18249 "\n"
18250 msgstr ""
18251
18252 #. type: textblock
18253 #: ../src/guestfs-actions.pod:7257 ../fish/guestfish-actions.pod:4866
18254 msgid ""
18255 "This command counts the lines in a file, using the C<wc -l> external command."
18256 msgstr ""
18257
18258 #. type: =head2
18259 #: ../src/guestfs-actions.pod:7264
18260 msgid "guestfs_wc_w"
18261 msgstr ""
18262
18263 #. type: verbatim
18264 #: ../src/guestfs-actions.pod:7266
18265 #, no-wrap
18266 msgid ""
18267 " int\n"
18268 " guestfs_wc_w (guestfs_h *g,\n"
18269 "               const char *path);\n"
18270 "\n"
18271 msgstr ""
18272
18273 #. type: textblock
18274 #: ../src/guestfs-actions.pod:7270 ../fish/guestfish-actions.pod:4873
18275 msgid ""
18276 "This command counts the words in a file, using the C<wc -w> external command."
18277 msgstr ""
18278
18279 #. type: =head2
18280 #: ../src/guestfs-actions.pod:7277
18281 msgid "guestfs_write"
18282 msgstr ""
18283
18284 #. type: verbatim
18285 #: ../src/guestfs-actions.pod:7279
18286 #, no-wrap
18287 msgid ""
18288 " int\n"
18289 " guestfs_write (guestfs_h *g,\n"
18290 "                const char *path,\n"
18291 "                const char *content,\n"
18292 "                size_t content_size);\n"
18293 "\n"
18294 msgstr ""
18295
18296 #. type: textblock
18297 #: ../src/guestfs-actions.pod:7285 ../fish/guestfish-actions.pod:4880
18298 msgid ""
18299 "This call creates a file called C<path>.  The content of the file is the "
18300 "string C<content> (which can contain any 8 bit data)."
18301 msgstr ""
18302
18303 #. type: =head2
18304 #: ../src/guestfs-actions.pod:7295
18305 msgid "guestfs_write_file"
18306 msgstr ""
18307
18308 #. type: verbatim
18309 #: ../src/guestfs-actions.pod:7297
18310 #, no-wrap
18311 msgid ""
18312 " int\n"
18313 " guestfs_write_file (guestfs_h *g,\n"
18314 "                     const char *path,\n"
18315 "                     const char *content,\n"
18316 "                     int size);\n"
18317 "\n"
18318 msgstr ""
18319
18320 #. type: textblock
18321 #: ../src/guestfs-actions.pod:7303 ../fish/guestfish-actions.pod:4890
18322 msgid ""
18323 "This call creates a file called C<path>.  The contents of the file is the "
18324 "string C<content> (which can contain any 8 bit data), with length C<size>."
18325 msgstr ""
18326
18327 #. type: textblock
18328 #: ../src/guestfs-actions.pod:7307 ../fish/guestfish-actions.pod:4894
18329 msgid ""
18330 "As a special case, if C<size> is C<0> then the length is calculated using "
18331 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
18332 msgstr ""
18333
18334 #. type: textblock
18335 #: ../src/guestfs-actions.pod:7311 ../fish/guestfish-actions.pod:4898
18336 msgid ""
18337 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
18338 "I<not> work, even if the length is specified."
18339 msgstr ""
18340
18341 #. type: textblock
18342 #: ../src/guestfs-actions.pod:7319
18343 msgid ""
18344 "This function is deprecated.  In new code, use the L</guestfs_write> call "
18345 "instead."
18346 msgstr ""
18347
18348 #. type: =head2
18349 #: ../src/guestfs-actions.pod:7328
18350 msgid "guestfs_zegrep"
18351 msgstr ""
18352
18353 #. type: verbatim
18354 #: ../src/guestfs-actions.pod:7330
18355 #, no-wrap
18356 msgid ""
18357 " char **\n"
18358 " guestfs_zegrep (guestfs_h *g,\n"
18359 "                 const char *regex,\n"
18360 "                 const char *path);\n"
18361 "\n"
18362 msgstr ""
18363
18364 #. type: textblock
18365 #: ../src/guestfs-actions.pod:7335 ../fish/guestfish-actions.pod:4915
18366 msgid ""
18367 "This calls the external C<zegrep> program and returns the matching lines."
18368 msgstr ""
18369
18370 #. type: =head2
18371 #: ../src/guestfs-actions.pod:7347
18372 msgid "guestfs_zegrepi"
18373 msgstr ""
18374
18375 #. type: verbatim
18376 #: ../src/guestfs-actions.pod:7349
18377 #, no-wrap
18378 msgid ""
18379 " char **\n"
18380 " guestfs_zegrepi (guestfs_h *g,\n"
18381 "                  const char *regex,\n"
18382 "                  const char *path);\n"
18383 "\n"
18384 msgstr ""
18385
18386 #. type: textblock
18387 #: ../src/guestfs-actions.pod:7354 ../fish/guestfish-actions.pod:4925
18388 msgid ""
18389 "This calls the external C<zegrep -i> program and returns the matching lines."
18390 msgstr ""
18391
18392 #. type: =head2
18393 #: ../src/guestfs-actions.pod:7366
18394 msgid "guestfs_zero"
18395 msgstr ""
18396
18397 #. type: verbatim
18398 #: ../src/guestfs-actions.pod:7368
18399 #, no-wrap
18400 msgid ""
18401 " int\n"
18402 " guestfs_zero (guestfs_h *g,\n"
18403 "               const char *device);\n"
18404 "\n"
18405 msgstr ""
18406
18407 #. type: textblock
18408 #: ../src/guestfs-actions.pod:7372 ../fish/guestfish-actions.pod:4935
18409 msgid "This command writes zeroes over the first few blocks of C<device>."
18410 msgstr ""
18411
18412 #. type: textblock
18413 #: ../src/guestfs-actions.pod:7374 ../fish/guestfish-actions.pod:4937
18414 msgid ""
18415 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
18416 "securely wipe the device).  It should be sufficient to remove any partition "
18417 "tables, filesystem superblocks and so on."
18418 msgstr ""
18419
18420 #. type: textblock
18421 #: ../src/guestfs-actions.pod:7378
18422 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
18423 msgstr ""
18424
18425 #. type: =head2
18426 #: ../src/guestfs-actions.pod:7389
18427 msgid "guestfs_zero_device"
18428 msgstr ""
18429
18430 #. type: verbatim
18431 #: ../src/guestfs-actions.pod:7391
18432 #, no-wrap
18433 msgid ""
18434 " int\n"
18435 " guestfs_zero_device (guestfs_h *g,\n"
18436 "                      const char *device);\n"
18437 "\n"
18438 msgstr ""
18439
18440 #. type: textblock
18441 #: ../src/guestfs-actions.pod:7395
18442 msgid ""
18443 "This command writes zeroes over the entire C<device>.  Compare with "
18444 "C<guestfs_zero> which just zeroes the first few blocks of a device."
18445 msgstr ""
18446
18447 #. type: textblock
18448 #: ../src/guestfs-actions.pod:7409
18449 msgid "(Added in 1.3.1)"
18450 msgstr ""
18451
18452 #. type: =head2
18453 #: ../src/guestfs-actions.pod:7411
18454 msgid "guestfs_zerofree"
18455 msgstr ""
18456
18457 #. type: verbatim
18458 #: ../src/guestfs-actions.pod:7413
18459 #, no-wrap
18460 msgid ""
18461 " int\n"
18462 " guestfs_zerofree (guestfs_h *g,\n"
18463 "                   const char *device);\n"
18464 "\n"
18465 msgstr ""
18466
18467 #. type: textblock
18468 #: ../src/guestfs-actions.pod:7417 ../fish/guestfish-actions.pod:4958
18469 msgid ""
18470 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
18471 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
18472 "possible to compress the filesystem more effectively."
18473 msgstr ""
18474
18475 #. type: textblock
18476 #: ../src/guestfs-actions.pod:7422 ../fish/guestfish-actions.pod:4963
18477 msgid "You should B<not> run this program if the filesystem is mounted."
18478 msgstr ""
18479
18480 #. type: textblock
18481 #: ../src/guestfs-actions.pod:7425 ../fish/guestfish-actions.pod:4966
18482 msgid ""
18483 "It is possible that using this program can damage the filesystem or data on "
18484 "the filesystem."
18485 msgstr ""
18486
18487 #. type: =head2
18488 #: ../src/guestfs-actions.pod:7432
18489 msgid "guestfs_zfgrep"
18490 msgstr ""
18491
18492 #. type: verbatim
18493 #: ../src/guestfs-actions.pod:7434
18494 #, no-wrap
18495 msgid ""
18496 " char **\n"
18497 " guestfs_zfgrep (guestfs_h *g,\n"
18498 "                 const char *pattern,\n"
18499 "                 const char *path);\n"
18500 "\n"
18501 msgstr ""
18502
18503 #. type: textblock
18504 #: ../src/guestfs-actions.pod:7439 ../fish/guestfish-actions.pod:4973
18505 msgid ""
18506 "This calls the external C<zfgrep> program and returns the matching lines."
18507 msgstr ""
18508
18509 #. type: =head2
18510 #: ../src/guestfs-actions.pod:7451
18511 msgid "guestfs_zfgrepi"
18512 msgstr ""
18513
18514 #. type: verbatim
18515 #: ../src/guestfs-actions.pod:7453
18516 #, no-wrap
18517 msgid ""
18518 " char **\n"
18519 " guestfs_zfgrepi (guestfs_h *g,\n"
18520 "                  const char *pattern,\n"
18521 "                  const char *path);\n"
18522 "\n"
18523 msgstr ""
18524
18525 #. type: textblock
18526 #: ../src/guestfs-actions.pod:7458 ../fish/guestfish-actions.pod:4983
18527 msgid ""
18528 "This calls the external C<zfgrep -i> program and returns the matching lines."
18529 msgstr ""
18530
18531 #. type: =head2
18532 #: ../src/guestfs-actions.pod:7470
18533 msgid "guestfs_zfile"
18534 msgstr ""
18535
18536 #. type: verbatim
18537 #: ../src/guestfs-actions.pod:7472
18538 #, no-wrap
18539 msgid ""
18540 " char *\n"
18541 " guestfs_zfile (guestfs_h *g,\n"
18542 "                const char *meth,\n"
18543 "                const char *path);\n"
18544 "\n"
18545 msgstr ""
18546
18547 #. type: textblock
18548 #: ../src/guestfs-actions.pod:7477 ../fish/guestfish-actions.pod:4993
18549 msgid ""
18550 "This command runs C<file> after first decompressing C<path> using C<method>."
18551 msgstr ""
18552
18553 #. type: textblock
18554 #: ../src/guestfs-actions.pod:7480 ../fish/guestfish-actions.pod:4996
18555 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
18556 msgstr ""
18557
18558 #. type: textblock
18559 #: ../src/guestfs-actions.pod:7482
18560 msgid ""
18561 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
18562 "files."
18563 msgstr ""
18564
18565 #. type: textblock
18566 #: ../src/guestfs-actions.pod:7488
18567 msgid ""
18568 "This function is deprecated.  In new code, use the L</guestfs_file> call "
18569 "instead."
18570 msgstr ""
18571
18572 #. type: =head2
18573 #: ../src/guestfs-actions.pod:7497
18574 msgid "guestfs_zgrep"
18575 msgstr ""
18576
18577 #. type: verbatim
18578 #: ../src/guestfs-actions.pod:7499
18579 #, no-wrap
18580 msgid ""
18581 " char **\n"
18582 " guestfs_zgrep (guestfs_h *g,\n"
18583 "                const char *regex,\n"
18584 "                const char *path);\n"
18585 "\n"
18586 msgstr ""
18587
18588 #. type: textblock
18589 #: ../src/guestfs-actions.pod:7504 ../fish/guestfish-actions.pod:5012
18590 msgid ""
18591 "This calls the external C<zgrep> program and returns the matching lines."
18592 msgstr ""
18593
18594 #. type: =head2
18595 #: ../src/guestfs-actions.pod:7516
18596 msgid "guestfs_zgrepi"
18597 msgstr ""
18598
18599 #. type: verbatim
18600 #: ../src/guestfs-actions.pod:7518
18601 #, no-wrap
18602 msgid ""
18603 " char **\n"
18604 " guestfs_zgrepi (guestfs_h *g,\n"
18605 "                 const char *regex,\n"
18606 "                 const char *path);\n"
18607 "\n"
18608 msgstr ""
18609
18610 #. type: textblock
18611 #: ../src/guestfs-actions.pod:7523 ../fish/guestfish-actions.pod:5022
18612 msgid ""
18613 "This calls the external C<zgrep -i> program and returns the matching lines."
18614 msgstr ""
18615
18616 #. type: =item
18617 #: ../src/guestfs-availability.pod:3
18618 msgid "B<augeas>"
18619 msgstr ""
18620
18621 #. type: textblock
18622 #: ../src/guestfs-availability.pod:5
18623 msgid ""
18624 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
18625 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
18626 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
18627 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
18628 "L</guestfs_aug_save> L</guestfs_aug_set>"
18629 msgstr ""
18630
18631 #. type: =item
18632 #: ../src/guestfs-availability.pod:21
18633 msgid "B<inotify>"
18634 msgstr ""
18635
18636 #. type: textblock
18637 #: ../src/guestfs-availability.pod:23
18638 msgid ""
18639 "The following functions: L</guestfs_inotify_add_watch> L</"
18640 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
18641 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
18642 msgstr ""
18643
18644 #. type: =item
18645 #: ../src/guestfs-availability.pod:31
18646 msgid "B<linuxfsuuid>"
18647 msgstr ""
18648
18649 #. type: textblock
18650 #: ../src/guestfs-availability.pod:33
18651 msgid ""
18652 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
18653 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
18654 msgstr ""
18655
18656 #. type: =item
18657 #: ../src/guestfs-availability.pod:40
18658 msgid "B<linuxmodules>"
18659 msgstr ""
18660
18661 #. type: textblock
18662 #: ../src/guestfs-availability.pod:42
18663 msgid "The following functions: L</guestfs_modprobe>"
18664 msgstr ""
18665
18666 #. type: =item
18667 #: ../src/guestfs-availability.pod:45
18668 msgid "B<linuxxattrs>"
18669 msgstr ""
18670
18671 #. type: textblock
18672 #: ../src/guestfs-availability.pod:47
18673 msgid ""
18674 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
18675 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
18676 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
18677 "guestfs_setxattr>"
18678 msgstr ""
18679
18680 #. type: =item
18681 #: ../src/guestfs-availability.pod:58
18682 msgid "B<luks>"
18683 msgstr ""
18684
18685 #. type: textblock
18686 #: ../src/guestfs-availability.pod:60
18687 msgid ""
18688 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
18689 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
18690 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
18691 msgstr ""
18692
18693 #. type: =item
18694 #: ../src/guestfs-availability.pod:69
18695 msgid "B<lvm2>"
18696 msgstr ""
18697
18698 #. type: textblock
18699 #: ../src/guestfs-availability.pod:71
18700 msgid ""
18701 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
18702 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
18703 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
18704 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
18705 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
18706 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
18707 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
18708 msgstr ""
18709
18710 #. type: =item
18711 #: ../src/guestfs-availability.pod:94
18712 msgid "B<mknod>"
18713 msgstr ""
18714
18715 #. type: textblock
18716 #: ../src/guestfs-availability.pod:96
18717 msgid ""
18718 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
18719 "guestfs_mknod_b> L</guestfs_mknod_c>"
18720 msgstr ""
18721
18722 #. type: =item
18723 #: ../src/guestfs-availability.pod:102
18724 msgid "B<ntfs3g>"
18725 msgstr ""
18726
18727 #. type: textblock
18728 #: ../src/guestfs-availability.pod:104
18729 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
18730 msgstr ""
18731
18732 #. type: =item
18733 #: ../src/guestfs-availability.pod:107
18734 msgid "B<ntfsprogs>"
18735 msgstr ""
18736
18737 #. type: textblock
18738 #: ../src/guestfs-availability.pod:109
18739 msgid ""
18740 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
18741 msgstr ""
18742
18743 #. type: =item
18744 #: ../src/guestfs-availability.pod:113
18745 msgid "B<realpath>"
18746 msgstr ""
18747
18748 #. type: textblock
18749 #: ../src/guestfs-availability.pod:115
18750 msgid "The following functions: L</guestfs_realpath>"
18751 msgstr ""
18752
18753 #. type: =item
18754 #: ../src/guestfs-availability.pod:118
18755 msgid "B<scrub>"
18756 msgstr ""
18757
18758 #. type: textblock
18759 #: ../src/guestfs-availability.pod:120
18760 msgid ""
18761 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
18762 "guestfs_scrub_freespace>"
18763 msgstr ""
18764
18765 #. type: =item
18766 #: ../src/guestfs-availability.pod:125
18767 msgid "B<selinux>"
18768 msgstr ""
18769
18770 #. type: textblock
18771 #: ../src/guestfs-availability.pod:127
18772 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
18773 msgstr ""
18774
18775 #. type: =item
18776 #: ../src/guestfs-availability.pod:131
18777 msgid "B<xz>"
18778 msgstr ""
18779
18780 #. type: textblock
18781 #: ../src/guestfs-availability.pod:133
18782 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
18783 msgstr ""
18784
18785 #. type: =item
18786 #: ../src/guestfs-availability.pod:137
18787 msgid "B<zerofree>"
18788 msgstr ""
18789
18790 #. type: textblock
18791 #: ../src/guestfs-availability.pod:139
18792 msgid "The following functions: L</guestfs_zerofree>"
18793 msgstr ""
18794
18795 #. type: =head2
18796 #: ../src/guestfs-structs.pod:1
18797 msgid "guestfs_int_bool"
18798 msgstr ""
18799
18800 #. type: verbatim
18801 #: ../src/guestfs-structs.pod:3
18802 #, no-wrap
18803 msgid ""
18804 " struct guestfs_int_bool {\n"
18805 "   int32_t i;\n"
18806 "   int32_t b;\n"
18807 " };\n"
18808 " \n"
18809 msgstr ""
18810
18811 #. type: verbatim
18812 #: ../src/guestfs-structs.pod:8
18813 #, no-wrap
18814 msgid ""
18815 " struct guestfs_int_bool_list {\n"
18816 "   uint32_t len; /* Number of elements in list. */\n"
18817 "   struct guestfs_int_bool *val; /* Elements. */\n"
18818 " };\n"
18819 " \n"
18820 msgstr ""
18821
18822 #. type: verbatim
18823 #: ../src/guestfs-structs.pod:13
18824 #, no-wrap
18825 msgid ""
18826 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
18827 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
18828 "\n"
18829 msgstr ""
18830
18831 #. type: =head2
18832 #: ../src/guestfs-structs.pod:16
18833 msgid "guestfs_lvm_pv"
18834 msgstr ""
18835
18836 #. type: verbatim
18837 #: ../src/guestfs-structs.pod:18
18838 #, no-wrap
18839 msgid ""
18840 " struct guestfs_lvm_pv {\n"
18841 "   char *pv_name;\n"
18842 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18843 "   char pv_uuid[32];\n"
18844 "   char *pv_fmt;\n"
18845 "   uint64_t pv_size;\n"
18846 "   uint64_t dev_size;\n"
18847 "   uint64_t pv_free;\n"
18848 "   uint64_t pv_used;\n"
18849 "   char *pv_attr;\n"
18850 "   int64_t pv_pe_count;\n"
18851 "   int64_t pv_pe_alloc_count;\n"
18852 "   char *pv_tags;\n"
18853 "   uint64_t pe_start;\n"
18854 "   int64_t pv_mda_count;\n"
18855 "   uint64_t pv_mda_free;\n"
18856 " };\n"
18857 " \n"
18858 msgstr ""
18859
18860 #. type: verbatim
18861 #: ../src/guestfs-structs.pod:36
18862 #, no-wrap
18863 msgid ""
18864 " struct guestfs_lvm_pv_list {\n"
18865 "   uint32_t len; /* Number of elements in list. */\n"
18866 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
18867 " };\n"
18868 " \n"
18869 msgstr ""
18870
18871 #. type: verbatim
18872 #: ../src/guestfs-structs.pod:41
18873 #, no-wrap
18874 msgid ""
18875 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
18876 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
18877 "\n"
18878 msgstr ""
18879
18880 #. type: =head2
18881 #: ../src/guestfs-structs.pod:44
18882 msgid "guestfs_lvm_vg"
18883 msgstr ""
18884
18885 #. type: verbatim
18886 #: ../src/guestfs-structs.pod:46
18887 #, no-wrap
18888 msgid ""
18889 " struct guestfs_lvm_vg {\n"
18890 "   char *vg_name;\n"
18891 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18892 "   char vg_uuid[32];\n"
18893 "   char *vg_fmt;\n"
18894 "   char *vg_attr;\n"
18895 "   uint64_t vg_size;\n"
18896 "   uint64_t vg_free;\n"
18897 "   char *vg_sysid;\n"
18898 "   uint64_t vg_extent_size;\n"
18899 "   int64_t vg_extent_count;\n"
18900 "   int64_t vg_free_count;\n"
18901 "   int64_t max_lv;\n"
18902 "   int64_t max_pv;\n"
18903 "   int64_t pv_count;\n"
18904 "   int64_t lv_count;\n"
18905 "   int64_t snap_count;\n"
18906 "   int64_t vg_seqno;\n"
18907 "   char *vg_tags;\n"
18908 "   int64_t vg_mda_count;\n"
18909 "   uint64_t vg_mda_free;\n"
18910 " };\n"
18911 " \n"
18912 msgstr ""
18913
18914 #. type: verbatim
18915 #: ../src/guestfs-structs.pod:69
18916 #, no-wrap
18917 msgid ""
18918 " struct guestfs_lvm_vg_list {\n"
18919 "   uint32_t len; /* Number of elements in list. */\n"
18920 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
18921 " };\n"
18922 " \n"
18923 msgstr ""
18924
18925 #. type: verbatim
18926 #: ../src/guestfs-structs.pod:74
18927 #, no-wrap
18928 msgid ""
18929 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
18930 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
18931 "\n"
18932 msgstr ""
18933
18934 #. type: =head2
18935 #: ../src/guestfs-structs.pod:77
18936 msgid "guestfs_lvm_lv"
18937 msgstr ""
18938
18939 #. type: verbatim
18940 #: ../src/guestfs-structs.pod:79
18941 #, no-wrap
18942 msgid ""
18943 " struct guestfs_lvm_lv {\n"
18944 "   char *lv_name;\n"
18945 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18946 "   char lv_uuid[32];\n"
18947 "   char *lv_attr;\n"
18948 "   int64_t lv_major;\n"
18949 "   int64_t lv_minor;\n"
18950 "   int64_t lv_kernel_major;\n"
18951 "   int64_t lv_kernel_minor;\n"
18952 "   uint64_t lv_size;\n"
18953 "   int64_t seg_count;\n"
18954 "   char *origin;\n"
18955 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18956 "   float snap_percent;\n"
18957 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18958 "   float copy_percent;\n"
18959 "   char *move_pv;\n"
18960 "   char *lv_tags;\n"
18961 "   char *mirror_log;\n"
18962 "   char *modules;\n"
18963 " };\n"
18964 " \n"
18965 msgstr ""
18966
18967 #. type: verbatim
18968 #: ../src/guestfs-structs.pod:101
18969 #, no-wrap
18970 msgid ""
18971 " struct guestfs_lvm_lv_list {\n"
18972 "   uint32_t len; /* Number of elements in list. */\n"
18973 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18974 " };\n"
18975 " \n"
18976 msgstr ""
18977
18978 #. type: verbatim
18979 #: ../src/guestfs-structs.pod:106
18980 #, no-wrap
18981 msgid ""
18982 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18983 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18984 "\n"
18985 msgstr ""
18986
18987 #. type: verbatim
18988 #: ../src/guestfs-structs.pod:111
18989 #, no-wrap
18990 msgid ""
18991 " struct guestfs_stat {\n"
18992 "   int64_t dev;\n"
18993 "   int64_t ino;\n"
18994 "   int64_t mode;\n"
18995 "   int64_t nlink;\n"
18996 "   int64_t uid;\n"
18997 "   int64_t gid;\n"
18998 "   int64_t rdev;\n"
18999 "   int64_t size;\n"
19000 "   int64_t blksize;\n"
19001 "   int64_t blocks;\n"
19002 "   int64_t atime;\n"
19003 "   int64_t mtime;\n"
19004 "   int64_t ctime;\n"
19005 " };\n"
19006 " \n"
19007 msgstr ""
19008
19009 #. type: verbatim
19010 #: ../src/guestfs-structs.pod:127
19011 #, no-wrap
19012 msgid ""
19013 " struct guestfs_stat_list {\n"
19014 "   uint32_t len; /* Number of elements in list. */\n"
19015 "   struct guestfs_stat *val; /* Elements. */\n"
19016 " };\n"
19017 " \n"
19018 msgstr ""
19019
19020 #. type: verbatim
19021 #: ../src/guestfs-structs.pod:132
19022 #, no-wrap
19023 msgid ""
19024 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
19025 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
19026 "\n"
19027 msgstr ""
19028
19029 #. type: verbatim
19030 #: ../src/guestfs-structs.pod:137
19031 #, no-wrap
19032 msgid ""
19033 " struct guestfs_statvfs {\n"
19034 "   int64_t bsize;\n"
19035 "   int64_t frsize;\n"
19036 "   int64_t blocks;\n"
19037 "   int64_t bfree;\n"
19038 "   int64_t bavail;\n"
19039 "   int64_t files;\n"
19040 "   int64_t ffree;\n"
19041 "   int64_t favail;\n"
19042 "   int64_t fsid;\n"
19043 "   int64_t flag;\n"
19044 "   int64_t namemax;\n"
19045 " };\n"
19046 " \n"
19047 msgstr ""
19048
19049 #. type: verbatim
19050 #: ../src/guestfs-structs.pod:151
19051 #, no-wrap
19052 msgid ""
19053 " struct guestfs_statvfs_list {\n"
19054 "   uint32_t len; /* Number of elements in list. */\n"
19055 "   struct guestfs_statvfs *val; /* Elements. */\n"
19056 " };\n"
19057 " \n"
19058 msgstr ""
19059
19060 #. type: verbatim
19061 #: ../src/guestfs-structs.pod:156
19062 #, no-wrap
19063 msgid ""
19064 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
19065 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
19066 "\n"
19067 msgstr ""
19068
19069 #. type: =head2
19070 #: ../src/guestfs-structs.pod:159
19071 msgid "guestfs_dirent"
19072 msgstr ""
19073
19074 #. type: verbatim
19075 #: ../src/guestfs-structs.pod:161
19076 #, no-wrap
19077 msgid ""
19078 " struct guestfs_dirent {\n"
19079 "   int64_t ino;\n"
19080 "   char ftyp;\n"
19081 "   char *name;\n"
19082 " };\n"
19083 " \n"
19084 msgstr ""
19085
19086 #. type: verbatim
19087 #: ../src/guestfs-structs.pod:167
19088 #, no-wrap
19089 msgid ""
19090 " struct guestfs_dirent_list {\n"
19091 "   uint32_t len; /* Number of elements in list. */\n"
19092 "   struct guestfs_dirent *val; /* Elements. */\n"
19093 " };\n"
19094 " \n"
19095 msgstr ""
19096
19097 #. type: verbatim
19098 #: ../src/guestfs-structs.pod:172
19099 #, no-wrap
19100 msgid ""
19101 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
19102 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
19103 "\n"
19104 msgstr ""
19105
19106 #. type: verbatim
19107 #: ../src/guestfs-structs.pod:177
19108 #, no-wrap
19109 msgid ""
19110 " struct guestfs_version {\n"
19111 "   int64_t major;\n"
19112 "   int64_t minor;\n"
19113 "   int64_t release;\n"
19114 "   char *extra;\n"
19115 " };\n"
19116 " \n"
19117 msgstr ""
19118
19119 #. type: verbatim
19120 #: ../src/guestfs-structs.pod:184
19121 #, no-wrap
19122 msgid ""
19123 " struct guestfs_version_list {\n"
19124 "   uint32_t len; /* Number of elements in list. */\n"
19125 "   struct guestfs_version *val; /* Elements. */\n"
19126 " };\n"
19127 " \n"
19128 msgstr ""
19129
19130 #. type: verbatim
19131 #: ../src/guestfs-structs.pod:189
19132 #, no-wrap
19133 msgid ""
19134 " void guestfs_free_version (struct guestfs_free_version *);\n"
19135 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
19136 "\n"
19137 msgstr ""
19138
19139 #. type: =head2
19140 #: ../src/guestfs-structs.pod:192
19141 msgid "guestfs_xattr"
19142 msgstr ""
19143
19144 #. type: verbatim
19145 #: ../src/guestfs-structs.pod:194
19146 #, no-wrap
19147 msgid ""
19148 " struct guestfs_xattr {\n"
19149 "   char *attrname;\n"
19150 "   /* The next two fields describe a byte array. */\n"
19151 "   uint32_t attrval_len;\n"
19152 "   char *attrval;\n"
19153 " };\n"
19154 " \n"
19155 msgstr ""
19156
19157 #. type: verbatim
19158 #: ../src/guestfs-structs.pod:201
19159 #, no-wrap
19160 msgid ""
19161 " struct guestfs_xattr_list {\n"
19162 "   uint32_t len; /* Number of elements in list. */\n"
19163 "   struct guestfs_xattr *val; /* Elements. */\n"
19164 " };\n"
19165 " \n"
19166 msgstr ""
19167
19168 #. type: verbatim
19169 #: ../src/guestfs-structs.pod:206
19170 #, no-wrap
19171 msgid ""
19172 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
19173 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
19174 "\n"
19175 msgstr ""
19176
19177 #. type: =head2
19178 #: ../src/guestfs-structs.pod:209
19179 msgid "guestfs_inotify_event"
19180 msgstr ""
19181
19182 #. type: verbatim
19183 #: ../src/guestfs-structs.pod:211
19184 #, no-wrap
19185 msgid ""
19186 " struct guestfs_inotify_event {\n"
19187 "   int64_t in_wd;\n"
19188 "   uint32_t in_mask;\n"
19189 "   uint32_t in_cookie;\n"
19190 "   char *in_name;\n"
19191 " };\n"
19192 " \n"
19193 msgstr ""
19194
19195 #. type: verbatim
19196 #: ../src/guestfs-structs.pod:218
19197 #, no-wrap
19198 msgid ""
19199 " struct guestfs_inotify_event_list {\n"
19200 "   uint32_t len; /* Number of elements in list. */\n"
19201 "   struct guestfs_inotify_event *val; /* Elements. */\n"
19202 " };\n"
19203 " \n"
19204 msgstr ""
19205
19206 #. type: verbatim
19207 #: ../src/guestfs-structs.pod:223
19208 #, no-wrap
19209 msgid ""
19210 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
19211 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
19212 "\n"
19213 msgstr ""
19214
19215 #. type: =head2
19216 #: ../src/guestfs-structs.pod:226
19217 msgid "guestfs_partition"
19218 msgstr ""
19219
19220 #. type: verbatim
19221 #: ../src/guestfs-structs.pod:228
19222 #, no-wrap
19223 msgid ""
19224 " struct guestfs_partition {\n"
19225 "   int32_t part_num;\n"
19226 "   uint64_t part_start;\n"
19227 "   uint64_t part_end;\n"
19228 "   uint64_t part_size;\n"
19229 " };\n"
19230 " \n"
19231 msgstr ""
19232
19233 #. type: verbatim
19234 #: ../src/guestfs-structs.pod:235
19235 #, no-wrap
19236 msgid ""
19237 " struct guestfs_partition_list {\n"
19238 "   uint32_t len; /* Number of elements in list. */\n"
19239 "   struct guestfs_partition *val; /* Elements. */\n"
19240 " };\n"
19241 " \n"
19242 msgstr ""
19243
19244 #. type: verbatim
19245 #: ../src/guestfs-structs.pod:240
19246 #, no-wrap
19247 msgid ""
19248 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
19249 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
19250 "\n"
19251 msgstr ""
19252
19253 #. type: =head2
19254 #: ../src/guestfs-structs.pod:243
19255 msgid "guestfs_application"
19256 msgstr ""
19257
19258 #. type: verbatim
19259 #: ../src/guestfs-structs.pod:245
19260 #, no-wrap
19261 msgid ""
19262 " struct guestfs_application {\n"
19263 "   char *app_name;\n"
19264 "   char *app_display_name;\n"
19265 "   int32_t app_epoch;\n"
19266 "   char *app_version;\n"
19267 "   char *app_release;\n"
19268 "   char *app_install_path;\n"
19269 "   char *app_trans_path;\n"
19270 "   char *app_publisher;\n"
19271 "   char *app_url;\n"
19272 "   char *app_source_package;\n"
19273 "   char *app_summary;\n"
19274 "   char *app_description;\n"
19275 " };\n"
19276 " \n"
19277 msgstr ""
19278
19279 #. type: verbatim
19280 #: ../src/guestfs-structs.pod:260
19281 #, no-wrap
19282 msgid ""
19283 " struct guestfs_application_list {\n"
19284 "   uint32_t len; /* Number of elements in list. */\n"
19285 "   struct guestfs_application *val; /* Elements. */\n"
19286 " };\n"
19287 " \n"
19288 msgstr ""
19289
19290 #. type: verbatim
19291 #: ../src/guestfs-structs.pod:265
19292 #, no-wrap
19293 msgid ""
19294 " void guestfs_free_application (struct guestfs_free_application *);\n"
19295 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
19296 "\n"
19297 msgstr ""
19298
19299 #. type: textblock
19300 #: ../fish/guestfish.pod:5
19301 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
19302 msgstr ""
19303
19304 #. type: verbatim
19305 #: ../fish/guestfish.pod:9
19306 #, no-wrap
19307 msgid ""
19308 " guestfish [--options] [commands]\n"
19309 "\n"
19310 msgstr ""
19311
19312 #. type: verbatim
19313 #: ../fish/guestfish.pod:11
19314 #, no-wrap
19315 msgid ""
19316 " guestfish\n"
19317 "\n"
19318 msgstr ""
19319
19320 #. type: verbatim
19321 #: ../fish/guestfish.pod:13
19322 #, no-wrap
19323 msgid ""
19324 " guestfish [--ro|--rw] -a disk.img\n"
19325 "\n"
19326 msgstr ""
19327
19328 #. type: verbatim
19329 #: ../fish/guestfish.pod:15
19330 #, no-wrap
19331 msgid ""
19332 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
19333 "\n"
19334 msgstr ""
19335
19336 #. type: verbatim
19337 #: ../fish/guestfish.pod:17
19338 #, no-wrap
19339 msgid ""
19340 " guestfish -d libvirt-domain\n"
19341 "\n"
19342 msgstr ""
19343
19344 #. type: verbatim
19345 #: ../fish/guestfish.pod:19
19346 #, no-wrap
19347 msgid ""
19348 " guestfish [--ro|--rw] -a disk.img -i\n"
19349 "\n"
19350 msgstr ""
19351
19352 #. type: verbatim
19353 #: ../fish/guestfish.pod:21
19354 #, no-wrap
19355 msgid ""
19356 " guestfish -d libvirt-domain -i\n"
19357 "\n"
19358 msgstr ""
19359
19360 #. type: =head1
19361 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44
19362 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
19363 msgid "WARNING"
19364 msgstr ""
19365
19366 #. type: textblock
19367 #: ../fish/guestfish.pod:25
19368 msgid ""
19369 "Using guestfish in read/write mode on live virtual machines can be "
19370 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
19371 "option to use guestfish safely if the disk image or virtual machine might be "
19372 "live."
19373 msgstr ""
19374
19375 #. type: textblock
19376 #: ../fish/guestfish.pod:32
19377 msgid ""
19378 "Guestfish is a shell and command-line tool for examining and modifying "
19379 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
19380 "functionality of the guestfs API, see L<guestfs(3)>."
19381 msgstr ""
19382
19383 #. type: textblock
19384 #: ../fish/guestfish.pod:36
19385 msgid ""
19386 "Guestfish gives you structured access to the libguestfs API, from shell "
19387 "scripts or the command line or interactively.  If you want to rescue a "
19388 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
19389 "command."
19390 msgstr ""
19391
19392 #. type: =head1
19393 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:947
19394 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63 ../tools/virt-tar.pl:50
19395 msgid "EXAMPLES"
19396 msgstr ""
19397
19398 #. type: =head2
19399 #: ../fish/guestfish.pod:43
19400 msgid "As an interactive shell"
19401 msgstr ""
19402
19403 #. type: verbatim
19404 #: ../fish/guestfish.pod:45
19405 #, no-wrap
19406 msgid ""
19407 " $ guestfish\n"
19408 " \n"
19409 msgstr ""
19410
19411 #. type: verbatim
19412 #: ../fish/guestfish.pod:47
19413 #, no-wrap
19414 msgid ""
19415 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
19416 " editing virtual machine filesystems.\n"
19417 " \n"
19418 msgstr ""
19419
19420 #. type: verbatim
19421 #: ../fish/guestfish.pod:50
19422 #, no-wrap
19423 msgid ""
19424 " Type: 'help' for a list of commands\n"
19425 "       'man' to read the manual\n"
19426 "       'quit' to quit the shell\n"
19427 " \n"
19428 msgstr ""
19429
19430 #. type: verbatim
19431 #: ../fish/guestfish.pod:54
19432 #, no-wrap
19433 msgid ""
19434 " ><fs> add-ro disk.img\n"
19435 " ><fs> run\n"
19436 " ><fs> list-filesystems\n"
19437 " /dev/sda1: ext4\n"
19438 " /dev/vg_guest/lv_root: ext4\n"
19439 " /dev/vg_guest/lv_swap: swap\n"
19440 " ><fs> mount /dev/vg_guest/lv_root /\n"
19441 " ><fs> cat /etc/fstab\n"
19442 " # /etc/fstab\n"
19443 " # Created by anaconda\n"
19444 " [...]\n"
19445 " ><fs> exit\n"
19446 "\n"
19447 msgstr ""
19448
19449 #. type: =head2
19450 #: ../fish/guestfish.pod:67
19451 msgid "From shell scripts"
19452 msgstr ""
19453
19454 #. type: textblock
19455 #: ../fish/guestfish.pod:69
19456 msgid "Create a new C</etc/motd> file in a guest or disk image:"
19457 msgstr ""
19458
19459 #. type: verbatim
19460 #: ../fish/guestfish.pod:71
19461 #, no-wrap
19462 msgid ""
19463 " guestfish <<_EOF_\n"
19464 " add disk.img\n"
19465 " run\n"
19466 " mount /dev/vg_guest/lv_root /\n"
19467 " write /etc/motd \"Welcome, new users\"\n"
19468 " _EOF_\n"
19469 "\n"
19470 msgstr ""
19471
19472 #. type: textblock
19473 #: ../fish/guestfish.pod:78
19474 msgid "List the LVM logical volumes in a disk image:"
19475 msgstr ""
19476
19477 #. type: verbatim
19478 #: ../fish/guestfish.pod:80
19479 #, no-wrap
19480 msgid ""
19481 " guestfish -a disk.img --ro <<_EOF_\n"
19482 " run\n"
19483 " lvs\n"
19484 " _EOF_\n"
19485 "\n"
19486 msgstr ""
19487
19488 #. type: textblock
19489 #: ../fish/guestfish.pod:85
19490 msgid "List all the filesystems in a disk image:"
19491 msgstr ""
19492
19493 #. type: verbatim
19494 #: ../fish/guestfish.pod:87
19495 #, no-wrap
19496 msgid ""
19497 " guestfish -a disk.img --ro <<_EOF_\n"
19498 " run\n"
19499 " list-filesystems\n"
19500 " _EOF_\n"
19501 "\n"
19502 msgstr ""
19503
19504 #. type: =head2
19505 #: ../fish/guestfish.pod:92
19506 msgid "On one command line"
19507 msgstr ""
19508
19509 #. type: textblock
19510 #: ../fish/guestfish.pod:94
19511 msgid "Update C</etc/resolv.conf> in a guest:"
19512 msgstr ""
19513
19514 #. type: verbatim
19515 #: ../fish/guestfish.pod:96
19516 #, no-wrap
19517 msgid ""
19518 " guestfish \\\n"
19519 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
19520 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
19521 "\n"
19522 msgstr ""
19523
19524 #. type: textblock
19525 #: ../fish/guestfish.pod:100
19526 msgid "Edit C</boot/grub/grub.conf> interactively:"
19527 msgstr ""
19528
19529 #. type: verbatim
19530 #: ../fish/guestfish.pod:102
19531 #, no-wrap
19532 msgid ""
19533 " guestfish --rw --add disk.img \\\n"
19534 "   --mount /dev/vg_guest/lv_root \\\n"
19535 "   --mount /dev/sda1:/boot \\\n"
19536 "   edit /boot/grub/grub.conf\n"
19537 "\n"
19538 msgstr ""
19539
19540 #. type: =head2
19541 #: ../fish/guestfish.pod:107
19542 msgid "Mount disks automatically"
19543 msgstr ""
19544
19545 #. type: textblock
19546 #: ../fish/guestfish.pod:109
19547 msgid ""
19548 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
19549 msgstr ""
19550
19551 #. type: verbatim
19552 #: ../fish/guestfish.pod:112
19553 #, no-wrap
19554 msgid ""
19555 " guestfish --ro -a disk.img -i cat /etc/group\n"
19556 "\n"
19557 msgstr ""
19558
19559 #. type: verbatim
19560 #: ../fish/guestfish.pod:114
19561 #, no-wrap
19562 msgid ""
19563 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
19564 "\n"
19565 msgstr ""
19566
19567 #. type: textblock
19568 #: ../fish/guestfish.pod:116
19569 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
19570 msgstr ""
19571
19572 #. type: verbatim
19573 #: ../fish/guestfish.pod:118
19574 #, no-wrap
19575 msgid ""
19576 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
19577 "\n"
19578 msgstr ""
19579
19580 #. type: =head2
19581 #: ../fish/guestfish.pod:120
19582 msgid "As a script interpreter"
19583 msgstr ""
19584
19585 #. type: textblock
19586 #: ../fish/guestfish.pod:122
19587 msgid "Create a 100MB disk containing an ext2-formatted partition:"
19588 msgstr ""
19589
19590 #. type: verbatim
19591 #: ../fish/guestfish.pod:124
19592 #, no-wrap
19593 msgid ""
19594 " #!/usr/bin/guestfish -f\n"
19595 " sparse test1.img 100M\n"
19596 " run\n"
19597 " part-disk /dev/sda mbr\n"
19598 " mkfs ext2 /dev/sda1\n"
19599 "\n"
19600 msgstr ""
19601
19602 #. type: =head2
19603 #: ../fish/guestfish.pod:130
19604 msgid "Start with a prepared disk"
19605 msgstr ""
19606
19607 #. type: textblock
19608 #: ../fish/guestfish.pod:132
19609 msgid ""
19610 "An alternate way to create a 100MB disk called C<test1.img> containing a "
19611 "single ext2-formatted partition:"
19612 msgstr ""
19613
19614 #. type: verbatim
19615 #: ../fish/guestfish.pod:135
19616 #, no-wrap
19617 msgid ""
19618 " guestfish -N fs\n"
19619 "\n"
19620 msgstr ""
19621
19622 #. type: textblock
19623 #: ../fish/guestfish.pod:137
19624 msgid "To list what is available do:"
19625 msgstr ""
19626
19627 #. type: verbatim
19628 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:938
19629 #, no-wrap
19630 msgid ""
19631 " guestfish -N help | less\n"
19632 "\n"
19633 msgstr ""
19634
19635 #. type: =head2
19636 #: ../fish/guestfish.pod:141
19637 msgid "Remote control"
19638 msgstr ""
19639
19640 #. type: verbatim
19641 #: ../fish/guestfish.pod:143
19642 #, no-wrap
19643 msgid ""
19644 " eval \"`guestfish --listen`\"\n"
19645 " guestfish --remote add-ro disk.img\n"
19646 " guestfish --remote run\n"
19647 " guestfish --remote lvs\n"
19648 "\n"
19649 msgstr ""
19650
19651 #. type: =head1
19652 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
19653 #: ../fuse/guestmount.pod:83 ../tools/virt-edit.pl:81
19654 #: ../tools/virt-win-reg.pl:96 ../tools/virt-list-filesystems.pl:53
19655 #: ../tools/virt-tar.pl:103 ../tools/virt-make-fs.pl:153
19656 #: ../tools/virt-list-partitions.pl:54
19657 msgid "OPTIONS"
19658 msgstr ""
19659
19660 #. type: =item
19661 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:141
19662 #: ../tools/virt-edit.pl:89 ../tools/virt-win-reg.pl:104
19663 #: ../tools/virt-list-filesystems.pl:61 ../tools/virt-tar.pl:111
19664 #: ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
19665 msgid "B<--help>"
19666 msgstr ""
19667
19668 #. type: textblock
19669 #: ../fish/guestfish.pod:154
19670 msgid "Displays general help on options."
19671 msgstr ""
19672
19673 #. type: =item
19674 #: ../fish/guestfish.pod:156
19675 msgid "B<-h>"
19676 msgstr ""
19677
19678 #. type: =item
19679 #: ../fish/guestfish.pod:158
19680 msgid "B<--cmd-help>"
19681 msgstr ""
19682
19683 #. type: textblock
19684 #: ../fish/guestfish.pod:160
19685 msgid "Lists all available guestfish commands."
19686 msgstr ""
19687
19688 #. type: =item
19689 #: ../fish/guestfish.pod:162
19690 msgid "B<-h cmd>"
19691 msgstr ""
19692
19693 #. type: =item
19694 #: ../fish/guestfish.pod:164
19695 msgid "B<--cmd-help cmd>"
19696 msgstr ""
19697
19698 #. type: textblock
19699 #: ../fish/guestfish.pod:166
19700 msgid "Displays detailed help on a single command C<cmd>."
19701 msgstr ""
19702
19703 #. type: =item
19704 #: ../fish/guestfish.pod:168
19705 msgid "B<-a image>"
19706 msgstr ""
19707
19708 #. type: =item
19709 #: ../fish/guestfish.pod:170
19710 msgid "B<--add image>"
19711 msgstr ""
19712
19713 #. type: textblock
19714 #: ../fish/guestfish.pod:172
19715 msgid "Add a block device or virtual machine image to the shell."
19716 msgstr ""
19717
19718 #. type: textblock
19719 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:91
19720 msgid ""
19721 "The format of the disk image is auto-detected.  To override this and force a "
19722 "particular format use the I<--format=..> option."
19723 msgstr ""
19724
19725 #. type: textblock
19726 #: ../fish/guestfish.pod:177
19727 msgid ""
19728 "Using this flag is mostly equivalent to using the C<add> command, with "
19729 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
19730 "the I<--format=...> flag was given."
19731 msgstr ""
19732
19733 #. type: =item
19734 #: ../fish/guestfish.pod:181
19735 msgid "B<-c URI>"
19736 msgstr ""
19737
19738 #. type: =item
19739 #: ../fish/guestfish.pod:183
19740 msgid "B<--connect URI>"
19741 msgstr ""
19742
19743 #. type: textblock
19744 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:96
19745 msgid ""
19746 "When used in conjunction with the I<-d> option, this specifies the libvirt "
19747 "URI to use.  The default is to use the default libvirt connection."
19748 msgstr ""
19749
19750 #. type: =item
19751 #: ../fish/guestfish.pod:189
19752 msgid "B<--csh>"
19753 msgstr ""
19754
19755 #. type: textblock
19756 #: ../fish/guestfish.pod:191
19757 msgid ""
19758 "If using the I<--listen> option and a csh-like shell, use this option.  See "
19759 "section L</REMOTE CONTROL AND CSH> below."
19760 msgstr ""
19761
19762 #. type: =item
19763 #: ../fish/guestfish.pod:194
19764 msgid "B<-d libvirt-domain>"
19765 msgstr ""
19766
19767 #. type: =item
19768 #: ../fish/guestfish.pod:196
19769 msgid "B<--domain libvirt-domain>"
19770 msgstr ""
19771
19772 #. type: textblock
19773 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:102
19774 msgid ""
19775 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
19776 "used, then any libvirt domain can be used.  However in write mode, only "
19777 "libvirt domains which are shut down can be named here."
19778 msgstr ""
19779
19780 #. type: textblock
19781 #: ../fish/guestfish.pod:202
19782 msgid ""
19783 "Using this flag is mostly equivalent to using the C<add-domain> command, "
19784 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
19785 "if the I<--format:...> flag was given."
19786 msgstr ""
19787
19788 #. type: =item
19789 #: ../fish/guestfish.pod:206
19790 msgid "B<-D>"
19791 msgstr ""
19792
19793 #. type: =item
19794 #: ../fish/guestfish.pod:208
19795 msgid "B<--no-dest-paths>"
19796 msgstr ""
19797
19798 #. type: textblock
19799 #: ../fish/guestfish.pod:210
19800 msgid ""
19801 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
19802 "to hit the tab key to complete paths on the guest filesystem, but this "
19803 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
19804 "allow this feature to be disabled."
19805 msgstr ""
19806
19807 #. type: =item
19808 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:118
19809 msgid "B<--echo-keys>"
19810 msgstr ""
19811
19812 #. type: textblock
19813 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:120
19814 msgid ""
19815 "When prompting for keys and passphrases, guestfish normally turns echoing "
19816 "off so you cannot see what you are typing.  If you are not worried about "
19817 "Tempest attacks and there is no one else in the room you can specify this "
19818 "flag to see what you are typing."
19819 msgstr ""
19820
19821 #. type: =item
19822 #: ../fish/guestfish.pod:222
19823 msgid "B<-f file>"
19824 msgstr ""
19825
19826 #. type: =item
19827 #: ../fish/guestfish.pod:224
19828 msgid "B<--file file>"
19829 msgstr ""
19830
19831 #. type: textblock
19832 #: ../fish/guestfish.pod:226
19833 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
19834 msgstr ""
19835
19836 #. type: verbatim
19837 #: ../fish/guestfish.pod:229
19838 #, no-wrap
19839 msgid ""
19840 " #!/usr/bin/guestfish -f\n"
19841 "\n"
19842 msgstr ""
19843
19844 #. type: =item
19845 #: ../fish/guestfish.pod:231
19846 msgid "B<--format=raw|qcow2|..>"
19847 msgstr ""
19848
19849 #. type: =item
19850 #: ../fish/guestfish.pod:233
19851 msgid "B<--format>"
19852 msgstr ""
19853
19854 #. type: textblock
19855 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:127
19856 msgid ""
19857 "The default for the I<-a> option is to auto-detect the format of the disk "
19858 "image.  Using this forces the disk format for I<-a> options which follow on "
19859 "the command line.  Using I<--format> with no argument switches back to auto-"
19860 "detection for subsequent I<-a> options."
19861 msgstr ""
19862
19863 #. type: verbatim
19864 #: ../fish/guestfish.pod:242
19865 #, no-wrap
19866 msgid ""
19867 " guestfish --format=raw -a disk.img\n"
19868 "\n"
19869 msgstr ""
19870
19871 #. type: textblock
19872 #: ../fish/guestfish.pod:244
19873 msgid "forces raw format (no auto-detection) for C<disk.img>."
19874 msgstr ""
19875
19876 #. type: verbatim
19877 #: ../fish/guestfish.pod:246
19878 #, no-wrap
19879 msgid ""
19880 " guestfish --format=raw -a disk.img --format -a another.img\n"
19881 "\n"
19882 msgstr ""
19883
19884 #. type: textblock
19885 #: ../fish/guestfish.pod:248
19886 msgid ""
19887 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
19888 "detection for C<another.img>."
19889 msgstr ""
19890
19891 #. type: textblock
19892 #: ../fish/guestfish.pod:251
19893 msgid ""
19894 "If you have untrusted raw-format guest disk images, you should use this "
19895 "option to specify the disk format.  This avoids a possible security problem "
19896 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
19897 msgstr ""
19898
19899 #. type: =item
19900 #: ../fish/guestfish.pod:256
19901 msgid "B<-i>"
19902 msgstr ""
19903
19904 #. type: =item
19905 #: ../fish/guestfish.pod:258
19906 msgid "B<--inspector>"
19907 msgstr ""
19908
19909 #. type: textblock
19910 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:147
19911 msgid ""
19912 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
19913 "system and mount filesystems as they would be mounted on the real virtual "
19914 "machine."
19915 msgstr ""
19916
19917 #. type: textblock
19918 #: ../fish/guestfish.pod:264
19919 msgid "Typical usage is either:"
19920 msgstr ""
19921
19922 #. type: verbatim
19923 #: ../fish/guestfish.pod:266
19924 #, no-wrap
19925 msgid ""
19926 " guestfish -d myguest -i\n"
19927 "\n"
19928 msgstr ""
19929
19930 #. type: textblock
19931 #: ../fish/guestfish.pod:268
19932 msgid "(for an inactive libvirt domain called I<myguest>), or:"
19933 msgstr ""
19934
19935 #. type: verbatim
19936 #: ../fish/guestfish.pod:270
19937 #, no-wrap
19938 msgid ""
19939 " guestfish --ro -d myguest -i\n"
19940 "\n"
19941 msgstr ""
19942
19943 #. type: textblock
19944 #: ../fish/guestfish.pod:272
19945 msgid "(for active domains, readonly), or specify the block device directly:"
19946 msgstr ""
19947
19948 #. type: verbatim
19949 #: ../fish/guestfish.pod:274
19950 #, no-wrap
19951 msgid ""
19952 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
19953 "\n"
19954 msgstr ""
19955
19956 #. type: textblock
19957 #: ../fish/guestfish.pod:276
19958 msgid ""
19959 "Note that the command line syntax changed slightly over older versions of "
19960 "guestfish.  You can still use the old syntax:"
19961 msgstr ""
19962
19963 #. type: verbatim
19964 #: ../fish/guestfish.pod:279
19965 #, no-wrap
19966 msgid ""
19967 " guestfish [--ro] -i disk.img\n"
19968 "\n"
19969 msgstr ""
19970
19971 #. type: verbatim
19972 #: ../fish/guestfish.pod:281
19973 #, no-wrap
19974 msgid ""
19975 " guestfish [--ro] -i libvirt-domain\n"
19976 "\n"
19977 msgstr ""
19978
19979 #. type: textblock
19980 #: ../fish/guestfish.pod:283
19981 msgid ""
19982 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19983 "then using other commands to mount the filesystems that were found."
19984 msgstr ""
19985
19986 #. type: =item
19987 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:151
19988 msgid "B<--keys-from-stdin>"
19989 msgstr ""
19990
19991 #. type: textblock
19992 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:153
19993 msgid ""
19994 "Read key or passphrase parameters from stdin.  The default is to try to read "
19995 "passphrases from the user by opening C</dev/tty>."
19996 msgstr ""
19997
19998 #. type: =item
19999 #: ../fish/guestfish.pod:292
20000 msgid "B<--listen>"
20001 msgstr ""
20002
20003 #. type: textblock
20004 #: ../fish/guestfish.pod:294
20005 msgid ""
20006 "Fork into the background and listen for remote commands.  See section L</"
20007 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
20008 msgstr ""
20009
20010 #. type: =item
20011 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:156
20012 msgid "B<--live>"
20013 msgstr ""
20014
20015 #. type: textblock
20016 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:158
20017 msgid ""
20018 "Connect to a live virtual machine.  (Experimental, see L<guestfs(3)/"
20019 "ATTACHING TO RUNNING DAEMONS>)."
20020 msgstr ""
20021
20022 #. type: =item
20023 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:161
20024 msgid "B<-m dev[:mountpoint[:options]]>"
20025 msgstr ""
20026
20027 #. type: =item
20028 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:163
20029 msgid "B<--mount dev[:mountpoint[:options]]>"
20030 msgstr ""
20031
20032 #. type: textblock
20033 #: ../fish/guestfish.pod:306
20034 msgid "Mount the named partition or logical volume on the given mountpoint."
20035 msgstr ""
20036
20037 #. type: textblock
20038 #: ../fish/guestfish.pod:308
20039 msgid "If the mountpoint is omitted, it defaults to C</>."
20040 msgstr ""
20041
20042 #. type: textblock
20043 #: ../fish/guestfish.pod:310
20044 msgid "You have to mount something on C</> before most commands will work."
20045 msgstr ""
20046
20047 #. type: textblock
20048 #: ../fish/guestfish.pod:312
20049 msgid ""
20050 "If any I<-m> or I<--mount> options are given, the guest is automatically "
20051 "launched."
20052 msgstr ""
20053
20054 #. type: textblock
20055 #: ../fish/guestfish.pod:315
20056 msgid ""
20057 "If you don't know what filesystems a disk image contains, you can either run "
20058 "guestfish without this option, then list the partitions, filesystems and LVs "
20059 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
20060 "commands), or you can use the L<virt-filesystems(1)> program."
20061 msgstr ""
20062
20063 #. type: textblock
20064 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:171
20065 msgid ""
20066 "The third (and rarely used) part of the mount parameter is the list of mount "
20067 "options used to mount the underlying filesystem.  If this is not given, then "
20068 "the mount options are either the empty string or C<ro> (the latter if the "
20069 "I<--ro> flag is used).  By specifying the mount options, you override this "
20070 "default choice.  Probably the only time you would use this is to enable ACLs "
20071 "and/or extended attributes if the filesystem can support them:"
20072 msgstr ""
20073
20074 #. type: verbatim
20075 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:179
20076 #, no-wrap
20077 msgid ""
20078 " -m /dev/sda1:/:acl,user_xattr\n"
20079 "\n"
20080 msgstr ""
20081
20082 #. type: textblock
20083 #: ../fish/guestfish.pod:331
20084 msgid "Using this flag is equivalent to using the C<mount-options> command."
20085 msgstr ""
20086
20087 #. type: =item
20088 #: ../fish/guestfish.pod:333
20089 msgid "B<-n>"
20090 msgstr ""
20091
20092 #. type: =item
20093 #: ../fish/guestfish.pod:335
20094 msgid "B<--no-sync>"
20095 msgstr ""
20096
20097 #. type: textblock
20098 #: ../fish/guestfish.pod:337
20099 msgid ""
20100 "Disable autosync.  This is enabled by default.  See the discussion of "
20101 "autosync in the L<guestfs(3)> manpage."
20102 msgstr ""
20103
20104 #. type: =item
20105 #: ../fish/guestfish.pod:340
20106 msgid "B<-N type>"
20107 msgstr ""
20108
20109 #. type: =item
20110 #: ../fish/guestfish.pod:342
20111 msgid "B<--new type>"
20112 msgstr ""
20113
20114 #. type: =item
20115 #: ../fish/guestfish.pod:344
20116 msgid "B<-N help>"
20117 msgstr ""
20118
20119 #. type: textblock
20120 #: ../fish/guestfish.pod:346
20121 msgid ""
20122 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
20123 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
20124 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
20125 "IMAGES> below."
20126 msgstr ""
20127
20128 #. type: =item
20129 #: ../fish/guestfish.pod:351
20130 msgid "B<--progress-bars>"
20131 msgstr ""
20132
20133 #. type: textblock
20134 #: ../fish/guestfish.pod:353
20135 msgid "Enable progress bars, even when guestfish is used non-interactively."
20136 msgstr ""
20137
20138 #. type: textblock
20139 #: ../fish/guestfish.pod:355
20140 msgid ""
20141 "Progress bars are enabled by default when guestfish is used as an "
20142 "interactive shell."
20143 msgstr ""
20144
20145 #. type: =item
20146 #: ../fish/guestfish.pod:358
20147 msgid "B<--no-progress-bars>"
20148 msgstr ""
20149
20150 #. type: textblock
20151 #: ../fish/guestfish.pod:360
20152 msgid "Disable progress bars."
20153 msgstr ""
20154
20155 #. type: =item
20156 #: ../fish/guestfish.pod:362
20157 msgid "B<--remote[=pid]>"
20158 msgstr ""
20159
20160 #. type: textblock
20161 #: ../fish/guestfish.pod:364
20162 msgid ""
20163 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
20164 "CONTROL GUESTFISH OVER A SOCKET> below."
20165 msgstr ""
20166
20167 #. type: =item
20168 #: ../fish/guestfish.pod:367
20169 msgid "B<-r>"
20170 msgstr ""
20171
20172 #. type: =item
20173 #: ../fish/guestfish.pod:369
20174 msgid "B<--ro>"
20175 msgstr ""
20176
20177 #. type: textblock
20178 #: ../fish/guestfish.pod:371
20179 msgid ""
20180 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
20181 "mounts are done read-only."
20182 msgstr ""
20183
20184 #. type: textblock
20185 #: ../fish/guestfish.pod:374
20186 msgid ""
20187 "The option must always be used if the disk image or virtual machine might be "
20188 "running, and is generally recommended in cases where you don't need write "
20189 "access to the disk."
20190 msgstr ""
20191
20192 #. type: textblock
20193 #: ../fish/guestfish.pod:378
20194 msgid ""
20195 "Note that prepared disk images created with I<-N> are not affected by this "
20196 "option.  Also commands like C<add> are not affected - you have to specify "
20197 "the C<readonly:true> option explicitly if you need it."
20198 msgstr ""
20199
20200 #. type: textblock
20201 #: ../fish/guestfish.pod:382
20202 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
20203 msgstr ""
20204
20205 #. type: =item
20206 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:235
20207 msgid "B<--selinux>"
20208 msgstr ""
20209
20210 #. type: textblock
20211 #: ../fish/guestfish.pod:386
20212 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
20213 msgstr ""
20214
20215 #. type: =item
20216 #: ../fish/guestfish.pod:388
20217 msgid "B<-v>"
20218 msgstr ""
20219
20220 #. type: =item
20221 #: ../fish/guestfish.pod:390
20222 msgid "B<--verbose>"
20223 msgstr ""
20224
20225 #. type: textblock
20226 #: ../fish/guestfish.pod:392
20227 msgid ""
20228 "Enable very verbose messages.  This is particularly useful if you find a bug."
20229 msgstr ""
20230
20231 #. type: =item
20232 #: ../fish/guestfish.pod:395
20233 msgid "B<-V>"
20234 msgstr ""
20235
20236 #. type: =item
20237 #: ../fish/guestfish.pod:397 ../tools/virt-edit.pl:97
20238 #: ../tools/virt-win-reg.pl:112 ../tools/virt-list-filesystems.pl:69
20239 #: ../tools/virt-tar.pl:119 ../tools/virt-make-fs.pl:169
20240 #: ../tools/virt-list-partitions.pl:70
20241 msgid "B<--version>"
20242 msgstr ""
20243
20244 #. type: textblock
20245 #: ../fish/guestfish.pod:399
20246 msgid "Display the guestfish / libguestfs version number and exit."
20247 msgstr ""
20248
20249 #. type: =item
20250 #: ../fish/guestfish.pod:401
20251 msgid "B<-w>"
20252 msgstr ""
20253
20254 #. type: =item
20255 #: ../fish/guestfish.pod:403
20256 msgid "B<--rw>"
20257 msgstr ""
20258
20259 #. type: textblock
20260 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:249
20261 msgid ""
20262 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
20263 "mounts are done read-write."
20264 msgstr ""
20265
20266 #. type: textblock
20267 #: ../fish/guestfish.pod:408
20268 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
20269 msgstr ""
20270
20271 #. type: =item
20272 #: ../fish/guestfish.pod:410
20273 msgid "B<-x>"
20274 msgstr ""
20275
20276 #. type: textblock
20277 #: ../fish/guestfish.pod:412
20278 msgid "Echo each command before executing it."
20279 msgstr ""
20280
20281 #. type: =head1
20282 #: ../fish/guestfish.pod:416
20283 msgid "COMMANDS ON COMMAND LINE"
20284 msgstr ""
20285
20286 #. type: textblock
20287 #: ../fish/guestfish.pod:418
20288 msgid ""
20289 "Any additional (non-option) arguments are treated as commands to execute."
20290 msgstr ""
20291
20292 #. type: textblock
20293 #: ../fish/guestfish.pod:421
20294 msgid ""
20295 "Commands to execute should be separated by a colon (C<:>), where the colon "
20296 "is a separate parameter.  Thus:"
20297 msgstr ""
20298
20299 #. type: verbatim
20300 #: ../fish/guestfish.pod:424
20301 #, no-wrap
20302 msgid ""
20303 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
20304 "\n"
20305 msgstr ""
20306
20307 #. type: textblock
20308 #: ../fish/guestfish.pod:426
20309 msgid ""
20310 "If there are no additional arguments, then we enter a shell, either an "
20311 "interactive shell with a prompt (if the input is a terminal) or a non-"
20312 "interactive shell."
20313 msgstr ""
20314
20315 #. type: textblock
20316 #: ../fish/guestfish.pod:430
20317 msgid ""
20318 "In either command line mode or non-interactive shell, the first command that "
20319 "gives an error causes the whole shell to exit.  In interactive mode (with a "
20320 "prompt) if a command fails, you can continue to enter commands."
20321 msgstr ""
20322
20323 #. type: =head1
20324 #: ../fish/guestfish.pod:435
20325 msgid "USING launch (OR run)"
20326 msgstr ""
20327
20328 #. type: textblock
20329 #: ../fish/guestfish.pod:437
20330 msgid ""
20331 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
20332 "then launch it, then mount any disks you need, and finally issue actions/"
20333 "commands.  So the general order of the day is:"
20334 msgstr ""
20335
20336 #. type: textblock
20337 #: ../fish/guestfish.pod:445
20338 msgid "add or -a/--add"
20339 msgstr ""
20340
20341 #. type: textblock
20342 #: ../fish/guestfish.pod:449
20343 msgid "launch (aka run)"
20344 msgstr ""
20345
20346 #. type: textblock
20347 #: ../fish/guestfish.pod:453
20348 msgid "mount or -m/--mount"
20349 msgstr ""
20350
20351 #. type: textblock
20352 #: ../fish/guestfish.pod:457
20353 msgid "any other commands"
20354 msgstr ""
20355
20356 #. type: textblock
20357 #: ../fish/guestfish.pod:461
20358 msgid ""
20359 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
20360 "guest before mounting or performing any other commands."
20361 msgstr ""
20362
20363 #. type: textblock
20364 #: ../fish/guestfish.pod:464
20365 msgid ""
20366 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
20367 "I<--new> options were given then C<run> is done automatically, simply "
20368 "because guestfish can't perform the action you asked for without doing this."
20369 msgstr ""
20370
20371 #. type: =head1
20372 #: ../fish/guestfish.pod:469
20373 msgid "OPENING DISKS FOR READ AND WRITE"
20374 msgstr ""
20375
20376 #. type: textblock
20377 #: ../fish/guestfish.pod:471
20378 msgid ""
20379 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
20380 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
20381 "I<-i> and I<-m> open disk images read-only or for writing."
20382 msgstr ""
20383
20384 #. type: textblock
20385 #: ../fish/guestfish.pod:476
20386 msgid ""
20387 "In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue defaulted to "
20388 "opening disk images supplied on the command line for write.  To open a disk "
20389 "image read-only you have to do I<-a image --ro>."
20390 msgstr ""
20391
20392 #. type: textblock
20393 #: ../fish/guestfish.pod:480
20394 msgid ""
20395 "This matters: If you accidentally open a live VM disk image writable then "
20396 "you will cause irreversible disk corruption."
20397 msgstr ""
20398
20399 #. type: textblock
20400 #: ../fish/guestfish.pod:483
20401 msgid ""
20402 "By libguestfs 1.12 we intend to change the default the other way.  Disk "
20403 "images will be opened read-only.  You will have to either specify "
20404 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
20405 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
20406 "access for disk images specified by those other command line options."
20407 msgstr ""
20408
20409 #. type: textblock
20410 #: ../fish/guestfish.pod:490
20411 msgid ""
20412 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
20413 "which does nothing (it is already the default).  However it is highly "
20414 "recommended that you use this option to indicate that you need write access, "
20415 "and prepare your scripts for the day when this option will be required for "
20416 "write access."
20417 msgstr ""
20418
20419 #. type: textblock
20420 #: ../fish/guestfish.pod:496
20421 msgid ""
20422 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
20423 "other libguestfs program apart from guestfish and guestmount."
20424 msgstr ""
20425
20426 #. type: =head1
20427 #: ../fish/guestfish.pod:499
20428 msgid "QUOTING"
20429 msgstr ""
20430
20431 #. type: textblock
20432 #: ../fish/guestfish.pod:501
20433 msgid ""
20434 "You can quote ordinary parameters using either single or double quotes.  For "
20435 "example:"
20436 msgstr ""
20437
20438 #. type: verbatim
20439 #: ../fish/guestfish.pod:504
20440 #, no-wrap
20441 msgid ""
20442 " add \"file with a space.img\"\n"
20443 "\n"
20444 msgstr ""
20445
20446 #. type: verbatim
20447 #: ../fish/guestfish.pod:506
20448 #, no-wrap
20449 msgid ""
20450 " rm '/file name'\n"
20451 "\n"
20452 msgstr ""
20453
20454 #. type: verbatim
20455 #: ../fish/guestfish.pod:508
20456 #, no-wrap
20457 msgid ""
20458 " rm '/\"'\n"
20459 "\n"
20460 msgstr ""
20461
20462 #. type: textblock
20463 #: ../fish/guestfish.pod:510
20464 msgid ""
20465 "A few commands require a list of strings to be passed.  For these, use a "
20466 "whitespace-separated list, enclosed in quotes.  Strings containing "
20467 "whitespace to be passed through must be enclosed in single quotes.  A "
20468 "literal single quote must be escaped with a backslash."
20469 msgstr ""
20470
20471 #. type: verbatim
20472 #: ../fish/guestfish.pod:515
20473 #, no-wrap
20474 msgid ""
20475 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
20476 " command \"/bin/echo 'foo      bar'\"\n"
20477 " command \"/bin/echo \\'foo\\'\"\n"
20478 "\n"
20479 msgstr ""
20480
20481 #. type: =head1
20482 #: ../fish/guestfish.pod:519
20483 msgid "OPTIONAL ARGUMENTS"
20484 msgstr ""
20485
20486 #. type: textblock
20487 #: ../fish/guestfish.pod:521
20488 msgid ""
20489 "Some commands take optional arguments.  These arguments appear in this "
20490 "documentation as C<[argname:..]>.  You can use them as in these examples:"
20491 msgstr ""
20492
20493 #. type: verbatim
20494 #: ../fish/guestfish.pod:525
20495 #, no-wrap
20496 msgid ""
20497 " add-drive-opts filename\n"
20498 "\n"
20499 msgstr ""
20500
20501 #. type: verbatim
20502 #: ../fish/guestfish.pod:527
20503 #, no-wrap
20504 msgid ""
20505 " add-drive-opts filename readonly:true\n"
20506 "\n"
20507 msgstr ""
20508
20509 #. type: verbatim
20510 #: ../fish/guestfish.pod:529
20511 #, no-wrap
20512 msgid ""
20513 " add-drive-opts filename format:qcow2 readonly:false\n"
20514 "\n"
20515 msgstr ""
20516
20517 #. type: textblock
20518 #: ../fish/guestfish.pod:531
20519 msgid ""
20520 "Each optional argument can appear at most once.  All optional arguments must "
20521 "appear after the required ones."
20522 msgstr ""
20523
20524 #. type: =head1
20525 #: ../fish/guestfish.pod:534
20526 msgid "NUMBERS"
20527 msgstr ""
20528
20529 #. type: textblock
20530 #: ../fish/guestfish.pod:536
20531 msgid ""
20532 "This section applies to all commands which can take integers as parameters."
20533 msgstr ""
20534
20535 #. type: =head2
20536 #: ../fish/guestfish.pod:539
20537 msgid "SIZE SUFFIX"
20538 msgstr ""
20539
20540 #. type: textblock
20541 #: ../fish/guestfish.pod:541
20542 msgid ""
20543 "When the command takes a parameter measured in bytes, you can use one of the "
20544 "following suffixes to specify kilobytes, megabytes and larger sizes:"
20545 msgstr ""
20546
20547 #. type: =item
20548 #: ../fish/guestfish.pod:547
20549 msgid "B<k> or B<K> or B<KiB>"
20550 msgstr ""
20551
20552 #. type: textblock
20553 #: ../fish/guestfish.pod:549
20554 msgid "The size in kilobytes (multiplied by 1024)."
20555 msgstr ""
20556
20557 #. type: =item
20558 #: ../fish/guestfish.pod:551
20559 msgid "B<KB>"
20560 msgstr ""
20561
20562 #. type: textblock
20563 #: ../fish/guestfish.pod:553
20564 msgid "The size in SI 1000 byte units."
20565 msgstr ""
20566
20567 #. type: =item
20568 #: ../fish/guestfish.pod:555
20569 msgid "B<M> or B<MiB>"
20570 msgstr ""
20571
20572 #. type: textblock
20573 #: ../fish/guestfish.pod:557
20574 msgid "The size in megabytes (multiplied by 1048576)."
20575 msgstr ""
20576
20577 #. type: =item
20578 #: ../fish/guestfish.pod:559
20579 msgid "B<MB>"
20580 msgstr ""
20581
20582 #. type: textblock
20583 #: ../fish/guestfish.pod:561
20584 msgid "The size in SI 1000000 byte units."
20585 msgstr ""
20586
20587 #. type: =item
20588 #: ../fish/guestfish.pod:563
20589 msgid "B<G> or B<GiB>"
20590 msgstr ""
20591
20592 #. type: textblock
20593 #: ../fish/guestfish.pod:565
20594 msgid "The size in gigabytes (multiplied by 2**30)."
20595 msgstr ""
20596
20597 #. type: =item
20598 #: ../fish/guestfish.pod:567
20599 msgid "B<GB>"
20600 msgstr ""
20601
20602 #. type: textblock
20603 #: ../fish/guestfish.pod:569
20604 msgid "The size in SI 10**9 byte units."
20605 msgstr ""
20606
20607 #. type: =item
20608 #: ../fish/guestfish.pod:571
20609 msgid "B<T> or B<TiB>"
20610 msgstr ""
20611
20612 #. type: textblock
20613 #: ../fish/guestfish.pod:573
20614 msgid "The size in terabytes (multiplied by 2**40)."
20615 msgstr ""
20616
20617 #. type: =item
20618 #: ../fish/guestfish.pod:575
20619 msgid "B<TB>"
20620 msgstr ""
20621
20622 #. type: textblock
20623 #: ../fish/guestfish.pod:577
20624 msgid "The size in SI 10**12 byte units."
20625 msgstr ""
20626
20627 #. type: =item
20628 #: ../fish/guestfish.pod:579
20629 msgid "B<P> or B<PiB>"
20630 msgstr ""
20631
20632 #. type: textblock
20633 #: ../fish/guestfish.pod:581
20634 msgid "The size in petabytes (multiplied by 2**50)."
20635 msgstr ""
20636
20637 #. type: =item
20638 #: ../fish/guestfish.pod:583
20639 msgid "B<PB>"
20640 msgstr ""
20641
20642 #. type: textblock
20643 #: ../fish/guestfish.pod:585
20644 msgid "The size in SI 10**15 byte units."
20645 msgstr ""
20646
20647 #. type: =item
20648 #: ../fish/guestfish.pod:587
20649 msgid "B<E> or B<EiB>"
20650 msgstr ""
20651
20652 #. type: textblock
20653 #: ../fish/guestfish.pod:589
20654 msgid "The size in exabytes (multiplied by 2**60)."
20655 msgstr ""
20656
20657 #. type: =item
20658 #: ../fish/guestfish.pod:591
20659 msgid "B<EB>"
20660 msgstr ""
20661
20662 #. type: textblock
20663 #: ../fish/guestfish.pod:593
20664 msgid "The size in SI 10**18 byte units."
20665 msgstr ""
20666
20667 #. type: =item
20668 #: ../fish/guestfish.pod:595
20669 msgid "B<Z> or B<ZiB>"
20670 msgstr ""
20671
20672 #. type: textblock
20673 #: ../fish/guestfish.pod:597
20674 msgid "The size in zettabytes (multiplied by 2**70)."
20675 msgstr ""
20676
20677 #. type: =item
20678 #: ../fish/guestfish.pod:599
20679 msgid "B<ZB>"
20680 msgstr ""
20681
20682 #. type: textblock
20683 #: ../fish/guestfish.pod:601
20684 msgid "The size in SI 10**21 byte units."
20685 msgstr ""
20686
20687 #. type: =item
20688 #: ../fish/guestfish.pod:603
20689 msgid "B<Y> or B<YiB>"
20690 msgstr ""
20691
20692 #. type: textblock
20693 #: ../fish/guestfish.pod:605
20694 msgid "The size in yottabytes (multiplied by 2**80)."
20695 msgstr ""
20696
20697 #. type: =item
20698 #: ../fish/guestfish.pod:607
20699 msgid "B<YB>"
20700 msgstr ""
20701
20702 #. type: textblock
20703 #: ../fish/guestfish.pod:609
20704 msgid "The size in SI 10**24 byte units."
20705 msgstr ""
20706
20707 #. type: verbatim
20708 #: ../fish/guestfish.pod:615
20709 #, no-wrap
20710 msgid ""
20711 " truncate-size /file 1G\n"
20712 "\n"
20713 msgstr ""
20714
20715 #. type: textblock
20716 #: ../fish/guestfish.pod:617
20717 msgid "would truncate the file to 1 gigabyte."
20718 msgstr ""
20719
20720 #. type: textblock
20721 #: ../fish/guestfish.pod:619
20722 msgid ""
20723 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
20724 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
20725 "suffix will probably not do what you expect."
20726 msgstr ""
20727
20728 #. type: =head2
20729 #: ../fish/guestfish.pod:623
20730 msgid "OCTAL AND HEXADECIMAL NUMBERS"
20731 msgstr ""
20732
20733 #. type: textblock
20734 #: ../fish/guestfish.pod:625
20735 msgid ""
20736 "For specifying the radix (base) use the C convention: C<0> to prefix an "
20737 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
20738 msgstr ""
20739
20740 #. type: verbatim
20741 #: ../fish/guestfish.pod:628
20742 #, no-wrap
20743 msgid ""
20744 " 1234      decimal number 1234\n"
20745 " 02322     octal number, equivalent to decimal 1234\n"
20746 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
20747 "\n"
20748 msgstr ""
20749
20750 #. type: textblock
20751 #: ../fish/guestfish.pod:632
20752 msgid ""
20753 "When using the C<chmod> command, you almost always want to specify an octal "
20754 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
20755 "L<chmod(1)> program):"
20756 msgstr ""
20757
20758 #. type: verbatim
20759 #: ../fish/guestfish.pod:636
20760 #, no-wrap
20761 msgid ""
20762 " chmod 0777 /public  # OK\n"
20763 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
20764 "\n"
20765 msgstr ""
20766
20767 #. type: textblock
20768 #: ../fish/guestfish.pod:639
20769 msgid ""
20770 "Commands that return numbers usually print them in decimal, but some "
20771 "commands print numbers in other radices (eg. C<umask> prints the mode in "
20772 "octal, preceeded by C<0>)."
20773 msgstr ""
20774
20775 #. type: =head1
20776 #: ../fish/guestfish.pod:643
20777 msgid "WILDCARDS AND GLOBBING"
20778 msgstr ""
20779
20780 #. type: textblock
20781 #: ../fish/guestfish.pod:645
20782 msgid ""
20783 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
20784 "(globbing) by default.  So for example the following will not do what you "
20785 "expect:"
20786 msgstr ""
20787
20788 #. type: verbatim
20789 #: ../fish/guestfish.pod:649
20790 #, no-wrap
20791 msgid ""
20792 " rm-rf /home/*\n"
20793 "\n"
20794 msgstr ""
20795
20796 #. type: textblock
20797 #: ../fish/guestfish.pod:651
20798 msgid ""
20799 "Assuming you don't have a directory called literally C</home/*> then the "
20800 "above command will return an error."
20801 msgstr ""
20802
20803 #. type: textblock
20804 #: ../fish/guestfish.pod:654
20805 msgid "To perform wildcard expansion, use the C<glob> command."
20806 msgstr ""
20807
20808 #. type: verbatim
20809 #: ../fish/guestfish.pod:656
20810 #, no-wrap
20811 msgid ""
20812 " glob rm-rf /home/*\n"
20813 "\n"
20814 msgstr ""
20815
20816 #. type: textblock
20817 #: ../fish/guestfish.pod:658
20818 msgid ""
20819 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
20820 "many times), equivalent to:"
20821 msgstr ""
20822
20823 #. type: verbatim
20824 #: ../fish/guestfish.pod:661
20825 #, no-wrap
20826 msgid ""
20827 " rm-rf /home/jim\n"
20828 " rm-rf /home/joe\n"
20829 " rm-rf /home/mary\n"
20830 "\n"
20831 msgstr ""
20832
20833 #. type: textblock
20834 #: ../fish/guestfish.pod:665
20835 msgid "C<glob> only works on simple guest paths and not on device names."
20836 msgstr ""
20837
20838 #. type: textblock
20839 #: ../fish/guestfish.pod:667
20840 msgid ""
20841 "If you have several parameters, each containing a wildcard, then glob will "
20842 "perform a Cartesian product."
20843 msgstr ""
20844
20845 #. type: =head1
20846 #: ../fish/guestfish.pod:670
20847 msgid "COMMENTS"
20848 msgstr ""
20849
20850 #. type: textblock
20851 #: ../fish/guestfish.pod:672
20852 msgid ""
20853 "Any line which starts with a I<#> character is treated as a comment and "
20854 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
20855 "a command.  For example:"
20856 msgstr ""
20857
20858 #. type: verbatim
20859 #: ../fish/guestfish.pod:676
20860 #, no-wrap
20861 msgid ""
20862 " # this is a comment\n"
20863 "         # this is a comment\n"
20864 " foo # NOT a comment\n"
20865 "\n"
20866 msgstr ""
20867
20868 #. type: textblock
20869 #: ../fish/guestfish.pod:680
20870 msgid "Blank lines are also ignored."
20871 msgstr ""
20872
20873 #. type: =head1
20874 #: ../fish/guestfish.pod:682
20875 msgid "RUNNING COMMANDS LOCALLY"
20876 msgstr ""
20877
20878 #. type: textblock
20879 #: ../fish/guestfish.pod:684
20880 msgid ""
20881 "Any line which starts with a I<!> character is treated as a command sent to "
20882 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
20883 msgstr ""
20884
20885 #. type: verbatim
20886 #: ../fish/guestfish.pod:688
20887 #, no-wrap
20888 msgid ""
20889 " !mkdir local\n"
20890 " tgz-out /remote local/remote-data.tar.gz\n"
20891 "\n"
20892 msgstr ""
20893
20894 #. type: textblock
20895 #: ../fish/guestfish.pod:691
20896 msgid ""
20897 "will create a directory C<local> on the host, and then export the contents "
20898 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
20899 "(See C<tgz-out>)."
20900 msgstr ""
20901
20902 #. type: textblock
20903 #: ../fish/guestfish.pod:695
20904 msgid ""
20905 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
20906 "effect, due to the way that subprocesses work in Unix."
20907 msgstr ""
20908
20909 #. type: =head2
20910 #: ../fish/guestfish.pod:698
20911 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
20912 msgstr ""
20913
20914 #. type: textblock
20915 #: ../fish/guestfish.pod:700
20916 msgid ""
20917 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
20918 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
20919 "and executed as guestfish commands."
20920 msgstr ""
20921
20922 #. type: textblock
20923 #: ../fish/guestfish.pod:704
20924 msgid ""
20925 "Thus you can use shell script to construct arbitrary guestfish commands "
20926 "which are then parsed by guestfish."
20927 msgstr ""
20928
20929 #. type: textblock
20930 #: ../fish/guestfish.pod:707
20931 msgid ""
20932 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
20933 "through C</foo.100>) using guestfish commands alone.  However this is simple "
20934 "if we use a shell script to create the guestfish commands for us:"
20935 msgstr ""
20936
20937 #. type: verbatim
20938 #: ../fish/guestfish.pod:712
20939 #, no-wrap
20940 msgid ""
20941 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
20942 "\n"
20943 msgstr ""
20944
20945 #. type: textblock
20946 #: ../fish/guestfish.pod:714
20947 msgid "or with names like C</foo.001>:"
20948 msgstr ""
20949
20950 #. type: verbatim
20951 #: ../fish/guestfish.pod:716
20952 #, no-wrap
20953 msgid ""
20954 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
20955 "\n"
20956 msgstr ""
20957
20958 #. type: textblock
20959 #: ../fish/guestfish.pod:718
20960 msgid ""
20961 "When using guestfish interactively it can be helpful to just run the shell "
20962 "script first (ie. remove the initial C<E<lt>> character so it is just an "
20963 "ordinary I<!> local command), see what guestfish commands it would run, and "
20964 "when you are happy with those prepend the C<E<lt>> character to run the "
20965 "guestfish commands for real."
20966 msgstr ""
20967
20968 #. type: =head1
20969 #: ../fish/guestfish.pod:724
20970 msgid "PIPES"
20971 msgstr ""
20972
20973 #. type: textblock
20974 #: ../fish/guestfish.pod:726
20975 msgid ""
20976 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
20977 "command (a guestfish command) to the second command (any host command).  For "
20978 "example:"
20979 msgstr ""
20980
20981 #. type: verbatim
20982 #: ../fish/guestfish.pod:730
20983 #, no-wrap
20984 msgid ""
20985 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
20986 "\n"
20987 msgstr ""
20988
20989 #. type: textblock
20990 #: ../fish/guestfish.pod:732
20991 msgid ""
20992 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
20993 "program).  The above command would list all accounts in the guest filesystem "
20994 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
20995 msgstr ""
20996
20997 #. type: verbatim
20998 #: ../fish/guestfish.pod:737
20999 #, no-wrap
21000 msgid ""
21001 " hexdump /bin/ls | head\n"
21002 " list-devices | tail -1\n"
21003 " tgz-out / - | tar ztf -\n"
21004 "\n"
21005 msgstr ""
21006
21007 #. type: textblock
21008 #: ../fish/guestfish.pod:741
21009 msgid ""
21010 "The space before the pipe symbol is required, any space after the pipe "
21011 "symbol is optional.  Everything after the pipe symbol is just passed "
21012 "straight to the host shell, so it can contain redirections, globs and "
21013 "anything else that makes sense on the host side."
21014 msgstr ""
21015
21016 #. type: textblock
21017 #: ../fish/guestfish.pod:746
21018 msgid ""
21019 "To use a literal argument which begins with a pipe symbol, you have to quote "
21020 "it, eg:"
21021 msgstr ""
21022
21023 #. type: verbatim
21024 #: ../fish/guestfish.pod:749
21025 #, no-wrap
21026 msgid ""
21027 " echo \"|\"\n"
21028 "\n"
21029 msgstr ""
21030
21031 #. type: =head1
21032 #: ../fish/guestfish.pod:751
21033 msgid "HOME DIRECTORIES"
21034 msgstr ""
21035
21036 #. type: textblock
21037 #: ../fish/guestfish.pod:753
21038 msgid ""
21039 "If a parameter starts with the character C<~> then the tilde may be expanded "
21040 "as a home directory path (either C<~> for the current user's home directory, "
21041 "or C<~user> for another user)."
21042 msgstr ""
21043
21044 #. type: textblock
21045 #: ../fish/guestfish.pod:757
21046 msgid ""
21047 "Note that home directory expansion happens for users known I<on the host>, "
21048 "not in the guest filesystem."
21049 msgstr ""
21050
21051 #. type: textblock
21052 #: ../fish/guestfish.pod:760
21053 msgid ""
21054 "To use a literal argument which begins with a tilde, you have to quote it, "
21055 "eg:"
21056 msgstr ""
21057
21058 #. type: verbatim
21059 #: ../fish/guestfish.pod:763
21060 #, no-wrap
21061 msgid ""
21062 " echo \"~\"\n"
21063 "\n"
21064 msgstr ""
21065
21066 #. type: textblock
21067 #: ../fish/guestfish.pod:767
21068 msgid ""
21069 "Libguestfs has some support for Linux guests encrypted according to the "
21070 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
21071 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
21072 "LUKS is supported."
21073 msgstr ""
21074
21075 #. type: textblock
21076 #: ../fish/guestfish.pod:772
21077 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
21078 msgstr ""
21079
21080 #. type: verbatim
21081 #: ../fish/guestfish.pod:774
21082 #, no-wrap
21083 msgid ""
21084 " ><fs> vfs-type /dev/sda2\n"
21085 " crypto_LUKS\n"
21086 "\n"
21087 msgstr ""
21088
21089 #. type: textblock
21090 #: ../fish/guestfish.pod:777
21091 msgid ""
21092 "Then open those devices using L</luks-open>.  This creates a device-mapper "
21093 "device called C</dev/mapper/luksdev>."
21094 msgstr ""
21095
21096 #. type: verbatim
21097 #: ../fish/guestfish.pod:780
21098 #, no-wrap
21099 msgid ""
21100 " ><fs> luks-open /dev/sda2 luksdev\n"
21101 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
21102 "\n"
21103 msgstr ""
21104
21105 #. type: textblock
21106 #: ../fish/guestfish.pod:783
21107 msgid ""
21108 "Finally you have to tell LVM to scan for volume groups on the newly created "
21109 "mapper device:"
21110 msgstr ""
21111
21112 #. type: verbatim
21113 #: ../fish/guestfish.pod:786
21114 #, no-wrap
21115 msgid ""
21116 " vgscan\n"
21117 " vg-activate-all true\n"
21118 "\n"
21119 msgstr ""
21120
21121 #. type: textblock
21122 #: ../fish/guestfish.pod:789
21123 msgid "The logical volume(s) can now be mounted in the usual way."
21124 msgstr ""
21125
21126 #. type: textblock
21127 #: ../fish/guestfish.pod:791
21128 msgid ""
21129 "Before closing a LUKS device you must unmount any logical volumes on it and "
21130 "deactivate the volume groups by calling C<vg-activate false VG> on each "
21131 "one.  Then you can close the mapper device:"
21132 msgstr ""
21133
21134 #. type: verbatim
21135 #: ../fish/guestfish.pod:795
21136 #, no-wrap
21137 msgid ""
21138 " vg-activate false /dev/VG\n"
21139 " luks-close /dev/mapper/luksdev\n"
21140 "\n"
21141 msgstr ""
21142
21143 #. type: =head1
21144 #: ../fish/guestfish.pod:798 ../tools/virt-edit.pl:342
21145 msgid "WINDOWS PATHS"
21146 msgstr ""
21147
21148 #. type: textblock
21149 #: ../fish/guestfish.pod:800
21150 msgid ""
21151 "If a path is prefixed with C<win:> then you can use Windows-style drive "
21152 "letters and paths (with some limitations).  The following commands are "
21153 "equivalent:"
21154 msgstr ""
21155
21156 #. type: verbatim
21157 #: ../fish/guestfish.pod:804
21158 #, no-wrap
21159 msgid ""
21160 " file /WINDOWS/system32/config/system.LOG\n"
21161 "\n"
21162 msgstr ""
21163
21164 #. type: verbatim
21165 #: ../fish/guestfish.pod:806
21166 #, no-wrap
21167 msgid ""
21168 " file win:\\windows\\system32\\config\\system.log\n"
21169 "\n"
21170 msgstr ""
21171
21172 #. type: verbatim
21173 #: ../fish/guestfish.pod:808
21174 #, no-wrap
21175 msgid ""
21176 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
21177 "\n"
21178 msgstr ""
21179
21180 #. type: textblock
21181 #: ../fish/guestfish.pod:810
21182 msgid ""
21183 "The parameter is rewritten \"behind the scenes\" by looking up the position "
21184 "where the drive is mounted, prepending that to the path, changing all "
21185 "backslash characters to forward slash, then resolving the result using L</"
21186 "case-sensitive-path>.  For example if the E: drive was mounted on C</e> then "
21187 "the parameter might be rewritten like this:"
21188 msgstr ""
21189
21190 #. type: verbatim
21191 #: ../fish/guestfish.pod:816
21192 #, no-wrap
21193 msgid ""
21194 " win:e:\\foo\\bar => /e/FOO/bar\n"
21195 "\n"
21196 msgstr ""
21197
21198 #. type: textblock
21199 #: ../fish/guestfish.pod:818
21200 msgid "This only works in argument positions that expect a path."
21201 msgstr ""
21202
21203 #. type: =head1
21204 #: ../fish/guestfish.pod:820
21205 msgid "UPLOADING AND DOWNLOADING FILES"
21206 msgstr ""
21207
21208 #. type: textblock
21209 #: ../fish/guestfish.pod:822
21210 msgid ""
21211 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
21212 "others which upload from or download to a local file, you can use the "
21213 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
21214 msgstr ""
21215
21216 #. type: verbatim
21217 #: ../fish/guestfish.pod:826
21218 #, no-wrap
21219 msgid ""
21220 " upload - /foo\n"
21221 "\n"
21222 msgstr ""
21223
21224 #. type: textblock
21225 #: ../fish/guestfish.pod:828
21226 msgid ""
21227 "reads stdin and creates from that a file C</foo> in the disk image, and:"
21228 msgstr ""
21229
21230 #. type: verbatim
21231 #: ../fish/guestfish.pod:831
21232 #, no-wrap
21233 msgid ""
21234 " tar-out /etc - | tar tf -\n"
21235 "\n"
21236 msgstr ""
21237
21238 #. type: textblock
21239 #: ../fish/guestfish.pod:833
21240 msgid ""
21241 "writes the tarball to stdout and then pipes that into the external \"tar\" "
21242 "command (see L</PIPES>)."
21243 msgstr ""
21244
21245 #. type: textblock
21246 #: ../fish/guestfish.pod:836
21247 msgid ""
21248 "When using C<-> to read from stdin, the input is read up to the end of "
21249 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
21250 "some arbitrary end marker:"
21251 msgstr ""
21252
21253 #. type: verbatim
21254 #: ../fish/guestfish.pod:840
21255 #, no-wrap
21256 msgid ""
21257 " upload -<<END /foo\n"
21258 " input line 1\n"
21259 " input line 2\n"
21260 " input line 3\n"
21261 " END\n"
21262 "\n"
21263 msgstr ""
21264
21265 #. type: textblock
21266 #: ../fish/guestfish.pod:846
21267 msgid ""
21268 "Any string of characters can be used instead of C<END>.  The end marker must "
21269 "appear on a line of its own, without any preceeding or following characters "
21270 "(not even spaces)."
21271 msgstr ""
21272
21273 #. type: textblock
21274 #: ../fish/guestfish.pod:850
21275 msgid ""
21276 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
21277 "upload local files (so-called \"FileIn\" parameters in the generator)."
21278 msgstr ""
21279
21280 #. type: =head1
21281 #: ../fish/guestfish.pod:853
21282 msgid "EXIT ON ERROR BEHAVIOUR"
21283 msgstr ""
21284
21285 #. type: textblock
21286 #: ../fish/guestfish.pod:855
21287 msgid ""
21288 "By default, guestfish will ignore any errors when in interactive mode (ie. "
21289 "taking commands from a human over a tty), and will exit on the first error "
21290 "in non-interactive mode (scripts, commands given on the command line)."
21291 msgstr ""
21292
21293 #. type: textblock
21294 #: ../fish/guestfish.pod:860
21295 msgid ""
21296 "If you prefix a command with a I<-> character, then that command will not "
21297 "cause guestfish to exit, even if that (one) command returns an error."
21298 msgstr ""
21299
21300 #. type: =head1
21301 #: ../fish/guestfish.pod:864
21302 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
21303 msgstr ""
21304
21305 #. type: textblock
21306 #: ../fish/guestfish.pod:866
21307 msgid ""
21308 "Guestfish can be remote-controlled over a socket.  This is useful "
21309 "particularly in shell scripts where you want to make several different "
21310 "changes to a filesystem, but you don't want the overhead of starting up a "
21311 "guestfish process each time."
21312 msgstr ""
21313
21314 #. type: textblock
21315 #: ../fish/guestfish.pod:871
21316 msgid "Start a guestfish server process using:"
21317 msgstr ""
21318
21319 #. type: verbatim
21320 #: ../fish/guestfish.pod:873
21321 #, no-wrap
21322 msgid ""
21323 " eval \"`guestfish --listen`\"\n"
21324 "\n"
21325 msgstr ""
21326
21327 #. type: textblock
21328 #: ../fish/guestfish.pod:875
21329 msgid "and then send it commands by doing:"
21330 msgstr ""
21331
21332 #. type: verbatim
21333 #: ../fish/guestfish.pod:877
21334 #, no-wrap
21335 msgid ""
21336 " guestfish --remote cmd [...]\n"
21337 "\n"
21338 msgstr ""
21339
21340 #. type: textblock
21341 #: ../fish/guestfish.pod:879
21342 msgid "To cause the server to exit, send it the exit command:"
21343 msgstr ""
21344
21345 #. type: verbatim
21346 #: ../fish/guestfish.pod:881
21347 #, no-wrap
21348 msgid ""
21349 " guestfish --remote exit\n"
21350 "\n"
21351 msgstr ""
21352
21353 #. type: textblock
21354 #: ../fish/guestfish.pod:883
21355 msgid ""
21356 "Note that the server will normally exit if there is an error in a command.  "
21357 "You can change this in the usual way.  See section L</EXIT ON ERROR "
21358 "BEHAVIOUR>."
21359 msgstr ""
21360
21361 #. type: =head2
21362 #: ../fish/guestfish.pod:887
21363 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
21364 msgstr ""
21365
21366 #. type: textblock
21367 #: ../fish/guestfish.pod:889
21368 msgid ""
21369 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
21370 "is how the I<--remote> option knows where to send the commands.  You can "
21371 "have several guestfish listener processes running using:"
21372 msgstr ""
21373
21374 #. type: verbatim
21375 #: ../fish/guestfish.pod:893
21376 #, no-wrap
21377 msgid ""
21378 " eval \"`guestfish --listen`\"\n"
21379 " pid1=$GUESTFISH_PID\n"
21380 " eval \"`guestfish --listen`\"\n"
21381 " pid2=$GUESTFISH_PID\n"
21382 " ...\n"
21383 " guestfish --remote=$pid1 cmd\n"
21384 " guestfish --remote=$pid2 cmd\n"
21385 "\n"
21386 msgstr ""
21387
21388 #. type: =head2
21389 #: ../fish/guestfish.pod:901
21390 msgid "REMOTE CONTROL AND CSH"
21391 msgstr ""
21392
21393 #. type: textblock
21394 #: ../fish/guestfish.pod:903
21395 msgid ""
21396 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
21397 "option:"
21398 msgstr ""
21399
21400 #. type: verbatim
21401 #: ../fish/guestfish.pod:906
21402 #, no-wrap
21403 msgid ""
21404 " eval \"`guestfish --listen --csh`\"\n"
21405 "\n"
21406 msgstr ""
21407
21408 #. type: =head2
21409 #: ../fish/guestfish.pod:908
21410 msgid "REMOTE CONTROL DETAILS"
21411 msgstr ""
21412
21413 #. type: textblock
21414 #: ../fish/guestfish.pod:910
21415 msgid ""
21416 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
21417 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
21418 "and C<$PID> is the process ID of the server."
21419 msgstr ""
21420
21421 #. type: textblock
21422 #: ../fish/guestfish.pod:914
21423 msgid "Guestfish client and server versions must match exactly."
21424 msgstr ""
21425
21426 #. type: =head1
21427 #: ../fish/guestfish.pod:916
21428 msgid "PREPARED DISK IMAGES"
21429 msgstr ""
21430
21431 #. type: textblock
21432 #: ../fish/guestfish.pod:918
21433 msgid ""
21434 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
21435 "preformatted disk images that guestfish can make for you to save typing.  "
21436 "This is particularly useful for testing purposes.  This option is used "
21437 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
21438 "can be mixed with I<-a>)."
21439 msgstr ""
21440
21441 #. type: textblock
21442 #: ../fish/guestfish.pod:924
21443 msgid ""
21444 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
21445 "the second and so on.  Existing files in the current directory are "
21446 "I<overwritten>."
21447 msgstr ""
21448
21449 #. type: textblock
21450 #: ../fish/guestfish.pod:928
21451 msgid ""
21452 "The type briefly describes how the disk should be sized, partitioned, how "
21453 "filesystem(s) should be created, and how content should be added.  "
21454 "Optionally the type can be followed by extra parameters, separated by C<:> "
21455 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
21456 "allocated disk, containing a single partition, with the partition formatted "
21457 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
21458 "disk instead."
21459 msgstr ""
21460
21461 #. type: textblock
21462 #: ../fish/guestfish.pod:936
21463 msgid "To list the available types and any extra parameters they take, run:"
21464 msgstr ""
21465
21466 #. type: textblock
21467 #: ../fish/guestfish.pod:940
21468 msgid ""
21469 "Note that the prepared filesystem is not mounted.  You would usually have to "
21470 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
21471 msgstr ""
21472
21473 #. type: textblock
21474 #: ../fish/guestfish.pod:944
21475 msgid ""
21476 "If any I<-N> or I<--new> options are given, the guest is automatically "
21477 "launched."
21478 msgstr ""
21479
21480 #. type: textblock
21481 #: ../fish/guestfish.pod:949
21482 msgid "Create a 100MB disk with an ext4-formatted partition:"
21483 msgstr ""
21484
21485 #. type: verbatim
21486 #: ../fish/guestfish.pod:951
21487 #, no-wrap
21488 msgid ""
21489 " guestfish -N fs:ext4\n"
21490 "\n"
21491 msgstr ""
21492
21493 #. type: textblock
21494 #: ../fish/guestfish.pod:953
21495 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
21496 msgstr ""
21497
21498 #. type: verbatim
21499 #: ../fish/guestfish.pod:955
21500 #, no-wrap
21501 msgid ""
21502 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
21503 "\n"
21504 msgstr ""
21505
21506 #. type: textblock
21507 #: ../fish/guestfish.pod:957
21508 msgid "Create a blank 200MB disk:"
21509 msgstr ""
21510
21511 #. type: verbatim
21512 #: ../fish/guestfish.pod:959
21513 #, no-wrap
21514 msgid ""
21515 " guestfish -N disk:200M\n"
21516 "\n"
21517 msgstr ""
21518
21519 #. type: =head1
21520 #: ../fish/guestfish.pod:961
21521 msgid "PROGRESS BARS"
21522 msgstr ""
21523
21524 #. type: textblock
21525 #: ../fish/guestfish.pod:963
21526 msgid ""
21527 "Some (not all) long-running commands send progress notification messages as "
21528 "they are running.  Guestfish turns these messages into progress bars."
21529 msgstr ""
21530
21531 #. type: textblock
21532 #: ../fish/guestfish.pod:967
21533 msgid ""
21534 "When a command that supports progress bars takes longer than two seconds to "
21535 "run, and if progress bars are enabled, then you will see one appearing below "
21536 "the command:"
21537 msgstr ""
21538
21539 #. type: verbatim
21540 #: ../fish/guestfish.pod:971
21541 #, no-wrap
21542 msgid ""
21543 " ><fs> copy-size /large-file /another-file 2048M\n"
21544 " / 10% [#####-----------------------------------------] 00:30\n"
21545 "\n"
21546 msgstr ""
21547
21548 #. type: textblock
21549 #: ../fish/guestfish.pod:974
21550 msgid ""
21551 "The spinner on the left hand side moves round once for every progress "
21552 "notification received from the backend.  This is a (reasonably) golden "
21553 "assurance that the command is \"doing something\" even if the progress bar "
21554 "is not moving, because the command is able to send the progress "
21555 "notifications.  When the bar reaches 100% and the command finishes, the "
21556 "spinner disappears."
21557 msgstr ""
21558
21559 #. type: textblock
21560 #: ../fish/guestfish.pod:981
21561 msgid ""
21562 "Progress bars are enabled by default when guestfish is used interactively.  "
21563 "You can enable them even for non-interactive modes using I<--progress-bars>, "
21564 "and you can disable them completely using I<--no-progress-bars>."
21565 msgstr ""
21566
21567 #. type: =head1
21568 #: ../fish/guestfish.pod:986
21569 msgid "GUESTFISH COMMANDS"
21570 msgstr ""
21571
21572 #. type: textblock
21573 #: ../fish/guestfish.pod:988
21574 msgid ""
21575 "The commands in this section are guestfish convenience commands, in other "
21576 "words, they are not part of the L<guestfs(3)> API."
21577 msgstr ""
21578
21579 #. type: =head2
21580 #: ../fish/guestfish.pod:991
21581 msgid "help"
21582 msgstr ""
21583
21584 #. type: verbatim
21585 #: ../fish/guestfish.pod:993
21586 #, no-wrap
21587 msgid ""
21588 " help\n"
21589 " help cmd\n"
21590 "\n"
21591 msgstr ""
21592
21593 #. type: textblock
21594 #: ../fish/guestfish.pod:996
21595 msgid "Without any parameter, this provides general help."
21596 msgstr ""
21597
21598 #. type: textblock
21599 #: ../fish/guestfish.pod:998
21600 msgid "With a C<cmd> parameter, this displays detailed help for that command."
21601 msgstr ""
21602
21603 #. type: =head2
21604 #: ../fish/guestfish.pod:1000
21605 msgid "quit | exit"
21606 msgstr ""
21607
21608 #. type: textblock
21609 #: ../fish/guestfish.pod:1002
21610 msgid "This exits guestfish.  You can also use C<^D> key."
21611 msgstr ""
21612
21613 #. type: textblock
21614 #: ../fish/guestfish.pod:1004
21615 msgid "@FISH_COMMANDS@"
21616 msgstr ""
21617
21618 #. type: =head1
21619 #: ../fish/guestfish.pod:1006
21620 msgid "COMMANDS"
21621 msgstr ""
21622
21623 #. type: =head1
21624 #: ../fish/guestfish.pod:1010 ../test-tool/libguestfs-test-tool.pod:77
21625 msgid "EXIT CODE"
21626 msgstr ""
21627
21628 #. type: textblock
21629 #: ../fish/guestfish.pod:1012
21630 msgid ""
21631 "guestfish returns 0 if the commands completed without error, or 1 if there "
21632 "was an error."
21633 msgstr ""
21634
21635 #. type: =item
21636 #: ../fish/guestfish.pod:1019
21637 msgid "EDITOR"
21638 msgstr ""
21639
21640 #. type: textblock
21641 #: ../fish/guestfish.pod:1021
21642 msgid ""
21643 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
21644 "C<vi>."
21645 msgstr ""
21646
21647 #. type: =item
21648 #: ../fish/guestfish.pod:1024
21649 msgid "GUESTFISH_PID"
21650 msgstr ""
21651
21652 #. type: textblock
21653 #: ../fish/guestfish.pod:1026
21654 msgid ""
21655 "Used with the I<--remote> option to specify the remote guestfish process to "
21656 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
21657 msgstr ""
21658
21659 #. type: =item
21660 #: ../fish/guestfish.pod:1030
21661 msgid "HEXEDITOR"
21662 msgstr ""
21663
21664 #. type: textblock
21665 #: ../fish/guestfish.pod:1032
21666 msgid ""
21667 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
21668 "not specified, the external L<hexedit(1)> program is used."
21669 msgstr ""
21670
21671 #. type: =item
21672 #: ../fish/guestfish.pod:1036
21673 msgid "HOME"
21674 msgstr ""
21675
21676 #. type: textblock
21677 #: ../fish/guestfish.pod:1038
21678 msgid ""
21679 "If compiled with GNU readline support, various files in the home directory "
21680 "can be used.  See L</FILES>."
21681 msgstr ""
21682
21683 #. type: textblock
21684 #: ../fish/guestfish.pod:1047
21685 msgid ""
21686 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
21687 "effect as using the B<-v> option."
21688 msgstr ""
21689
21690 #. type: textblock
21691 #: ../fish/guestfish.pod:1059
21692 msgid ""
21693 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
21694 "the discussion of paths in L<guestfs(3)>."
21695 msgstr ""
21696
21697 #. type: textblock
21698 #: ../fish/guestfish.pod:1070
21699 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
21700 msgstr ""
21701
21702 #. type: =item
21703 #: ../fish/guestfish.pod:1072
21704 msgid "PAGER"
21705 msgstr ""
21706
21707 #. type: textblock
21708 #: ../fish/guestfish.pod:1074
21709 msgid ""
21710 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
21711 "C<more>."
21712 msgstr ""
21713
21714 #. type: =head1
21715 #: ../fish/guestfish.pod:1090 ../fuse/guestmount.pod:262
21716 msgid "FILES"
21717 msgstr ""
21718
21719 #. type: =item
21720 #: ../fish/guestfish.pod:1094 ../fuse/guestmount.pod:266
21721 msgid "$HOME/.libguestfs-tools.rc"
21722 msgstr ""
21723
21724 #. type: =item
21725 #: ../fish/guestfish.pod:1096 ../fuse/guestmount.pod:268
21726 msgid "/etc/libguestfs-tools.conf"
21727 msgstr ""
21728
21729 #. type: textblock
21730 #: ../fish/guestfish.pod:1098 ../fuse/guestmount.pod:270
21731 msgid ""
21732 "This configuration file controls the default read-only or read-write mode "
21733 "(I<--ro> or I<--rw>)."
21734 msgstr ""
21735
21736 #. type: textblock
21737 #: ../fish/guestfish.pod:1101
21738 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
21739 msgstr ""
21740
21741 #. type: =item
21742 #: ../fish/guestfish.pod:1103
21743 msgid "$HOME/.guestfish"
21744 msgstr ""
21745
21746 #. type: textblock
21747 #: ../fish/guestfish.pod:1105
21748 msgid ""
21749 "If compiled with GNU readline support, then the command history is saved in "
21750 "this file."
21751 msgstr ""
21752
21753 #. type: =item
21754 #: ../fish/guestfish.pod:1108
21755 msgid "$HOME/.inputrc"
21756 msgstr ""
21757
21758 #. type: =item
21759 #: ../fish/guestfish.pod:1110
21760 msgid "/etc/inputrc"
21761 msgstr ""
21762
21763 #. type: textblock
21764 #: ../fish/guestfish.pod:1112
21765 msgid ""
21766 "If compiled with GNU readline support, then these files can be used to "
21767 "configure readline.  For further information, please see L<readline(3)/"
21768 "INITIALIZATION FILE>."
21769 msgstr ""
21770
21771 #. type: textblock
21772 #: ../fish/guestfish.pod:1116
21773 msgid "To write rules which only apply to guestfish, use:"
21774 msgstr ""
21775
21776 #. type: verbatim
21777 #: ../fish/guestfish.pod:1118
21778 #, no-wrap
21779 msgid ""
21780 " $if guestfish\n"
21781 " ...\n"
21782 " $endif\n"
21783 "\n"
21784 msgstr ""
21785
21786 #. type: textblock
21787 #: ../fish/guestfish.pod:1122
21788 msgid ""
21789 "Variables that you can set in inputrc that change the behaviour of guestfish "
21790 "in useful ways include:"
21791 msgstr ""
21792
21793 #. type: =item
21794 #: ../fish/guestfish.pod:1127
21795 msgid "completion-ignore-case (default: on)"
21796 msgstr ""
21797
21798 #. type: textblock
21799 #: ../fish/guestfish.pod:1129
21800 msgid ""
21801 "By default, guestfish will ignore case when tab-completing paths on the "
21802 "disk.  Use:"
21803 msgstr ""
21804
21805 #. type: verbatim
21806 #: ../fish/guestfish.pod:1132
21807 #, no-wrap
21808 msgid ""
21809 " set completion-ignore-case off\n"
21810 "\n"
21811 msgstr ""
21812
21813 #. type: textblock
21814 #: ../fish/guestfish.pod:1134
21815 msgid "to make guestfish case sensitive."
21816 msgstr ""
21817
21818 #. type: =item
21819 #: ../fish/guestfish.pod:1138
21820 msgid "test1.img"
21821 msgstr ""
21822
21823 #. type: =item
21824 #: ../fish/guestfish.pod:1140
21825 msgid "test2.img (etc)"
21826 msgstr ""
21827
21828 #. type: textblock
21829 #: ../fish/guestfish.pod:1142
21830 msgid ""
21831 "When using the I<-N> or I<--new> option, the prepared disk or filesystem "
21832 "will be created in the file C<test1.img> in the current directory.  The "
21833 "second use of I<-N> will use C<test2.img> and so on.  Any existing file with "
21834 "the same name will be overwritten."
21835 msgstr ""
21836
21837 #. type: textblock
21838 #: ../fish/guestfish.pod:1151
21839 msgid ""
21840 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-copy-in(1)"
21841 ">, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)"
21842 ">, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions"
21843 "(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)"
21844 ">, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)"
21845 ">, L<hexedit(1)>."
21846 msgstr ""
21847
21848 #. type: textblock
21849 #: ../fish/guestfish.pod:1181 ../test-tool/libguestfs-test-tool.pod:102
21850 #: ../fuse/guestmount.pod:297 ../tools/virt-edit.pl:518
21851 #: ../tools/virt-win-reg.pl:606 ../tools/virt-list-filesystems.pl:210
21852 #: ../tools/virt-tar.pl:309 ../tools/virt-make-fs.pl:572
21853 #: ../tools/virt-list-partitions.pl:277
21854 msgid ""
21855 "This program is free software; you can redistribute it and/or modify it "
21856 "under the terms of the GNU General Public License as published by the Free "
21857 "Software Foundation; either version 2 of the License, or (at your option) "
21858 "any later version."
21859 msgstr ""
21860
21861 #. type: textblock
21862 #: ../fish/guestfish.pod:1186 ../test-tool/libguestfs-test-tool.pod:107
21863 #: ../fuse/guestmount.pod:302 ../tools/virt-edit.pl:523
21864 #: ../tools/virt-win-reg.pl:611 ../tools/virt-list-filesystems.pl:215
21865 #: ../tools/virt-tar.pl:314 ../tools/virt-make-fs.pl:577
21866 #: ../tools/virt-list-partitions.pl:282
21867 msgid ""
21868 "This program is distributed in the hope that it will be useful, but WITHOUT "
21869 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
21870 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
21871 "more details."
21872 msgstr ""
21873
21874 #. type: textblock
21875 #: ../fish/guestfish.pod:1191 ../test-tool/libguestfs-test-tool.pod:112
21876 #: ../fuse/guestmount.pod:307 ../tools/virt-edit.pl:528
21877 #: ../tools/virt-win-reg.pl:616 ../tools/virt-list-filesystems.pl:220
21878 #: ../tools/virt-tar.pl:319 ../tools/virt-make-fs.pl:582
21879 #: ../tools/virt-list-partitions.pl:287
21880 msgid ""
21881 "You should have received a copy of the GNU General Public License along with "
21882 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
21883 "Ave, Cambridge, MA 02139, USA."
21884 msgstr ""
21885
21886 #. type: =head2
21887 #: ../fish/guestfish-actions.pod:1
21888 msgid "add-cdrom"
21889 msgstr ""
21890
21891 #. type: verbatim
21892 #: ../fish/guestfish-actions.pod:3
21893 #, no-wrap
21894 msgid ""
21895 " add-cdrom filename\n"
21896 "\n"
21897 msgstr ""
21898
21899 #. type: textblock
21900 #: ../fish/guestfish-actions.pod:15
21901 msgid ""
21902 "This call checks for the existence of C<filename>.  This stops you from "
21903 "specifying other types of drive which are supported by qemu such as C<nbd:> "
21904 "and C<http:> URLs.  To specify those, use the general L</config> call "
21905 "instead."
21906 msgstr ""
21907
21908 #. type: textblock
21909 #: ../fish/guestfish-actions.pod:22
21910 msgid ""
21911 "If you just want to add an ISO file (often you use this as an efficient way "
21912 "to transfer large files into the guest), then you should probably use L</add-"
21913 "drive-ro> instead."
21914 msgstr ""
21915
21916 #. type: textblock
21917 #: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158
21918 #: ../fish/guestfish-actions.pod:172
21919 msgid ""
21920 "This function is deprecated.  In new code, use the L</add_drive_opts> call "
21921 "instead."
21922 msgstr ""
21923
21924 #. type: =head2
21925 #: ../fish/guestfish-actions.pod:35
21926 msgid "add-domain"
21927 msgstr ""
21928
21929 #. type: =head2
21930 #: ../fish/guestfish-actions.pod:37
21931 msgid "domain"
21932 msgstr ""
21933
21934 #. type: verbatim
21935 #: ../fish/guestfish-actions.pod:39
21936 #, no-wrap
21937 msgid ""
21938 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
21939 "\n"
21940 msgstr ""
21941
21942 #. type: textblock
21943 #: ../fish/guestfish-actions.pod:41
21944 msgid ""
21945 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
21946 "It works by connecting to libvirt, requesting the domain and domain XML from "
21947 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
21948 msgstr ""
21949
21950 #. type: textblock
21951 #: ../fish/guestfish-actions.pod:71
21952 msgid ""
21953 "The other optional parameters are passed directly through to L</add-drive-"
21954 "opts>."
21955 msgstr ""
21956
21957 #. type: textblock
21958 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138
21959 #: ../fish/guestfish-actions.pod:3044
21960 msgid ""
21961 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
21962 msgstr ""
21963
21964 #. type: =head2
21965 #: ../fish/guestfish-actions.pod:76
21966 msgid "add-drive"
21967 msgstr ""
21968
21969 #. type: verbatim
21970 #: ../fish/guestfish-actions.pod:78
21971 #, no-wrap
21972 msgid ""
21973 " add-drive filename\n"
21974 "\n"
21975 msgstr ""
21976
21977 #. type: textblock
21978 #: ../fish/guestfish-actions.pod:80
21979 msgid ""
21980 "This function is the equivalent of calling L</add-drive-opts> with no "
21981 "optional parameters, so the disk is added writable, with the format being "
21982 "detected automatically."
21983 msgstr ""
21984
21985 #. type: textblock
21986 #: ../fish/guestfish-actions.pod:84
21987 msgid ""
21988 "Automatic detection of the format opens you up to a potential security hole "
21989 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
21990 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
21991 "you should think about replacing calls to this function with calls to L</add-"
21992 "drive-opts>, and specifying the format."
21993 msgstr ""
21994
21995 #. type: =head2
21996 #: ../fish/guestfish-actions.pod:91
21997 msgid "add-drive-opts"
21998 msgstr ""
21999
22000 #. type: =head2
22001 #: ../fish/guestfish-actions.pod:93
22002 msgid "add"
22003 msgstr ""
22004
22005 #. type: verbatim
22006 #: ../fish/guestfish-actions.pod:95
22007 #, no-wrap
22008 msgid ""
22009 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
22010 "\n"
22011 msgstr ""
22012
22013 #. type: textblock
22014 #: ../fish/guestfish-actions.pod:122
22015 msgid ""
22016 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
22017 "add-drive-ro>) then the format is automatically detected.  Possible formats "
22018 "include C<raw> and C<qcow2>."
22019 msgstr ""
22020
22021 #. type: textblock
22022 #: ../fish/guestfish-actions.pod:133
22023 msgid ""
22024 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
22025 "add-drive-with-if> call (q.v.)"
22026 msgstr ""
22027
22028 #. type: =head2
22029 #: ../fish/guestfish-actions.pod:140
22030 msgid "add-drive-ro"
22031 msgstr ""
22032
22033 #. type: =head2
22034 #: ../fish/guestfish-actions.pod:142
22035 msgid "add-ro"
22036 msgstr ""
22037
22038 #. type: verbatim
22039 #: ../fish/guestfish-actions.pod:144
22040 #, no-wrap
22041 msgid ""
22042 " add-drive-ro filename\n"
22043 "\n"
22044 msgstr ""
22045
22046 #. type: textblock
22047 #: ../fish/guestfish-actions.pod:146
22048 msgid ""
22049 "This function is the equivalent of calling L</add-drive-opts> with the "
22050 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
22051 "is added read-only, with the format being detected automatically."
22052 msgstr ""
22053
22054 #. type: =head2
22055 #: ../fish/guestfish-actions.pod:151
22056 msgid "add-drive-ro-with-if"
22057 msgstr ""
22058
22059 #. type: verbatim
22060 #: ../fish/guestfish-actions.pod:153
22061 #, no-wrap
22062 msgid ""
22063 " add-drive-ro-with-if filename iface\n"
22064 "\n"
22065 msgstr ""
22066
22067 #. type: textblock
22068 #: ../fish/guestfish-actions.pod:155
22069 msgid ""
22070 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
22071 "interface emulation to use at run time."
22072 msgstr ""
22073
22074 #. type: =head2
22075 #: ../fish/guestfish-actions.pod:165
22076 msgid "add-drive-with-if"
22077 msgstr ""
22078
22079 #. type: verbatim
22080 #: ../fish/guestfish-actions.pod:167
22081 #, no-wrap
22082 msgid ""
22083 " add-drive-with-if filename iface\n"
22084 "\n"
22085 msgstr ""
22086
22087 #. type: textblock
22088 #: ../fish/guestfish-actions.pod:169
22089 msgid ""
22090 "This is the same as L</add-drive> but it allows you to specify the QEMU "
22091 "interface emulation to use at run time."
22092 msgstr ""
22093
22094 #. type: =head2
22095 #: ../fish/guestfish-actions.pod:179
22096 msgid "aug-clear"
22097 msgstr ""
22098
22099 #. type: verbatim
22100 #: ../fish/guestfish-actions.pod:181
22101 #, no-wrap
22102 msgid ""
22103 " aug-clear augpath\n"
22104 "\n"
22105 msgstr ""
22106
22107 #. type: =head2
22108 #: ../fish/guestfish-actions.pod:186
22109 msgid "aug-close"
22110 msgstr ""
22111
22112 #. type: verbatim
22113 #: ../fish/guestfish-actions.pod:188
22114 #, no-wrap
22115 msgid ""
22116 " aug-close\n"
22117 "\n"
22118 msgstr ""
22119
22120 #. type: textblock
22121 #: ../fish/guestfish-actions.pod:190
22122 msgid ""
22123 "Close the current Augeas handle and free up any resources used by it.  After "
22124 "calling this, you have to call L</aug-init> again before you can use any "
22125 "other Augeas functions."
22126 msgstr ""
22127
22128 #. type: =head2
22129 #: ../fish/guestfish-actions.pod:195
22130 msgid "aug-defnode"
22131 msgstr ""
22132
22133 #. type: verbatim
22134 #: ../fish/guestfish-actions.pod:197
22135 #, no-wrap
22136 msgid ""
22137 " aug-defnode name expr val\n"
22138 "\n"
22139 msgstr ""
22140
22141 #. type: textblock
22142 #: ../fish/guestfish-actions.pod:202
22143 msgid ""
22144 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
22145 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
22146 "containing that single node."
22147 msgstr ""
22148
22149 #. type: =head2
22150 #: ../fish/guestfish-actions.pod:210
22151 msgid "aug-defvar"
22152 msgstr ""
22153
22154 #. type: verbatim
22155 #: ../fish/guestfish-actions.pod:212
22156 #, no-wrap
22157 msgid ""
22158 " aug-defvar name expr\n"
22159 "\n"
22160 msgstr ""
22161
22162 #. type: =head2
22163 #: ../fish/guestfish-actions.pod:221
22164 msgid "aug-get"
22165 msgstr ""
22166
22167 #. type: verbatim
22168 #: ../fish/guestfish-actions.pod:223
22169 #, no-wrap
22170 msgid ""
22171 " aug-get augpath\n"
22172 "\n"
22173 msgstr ""
22174
22175 #. type: =head2
22176 #: ../fish/guestfish-actions.pod:228
22177 msgid "aug-init"
22178 msgstr ""
22179
22180 #. type: verbatim
22181 #: ../fish/guestfish-actions.pod:230
22182 #, no-wrap
22183 msgid ""
22184 " aug-init root flags\n"
22185 "\n"
22186 msgstr ""
22187
22188 #. type: textblock
22189 #: ../fish/guestfish-actions.pod:236
22190 msgid "You must call this before using any other L</aug-*> commands."
22191 msgstr ""
22192
22193 #. type: textblock
22194 #: ../fish/guestfish-actions.pod:271
22195 msgid "Do not load the tree in L</aug-init>."
22196 msgstr ""
22197
22198 #. type: textblock
22199 #: ../fish/guestfish-actions.pod:275
22200 msgid "To close the handle, you can call L</aug-close>."
22201 msgstr ""
22202
22203 #. type: =head2
22204 #: ../fish/guestfish-actions.pod:279
22205 msgid "aug-insert"
22206 msgstr ""
22207
22208 #. type: verbatim
22209 #: ../fish/guestfish-actions.pod:281
22210 #, no-wrap
22211 msgid ""
22212 " aug-insert augpath label true|false\n"
22213 "\n"
22214 msgstr ""
22215
22216 #. type: =head2
22217 #: ../fish/guestfish-actions.pod:291
22218 msgid "aug-load"
22219 msgstr ""
22220
22221 #. type: verbatim
22222 #: ../fish/guestfish-actions.pod:293
22223 #, no-wrap
22224 msgid ""
22225 " aug-load\n"
22226 "\n"
22227 msgstr ""
22228
22229 #. type: =head2
22230 #: ../fish/guestfish-actions.pod:300
22231 msgid "aug-ls"
22232 msgstr ""
22233
22234 #. type: verbatim
22235 #: ../fish/guestfish-actions.pod:302
22236 #, no-wrap
22237 msgid ""
22238 " aug-ls augpath\n"
22239 "\n"
22240 msgstr ""
22241
22242 #. type: textblock
22243 #: ../fish/guestfish-actions.pod:304
22244 msgid ""
22245 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
22246 "resulting nodes into alphabetical order."
22247 msgstr ""
22248
22249 #. type: =head2
22250 #: ../fish/guestfish-actions.pod:307
22251 msgid "aug-match"
22252 msgstr ""
22253
22254 #. type: verbatim
22255 #: ../fish/guestfish-actions.pod:309
22256 #, no-wrap
22257 msgid ""
22258 " aug-match augpath\n"
22259 "\n"
22260 msgstr ""
22261
22262 #. type: =head2
22263 #: ../fish/guestfish-actions.pod:315
22264 msgid "aug-mv"
22265 msgstr ""
22266
22267 #. type: verbatim
22268 #: ../fish/guestfish-actions.pod:317
22269 #, no-wrap
22270 msgid ""
22271 " aug-mv src dest\n"
22272 "\n"
22273 msgstr ""
22274
22275 #. type: =head2
22276 #: ../fish/guestfish-actions.pod:322
22277 msgid "aug-rm"
22278 msgstr ""
22279
22280 #. type: verbatim
22281 #: ../fish/guestfish-actions.pod:324
22282 #, no-wrap
22283 msgid ""
22284 " aug-rm augpath\n"
22285 "\n"
22286 msgstr ""
22287
22288 #. type: =head2
22289 #: ../fish/guestfish-actions.pod:330
22290 msgid "aug-save"
22291 msgstr ""
22292
22293 #. type: verbatim
22294 #: ../fish/guestfish-actions.pod:332
22295 #, no-wrap
22296 msgid ""
22297 " aug-save\n"
22298 "\n"
22299 msgstr ""
22300
22301 #. type: textblock
22302 #: ../fish/guestfish-actions.pod:336
22303 msgid ""
22304 "The flags which were passed to L</aug-init> affect exactly how files are "
22305 "saved."
22306 msgstr ""
22307
22308 #. type: =head2
22309 #: ../fish/guestfish-actions.pod:339
22310 msgid "aug-set"
22311 msgstr ""
22312
22313 #. type: verbatim
22314 #: ../fish/guestfish-actions.pod:341
22315 #, no-wrap
22316 msgid ""
22317 " aug-set augpath val\n"
22318 "\n"
22319 msgstr ""
22320
22321 #. type: textblock
22322 #: ../fish/guestfish-actions.pod:345
22323 msgid ""
22324 "In the Augeas API, it is possible to clear a node by setting the value to "
22325 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
22326 "this call.  Instead you must use the L</aug-clear> call."
22327 msgstr ""
22328
22329 #. type: =head2
22330 #: ../fish/guestfish-actions.pod:350
22331 msgid "available"
22332 msgstr ""
22333
22334 #. type: verbatim
22335 #: ../fish/guestfish-actions.pod:352
22336 #, no-wrap
22337 msgid ""
22338 " available 'groups ...'\n"
22339 "\n"
22340 msgstr ""
22341
22342 #. type: textblock
22343 #: ../fish/guestfish-actions.pod:358
22344 msgid ""
22345 "The libguestfs groups, and the functions that those groups correspond to, "
22346 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
22347 "runtime by calling L</available-all-groups>."
22348 msgstr ""
22349
22350 #. type: textblock
22351 #: ../fish/guestfish-actions.pod:382
22352 msgid "You must call L</launch> before calling this function."
22353 msgstr ""
22354
22355 #. type: textblock
22356 #: ../fish/guestfish-actions.pod:404
22357 msgid ""
22358 "This call was added in version C<1.0.80>.  In previous versions of "
22359 "libguestfs all you could do would be to speculatively execute a command to "
22360 "find out if the daemon implemented it.  See also L</version>."
22361 msgstr ""
22362
22363 #. type: =head2
22364 #: ../fish/guestfish-actions.pod:411
22365 msgid "available-all-groups"
22366 msgstr ""
22367
22368 #. type: verbatim
22369 #: ../fish/guestfish-actions.pod:413
22370 #, no-wrap
22371 msgid ""
22372 " available-all-groups\n"
22373 "\n"
22374 msgstr ""
22375
22376 #. type: textblock
22377 #: ../fish/guestfish-actions.pod:415
22378 msgid ""
22379 "This command returns a list of all optional groups that this daemon knows "
22380 "about.  Note this returns both supported and unsupported groups.  To find "
22381 "out which ones the daemon can actually support you have to call L</"
22382 "available> on each member of the returned list."
22383 msgstr ""
22384
22385 #. type: textblock
22386 #: ../fish/guestfish-actions.pod:421
22387 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
22388 msgstr ""
22389
22390 #. type: =head2
22391 #: ../fish/guestfish-actions.pod:423
22392 msgid "base64-in"
22393 msgstr ""
22394
22395 #. type: verbatim
22396 #: ../fish/guestfish-actions.pod:425
22397 #, no-wrap
22398 msgid ""
22399 " base64-in (base64file|-) filename\n"
22400 "\n"
22401 msgstr ""
22402
22403 #. type: textblock
22404 #: ../fish/guestfish-actions.pod:430 ../fish/guestfish-actions.pod:439
22405 #: ../fish/guestfish-actions.pod:663 ../fish/guestfish-actions.pod:832
22406 #: ../fish/guestfish-actions.pod:851 ../fish/guestfish-actions.pod:1225
22407 #: ../fish/guestfish-actions.pod:4486 ../fish/guestfish-actions.pod:4498
22408 #: ../fish/guestfish-actions.pod:4509 ../fish/guestfish-actions.pod:4520
22409 #: ../fish/guestfish-actions.pod:4572 ../fish/guestfish-actions.pod:4581
22410 #: ../fish/guestfish-actions.pod:4635 ../fish/guestfish-actions.pod:4658
22411 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
22412 msgstr ""
22413
22414 #. type: =head2
22415 #: ../fish/guestfish-actions.pod:432
22416 msgid "base64-out"
22417 msgstr ""
22418
22419 #. type: verbatim
22420 #: ../fish/guestfish-actions.pod:434
22421 #, no-wrap
22422 msgid ""
22423 " base64-out filename (base64file|-)\n"
22424 "\n"
22425 msgstr ""
22426
22427 #. type: =head2
22428 #: ../fish/guestfish-actions.pod:441
22429 msgid "blockdev-flushbufs"
22430 msgstr ""
22431
22432 #. type: verbatim
22433 #: ../fish/guestfish-actions.pod:443
22434 #, no-wrap
22435 msgid ""
22436 " blockdev-flushbufs device\n"
22437 "\n"
22438 msgstr ""
22439
22440 #. type: =head2
22441 #: ../fish/guestfish-actions.pod:450
22442 msgid "blockdev-getbsz"
22443 msgstr ""
22444
22445 #. type: verbatim
22446 #: ../fish/guestfish-actions.pod:452
22447 #, no-wrap
22448 msgid ""
22449 " blockdev-getbsz device\n"
22450 "\n"
22451 msgstr ""
22452
22453 #. type: =head2
22454 #: ../fish/guestfish-actions.pod:461
22455 msgid "blockdev-getro"
22456 msgstr ""
22457
22458 #. type: verbatim
22459 #: ../fish/guestfish-actions.pod:463
22460 #, no-wrap
22461 msgid ""
22462 " blockdev-getro device\n"
22463 "\n"
22464 msgstr ""
22465
22466 #. type: =head2
22467 #: ../fish/guestfish-actions.pod:470
22468 msgid "blockdev-getsize64"
22469 msgstr ""
22470
22471 #. type: verbatim
22472 #: ../fish/guestfish-actions.pod:472
22473 #, no-wrap
22474 msgid ""
22475 " blockdev-getsize64 device\n"
22476 "\n"
22477 msgstr ""
22478
22479 #. type: textblock
22480 #: ../fish/guestfish-actions.pod:476
22481 msgid "See also L</blockdev-getsz>."
22482 msgstr ""
22483
22484 #. type: =head2
22485 #: ../fish/guestfish-actions.pod:480
22486 msgid "blockdev-getss"
22487 msgstr ""
22488
22489 #. type: verbatim
22490 #: ../fish/guestfish-actions.pod:482
22491 #, no-wrap
22492 msgid ""
22493 " blockdev-getss device\n"
22494 "\n"
22495 msgstr ""
22496
22497 #. type: textblock
22498 #: ../fish/guestfish-actions.pod:487
22499 msgid ""
22500 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
22501 msgstr ""
22502
22503 #. type: =head2
22504 #: ../fish/guestfish-actions.pod:492
22505 msgid "blockdev-getsz"
22506 msgstr ""
22507
22508 #. type: verbatim
22509 #: ../fish/guestfish-actions.pod:494
22510 #, no-wrap
22511 msgid ""
22512 " blockdev-getsz device\n"
22513 "\n"
22514 msgstr ""
22515
22516 #. type: textblock
22517 #: ../fish/guestfish-actions.pod:499
22518 msgid ""
22519 "See also L</blockdev-getss> for the real sector size of the device, and L</"
22520 "blockdev-getsize64> for the more useful I<size in bytes>."
22521 msgstr ""
22522
22523 #. type: =head2
22524 #: ../fish/guestfish-actions.pod:505
22525 msgid "blockdev-rereadpt"
22526 msgstr ""
22527
22528 #. type: verbatim
22529 #: ../fish/guestfish-actions.pod:507
22530 #, no-wrap
22531 msgid ""
22532 " blockdev-rereadpt device\n"
22533 "\n"
22534 msgstr ""
22535
22536 #. type: =head2
22537 #: ../fish/guestfish-actions.pod:513
22538 msgid "blockdev-setbsz"
22539 msgstr ""
22540
22541 #. type: verbatim
22542 #: ../fish/guestfish-actions.pod:515
22543 #, no-wrap
22544 msgid ""
22545 " blockdev-setbsz device blocksize\n"
22546 "\n"
22547 msgstr ""
22548
22549 #. type: =head2
22550 #: ../fish/guestfish-actions.pod:524
22551 msgid "blockdev-setro"
22552 msgstr ""
22553
22554 #. type: verbatim
22555 #: ../fish/guestfish-actions.pod:526
22556 #, no-wrap
22557 msgid ""
22558 " blockdev-setro device\n"
22559 "\n"
22560 msgstr ""
22561
22562 #. type: =head2
22563 #: ../fish/guestfish-actions.pod:532
22564 msgid "blockdev-setrw"
22565 msgstr ""
22566
22567 #. type: verbatim
22568 #: ../fish/guestfish-actions.pod:534
22569 #, no-wrap
22570 msgid ""
22571 " blockdev-setrw device\n"
22572 "\n"
22573 msgstr ""
22574
22575 #. type: =head2
22576 #: ../fish/guestfish-actions.pod:540
22577 msgid "case-sensitive-path"
22578 msgstr ""
22579
22580 #. type: verbatim
22581 #: ../fish/guestfish-actions.pod:542
22582 #, no-wrap
22583 msgid ""
22584 " case-sensitive-path path\n"
22585 "\n"
22586 msgstr ""
22587
22588 #. type: textblock
22589 #: ../fish/guestfish-actions.pod:566
22590 msgid ""
22591 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
22592 "WINDOWS/system32\"> (the exact return value would depend on details of how "
22593 "the directories were originally created under Windows)."
22594 msgstr ""
22595
22596 #. type: textblock
22597 #: ../fish/guestfish-actions.pod:574
22598 msgid "See also L</realpath>."
22599 msgstr ""
22600
22601 #. type: =head2
22602 #: ../fish/guestfish-actions.pod:576
22603 msgid "cat"
22604 msgstr ""
22605
22606 #. type: verbatim
22607 #: ../fish/guestfish-actions.pod:578
22608 #, no-wrap
22609 msgid ""
22610 " cat path\n"
22611 "\n"
22612 msgstr ""
22613
22614 #. type: textblock
22615 #: ../fish/guestfish-actions.pod:582
22616 msgid ""
22617 "Note that this function cannot correctly handle binary files (specifically, "
22618 "files containing C<\\0> character which is treated as end of string).  For "
22619 "those you need to use the L</read-file> or L</download> functions which have "
22620 "a more complex interface."
22621 msgstr ""
22622
22623 #. type: =head2
22624 #: ../fish/guestfish-actions.pod:590
22625 msgid "checksum"
22626 msgstr ""
22627
22628 #. type: verbatim
22629 #: ../fish/guestfish-actions.pod:592
22630 #, no-wrap
22631 msgid ""
22632 " checksum csumtype path\n"
22633 "\n"
22634 msgstr ""
22635
22636 #. type: textblock
22637 #: ../fish/guestfish-actions.pod:635
22638 msgid "To get the checksum for a device, use L</checksum-device>."
22639 msgstr ""
22640
22641 #. type: textblock
22642 #: ../fish/guestfish-actions.pod:637
22643 msgid "To get the checksums for many files, use L</checksums-out>."
22644 msgstr ""
22645
22646 #. type: =head2
22647 #: ../fish/guestfish-actions.pod:639
22648 msgid "checksum-device"
22649 msgstr ""
22650
22651 #. type: verbatim
22652 #: ../fish/guestfish-actions.pod:641
22653 #, no-wrap
22654 msgid ""
22655 " checksum-device csumtype device\n"
22656 "\n"
22657 msgstr ""
22658
22659 #. type: textblock
22660 #: ../fish/guestfish-actions.pod:643
22661 msgid ""
22662 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
22663 "device named C<device>.  For the types of checksums supported see the L</"
22664 "checksum> command."
22665 msgstr ""
22666
22667 #. type: =head2
22668 #: ../fish/guestfish-actions.pod:647
22669 msgid "checksums-out"
22670 msgstr ""
22671
22672 #. type: verbatim
22673 #: ../fish/guestfish-actions.pod:649
22674 #, no-wrap
22675 msgid ""
22676 " checksums-out csumtype directory (sumsfile|-)\n"
22677 "\n"
22678 msgstr ""
22679
22680 #. type: =head2
22681 #: ../fish/guestfish-actions.pod:665
22682 msgid "chmod"
22683 msgstr ""
22684
22685 #. type: verbatim
22686 #: ../fish/guestfish-actions.pod:667
22687 #, no-wrap
22688 msgid ""
22689 " chmod mode path\n"
22690 "\n"
22691 msgstr ""
22692
22693 #. type: =head2
22694 #: ../fish/guestfish-actions.pod:678
22695 msgid "chown"
22696 msgstr ""
22697
22698 #. type: verbatim
22699 #: ../fish/guestfish-actions.pod:680
22700 #, no-wrap
22701 msgid ""
22702 " chown owner group path\n"
22703 "\n"
22704 msgstr ""
22705
22706 #. type: =head2
22707 #: ../fish/guestfish-actions.pod:688
22708 msgid "command"
22709 msgstr ""
22710
22711 #. type: verbatim
22712 #: ../fish/guestfish-actions.pod:690
22713 #, no-wrap
22714 msgid ""
22715 " command 'arguments ...'\n"
22716 "\n"
22717 msgstr ""
22718
22719 #. type: textblock
22720 #: ../fish/guestfish-actions.pod:697
22721 msgid ""
22722 "The single parameter is an argv-style list of arguments.  The first element "
22723 "is the name of the program to run.  Subsequent elements are parameters.  The "
22724 "list must be non-empty (ie. must contain a program name).  Note that the "
22725 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
22726 msgstr ""
22727
22728 #. type: =head2
22729 #: ../fish/guestfish-actions.pod:725
22730 msgid "command-lines"
22731 msgstr ""
22732
22733 #. type: verbatim
22734 #: ../fish/guestfish-actions.pod:727
22735 #, no-wrap
22736 msgid ""
22737 " command-lines 'arguments ...'\n"
22738 "\n"
22739 msgstr ""
22740
22741 #. type: textblock
22742 #: ../fish/guestfish-actions.pod:729
22743 msgid ""
22744 "This is the same as L</command>, but splits the result into a list of lines."
22745 msgstr ""
22746
22747 #. type: textblock
22748 #: ../fish/guestfish-actions.pod:732
22749 msgid "See also: L</sh-lines>"
22750 msgstr ""
22751
22752 #. type: =head2
22753 #: ../fish/guestfish-actions.pod:737
22754 msgid "config"
22755 msgstr ""
22756
22757 #. type: verbatim
22758 #: ../fish/guestfish-actions.pod:739
22759 #, no-wrap
22760 msgid ""
22761 " config qemuparam qemuvalue\n"
22762 "\n"
22763 msgstr ""
22764
22765 #. type: =head2
22766 #: ../fish/guestfish-actions.pod:750
22767 msgid "copy-size"
22768 msgstr ""
22769
22770 #. type: verbatim
22771 #: ../fish/guestfish-actions.pod:752
22772 #, no-wrap
22773 msgid ""
22774 " copy-size src dest size\n"
22775 "\n"
22776 msgstr ""
22777
22778 #. type: =head2
22779 #: ../fish/guestfish-actions.pod:760
22780 msgid "cp"
22781 msgstr ""
22782
22783 #. type: verbatim
22784 #: ../fish/guestfish-actions.pod:762
22785 #, no-wrap
22786 msgid ""
22787 " cp src dest\n"
22788 "\n"
22789 msgstr ""
22790
22791 #. type: =head2
22792 #: ../fish/guestfish-actions.pod:767
22793 msgid "cp-a"
22794 msgstr ""
22795
22796 #. type: verbatim
22797 #: ../fish/guestfish-actions.pod:769
22798 #, no-wrap
22799 msgid ""
22800 " cp-a src dest\n"
22801 "\n"
22802 msgstr ""
22803
22804 #. type: =head2
22805 #: ../fish/guestfish-actions.pod:774
22806 msgid "dd"
22807 msgstr ""
22808
22809 #. type: verbatim
22810 #: ../fish/guestfish-actions.pod:776
22811 #, no-wrap
22812 msgid ""
22813 " dd src dest\n"
22814 "\n"
22815 msgstr ""
22816
22817 #. type: textblock
22818 #: ../fish/guestfish-actions.pod:783
22819 msgid ""
22820 "If the destination is a device, it must be as large or larger than the "
22821 "source file or device, otherwise the copy will fail.  This command cannot do "
22822 "partial copies (see L</copy-size>)."
22823 msgstr ""
22824
22825 #. type: =head2
22826 #: ../fish/guestfish-actions.pod:787
22827 msgid "df"
22828 msgstr ""
22829
22830 #. type: verbatim
22831 #: ../fish/guestfish-actions.pod:789
22832 #, no-wrap
22833 msgid ""
22834 " df\n"
22835 "\n"
22836 msgstr ""
22837
22838 #. type: textblock
22839 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
22840 msgid ""
22841 "This command is mostly useful for interactive sessions.  It is I<not> "
22842 "intended that you try to parse the output string.  Use L</statvfs> from "
22843 "programs."
22844 msgstr ""
22845
22846 #. type: =head2
22847 #: ../fish/guestfish-actions.pod:797
22848 msgid "df-h"
22849 msgstr ""
22850
22851 #. type: verbatim
22852 #: ../fish/guestfish-actions.pod:799
22853 #, no-wrap
22854 msgid ""
22855 " df-h\n"
22856 "\n"
22857 msgstr ""
22858
22859 #. type: =head2
22860 #: ../fish/guestfish-actions.pod:808
22861 msgid "dmesg"
22862 msgstr ""
22863
22864 #. type: verbatim
22865 #: ../fish/guestfish-actions.pod:810
22866 #, no-wrap
22867 msgid ""
22868 " dmesg\n"
22869 "\n"
22870 msgstr ""
22871
22872 #. type: textblock
22873 #: ../fish/guestfish-actions.pod:816
22874 msgid ""
22875 "Another way to get the same information is to enable verbose messages with "
22876 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
22877 "before running the program."
22878 msgstr ""
22879
22880 #. type: =head2
22881 #: ../fish/guestfish-actions.pod:821
22882 msgid "download"
22883 msgstr ""
22884
22885 #. type: verbatim
22886 #: ../fish/guestfish-actions.pod:823
22887 #, no-wrap
22888 msgid ""
22889 " download remotefilename (filename|-)\n"
22890 "\n"
22891 msgstr ""
22892
22893 #. type: textblock
22894 #: ../fish/guestfish-actions.pod:830
22895 msgid "See also L</upload>, L</cat>."
22896 msgstr ""
22897
22898 #. type: =head2
22899 #: ../fish/guestfish-actions.pod:834
22900 msgid "download-offset"
22901 msgstr ""
22902
22903 #. type: verbatim
22904 #: ../fish/guestfish-actions.pod:836
22905 #, no-wrap
22906 msgid ""
22907 " download-offset remotefilename (filename|-) offset size\n"
22908 "\n"
22909 msgstr ""
22910
22911 #. type: textblock
22912 #: ../fish/guestfish-actions.pod:844
22913 msgid ""
22914 "Note that there is no limit on the amount of data that can be downloaded "
22915 "with this call, unlike with L</pread>, and this call always reads the full "
22916 "amount unless an error occurs."
22917 msgstr ""
22918
22919 #. type: textblock
22920 #: ../fish/guestfish-actions.pod:849
22921 msgid "See also L</download>, L</pread>."
22922 msgstr ""
22923
22924 #. type: =head2
22925 #: ../fish/guestfish-actions.pod:853
22926 msgid "drop-caches"
22927 msgstr ""
22928
22929 #. type: verbatim
22930 #: ../fish/guestfish-actions.pod:855
22931 #, no-wrap
22932 msgid ""
22933 " drop-caches whattodrop\n"
22934 "\n"
22935 msgstr ""
22936
22937 #. type: =head2
22938 #: ../fish/guestfish-actions.pod:867
22939 msgid "du"
22940 msgstr ""
22941
22942 #. type: verbatim
22943 #: ../fish/guestfish-actions.pod:869
22944 #, no-wrap
22945 msgid ""
22946 " du path\n"
22947 "\n"
22948 msgstr ""
22949
22950 #. type: =head2
22951 #: ../fish/guestfish-actions.pod:881
22952 msgid "e2fsck-f"
22953 msgstr ""
22954
22955 #. type: verbatim
22956 #: ../fish/guestfish-actions.pod:883
22957 #, no-wrap
22958 msgid ""
22959 " e2fsck-f device\n"
22960 "\n"
22961 msgstr ""
22962
22963 #. type: textblock
22964 #: ../fish/guestfish-actions.pod:889
22965 msgid ""
22966 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
22967 "should use L</fsck>."
22968 msgstr ""
22969
22970 #. type: =head2
22971 #: ../fish/guestfish-actions.pod:892
22972 msgid "echo-daemon"
22973 msgstr ""
22974
22975 #. type: verbatim
22976 #: ../fish/guestfish-actions.pod:894
22977 #, no-wrap
22978 msgid ""
22979 " echo-daemon 'words ...'\n"
22980 "\n"
22981 msgstr ""
22982
22983 #. type: textblock
22984 #: ../fish/guestfish-actions.pod:901
22985 msgid "See also L</ping-daemon>."
22986 msgstr ""
22987
22988 #. type: =head2
22989 #: ../fish/guestfish-actions.pod:903
22990 msgid "egrep"
22991 msgstr ""
22992
22993 #. type: verbatim
22994 #: ../fish/guestfish-actions.pod:905
22995 #, no-wrap
22996 msgid ""
22997 " egrep regex path\n"
22998 "\n"
22999 msgstr ""
23000
23001 #. type: =head2
23002 #: ../fish/guestfish-actions.pod:913
23003 msgid "egrepi"
23004 msgstr ""
23005
23006 #. type: verbatim
23007 #: ../fish/guestfish-actions.pod:915
23008 #, no-wrap
23009 msgid ""
23010 " egrepi regex path\n"
23011 "\n"
23012 msgstr ""
23013
23014 #. type: =head2
23015 #: ../fish/guestfish-actions.pod:923
23016 msgid "equal"
23017 msgstr ""
23018
23019 #. type: verbatim
23020 #: ../fish/guestfish-actions.pod:925
23021 #, no-wrap
23022 msgid ""
23023 " equal file1 file2\n"
23024 "\n"
23025 msgstr ""
23026
23027 #. type: =head2
23028 #: ../fish/guestfish-actions.pod:932
23029 msgid "exists"
23030 msgstr ""
23031
23032 #. type: verbatim
23033 #: ../fish/guestfish-actions.pod:934
23034 #, no-wrap
23035 msgid ""
23036 " exists path\n"
23037 "\n"
23038 msgstr ""
23039
23040 #. type: textblock
23041 #: ../fish/guestfish-actions.pod:939
23042 msgid "See also L</is-file>, L</is-dir>, L</stat>."
23043 msgstr ""
23044
23045 #. type: =head2
23046 #: ../fish/guestfish-actions.pod:941
23047 msgid "fallocate"
23048 msgstr ""
23049
23050 #. type: verbatim
23051 #: ../fish/guestfish-actions.pod:943
23052 #, no-wrap
23053 msgid ""
23054 " fallocate path len\n"
23055 "\n"
23056 msgstr ""
23057
23058 #. type: textblock
23059 #: ../fish/guestfish-actions.pod:953
23060 msgid ""
23061 "This function is deprecated.  In new code, use the L</fallocate64> call "
23062 "instead."
23063 msgstr ""
23064
23065 #. type: =head2
23066 #: ../fish/guestfish-actions.pod:960
23067 msgid "fallocate64"
23068 msgstr ""
23069
23070 #. type: verbatim
23071 #: ../fish/guestfish-actions.pod:962
23072 #, no-wrap
23073 msgid ""
23074 " fallocate64 path len\n"
23075 "\n"
23076 msgstr ""
23077
23078 #. type: textblock
23079 #: ../fish/guestfish-actions.pod:968
23080 msgid ""
23081 "Note that this call allocates disk blocks for the file.  To create a sparse "
23082 "file use L</truncate-size> instead."
23083 msgstr ""
23084
23085 #. type: textblock
23086 #: ../fish/guestfish-actions.pod:971
23087 msgid ""
23088 "The deprecated call L</fallocate> does the same, but owing to an oversight "
23089 "it only allowed 30 bit lengths to be specified, effectively limiting the "
23090 "maximum size of files created through that call to 1GB."
23091 msgstr ""
23092
23093 #. type: =head2
23094 #: ../fish/guestfish-actions.pod:980
23095 msgid "fgrep"
23096 msgstr ""
23097
23098 #. type: verbatim
23099 #: ../fish/guestfish-actions.pod:982
23100 #, no-wrap
23101 msgid ""
23102 " fgrep pattern path\n"
23103 "\n"
23104 msgstr ""
23105
23106 #. type: =head2
23107 #: ../fish/guestfish-actions.pod:990
23108 msgid "fgrepi"
23109 msgstr ""
23110
23111 #. type: verbatim
23112 #: ../fish/guestfish-actions.pod:992
23113 #, no-wrap
23114 msgid ""
23115 " fgrepi pattern path\n"
23116 "\n"
23117 msgstr ""
23118
23119 #. type: =head2
23120 #: ../fish/guestfish-actions.pod:1000
23121 msgid "file"
23122 msgstr ""
23123
23124 #. type: verbatim
23125 #: ../fish/guestfish-actions.pod:1002
23126 #, no-wrap
23127 msgid ""
23128 " file path\n"
23129 "\n"
23130 msgstr ""
23131
23132 #. type: textblock
23133 #: ../fish/guestfish-actions.pod:1018
23134 msgid ""
23135 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
23136 "(etc)."
23137 msgstr ""
23138
23139 #. type: =head2
23140 #: ../fish/guestfish-actions.pod:1021
23141 msgid "file-architecture"
23142 msgstr ""
23143
23144 #. type: verbatim
23145 #: ../fish/guestfish-actions.pod:1023
23146 #, no-wrap
23147 msgid ""
23148 " file-architecture filename\n"
23149 "\n"
23150 msgstr ""
23151
23152 #. type: =head2
23153 #: ../fish/guestfish-actions.pod:1126
23154 msgid "filesize"
23155 msgstr ""
23156
23157 #. type: verbatim
23158 #: ../fish/guestfish-actions.pod:1128
23159 #, no-wrap
23160 msgid ""
23161 " filesize file\n"
23162 "\n"
23163 msgstr ""
23164
23165 #. type: textblock
23166 #: ../fish/guestfish-actions.pod:1132
23167 msgid ""
23168 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
23169 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
23170 msgstr ""
23171
23172 #. type: =head2
23173 #: ../fish/guestfish-actions.pod:1136
23174 msgid "fill"
23175 msgstr ""
23176
23177 #. type: verbatim
23178 #: ../fish/guestfish-actions.pod:1138
23179 #, no-wrap
23180 msgid ""
23181 " fill c len path\n"
23182 "\n"
23183 msgstr ""
23184
23185 #. type: textblock
23186 #: ../fish/guestfish-actions.pod:1144
23187 msgid ""
23188 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
23189 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
23190 "L</fill-pattern>."
23191 msgstr ""
23192
23193 #. type: =head2
23194 #: ../fish/guestfish-actions.pod:1149
23195 msgid "fill-pattern"
23196 msgstr ""
23197
23198 #. type: verbatim
23199 #: ../fish/guestfish-actions.pod:1151
23200 #, no-wrap
23201 msgid ""
23202 " fill-pattern pattern len path\n"
23203 "\n"
23204 msgstr ""
23205
23206 #. type: textblock
23207 #: ../fish/guestfish-actions.pod:1153
23208 msgid ""
23209 "This function is like L</fill> except that it creates a new file of length "
23210 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
23211 "is truncated if necessary to ensure the length of the file is exactly C<len> "
23212 "bytes."
23213 msgstr ""
23214
23215 #. type: =head2
23216 #: ../fish/guestfish-actions.pod:1158
23217 msgid "find"
23218 msgstr ""
23219
23220 #. type: verbatim
23221 #: ../fish/guestfish-actions.pod:1160
23222 #, no-wrap
23223 msgid ""
23224 " find directory\n"
23225 "\n"
23226 msgstr ""
23227
23228 #. type: textblock
23229 #: ../fish/guestfish-actions.pod:1174
23230 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
23231 msgstr ""
23232
23233 #. type: textblock
23234 #: ../fish/guestfish-actions.pod:1187
23235 msgid "See also L</find0>."
23236 msgstr ""
23237
23238 #. type: =head2
23239 #: ../fish/guestfish-actions.pod:1192
23240 msgid "find0"
23241 msgstr ""
23242
23243 #. type: verbatim
23244 #: ../fish/guestfish-actions.pod:1194
23245 #, no-wrap
23246 msgid ""
23247 " find0 directory (files|-)\n"
23248 "\n"
23249 msgstr ""
23250
23251 #. type: textblock
23252 #: ../fish/guestfish-actions.pod:1200
23253 msgid ""
23254 "This command works the same way as L</find> with the following exceptions:"
23255 msgstr ""
23256
23257 #. type: =head2
23258 #: ../fish/guestfish-actions.pod:1227
23259 msgid "findfs-label"
23260 msgstr ""
23261
23262 #. type: verbatim
23263 #: ../fish/guestfish-actions.pod:1229
23264 #, no-wrap
23265 msgid ""
23266 " findfs-label label\n"
23267 "\n"
23268 msgstr ""
23269
23270 #. type: textblock
23271 #: ../fish/guestfish-actions.pod:1235
23272 msgid "To find the label of a filesystem, use L</vfs-label>."
23273 msgstr ""
23274
23275 #. type: =head2
23276 #: ../fish/guestfish-actions.pod:1237
23277 msgid "findfs-uuid"
23278 msgstr ""
23279
23280 #. type: verbatim
23281 #: ../fish/guestfish-actions.pod:1239
23282 #, no-wrap
23283 msgid ""
23284 " findfs-uuid uuid\n"
23285 "\n"
23286 msgstr ""
23287
23288 #. type: textblock
23289 #: ../fish/guestfish-actions.pod:1245
23290 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
23291 msgstr ""
23292
23293 #. type: =head2
23294 #: ../fish/guestfish-actions.pod:1247
23295 msgid "fsck"
23296 msgstr ""
23297
23298 #. type: verbatim
23299 #: ../fish/guestfish-actions.pod:1249
23300 #, no-wrap
23301 msgid ""
23302 " fsck fstype device\n"
23303 "\n"
23304 msgstr ""
23305
23306 #. type: =head2
23307 #: ../fish/guestfish-actions.pod:1279
23308 msgid "get-append"
23309 msgstr ""
23310
23311 #. type: verbatim
23312 #: ../fish/guestfish-actions.pod:1281
23313 #, no-wrap
23314 msgid ""
23315 " get-append\n"
23316 "\n"
23317 msgstr ""
23318
23319 #. type: =head2
23320 #: ../fish/guestfish-actions.pod:1288
23321 msgid "get-attach-method"
23322 msgstr ""
23323
23324 #. type: verbatim
23325 #: ../fish/guestfish-actions.pod:1290
23326 #, no-wrap
23327 msgid ""
23328 " get-attach-method\n"
23329 "\n"
23330 msgstr ""
23331
23332 #. type: textblock
23333 #: ../fish/guestfish-actions.pod:1292
23334 msgid "Return the current attach method.  See L</set-attach-method>."
23335 msgstr ""
23336
23337 #. type: =head2
23338 #: ../fish/guestfish-actions.pod:1294
23339 msgid "get-autosync"
23340 msgstr ""
23341
23342 #. type: verbatim
23343 #: ../fish/guestfish-actions.pod:1296
23344 #, no-wrap
23345 msgid ""
23346 " get-autosync\n"
23347 "\n"
23348 msgstr ""
23349
23350 #. type: =head2
23351 #: ../fish/guestfish-actions.pod:1300
23352 msgid "get-direct"
23353 msgstr ""
23354
23355 #. type: verbatim
23356 #: ../fish/guestfish-actions.pod:1302
23357 #, no-wrap
23358 msgid ""
23359 " get-direct\n"
23360 "\n"
23361 msgstr ""
23362
23363 #. type: =head2
23364 #: ../fish/guestfish-actions.pod:1306
23365 msgid "get-e2label"
23366 msgstr ""
23367
23368 #. type: verbatim
23369 #: ../fish/guestfish-actions.pod:1308
23370 #, no-wrap
23371 msgid ""
23372 " get-e2label device\n"
23373 "\n"
23374 msgstr ""
23375
23376 #. type: textblock
23377 #: ../fish/guestfish-actions.pod:1313
23378 msgid ""
23379 "This function is deprecated.  In new code, use the L</vfs_label> call "
23380 "instead."
23381 msgstr ""
23382
23383 #. type: =head2
23384 #: ../fish/guestfish-actions.pod:1320
23385 msgid "get-e2uuid"
23386 msgstr ""
23387
23388 #. type: verbatim
23389 #: ../fish/guestfish-actions.pod:1322
23390 #, no-wrap
23391 msgid ""
23392 " get-e2uuid device\n"
23393 "\n"
23394 msgstr ""
23395
23396 #. type: textblock
23397 #: ../fish/guestfish-actions.pod:1327
23398 msgid ""
23399 "This function is deprecated.  In new code, use the L</vfs_uuid> call instead."
23400 msgstr ""
23401
23402 #. type: =head2
23403 #: ../fish/guestfish-actions.pod:1334
23404 msgid "get-memsize"
23405 msgstr ""
23406
23407 #. type: verbatim
23408 #: ../fish/guestfish-actions.pod:1336
23409 #, no-wrap
23410 msgid ""
23411 " get-memsize\n"
23412 "\n"
23413 msgstr ""
23414
23415 #. type: textblock
23416 #: ../fish/guestfish-actions.pod:1341
23417 msgid ""
23418 "If L</set-memsize> was not called on this handle, and if "
23419 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
23420 "value for memsize."
23421 msgstr ""
23422
23423 #. type: =head2
23424 #: ../fish/guestfish-actions.pod:1348
23425 msgid "get-network"
23426 msgstr ""
23427
23428 #. type: verbatim
23429 #: ../fish/guestfish-actions.pod:1350
23430 #, no-wrap
23431 msgid ""
23432 " get-network\n"
23433 "\n"
23434 msgstr ""
23435
23436 #. type: =head2
23437 #: ../fish/guestfish-actions.pod:1354
23438 msgid "get-path"
23439 msgstr ""
23440
23441 #. type: verbatim
23442 #: ../fish/guestfish-actions.pod:1356
23443 #, no-wrap
23444 msgid ""
23445 " get-path\n"
23446 "\n"
23447 msgstr ""
23448
23449 #. type: =head2
23450 #: ../fish/guestfish-actions.pod:1363
23451 msgid "get-pid"
23452 msgstr ""
23453
23454 #. type: =head2
23455 #: ../fish/guestfish-actions.pod:1365
23456 msgid "pid"
23457 msgstr ""
23458
23459 #. type: verbatim
23460 #: ../fish/guestfish-actions.pod:1367
23461 #, no-wrap
23462 msgid ""
23463 " get-pid\n"
23464 "\n"
23465 msgstr ""
23466
23467 #. type: =head2
23468 #: ../fish/guestfish-actions.pod:1374
23469 msgid "get-qemu"
23470 msgstr ""
23471
23472 #. type: verbatim
23473 #: ../fish/guestfish-actions.pod:1376
23474 #, no-wrap
23475 msgid ""
23476 " get-qemu\n"
23477 "\n"
23478 msgstr ""
23479
23480 #. type: =head2
23481 #: ../fish/guestfish-actions.pod:1383
23482 msgid "get-recovery-proc"
23483 msgstr ""
23484
23485 #. type: verbatim
23486 #: ../fish/guestfish-actions.pod:1385
23487 #, no-wrap
23488 msgid ""
23489 " get-recovery-proc\n"
23490 "\n"
23491 msgstr ""
23492
23493 #. type: =head2
23494 #: ../fish/guestfish-actions.pod:1389
23495 msgid "get-selinux"
23496 msgstr ""
23497
23498 #. type: verbatim
23499 #: ../fish/guestfish-actions.pod:1391
23500 #, no-wrap
23501 msgid ""
23502 " get-selinux\n"
23503 "\n"
23504 msgstr ""
23505
23506 #. type: textblock
23507 #: ../fish/guestfish-actions.pod:1393
23508 msgid ""
23509 "This returns the current setting of the selinux flag which is passed to the "
23510 "appliance at boot time.  See L</set-selinux>."
23511 msgstr ""
23512
23513 #. type: =head2
23514 #: ../fish/guestfish-actions.pod:1399
23515 msgid "get-state"
23516 msgstr ""
23517
23518 #. type: verbatim
23519 #: ../fish/guestfish-actions.pod:1401
23520 #, no-wrap
23521 msgid ""
23522 " get-state\n"
23523 "\n"
23524 msgstr ""
23525
23526 #. type: =head2
23527 #: ../fish/guestfish-actions.pod:1408
23528 msgid "get-trace"
23529 msgstr ""
23530
23531 #. type: verbatim
23532 #: ../fish/guestfish-actions.pod:1410
23533 #, no-wrap
23534 msgid ""
23535 " get-trace\n"
23536 "\n"
23537 msgstr ""
23538
23539 #. type: =head2
23540 #: ../fish/guestfish-actions.pod:1414
23541 msgid "get-umask"
23542 msgstr ""
23543
23544 #. type: verbatim
23545 #: ../fish/guestfish-actions.pod:1416
23546 #, no-wrap
23547 msgid ""
23548 " get-umask\n"
23549 "\n"
23550 msgstr ""
23551
23552 #. type: textblock
23553 #: ../fish/guestfish-actions.pod:1418
23554 msgid ""
23555 "Return the current umask.  By default the umask is C<022> unless it has been "
23556 "set by calling L</umask>."
23557 msgstr ""
23558
23559 #. type: =head2
23560 #: ../fish/guestfish-actions.pod:1421
23561 msgid "get-verbose"
23562 msgstr ""
23563
23564 #. type: verbatim
23565 #: ../fish/guestfish-actions.pod:1423
23566 #, no-wrap
23567 msgid ""
23568 " get-verbose\n"
23569 "\n"
23570 msgstr ""
23571
23572 #. type: =head2
23573 #: ../fish/guestfish-actions.pod:1427
23574 msgid "getcon"
23575 msgstr ""
23576
23577 #. type: verbatim
23578 #: ../fish/guestfish-actions.pod:1429
23579 #, no-wrap
23580 msgid ""
23581 " getcon\n"
23582 "\n"
23583 msgstr ""
23584
23585 #. type: textblock
23586 #: ../fish/guestfish-actions.pod:1433
23587 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
23588 msgstr ""
23589
23590 #. type: =head2
23591 #: ../fish/guestfish-actions.pod:1436
23592 msgid "getxattr"
23593 msgstr ""
23594
23595 #. type: verbatim
23596 #: ../fish/guestfish-actions.pod:1438
23597 #, no-wrap
23598 msgid ""
23599 " getxattr path name\n"
23600 "\n"
23601 msgstr ""
23602
23603 #. type: textblock
23604 #: ../fish/guestfish-actions.pod:1440
23605 msgid ""
23606 "Get a single extended attribute from file C<path> named C<name>.  This call "
23607 "follows symlinks.  If you want to lookup an extended attribute for the "
23608 "symlink itself, use L</lgetxattr>."
23609 msgstr ""
23610
23611 #. type: textblock
23612 #: ../fish/guestfish-actions.pod:1444 ../fish/guestfish-actions.pod:2450
23613 msgid ""
23614 "Normally it is better to get all extended attributes from a file in one go "
23615 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
23616 "buggy and do not provide a way to list out attributes.  For these "
23617 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
23618 "attributes you want in advance and call this function."
23619 msgstr ""
23620
23621 #. type: textblock
23622 #: ../fish/guestfish-actions.pod:1454
23623 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
23624 msgstr ""
23625
23626 #. type: =head2
23627 #: ../fish/guestfish-actions.pod:1456
23628 msgid "getxattrs"
23629 msgstr ""
23630
23631 #. type: verbatim
23632 #: ../fish/guestfish-actions.pod:1458
23633 #, no-wrap
23634 msgid ""
23635 " getxattrs path\n"
23636 "\n"
23637 msgstr ""
23638
23639 #. type: textblock
23640 #: ../fish/guestfish-actions.pod:1466
23641 msgid "See also: L</lgetxattrs>, L<attr(5)>."
23642 msgstr ""
23643
23644 #. type: =head2
23645 #: ../fish/guestfish-actions.pod:1468
23646 msgid "glob-expand"
23647 msgstr ""
23648
23649 #. type: verbatim
23650 #: ../fish/guestfish-actions.pod:1470
23651 #, no-wrap
23652 msgid ""
23653 " glob-expand pattern\n"
23654 "\n"
23655 msgstr ""
23656
23657 #. type: =head2
23658 #: ../fish/guestfish-actions.pod:1483
23659 msgid "grep"
23660 msgstr ""
23661
23662 #. type: verbatim
23663 #: ../fish/guestfish-actions.pod:1485
23664 #, no-wrap
23665 msgid ""
23666 " grep regex path\n"
23667 "\n"
23668 msgstr ""
23669
23670 #. type: =head2
23671 #: ../fish/guestfish-actions.pod:1493
23672 msgid "grepi"
23673 msgstr ""
23674
23675 #. type: verbatim
23676 #: ../fish/guestfish-actions.pod:1495
23677 #, no-wrap
23678 msgid ""
23679 " grepi regex path\n"
23680 "\n"
23681 msgstr ""
23682
23683 #. type: =head2
23684 #: ../fish/guestfish-actions.pod:1503
23685 msgid "grub-install"
23686 msgstr ""
23687
23688 #. type: verbatim
23689 #: ../fish/guestfish-actions.pod:1505
23690 #, no-wrap
23691 msgid ""
23692 " grub-install root device\n"
23693 "\n"
23694 msgstr ""
23695
23696 #. type: =head2
23697 #: ../fish/guestfish-actions.pod:1521
23698 msgid "head"
23699 msgstr ""
23700
23701 #. type: verbatim
23702 #: ../fish/guestfish-actions.pod:1523
23703 #, no-wrap
23704 msgid ""
23705 " head path\n"
23706 "\n"
23707 msgstr ""
23708
23709 #. type: =head2
23710 #: ../fish/guestfish-actions.pod:1531
23711 msgid "head-n"
23712 msgstr ""
23713
23714 #. type: verbatim
23715 #: ../fish/guestfish-actions.pod:1533
23716 #, no-wrap
23717 msgid ""
23718 " head-n nrlines path\n"
23719 "\n"
23720 msgstr ""
23721
23722 #. type: =head2
23723 #: ../fish/guestfish-actions.pod:1546
23724 msgid "hexdump"
23725 msgstr ""
23726
23727 #. type: verbatim
23728 #: ../fish/guestfish-actions.pod:1548
23729 #, no-wrap
23730 msgid ""
23731 " hexdump path\n"
23732 "\n"
23733 msgstr ""
23734
23735 #. type: =head2
23736 #: ../fish/guestfish-actions.pod:1556
23737 msgid "initrd-cat"
23738 msgstr ""
23739
23740 #. type: verbatim
23741 #: ../fish/guestfish-actions.pod:1558
23742 #, no-wrap
23743 msgid ""
23744 " initrd-cat initrdpath filename\n"
23745 "\n"
23746 msgstr ""
23747
23748 #. type: textblock
23749 #: ../fish/guestfish-actions.pod:1570
23750 msgid "See also L</initrd-list>."
23751 msgstr ""
23752
23753 #. type: =head2
23754 #: ../fish/guestfish-actions.pod:1575
23755 msgid "initrd-list"
23756 msgstr ""
23757
23758 #. type: verbatim
23759 #: ../fish/guestfish-actions.pod:1577
23760 #, no-wrap
23761 msgid ""
23762 " initrd-list path\n"
23763 "\n"
23764 msgstr ""
23765
23766 #. type: =head2
23767 #: ../fish/guestfish-actions.pod:1589
23768 msgid "inotify-add-watch"
23769 msgstr ""
23770
23771 #. type: verbatim
23772 #: ../fish/guestfish-actions.pod:1591
23773 #, no-wrap
23774 msgid ""
23775 " inotify-add-watch path mask\n"
23776 "\n"
23777 msgstr ""
23778
23779 #. type: =head2
23780 #: ../fish/guestfish-actions.pod:1603
23781 msgid "inotify-close"
23782 msgstr ""
23783
23784 #. type: verbatim
23785 #: ../fish/guestfish-actions.pod:1605
23786 #, no-wrap
23787 msgid ""
23788 " inotify-close\n"
23789 "\n"
23790 msgstr ""
23791
23792 #. type: =head2
23793 #: ../fish/guestfish-actions.pod:1611
23794 msgid "inotify-files"
23795 msgstr ""
23796
23797 #. type: verbatim
23798 #: ../fish/guestfish-actions.pod:1613
23799 #, no-wrap
23800 msgid ""
23801 " inotify-files\n"
23802 "\n"
23803 msgstr ""
23804
23805 #. type: textblock
23806 #: ../fish/guestfish-actions.pod:1615
23807 msgid ""
23808 "This function is a helpful wrapper around L</inotify-read> which just "
23809 "returns a list of pathnames of objects that were touched.  The returned "
23810 "pathnames are sorted and deduplicated."
23811 msgstr ""
23812
23813 #. type: =head2
23814 #: ../fish/guestfish-actions.pod:1619
23815 msgid "inotify-init"
23816 msgstr ""
23817
23818 #. type: verbatim
23819 #: ../fish/guestfish-actions.pod:1621
23820 #, no-wrap
23821 msgid ""
23822 " inotify-init maxevents\n"
23823 "\n"
23824 msgstr ""
23825
23826 #. type: textblock
23827 #: ../fish/guestfish-actions.pod:1627
23828 msgid ""
23829 "C<maxevents> is the maximum number of events which will be queued up between "
23830 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
23831 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
23832 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
23833 "but records the fact that it threw them away by setting a flag "
23834 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
23835 msgstr ""
23836
23837 #. type: textblock
23838 #: ../fish/guestfish-actions.pod:1637
23839 msgid ""
23840 "Before any events are generated, you have to add some watches to the "
23841 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
23842 "L</inotify-watch-all>."
23843 msgstr ""
23844
23845 #. type: textblock
23846 #: ../fish/guestfish-actions.pod:1643
23847 msgid ""
23848 "Queued up events should be read periodically by calling L</inotify-read> (or "
23849 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
23850 "If you don't read the events out often enough then you risk the internal "
23851 "queue overflowing."
23852 msgstr ""
23853
23854 #. type: textblock
23855 #: ../fish/guestfish-actions.pod:1650
23856 msgid ""
23857 "The handle should be closed after use by calling L</inotify-close>.  This "
23858 "also removes any watches automatically."
23859 msgstr ""
23860
23861 #. type: =head2
23862 #: ../fish/guestfish-actions.pod:1659
23863 msgid "inotify-read"
23864 msgstr ""
23865
23866 #. type: verbatim
23867 #: ../fish/guestfish-actions.pod:1661
23868 #, no-wrap
23869 msgid ""
23870 " inotify-read\n"
23871 "\n"
23872 msgstr ""
23873
23874 #. type: =head2
23875 #: ../fish/guestfish-actions.pod:1674
23876 msgid "inotify-rm-watch"
23877 msgstr ""
23878
23879 #. type: verbatim
23880 #: ../fish/guestfish-actions.pod:1676
23881 #, no-wrap
23882 msgid ""
23883 " inotify-rm-watch wd\n"
23884 "\n"
23885 msgstr ""
23886
23887 #. type: textblock
23888 #: ../fish/guestfish-actions.pod:1678
23889 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
23890 msgstr ""
23891
23892 #. type: =head2
23893 #: ../fish/guestfish-actions.pod:1681
23894 msgid "inspect-get-arch"
23895 msgstr ""
23896
23897 #. type: verbatim
23898 #: ../fish/guestfish-actions.pod:1683
23899 #, no-wrap
23900 msgid ""
23901 " inspect-get-arch root\n"
23902 "\n"
23903 msgstr ""
23904
23905 #. type: textblock
23906 #: ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1701
23907 #: ../fish/guestfish-actions.pod:1787 ../fish/guestfish-actions.pod:1823
23908 #: ../fish/guestfish-actions.pod:1841 ../fish/guestfish-actions.pod:1875
23909 #: ../fish/guestfish-actions.pod:1890 ../fish/guestfish-actions.pod:1911
23910 #: ../fish/guestfish-actions.pod:1926 ../fish/guestfish-actions.pod:1959
23911 #: ../fish/guestfish-actions.pod:1981 ../fish/guestfish-actions.pod:2005
23912 #: ../fish/guestfish-actions.pod:2022 ../fish/guestfish-actions.pod:2065
23913 #: ../fish/guestfish-actions.pod:2100 ../fish/guestfish-actions.pod:2116
23914 #: ../fish/guestfish-actions.pod:2132 ../fish/guestfish-actions.pod:2145
23915 #: ../fish/guestfish-actions.pod:2158 ../fish/guestfish-actions.pod:2173
23916 msgid ""
23917 "This function should only be called with a root device string as returned by "
23918 "L</inspect-os>."
23919 msgstr ""
23920
23921 #. type: textblock
23922 #: ../fish/guestfish-actions.pod:1688
23923 msgid ""
23924 "This returns the architecture of the inspected operating system.  The "
23925 "possible return values are listed under L</file-architecture>."
23926 msgstr ""
23927
23928 #. type: =head2
23929 #: ../fish/guestfish-actions.pod:1697
23930 msgid "inspect-get-distro"
23931 msgstr ""
23932
23933 #. type: verbatim
23934 #: ../fish/guestfish-actions.pod:1699
23935 #, no-wrap
23936 msgid ""
23937 " inspect-get-distro root\n"
23938 "\n"
23939 msgstr ""
23940
23941 #. type: =head2
23942 #: ../fish/guestfish-actions.pod:1783
23943 msgid "inspect-get-drive-mappings"
23944 msgstr ""
23945
23946 #. type: verbatim
23947 #: ../fish/guestfish-actions.pod:1785
23948 #, no-wrap
23949 msgid ""
23950 " inspect-get-drive-mappings root\n"
23951 "\n"
23952 msgstr ""
23953
23954 #. type: textblock
23955 #: ../fish/guestfish-actions.pod:1815
23956 msgid ""
23957 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23958 "get-mountpoints>, L</inspect-get-filesystems>."
23959 msgstr ""
23960
23961 #. type: =head2
23962 #: ../fish/guestfish-actions.pod:1819
23963 msgid "inspect-get-filesystems"
23964 msgstr ""
23965
23966 #. type: verbatim
23967 #: ../fish/guestfish-actions.pod:1821
23968 #, no-wrap
23969 msgid ""
23970 " inspect-get-filesystems root\n"
23971 "\n"
23972 msgstr ""
23973
23974 #. type: textblock
23975 #: ../fish/guestfish-actions.pod:1834
23976 msgid ""
23977 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23978 "get-mountpoints>."
23979 msgstr ""
23980
23981 #. type: =head2
23982 #: ../fish/guestfish-actions.pod:1837
23983 msgid "inspect-get-format"
23984 msgstr ""
23985
23986 #. type: verbatim
23987 #: ../fish/guestfish-actions.pod:1839
23988 #, no-wrap
23989 msgid ""
23990 " inspect-get-format root\n"
23991 "\n"
23992 msgstr ""
23993
23994 #. type: =head2
23995 #: ../fish/guestfish-actions.pod:1871
23996 msgid "inspect-get-hostname"
23997 msgstr ""
23998
23999 #. type: verbatim
24000 #: ../fish/guestfish-actions.pod:1873
24001 #, no-wrap
24002 msgid ""
24003 " inspect-get-hostname root\n"
24004 "\n"
24005 msgstr ""
24006
24007 #. type: =head2
24008 #: ../fish/guestfish-actions.pod:1886
24009 msgid "inspect-get-major-version"
24010 msgstr ""
24011
24012 #. type: verbatim
24013 #: ../fish/guestfish-actions.pod:1888
24014 #, no-wrap
24015 msgid ""
24016 " inspect-get-major-version root\n"
24017 "\n"
24018 msgstr ""
24019
24020 #. type: =head2
24021 #: ../fish/guestfish-actions.pod:1907
24022 msgid "inspect-get-minor-version"
24023 msgstr ""
24024
24025 #. type: verbatim
24026 #: ../fish/guestfish-actions.pod:1909
24027 #, no-wrap
24028 msgid ""
24029 " inspect-get-minor-version root\n"
24030 "\n"
24031 msgstr ""
24032
24033 #. type: textblock
24034 #: ../fish/guestfish-actions.pod:1919
24035 msgid ""
24036 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
24037 "get-major-version>."
24038 msgstr ""
24039
24040 #. type: =head2
24041 #: ../fish/guestfish-actions.pod:1922
24042 msgid "inspect-get-mountpoints"
24043 msgstr ""
24044
24045 #. type: verbatim
24046 #: ../fish/guestfish-actions.pod:1924
24047 #, no-wrap
24048 msgid ""
24049 " inspect-get-mountpoints root\n"
24050 "\n"
24051 msgstr ""
24052
24053 #. type: textblock
24054 #: ../fish/guestfish-actions.pod:1946
24055 msgid ""
24056 "For operating systems like Windows which still use drive letters, this call "
24057 "will only return an entry for the first drive \"mounted on\" C</>.  For "
24058 "information about the mapping of drive letters to partitions, see L</inspect-"
24059 "get-drive-mappings>."
24060 msgstr ""
24061
24062 #. type: textblock
24063 #: ../fish/guestfish-actions.pod:1952
24064 msgid ""
24065 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
24066 "get-filesystems>."
24067 msgstr ""
24068
24069 #. type: =head2
24070 #: ../fish/guestfish-actions.pod:1955
24071 msgid "inspect-get-package-format"
24072 msgstr ""
24073
24074 #. type: verbatim
24075 #: ../fish/guestfish-actions.pod:1957
24076 #, no-wrap
24077 msgid ""
24078 " inspect-get-package-format root\n"
24079 "\n"
24080 msgstr ""
24081
24082 #. type: textblock
24083 #: ../fish/guestfish-actions.pod:1962
24084 msgid ""
24085 "This function and L</inspect-get-package-management> return the package "
24086 "format and package management tool used by the inspected operating system.  "
24087 "For example for Fedora these functions would return C<rpm> (package format) "
24088 "and C<yum> (package management)."
24089 msgstr ""
24090
24091 #. type: =head2
24092 #: ../fish/guestfish-actions.pod:1977
24093 msgid "inspect-get-package-management"
24094 msgstr ""
24095
24096 #. type: verbatim
24097 #: ../fish/guestfish-actions.pod:1979
24098 #, no-wrap
24099 msgid ""
24100 " inspect-get-package-management root\n"
24101 "\n"
24102 msgstr ""
24103
24104 #. type: textblock
24105 #: ../fish/guestfish-actions.pod:1984
24106 msgid ""
24107 "L</inspect-get-package-format> and this function return the package format "
24108 "and package management tool used by the inspected operating system.  For "
24109 "example for Fedora these functions would return C<rpm> (package format) and "
24110 "C<yum> (package management)."
24111 msgstr ""
24112
24113 #. type: =head2
24114 #: ../fish/guestfish-actions.pod:2001
24115 msgid "inspect-get-product-name"
24116 msgstr ""
24117
24118 #. type: verbatim
24119 #: ../fish/guestfish-actions.pod:2003
24120 #, no-wrap
24121 msgid ""
24122 " inspect-get-product-name root\n"
24123 "\n"
24124 msgstr ""
24125
24126 #. type: =head2
24127 #: ../fish/guestfish-actions.pod:2018
24128 msgid "inspect-get-product-variant"
24129 msgstr ""
24130
24131 #. type: verbatim
24132 #: ../fish/guestfish-actions.pod:2020
24133 #, no-wrap
24134 msgid ""
24135 " inspect-get-product-variant root\n"
24136 "\n"
24137 msgstr ""
24138
24139 #. type: textblock
24140 #: ../fish/guestfish-actions.pod:2044
24141 msgid ""
24142 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
24143 "get-product-name>, L</inspect-get-major-version>."
24144 msgstr ""
24145
24146 #. type: =head2
24147 #: ../fish/guestfish-actions.pod:2048
24148 msgid "inspect-get-roots"
24149 msgstr ""
24150
24151 #. type: verbatim
24152 #: ../fish/guestfish-actions.pod:2050
24153 #, no-wrap
24154 msgid ""
24155 " inspect-get-roots\n"
24156 "\n"
24157 msgstr ""
24158
24159 #. type: textblock
24160 #: ../fish/guestfish-actions.pod:2052
24161 msgid ""
24162 "This function is a convenient way to get the list of root devices, as "
24163 "returned from a previous call to L</inspect-os>, but without redoing the "
24164 "whole inspection process."
24165 msgstr ""
24166
24167 #. type: textblock
24168 #: ../fish/guestfish-actions.pod:2056
24169 msgid ""
24170 "This returns an empty list if either no root devices were found or the "
24171 "caller has not called L</inspect-os>."
24172 msgstr ""
24173
24174 #. type: =head2
24175 #: ../fish/guestfish-actions.pod:2061
24176 msgid "inspect-get-type"
24177 msgstr ""
24178
24179 #. type: verbatim
24180 #: ../fish/guestfish-actions.pod:2063
24181 #, no-wrap
24182 msgid ""
24183 " inspect-get-type root\n"
24184 "\n"
24185 msgstr ""
24186
24187 #. type: =head2
24188 #: ../fish/guestfish-actions.pod:2096
24189 msgid "inspect-get-windows-current-control-set"
24190 msgstr ""
24191
24192 #. type: verbatim
24193 #: ../fish/guestfish-actions.pod:2098
24194 #, no-wrap
24195 msgid ""
24196 " inspect-get-windows-current-control-set root\n"
24197 "\n"
24198 msgstr ""
24199
24200 #. type: =head2
24201 #: ../fish/guestfish-actions.pod:2112
24202 msgid "inspect-get-windows-systemroot"
24203 msgstr ""
24204
24205 #. type: verbatim
24206 #: ../fish/guestfish-actions.pod:2114
24207 #, no-wrap
24208 msgid ""
24209 " inspect-get-windows-systemroot root\n"
24210 "\n"
24211 msgstr ""
24212
24213 #. type: =head2
24214 #: ../fish/guestfish-actions.pod:2128
24215 msgid "inspect-is-live"
24216 msgstr ""
24217
24218 #. type: verbatim
24219 #: ../fish/guestfish-actions.pod:2130
24220 #, no-wrap
24221 msgid ""
24222 " inspect-is-live root\n"
24223 "\n"
24224 msgstr ""
24225
24226 #. type: textblock
24227 #: ../fish/guestfish-actions.pod:2135
24228 msgid ""
24229 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
24230 "then this returns true if a live image was detected on the disk."
24231 msgstr ""
24232
24233 #. type: =head2
24234 #: ../fish/guestfish-actions.pod:2141
24235 msgid "inspect-is-multipart"
24236 msgstr ""
24237
24238 #. type: verbatim
24239 #: ../fish/guestfish-actions.pod:2143
24240 #, no-wrap
24241 msgid ""
24242 " inspect-is-multipart root\n"
24243 "\n"
24244 msgstr ""
24245
24246 #. type: textblock
24247 #: ../fish/guestfish-actions.pod:2148
24248 msgid ""
24249 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
24250 "then this returns true if the disk is part of a set."
24251 msgstr ""
24252
24253 #. type: =head2
24254 #: ../fish/guestfish-actions.pod:2154
24255 msgid "inspect-is-netinst"
24256 msgstr ""
24257
24258 #. type: verbatim
24259 #: ../fish/guestfish-actions.pod:2156
24260 #, no-wrap
24261 msgid ""
24262 " inspect-is-netinst root\n"
24263 "\n"
24264 msgstr ""
24265
24266 #. type: textblock
24267 #: ../fish/guestfish-actions.pod:2161
24268 msgid ""
24269 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
24270 "then this returns true if the disk is a network installer, ie. not a self-"
24271 "contained install CD but one which is likely to require network access to "
24272 "complete the install."
24273 msgstr ""
24274
24275 #. type: =head2
24276 #: ../fish/guestfish-actions.pod:2169
24277 msgid "inspect-list-applications"
24278 msgstr ""
24279
24280 #. type: verbatim
24281 #: ../fish/guestfish-actions.pod:2171
24282 #, no-wrap
24283 msgid ""
24284 " inspect-list-applications root\n"
24285 "\n"
24286 msgstr ""
24287
24288 #. type: textblock
24289 #: ../fish/guestfish-actions.pod:2178
24290 msgid ""
24291 "I<Note:> This call works differently from other parts of the inspection "
24292 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
24293 "then mount up the disks, before calling this.  Listing applications is a "
24294 "significantly more difficult operation which requires access to the full "
24295 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
24296 "are just returning data cached in the libguestfs handle, this call actually "
24297 "reads parts of the mounted filesystems during the call."
24298 msgstr ""
24299
24300 #. type: =head2
24301 #: ../fish/guestfish-actions.pod:2268
24302 msgid "inspect-os"
24303 msgstr ""
24304
24305 #. type: verbatim
24306 #: ../fish/guestfish-actions.pod:2270
24307 #, no-wrap
24308 msgid ""
24309 " inspect-os\n"
24310 "\n"
24311 msgstr ""
24312
24313 #. type: textblock
24314 #: ../fish/guestfish-actions.pod:2285
24315 msgid ""
24316 "You can pass the root string(s) returned to other L</inspect-get-*> "
24317 "functions in order to query further information about each operating system, "
24318 "such as the name and version."
24319 msgstr ""
24320
24321 #. type: textblock
24322 #: ../fish/guestfish-actions.pod:2290
24323 msgid ""
24324 "This function uses other libguestfs features such as L</mount-ro> and L</"
24325 "umount-all> in order to mount and unmount filesystems and look at the "
24326 "contents.  This should be called with no disks currently mounted.  The "
24327 "function may also use Augeas, so any existing Augeas handle will be closed."
24328 msgstr ""
24329
24330 #. type: textblock
24331 #: ../fish/guestfish-actions.pod:2302 ../fish/guestfish-actions.pod:2478
24332 #: ../fish/guestfish-actions.pod:2524
24333 msgid "See also L</list-filesystems>."
24334 msgstr ""
24335
24336 #. type: =head2
24337 #: ../fish/guestfish-actions.pod:2304
24338 msgid "is-blockdev"
24339 msgstr ""
24340
24341 #. type: verbatim
24342 #: ../fish/guestfish-actions.pod:2306
24343 #, no-wrap
24344 msgid ""
24345 " is-blockdev path\n"
24346 "\n"
24347 msgstr ""
24348
24349 #. type: textblock
24350 #: ../fish/guestfish-actions.pod:2311 ../fish/guestfish-actions.pod:2329
24351 #: ../fish/guestfish-actions.pod:2348 ../fish/guestfish-actions.pod:2357
24352 #: ../fish/guestfish-actions.pod:2367 ../fish/guestfish-actions.pod:2401
24353 #: ../fish/guestfish-actions.pod:2410
24354 msgid "See also L</stat>."
24355 msgstr ""
24356
24357 #. type: =head2
24358 #: ../fish/guestfish-actions.pod:2313
24359 msgid "is-busy"
24360 msgstr ""
24361
24362 #. type: verbatim
24363 #: ../fish/guestfish-actions.pod:2315
24364 #, no-wrap
24365 msgid ""
24366 " is-busy\n"
24367 "\n"
24368 msgstr ""
24369
24370 #. type: =head2
24371 #: ../fish/guestfish-actions.pod:2322
24372 msgid "is-chardev"
24373 msgstr ""
24374
24375 #. type: verbatim
24376 #: ../fish/guestfish-actions.pod:2324
24377 #, no-wrap
24378 msgid ""
24379 " is-chardev path\n"
24380 "\n"
24381 msgstr ""
24382
24383 #. type: =head2
24384 #: ../fish/guestfish-actions.pod:2331
24385 msgid "is-config"
24386 msgstr ""
24387
24388 #. type: verbatim
24389 #: ../fish/guestfish-actions.pod:2333
24390 #, no-wrap
24391 msgid ""
24392 " is-config\n"
24393 "\n"
24394 msgstr ""
24395
24396 #. type: =head2
24397 #: ../fish/guestfish-actions.pod:2340
24398 msgid "is-dir"
24399 msgstr ""
24400
24401 #. type: verbatim
24402 #: ../fish/guestfish-actions.pod:2342
24403 #, no-wrap
24404 msgid ""
24405 " is-dir path\n"
24406 "\n"
24407 msgstr ""
24408
24409 #. type: =head2
24410 #: ../fish/guestfish-actions.pod:2350
24411 msgid "is-fifo"
24412 msgstr ""
24413
24414 #. type: verbatim
24415 #: ../fish/guestfish-actions.pod:2352
24416 #, no-wrap
24417 msgid ""
24418 " is-fifo path\n"
24419 "\n"
24420 msgstr ""
24421
24422 #. type: =head2
24423 #: ../fish/guestfish-actions.pod:2359
24424 msgid "is-file"
24425 msgstr ""
24426
24427 #. type: verbatim
24428 #: ../fish/guestfish-actions.pod:2361
24429 #, no-wrap
24430 msgid ""
24431 " is-file path\n"
24432 "\n"
24433 msgstr ""
24434
24435 #. type: =head2
24436 #: ../fish/guestfish-actions.pod:2369
24437 msgid "is-launching"
24438 msgstr ""
24439
24440 #. type: verbatim
24441 #: ../fish/guestfish-actions.pod:2371
24442 #, no-wrap
24443 msgid ""
24444 " is-launching\n"
24445 "\n"
24446 msgstr ""
24447
24448 #. type: =head2
24449 #: ../fish/guestfish-actions.pod:2378
24450 msgid "is-lv"
24451 msgstr ""
24452
24453 #. type: verbatim
24454 #: ../fish/guestfish-actions.pod:2380
24455 #, no-wrap
24456 msgid ""
24457 " is-lv device\n"
24458 "\n"
24459 msgstr ""
24460
24461 #. type: =head2
24462 #: ../fish/guestfish-actions.pod:2385
24463 msgid "is-ready"
24464 msgstr ""
24465
24466 #. type: verbatim
24467 #: ../fish/guestfish-actions.pod:2387
24468 #, no-wrap
24469 msgid ""
24470 " is-ready\n"
24471 "\n"
24472 msgstr ""
24473
24474 #. type: =head2
24475 #: ../fish/guestfish-actions.pod:2394
24476 msgid "is-socket"
24477 msgstr ""
24478
24479 #. type: verbatim
24480 #: ../fish/guestfish-actions.pod:2396
24481 #, no-wrap
24482 msgid ""
24483 " is-socket path\n"
24484 "\n"
24485 msgstr ""
24486
24487 #. type: =head2
24488 #: ../fish/guestfish-actions.pod:2403
24489 msgid "is-symlink"
24490 msgstr ""
24491
24492 #. type: verbatim
24493 #: ../fish/guestfish-actions.pod:2405
24494 #, no-wrap
24495 msgid ""
24496 " is-symlink path\n"
24497 "\n"
24498 msgstr ""
24499
24500 #. type: =head2
24501 #: ../fish/guestfish-actions.pod:2412
24502 msgid "kill-subprocess"
24503 msgstr ""
24504
24505 #. type: verbatim
24506 #: ../fish/guestfish-actions.pod:2414
24507 #, no-wrap
24508 msgid ""
24509 " kill-subprocess\n"
24510 "\n"
24511 msgstr ""
24512
24513 #. type: =head2
24514 #: ../fish/guestfish-actions.pod:2418
24515 msgid "launch"
24516 msgstr ""
24517
24518 #. type: =head2
24519 #: ../fish/guestfish-actions.pod:2420
24520 msgid "run"
24521 msgstr ""
24522
24523 #. type: verbatim
24524 #: ../fish/guestfish-actions.pod:2422
24525 #, no-wrap
24526 msgid ""
24527 " launch\n"
24528 "\n"
24529 msgstr ""
24530
24531 #. type: =head2
24532 #: ../fish/guestfish-actions.pod:2430
24533 msgid "lchown"
24534 msgstr ""
24535
24536 #. type: verbatim
24537 #: ../fish/guestfish-actions.pod:2432
24538 #, no-wrap
24539 msgid ""
24540 " lchown owner group path\n"
24541 "\n"
24542 msgstr ""
24543
24544 #. type: textblock
24545 #: ../fish/guestfish-actions.pod:2434
24546 msgid ""
24547 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
24548 "chown> but if C<path> is a symlink then the link itself is changed, not the "
24549 "target."
24550 msgstr ""
24551
24552 #. type: =head2
24553 #: ../fish/guestfish-actions.pod:2442
24554 msgid "lgetxattr"
24555 msgstr ""
24556
24557 #. type: verbatim
24558 #: ../fish/guestfish-actions.pod:2444
24559 #, no-wrap
24560 msgid ""
24561 " lgetxattr path name\n"
24562 "\n"
24563 msgstr ""
24564
24565 #. type: textblock
24566 #: ../fish/guestfish-actions.pod:2460
24567 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
24568 msgstr ""
24569
24570 #. type: =head2
24571 #: ../fish/guestfish-actions.pod:2462
24572 msgid "lgetxattrs"
24573 msgstr ""
24574
24575 #. type: verbatim
24576 #: ../fish/guestfish-actions.pod:2464
24577 #, no-wrap
24578 msgid ""
24579 " lgetxattrs path\n"
24580 "\n"
24581 msgstr ""
24582
24583 #. type: textblock
24584 #: ../fish/guestfish-actions.pod:2466
24585 msgid ""
24586 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
24587 "it returns the extended attributes of the link itself."
24588 msgstr ""
24589
24590 #. type: =head2
24591 #: ../fish/guestfish-actions.pod:2470
24592 msgid "list-devices"
24593 msgstr ""
24594
24595 #. type: verbatim
24596 #: ../fish/guestfish-actions.pod:2472
24597 #, no-wrap
24598 msgid ""
24599 " list-devices\n"
24600 "\n"
24601 msgstr ""
24602
24603 #. type: =head2
24604 #: ../fish/guestfish-actions.pod:2480
24605 msgid "list-filesystems"
24606 msgstr ""
24607
24608 #. type: verbatim
24609 #: ../fish/guestfish-actions.pod:2482
24610 #, no-wrap
24611 msgid ""
24612 " list-filesystems\n"
24613 "\n"
24614 msgstr ""
24615
24616 #. type: textblock
24617 #: ../fish/guestfish-actions.pod:2501
24618 msgid ""
24619 "This command runs other libguestfs commands, which might include L</mount> "
24620 "and L</umount>, and therefore you should use this soon after launch and only "
24621 "when nothing is mounted."
24622 msgstr ""
24623
24624 #. type: textblock
24625 #: ../fish/guestfish-actions.pod:2505
24626 msgid ""
24627 "Not all of the filesystems returned will be mountable.  In particular, swap "
24628 "partitions are returned in the list.  Also this command does not check that "
24629 "each filesystem found is valid and mountable, and some filesystems might be "
24630 "mountable but require special options.  Filesystems may not all belong to a "
24631 "single logical operating system (use L</inspect-os> to look for OSes)."
24632 msgstr ""
24633
24634 #. type: =head2
24635 #: ../fish/guestfish-actions.pod:2513
24636 msgid "list-partitions"
24637 msgstr ""
24638
24639 #. type: verbatim
24640 #: ../fish/guestfish-actions.pod:2515
24641 #, no-wrap
24642 msgid ""
24643 " list-partitions\n"
24644 "\n"
24645 msgstr ""
24646
24647 #. type: textblock
24648 #: ../fish/guestfish-actions.pod:2521
24649 msgid ""
24650 "This does not return logical volumes.  For that you will need to call L</"
24651 "lvs>."
24652 msgstr ""
24653
24654 #. type: =head2
24655 #: ../fish/guestfish-actions.pod:2526
24656 msgid "ll"
24657 msgstr ""
24658
24659 #. type: verbatim
24660 #: ../fish/guestfish-actions.pod:2528
24661 #, no-wrap
24662 msgid ""
24663 " ll directory\n"
24664 "\n"
24665 msgstr ""
24666
24667 #. type: =head2
24668 #: ../fish/guestfish-actions.pod:2536
24669 msgid "ln"
24670 msgstr ""
24671
24672 #. type: verbatim
24673 #: ../fish/guestfish-actions.pod:2538
24674 #, no-wrap
24675 msgid ""
24676 " ln target linkname\n"
24677 "\n"
24678 msgstr ""
24679
24680 #. type: =head2
24681 #: ../fish/guestfish-actions.pod:2542
24682 msgid "ln-f"
24683 msgstr ""
24684
24685 #. type: verbatim
24686 #: ../fish/guestfish-actions.pod:2544
24687 #, no-wrap
24688 msgid ""
24689 " ln-f target linkname\n"
24690 "\n"
24691 msgstr ""
24692
24693 #. type: =head2
24694 #: ../fish/guestfish-actions.pod:2549
24695 msgid "ln-s"
24696 msgstr ""
24697
24698 #. type: verbatim
24699 #: ../fish/guestfish-actions.pod:2551
24700 #, no-wrap
24701 msgid ""
24702 " ln-s target linkname\n"
24703 "\n"
24704 msgstr ""
24705
24706 #. type: =head2
24707 #: ../fish/guestfish-actions.pod:2555
24708 msgid "ln-sf"
24709 msgstr ""
24710
24711 #. type: verbatim
24712 #: ../fish/guestfish-actions.pod:2557
24713 #, no-wrap
24714 msgid ""
24715 " ln-sf target linkname\n"
24716 "\n"
24717 msgstr ""
24718
24719 #. type: =head2
24720 #: ../fish/guestfish-actions.pod:2562
24721 msgid "lremovexattr"
24722 msgstr ""
24723
24724 #. type: verbatim
24725 #: ../fish/guestfish-actions.pod:2564
24726 #, no-wrap
24727 msgid ""
24728 " lremovexattr xattr path\n"
24729 "\n"
24730 msgstr ""
24731
24732 #. type: textblock
24733 #: ../fish/guestfish-actions.pod:2566
24734 msgid ""
24735 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
24736 "it removes an extended attribute of the link itself."
24737 msgstr ""
24738
24739 #. type: =head2
24740 #: ../fish/guestfish-actions.pod:2570
24741 msgid "ls"
24742 msgstr ""
24743
24744 #. type: verbatim
24745 #: ../fish/guestfish-actions.pod:2572
24746 #, no-wrap
24747 msgid ""
24748 " ls directory\n"
24749 "\n"
24750 msgstr ""
24751
24752 #. type: textblock
24753 #: ../fish/guestfish-actions.pod:2578
24754 msgid ""
24755 "This command is mostly useful for interactive sessions.  Programs should "
24756 "probably use L</readdir> instead."
24757 msgstr ""
24758
24759 #. type: =head2
24760 #: ../fish/guestfish-actions.pod:2581
24761 msgid "lsetxattr"
24762 msgstr ""
24763
24764 #. type: verbatim
24765 #: ../fish/guestfish-actions.pod:2583
24766 #, no-wrap
24767 msgid ""
24768 " lsetxattr xattr val vallen path\n"
24769 "\n"
24770 msgstr ""
24771
24772 #. type: textblock
24773 #: ../fish/guestfish-actions.pod:2585
24774 msgid ""
24775 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
24776 "sets an extended attribute of the link itself."
24777 msgstr ""
24778
24779 #. type: =head2
24780 #: ../fish/guestfish-actions.pod:2589
24781 msgid "lstat"
24782 msgstr ""
24783
24784 #. type: verbatim
24785 #: ../fish/guestfish-actions.pod:2591
24786 #, no-wrap
24787 msgid ""
24788 " lstat path\n"
24789 "\n"
24790 msgstr ""
24791
24792 #. type: textblock
24793 #: ../fish/guestfish-actions.pod:2595
24794 msgid ""
24795 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
24796 "the link is stat-ed, not the file it refers to."
24797 msgstr ""
24798
24799 #. type: =head2
24800 #: ../fish/guestfish-actions.pod:2601
24801 msgid "lstatlist"
24802 msgstr ""
24803
24804 #. type: verbatim
24805 #: ../fish/guestfish-actions.pod:2603
24806 #, no-wrap
24807 msgid ""
24808 " lstatlist path 'names ...'\n"
24809 "\n"
24810 msgstr ""
24811
24812 #. type: textblock
24813 #: ../fish/guestfish-actions.pod:2605
24814 msgid ""
24815 "This call allows you to perform the L</lstat> operation on multiple files, "
24816 "where all files are in the directory C<path>.  C<names> is the list of files "
24817 "from this directory."
24818 msgstr ""
24819
24820 #. type: textblock
24821 #: ../fish/guestfish-actions.pod:2614
24822 msgid ""
24823 "This call is intended for programs that want to efficiently list a directory "
24824 "contents without making many round-trips.  See also L</lxattrlist> for a "
24825 "similarly efficient call for getting extended attributes.  Very long "
24826 "directory listings might cause the protocol message size to be exceeded, "
24827 "causing this call to fail.  The caller must split up such requests into "
24828 "smaller groups of names."
24829 msgstr ""
24830
24831 #. type: =head2
24832 #: ../fish/guestfish-actions.pod:2622
24833 msgid "luks-add-key"
24834 msgstr ""
24835
24836 #. type: verbatim
24837 #: ../fish/guestfish-actions.pod:2624
24838 #, no-wrap
24839 msgid ""
24840 " luks-add-key device keyslot\n"
24841 "\n"
24842 msgstr ""
24843
24844 #. type: textblock
24845 #: ../fish/guestfish-actions.pod:2631
24846 msgid ""
24847 "Note that if C<keyslot> already contains a key, then this command will "
24848 "fail.  You have to use L</luks-kill-slot> first to remove that key."
24849 msgstr ""
24850
24851 #. type: textblock
24852 #: ../fish/guestfish-actions.pod:2635 ../fish/guestfish-actions.pod:2657
24853 #: ../fish/guestfish-actions.pod:2670 ../fish/guestfish-actions.pod:2684
24854 #: ../fish/guestfish-actions.pod:2707 ../fish/guestfish-actions.pod:2717
24855 msgid ""
24856 "This command has one or more key or passphrase parameters.  Guestfish will "
24857 "prompt for these separately."
24858 msgstr ""
24859
24860 #. type: =head2
24861 #: ../fish/guestfish-actions.pod:2638
24862 msgid "luks-close"
24863 msgstr ""
24864
24865 #. type: verbatim
24866 #: ../fish/guestfish-actions.pod:2640
24867 #, no-wrap
24868 msgid ""
24869 " luks-close device\n"
24870 "\n"
24871 msgstr ""
24872
24873 #. type: textblock
24874 #: ../fish/guestfish-actions.pod:2642
24875 msgid ""
24876 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
24877 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
24878 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
24879 "block device."
24880 msgstr ""
24881
24882 #. type: =head2
24883 #: ../fish/guestfish-actions.pod:2648
24884 msgid "luks-format"
24885 msgstr ""
24886
24887 #. type: verbatim
24888 #: ../fish/guestfish-actions.pod:2650
24889 #, no-wrap
24890 msgid ""
24891 " luks-format device keyslot\n"
24892 "\n"
24893 msgstr ""
24894
24895 #. type: =head2
24896 #: ../fish/guestfish-actions.pod:2663
24897 msgid "luks-format-cipher"
24898 msgstr ""
24899
24900 #. type: verbatim
24901 #: ../fish/guestfish-actions.pod:2665
24902 #, no-wrap
24903 msgid ""
24904 " luks-format-cipher device keyslot cipher\n"
24905 "\n"
24906 msgstr ""
24907
24908 #. type: textblock
24909 #: ../fish/guestfish-actions.pod:2667
24910 msgid ""
24911 "This command is the same as L</luks-format> but it also allows you to set "
24912 "the C<cipher> used."
24913 msgstr ""
24914
24915 #. type: =head2
24916 #: ../fish/guestfish-actions.pod:2676
24917 msgid "luks-kill-slot"
24918 msgstr ""
24919
24920 #. type: verbatim
24921 #: ../fish/guestfish-actions.pod:2678
24922 #, no-wrap
24923 msgid ""
24924 " luks-kill-slot device keyslot\n"
24925 "\n"
24926 msgstr ""
24927
24928 #. type: =head2
24929 #: ../fish/guestfish-actions.pod:2687
24930 msgid "luks-open"
24931 msgstr ""
24932
24933 #. type: verbatim
24934 #: ../fish/guestfish-actions.pod:2689
24935 #, no-wrap
24936 msgid ""
24937 " luks-open device mapname\n"
24938 "\n"
24939 msgstr ""
24940
24941 #. type: textblock
24942 #: ../fish/guestfish-actions.pod:2703
24943 msgid ""
24944 "If this block device contains LVM volume groups, then calling L</vgscan> "
24945 "followed by L</vg-activate-all> will make them visible."
24946 msgstr ""
24947
24948 #. type: =head2
24949 #: ../fish/guestfish-actions.pod:2710
24950 msgid "luks-open-ro"
24951 msgstr ""
24952
24953 #. type: verbatim
24954 #: ../fish/guestfish-actions.pod:2712
24955 #, no-wrap
24956 msgid ""
24957 " luks-open-ro device mapname\n"
24958 "\n"
24959 msgstr ""
24960
24961 #. type: textblock
24962 #: ../fish/guestfish-actions.pod:2714
24963 msgid ""
24964 "This is the same as L</luks-open> except that a read-only mapping is created."
24965 msgstr ""
24966
24967 #. type: =head2
24968 #: ../fish/guestfish-actions.pod:2720
24969 msgid "lvcreate"
24970 msgstr ""
24971
24972 #. type: verbatim
24973 #: ../fish/guestfish-actions.pod:2722
24974 #, no-wrap
24975 msgid ""
24976 " lvcreate logvol volgroup mbytes\n"
24977 "\n"
24978 msgstr ""
24979
24980 #. type: =head2
24981 #: ../fish/guestfish-actions.pod:2727
24982 msgid "lvm-canonical-lv-name"
24983 msgstr ""
24984
24985 #. type: verbatim
24986 #: ../fish/guestfish-actions.pod:2729
24987 #, no-wrap
24988 msgid ""
24989 " lvm-canonical-lv-name lvname\n"
24990 "\n"
24991 msgstr ""
24992
24993 #. type: textblock
24994 #: ../fish/guestfish-actions.pod:2738
24995 msgid "See also L</is-lv>."
24996 msgstr ""
24997
24998 #. type: =head2
24999 #: ../fish/guestfish-actions.pod:2740
25000 msgid "lvm-clear-filter"
25001 msgstr ""
25002
25003 #. type: verbatim
25004 #: ../fish/guestfish-actions.pod:2742
25005 #, no-wrap
25006 msgid ""
25007 " lvm-clear-filter\n"
25008 "\n"
25009 msgstr ""
25010
25011 #. type: textblock
25012 #: ../fish/guestfish-actions.pod:2744
25013 msgid ""
25014 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
25015 "block device."
25016 msgstr ""
25017
25018 #. type: =head2
25019 #: ../fish/guestfish-actions.pod:2750
25020 msgid "lvm-remove-all"
25021 msgstr ""
25022
25023 #. type: verbatim
25024 #: ../fish/guestfish-actions.pod:2752
25025 #, no-wrap
25026 msgid ""
25027 " lvm-remove-all\n"
25028 "\n"
25029 msgstr ""
25030
25031 #. type: =head2
25032 #: ../fish/guestfish-actions.pod:2760
25033 msgid "lvm-set-filter"
25034 msgstr ""
25035
25036 #. type: verbatim
25037 #: ../fish/guestfish-actions.pod:2762
25038 #, no-wrap
25039 msgid ""
25040 " lvm-set-filter 'devices ...'\n"
25041 "\n"
25042 msgstr ""
25043
25044 #. type: =head2
25045 #: ../fish/guestfish-actions.pod:2787
25046 msgid "lvremove"
25047 msgstr ""
25048
25049 #. type: verbatim
25050 #: ../fish/guestfish-actions.pod:2789
25051 #, no-wrap
25052 msgid ""
25053 " lvremove device\n"
25054 "\n"
25055 msgstr ""
25056
25057 #. type: =head2
25058 #: ../fish/guestfish-actions.pod:2797
25059 msgid "lvrename"
25060 msgstr ""
25061
25062 #. type: verbatim
25063 #: ../fish/guestfish-actions.pod:2799
25064 #, no-wrap
25065 msgid ""
25066 " lvrename logvol newlogvol\n"
25067 "\n"
25068 msgstr ""
25069
25070 #. type: =head2
25071 #: ../fish/guestfish-actions.pod:2803
25072 msgid "lvresize"
25073 msgstr ""
25074
25075 #. type: verbatim
25076 #: ../fish/guestfish-actions.pod:2805
25077 #, no-wrap
25078 msgid ""
25079 " lvresize device mbytes\n"
25080 "\n"
25081 msgstr ""
25082
25083 #. type: =head2
25084 #: ../fish/guestfish-actions.pod:2811
25085 msgid "lvresize-free"
25086 msgstr ""
25087
25088 #. type: verbatim
25089 #: ../fish/guestfish-actions.pod:2813
25090 #, no-wrap
25091 msgid ""
25092 " lvresize-free lv percent\n"
25093 "\n"
25094 msgstr ""
25095
25096 #. type: =head2
25097 #: ../fish/guestfish-actions.pod:2821
25098 msgid "lvs"
25099 msgstr ""
25100
25101 #. type: verbatim
25102 #: ../fish/guestfish-actions.pod:2823
25103 #, no-wrap
25104 msgid ""
25105 " lvs\n"
25106 "\n"
25107 msgstr ""
25108
25109 #. type: textblock
25110 #: ../fish/guestfish-actions.pod:2831
25111 msgid "See also L</lvs-full>, L</list-filesystems>."
25112 msgstr ""
25113
25114 #. type: =head2
25115 #: ../fish/guestfish-actions.pod:2833
25116 msgid "lvs-full"
25117 msgstr ""
25118
25119 #. type: verbatim
25120 #: ../fish/guestfish-actions.pod:2835
25121 #, no-wrap
25122 msgid ""
25123 " lvs-full\n"
25124 "\n"
25125 msgstr ""
25126
25127 #. type: =head2
25128 #: ../fish/guestfish-actions.pod:2840
25129 msgid "lvuuid"
25130 msgstr ""
25131
25132 #. type: verbatim
25133 #: ../fish/guestfish-actions.pod:2842
25134 #, no-wrap
25135 msgid ""
25136 " lvuuid device\n"
25137 "\n"
25138 msgstr ""
25139
25140 #. type: =head2
25141 #: ../fish/guestfish-actions.pod:2846
25142 msgid "lxattrlist"
25143 msgstr ""
25144
25145 #. type: verbatim
25146 #: ../fish/guestfish-actions.pod:2848
25147 #, no-wrap
25148 msgid ""
25149 " lxattrlist path 'names ...'\n"
25150 "\n"
25151 msgstr ""
25152
25153 #. type: textblock
25154 #: ../fish/guestfish-actions.pod:2864
25155 msgid ""
25156 "This call is intended for programs that want to efficiently list a directory "
25157 "contents without making many round-trips.  See also L</lstatlist> for a "
25158 "similarly efficient call for getting standard stats.  Very long directory "
25159 "listings might cause the protocol message size to be exceeded, causing this "
25160 "call to fail.  The caller must split up such requests into smaller groups of "
25161 "names."
25162 msgstr ""
25163
25164 #. type: =head2
25165 #: ../fish/guestfish-actions.pod:2872
25166 msgid "mkdir"
25167 msgstr ""
25168
25169 #. type: verbatim
25170 #: ../fish/guestfish-actions.pod:2874
25171 #, no-wrap
25172 msgid ""
25173 " mkdir path\n"
25174 "\n"
25175 msgstr ""
25176
25177 #. type: =head2
25178 #: ../fish/guestfish-actions.pod:2878
25179 msgid "mkdir-mode"
25180 msgstr ""
25181
25182 #. type: verbatim
25183 #: ../fish/guestfish-actions.pod:2880
25184 #, no-wrap
25185 msgid ""
25186 " mkdir-mode path mode\n"
25187 "\n"
25188 msgstr ""
25189
25190 #. type: textblock
25191 #: ../fish/guestfish-actions.pod:2889
25192 msgid "See also L</mkdir>, L</umask>"
25193 msgstr ""
25194
25195 #. type: =head2
25196 #: ../fish/guestfish-actions.pod:2891
25197 msgid "mkdir-p"
25198 msgstr ""
25199
25200 #. type: verbatim
25201 #: ../fish/guestfish-actions.pod:2893
25202 #, no-wrap
25203 msgid ""
25204 " mkdir-p path\n"
25205 "\n"
25206 msgstr ""
25207
25208 #. type: =head2
25209 #: ../fish/guestfish-actions.pod:2898
25210 msgid "mkdtemp"
25211 msgstr ""
25212
25213 #. type: verbatim
25214 #: ../fish/guestfish-actions.pod:2900
25215 #, no-wrap
25216 msgid ""
25217 " mkdtemp template\n"
25218 "\n"
25219 msgstr ""
25220
25221 #. type: =head2
25222 #: ../fish/guestfish-actions.pod:2921
25223 msgid "mke2fs-J"
25224 msgstr ""
25225
25226 #. type: verbatim
25227 #: ../fish/guestfish-actions.pod:2923
25228 #, no-wrap
25229 msgid ""
25230 " mke2fs-J fstype blocksize device journal\n"
25231 "\n"
25232 msgstr ""
25233
25234 #. type: textblock
25235 #: ../fish/guestfish-actions.pod:2931
25236 msgid "See also L</mke2journal>."
25237 msgstr ""
25238
25239 #. type: =head2
25240 #: ../fish/guestfish-actions.pod:2933
25241 msgid "mke2fs-JL"
25242 msgstr ""
25243
25244 #. type: verbatim
25245 #: ../fish/guestfish-actions.pod:2935
25246 #, no-wrap
25247 msgid ""
25248 " mke2fs-JL fstype blocksize device label\n"
25249 "\n"
25250 msgstr ""
25251
25252 #. type: textblock
25253 #: ../fish/guestfish-actions.pod:2940
25254 msgid "See also L</mke2journal-L>."
25255 msgstr ""
25256
25257 #. type: =head2
25258 #: ../fish/guestfish-actions.pod:2942
25259 msgid "mke2fs-JU"
25260 msgstr ""
25261
25262 #. type: verbatim
25263 #: ../fish/guestfish-actions.pod:2944
25264 #, no-wrap
25265 msgid ""
25266 " mke2fs-JU fstype blocksize device uuid\n"
25267 "\n"
25268 msgstr ""
25269
25270 #. type: textblock
25271 #: ../fish/guestfish-actions.pod:2949
25272 msgid "See also L</mke2journal-U>."
25273 msgstr ""
25274
25275 #. type: =head2
25276 #: ../fish/guestfish-actions.pod:2951
25277 msgid "mke2journal"
25278 msgstr ""
25279
25280 #. type: verbatim
25281 #: ../fish/guestfish-actions.pod:2953
25282 #, no-wrap
25283 msgid ""
25284 " mke2journal blocksize device\n"
25285 "\n"
25286 msgstr ""
25287
25288 #. type: =head2
25289 #: ../fish/guestfish-actions.pod:2960
25290 msgid "mke2journal-L"
25291 msgstr ""
25292
25293 #. type: verbatim
25294 #: ../fish/guestfish-actions.pod:2962
25295 #, no-wrap
25296 msgid ""
25297 " mke2journal-L blocksize label device\n"
25298 "\n"
25299 msgstr ""
25300
25301 #. type: =head2
25302 #: ../fish/guestfish-actions.pod:2966
25303 msgid "mke2journal-U"
25304 msgstr ""
25305
25306 #. type: verbatim
25307 #: ../fish/guestfish-actions.pod:2968
25308 #, no-wrap
25309 msgid ""
25310 " mke2journal-U blocksize uuid device\n"
25311 "\n"
25312 msgstr ""
25313
25314 #. type: =head2
25315 #: ../fish/guestfish-actions.pod:2972
25316 msgid "mkfifo"
25317 msgstr ""
25318
25319 #. type: verbatim
25320 #: ../fish/guestfish-actions.pod:2974
25321 #, no-wrap
25322 msgid ""
25323 " mkfifo mode path\n"
25324 "\n"
25325 msgstr ""
25326
25327 #. type: textblock
25328 #: ../fish/guestfish-actions.pod:2976
25329 msgid ""
25330 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
25331 "is just a convenient wrapper around L</mknod>."
25332 msgstr ""
25333
25334 #. type: =head2
25335 #: ../fish/guestfish-actions.pod:2982
25336 msgid "mkfs"
25337 msgstr ""
25338
25339 #. type: verbatim
25340 #: ../fish/guestfish-actions.pod:2984
25341 #, no-wrap
25342 msgid ""
25343 " mkfs fstype device\n"
25344 "\n"
25345 msgstr ""
25346
25347 #. type: =head2
25348 #: ../fish/guestfish-actions.pod:2990
25349 msgid "mkfs-b"
25350 msgstr ""
25351
25352 #. type: verbatim
25353 #: ../fish/guestfish-actions.pod:2992
25354 #, no-wrap
25355 msgid ""
25356 " mkfs-b fstype blocksize device\n"
25357 "\n"
25358 msgstr ""
25359
25360 #. type: textblock
25361 #: ../fish/guestfish-actions.pod:2994
25362 msgid ""
25363 "This call is similar to L</mkfs>, but it allows you to control the block "
25364 "size of the resulting filesystem.  Supported block sizes depend on the "
25365 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
25366 msgstr ""
25367
25368 #. type: textblock
25369 #: ../fish/guestfish-actions.pod:3002
25370 msgid ""
25371 "This function is deprecated.  In new code, use the L</mkfs_opts> call "
25372 "instead."
25373 msgstr ""
25374
25375 #. type: =head2
25376 #: ../fish/guestfish-actions.pod:3009
25377 msgid "mkfs-opts"
25378 msgstr ""
25379
25380 #. type: verbatim
25381 #: ../fish/guestfish-actions.pod:3011
25382 #, no-wrap
25383 msgid ""
25384 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
25385 "\n"
25386 msgstr ""
25387
25388 #. type: =head2
25389 #: ../fish/guestfish-actions.pod:3046
25390 msgid "mkmountpoint"
25391 msgstr ""
25392
25393 #. type: verbatim
25394 #: ../fish/guestfish-actions.pod:3048
25395 #, no-wrap
25396 msgid ""
25397 " mkmountpoint exemptpath\n"
25398 "\n"
25399 msgstr ""
25400
25401 #. type: textblock
25402 #: ../fish/guestfish-actions.pod:3050
25403 msgid ""
25404 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
25405 "to create extra mountpoints before mounting the first filesystem."
25406 msgstr ""
25407
25408 #. type: textblock
25409 #: ../fish/guestfish-actions.pod:3074
25410 msgid ""
25411 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
25412 "unexpected errors if you try to mix these calls.  It is safest to manually "
25413 "unmount filesystems and remove mountpoints after use."
25414 msgstr ""
25415
25416 #. type: textblock
25417 #: ../fish/guestfish-actions.pod:3078
25418 msgid ""
25419 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
25420 "for this to work for manual mountpoints, you must ensure that the innermost "
25421 "mountpoints have the longest pathnames, as in the example code above."
25422 msgstr ""
25423
25424 #. type: textblock
25425 #: ../fish/guestfish-actions.pod:3085
25426 msgid ""
25427 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
25428 "L</umount-all> to be called when the handle is closed which can also trigger "
25429 "these issues."
25430 msgstr ""
25431
25432 #. type: =head2
25433 #: ../fish/guestfish-actions.pod:3089
25434 msgid "mknod"
25435 msgstr ""
25436
25437 #. type: verbatim
25438 #: ../fish/guestfish-actions.pod:3091
25439 #, no-wrap
25440 msgid ""
25441 " mknod mode devmajor devminor path\n"
25442 "\n"
25443 msgstr ""
25444
25445 #. type: textblock
25446 #: ../fish/guestfish-actions.pod:3101
25447 msgid ""
25448 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
25449 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
25450 "regular file).  These constants are available in the standard Linux header "
25451 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
25452 "wrappers around this command which bitwise OR in the appropriate constant "
25453 "for you."
25454 msgstr ""
25455
25456 #. type: =head2
25457 #: ../fish/guestfish-actions.pod:3111
25458 msgid "mknod-b"
25459 msgstr ""
25460
25461 #. type: verbatim
25462 #: ../fish/guestfish-actions.pod:3113
25463 #, no-wrap
25464 msgid ""
25465 " mknod-b mode devmajor devminor path\n"
25466 "\n"
25467 msgstr ""
25468
25469 #. type: textblock
25470 #: ../fish/guestfish-actions.pod:3115
25471 msgid ""
25472 "This call creates a block device node called C<path> with mode C<mode> and "
25473 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
25474 "wrapper around L</mknod>."
25475 msgstr ""
25476
25477 #. type: =head2
25478 #: ../fish/guestfish-actions.pod:3121
25479 msgid "mknod-c"
25480 msgstr ""
25481
25482 #. type: verbatim
25483 #: ../fish/guestfish-actions.pod:3123
25484 #, no-wrap
25485 msgid ""
25486 " mknod-c mode devmajor devminor path\n"
25487 "\n"
25488 msgstr ""
25489
25490 #. type: textblock
25491 #: ../fish/guestfish-actions.pod:3125
25492 msgid ""
25493 "This call creates a char device node called C<path> with mode C<mode> and "
25494 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
25495 "wrapper around L</mknod>."
25496 msgstr ""
25497
25498 #. type: =head2
25499 #: ../fish/guestfish-actions.pod:3131
25500 msgid "mkswap"
25501 msgstr ""
25502
25503 #. type: verbatim
25504 #: ../fish/guestfish-actions.pod:3133
25505 #, no-wrap
25506 msgid ""
25507 " mkswap device\n"
25508 "\n"
25509 msgstr ""
25510
25511 #. type: =head2
25512 #: ../fish/guestfish-actions.pod:3137
25513 msgid "mkswap-L"
25514 msgstr ""
25515
25516 #. type: verbatim
25517 #: ../fish/guestfish-actions.pod:3139
25518 #, no-wrap
25519 msgid ""
25520 " mkswap-L label device\n"
25521 "\n"
25522 msgstr ""
25523
25524 #. type: =head2
25525 #: ../fish/guestfish-actions.pod:3147
25526 msgid "mkswap-U"
25527 msgstr ""
25528
25529 #. type: verbatim
25530 #: ../fish/guestfish-actions.pod:3149
25531 #, no-wrap
25532 msgid ""
25533 " mkswap-U uuid device\n"
25534 "\n"
25535 msgstr ""
25536
25537 #. type: =head2
25538 #: ../fish/guestfish-actions.pod:3153
25539 msgid "mkswap-file"
25540 msgstr ""
25541
25542 #. type: verbatim
25543 #: ../fish/guestfish-actions.pod:3155
25544 #, no-wrap
25545 msgid ""
25546 " mkswap-file path\n"
25547 "\n"
25548 msgstr ""
25549
25550 #. type: textblock
25551 #: ../fish/guestfish-actions.pod:3159
25552 msgid ""
25553 "This command just writes a swap file signature to an existing file.  To "
25554 "create the file itself, use something like L</fallocate>."
25555 msgstr ""
25556
25557 #. type: =head2
25558 #: ../fish/guestfish-actions.pod:3162
25559 msgid "modprobe"
25560 msgstr ""
25561
25562 #. type: verbatim
25563 #: ../fish/guestfish-actions.pod:3164
25564 #, no-wrap
25565 msgid ""
25566 " modprobe modulename\n"
25567 "\n"
25568 msgstr ""
25569
25570 #. type: =head2
25571 #: ../fish/guestfish-actions.pod:3171
25572 msgid "mount"
25573 msgstr ""
25574
25575 #. type: verbatim
25576 #: ../fish/guestfish-actions.pod:3173
25577 #, no-wrap
25578 msgid ""
25579 " mount device mountpoint\n"
25580 "\n"
25581 msgstr ""
25582
25583 #. type: textblock
25584 #: ../fish/guestfish-actions.pod:3189
25585 msgid ""
25586 "B<Important note:> When you use this call, the filesystem options C<sync> "
25587 "and C<noatime> are set implicitly.  This was originally done because we "
25588 "thought it would improve reliability, but it turns out that I<-o sync> has a "
25589 "very large negative performance impact and negligible effect on "
25590 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
25591 "code that needs performance, and instead use L</mount-options> (use an empty "
25592 "string for the first parameter if you don't want any options)."
25593 msgstr ""
25594
25595 #. type: textblock
25596 #: ../fish/guestfish-actions.pod:3199
25597 msgid ""
25598 "This function is deprecated.  In new code, use the L</mount_options> call "
25599 "instead."
25600 msgstr ""
25601
25602 #. type: =head2
25603 #: ../fish/guestfish-actions.pod:3206
25604 msgid "mount-loop"
25605 msgstr ""
25606
25607 #. type: verbatim
25608 #: ../fish/guestfish-actions.pod:3208
25609 #, no-wrap
25610 msgid ""
25611 " mount-loop file mountpoint\n"
25612 "\n"
25613 msgstr ""
25614
25615 #. type: =head2
25616 #: ../fish/guestfish-actions.pod:3214
25617 msgid "mount-options"
25618 msgstr ""
25619
25620 #. type: verbatim
25621 #: ../fish/guestfish-actions.pod:3216
25622 #, no-wrap
25623 msgid ""
25624 " mount-options options device mountpoint\n"
25625 "\n"
25626 msgstr ""
25627
25628 #. type: textblock
25629 #: ../fish/guestfish-actions.pod:3218
25630 msgid ""
25631 "This is the same as the L</mount> command, but it allows you to set the "
25632 "mount options as for the L<mount(8)> I<-o> flag."
25633 msgstr ""
25634
25635 #. type: =head2
25636 #: ../fish/guestfish-actions.pod:3226
25637 msgid "mount-ro"
25638 msgstr ""
25639
25640 #. type: verbatim
25641 #: ../fish/guestfish-actions.pod:3228
25642 #, no-wrap
25643 msgid ""
25644 " mount-ro device mountpoint\n"
25645 "\n"
25646 msgstr ""
25647
25648 #. type: textblock
25649 #: ../fish/guestfish-actions.pod:3230
25650 msgid ""
25651 "This is the same as the L</mount> command, but it mounts the filesystem with "
25652 "the read-only (I<-o ro>) flag."
25653 msgstr ""
25654
25655 #. type: =head2
25656 #: ../fish/guestfish-actions.pod:3233
25657 msgid "mount-vfs"
25658 msgstr ""
25659
25660 #. type: verbatim
25661 #: ../fish/guestfish-actions.pod:3235
25662 #, no-wrap
25663 msgid ""
25664 " mount-vfs options vfstype device mountpoint\n"
25665 "\n"
25666 msgstr ""
25667
25668 #. type: textblock
25669 #: ../fish/guestfish-actions.pod:3237
25670 msgid ""
25671 "This is the same as the L</mount> command, but it allows you to set both the "
25672 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
25673 msgstr ""
25674
25675 #. type: =head2
25676 #: ../fish/guestfish-actions.pod:3241
25677 msgid "mountpoints"
25678 msgstr ""
25679
25680 #. type: verbatim
25681 #: ../fish/guestfish-actions.pod:3243
25682 #, no-wrap
25683 msgid ""
25684 " mountpoints\n"
25685 "\n"
25686 msgstr ""
25687
25688 #. type: textblock
25689 #: ../fish/guestfish-actions.pod:3245
25690 msgid ""
25691 "This call is similar to L</mounts>.  That call returns a list of devices.  "
25692 "This one returns a hash table (map) of device name to directory where the "
25693 "device is mounted."
25694 msgstr ""
25695
25696 #. type: =head2
25697 #: ../fish/guestfish-actions.pod:3249
25698 msgid "mounts"
25699 msgstr ""
25700
25701 #. type: verbatim
25702 #: ../fish/guestfish-actions.pod:3251
25703 #, no-wrap
25704 msgid ""
25705 " mounts\n"
25706 "\n"
25707 msgstr ""
25708
25709 #. type: textblock
25710 #: ../fish/guestfish-actions.pod:3258
25711 msgid "See also: L</mountpoints>"
25712 msgstr ""
25713
25714 #. type: =head2
25715 #: ../fish/guestfish-actions.pod:3260
25716 msgid "mv"
25717 msgstr ""
25718
25719 #. type: verbatim
25720 #: ../fish/guestfish-actions.pod:3262
25721 #, no-wrap
25722 msgid ""
25723 " mv src dest\n"
25724 "\n"
25725 msgstr ""
25726
25727 #. type: =head2
25728 #: ../fish/guestfish-actions.pod:3267
25729 msgid "ntfs-3g-probe"
25730 msgstr ""
25731
25732 #. type: verbatim
25733 #: ../fish/guestfish-actions.pod:3269
25734 #, no-wrap
25735 msgid ""
25736 " ntfs-3g-probe true|false device\n"
25737 "\n"
25738 msgstr ""
25739
25740 #. type: =head2
25741 #: ../fish/guestfish-actions.pod:3283
25742 msgid "ntfsresize"
25743 msgstr ""
25744
25745 #. type: verbatim
25746 #: ../fish/guestfish-actions.pod:3285
25747 #, no-wrap
25748 msgid ""
25749 " ntfsresize device\n"
25750 "\n"
25751 msgstr ""
25752
25753 #. type: =head2
25754 #: ../fish/guestfish-actions.pod:3300
25755 msgid "ntfsresize-size"
25756 msgstr ""
25757
25758 #. type: verbatim
25759 #: ../fish/guestfish-actions.pod:3302
25760 #, no-wrap
25761 msgid ""
25762 " ntfsresize-size device size\n"
25763 "\n"
25764 msgstr ""
25765
25766 #. type: textblock
25767 #: ../fish/guestfish-actions.pod:3304
25768 msgid ""
25769 "This command is the same as L</ntfsresize> except that it allows you to "
25770 "specify the new size (in bytes) explicitly."
25771 msgstr ""
25772
25773 #. type: =head2
25774 #: ../fish/guestfish-actions.pod:3307
25775 msgid "part-add"
25776 msgstr ""
25777
25778 #. type: verbatim
25779 #: ../fish/guestfish-actions.pod:3309
25780 #, no-wrap
25781 msgid ""
25782 " part-add device prlogex startsect endsect\n"
25783 "\n"
25784 msgstr ""
25785
25786 #. type: textblock
25787 #: ../fish/guestfish-actions.pod:3311
25788 msgid ""
25789 "This command adds a partition to C<device>.  If there is no partition table "
25790 "on the device, call L</part-init> first."
25791 msgstr ""
25792
25793 #. type: textblock
25794 #: ../fish/guestfish-actions.pod:3323
25795 msgid ""
25796 "Creating a partition which covers the whole disk is not so easy.  Use L</"
25797 "part-disk> to do that."
25798 msgstr ""
25799
25800 #. type: =head2
25801 #: ../fish/guestfish-actions.pod:3326
25802 msgid "part-del"
25803 msgstr ""
25804
25805 #. type: verbatim
25806 #: ../fish/guestfish-actions.pod:3328
25807 #, no-wrap
25808 msgid ""
25809 " part-del device partnum\n"
25810 "\n"
25811 msgstr ""
25812
25813 #. type: =head2
25814 #: ../fish/guestfish-actions.pod:3336
25815 msgid "part-disk"
25816 msgstr ""
25817
25818 #. type: verbatim
25819 #: ../fish/guestfish-actions.pod:3338
25820 #, no-wrap
25821 msgid ""
25822 " part-disk device parttype\n"
25823 "\n"
25824 msgstr ""
25825
25826 #. type: textblock
25827 #: ../fish/guestfish-actions.pod:3340
25828 msgid ""
25829 "This command is simply a combination of L</part-init> followed by L</part-"
25830 "add> to create a single primary partition covering the whole disk."
25831 msgstr ""
25832
25833 #. type: textblock
25834 #: ../fish/guestfish-actions.pod:3344
25835 msgid ""
25836 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
25837 "possible values are described in L</part-init>."
25838 msgstr ""
25839
25840 #. type: =head2
25841 #: ../fish/guestfish-actions.pod:3350
25842 msgid "part-get-bootable"
25843 msgstr ""
25844
25845 #. type: verbatim
25846 #: ../fish/guestfish-actions.pod:3352
25847 #, no-wrap
25848 msgid ""
25849 " part-get-bootable device partnum\n"
25850 "\n"
25851 msgstr ""
25852
25853 #. type: textblock
25854 #: ../fish/guestfish-actions.pod:3357
25855 msgid "See also L</part-set-bootable>."
25856 msgstr ""
25857
25858 #. type: =head2
25859 #: ../fish/guestfish-actions.pod:3359
25860 msgid "part-get-mbr-id"
25861 msgstr ""
25862
25863 #. type: verbatim
25864 #: ../fish/guestfish-actions.pod:3361
25865 #, no-wrap
25866 msgid ""
25867 " part-get-mbr-id device partnum\n"
25868 "\n"
25869 msgstr ""
25870
25871 #. type: textblock
25872 #: ../fish/guestfish-actions.pod:3366 ../fish/guestfish-actions.pod:3504
25873 msgid ""
25874 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
25875 "undefined results for other partition table types (see L</part-get-"
25876 "parttype>)."
25877 msgstr ""
25878
25879 #. type: =head2
25880 #: ../fish/guestfish-actions.pod:3370
25881 msgid "part-get-parttype"
25882 msgstr ""
25883
25884 #. type: verbatim
25885 #: ../fish/guestfish-actions.pod:3372
25886 #, no-wrap
25887 msgid ""
25888 " part-get-parttype device\n"
25889 "\n"
25890 msgstr ""
25891
25892 #. type: textblock
25893 #: ../fish/guestfish-actions.pod:3377
25894 msgid ""
25895 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
25896 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
25897 "possible, although unusual.  See L</part-init> for a full list."
25898 msgstr ""
25899
25900 #. type: =head2
25901 #: ../fish/guestfish-actions.pod:3382
25902 msgid "part-init"
25903 msgstr ""
25904
25905 #. type: verbatim
25906 #: ../fish/guestfish-actions.pod:3384
25907 #, no-wrap
25908 msgid ""
25909 " part-init device parttype\n"
25910 "\n"
25911 msgstr ""
25912
25913 #. type: textblock
25914 #: ../fish/guestfish-actions.pod:3390
25915 msgid ""
25916 "Initially there are no partitions.  Following this, you should call L</part-"
25917 "add> for each partition required."
25918 msgstr ""
25919
25920 #. type: =head2
25921 #: ../fish/guestfish-actions.pod:3453
25922 msgid "part-list"
25923 msgstr ""
25924
25925 #. type: verbatim
25926 #: ../fish/guestfish-actions.pod:3455
25927 #, no-wrap
25928 msgid ""
25929 " part-list device\n"
25930 "\n"
25931 msgstr ""
25932
25933 #. type: textblock
25934 #: ../fish/guestfish-actions.pod:3470
25935 msgid ""
25936 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
25937 "the device's sector size, see L</blockdev-getss>."
25938 msgstr ""
25939
25940 #. type: =head2
25941 #: ../fish/guestfish-actions.pod:3483
25942 msgid "part-set-bootable"
25943 msgstr ""
25944
25945 #. type: verbatim
25946 #: ../fish/guestfish-actions.pod:3485
25947 #, no-wrap
25948 msgid ""
25949 " part-set-bootable device partnum true|false\n"
25950 "\n"
25951 msgstr ""
25952
25953 #. type: =head2
25954 #: ../fish/guestfish-actions.pod:3494
25955 msgid "part-set-mbr-id"
25956 msgstr ""
25957
25958 #. type: verbatim
25959 #: ../fish/guestfish-actions.pod:3496
25960 #, no-wrap
25961 msgid ""
25962 " part-set-mbr-id device partnum idbyte\n"
25963 "\n"
25964 msgstr ""
25965
25966 #. type: =head2
25967 #: ../fish/guestfish-actions.pod:3508
25968 msgid "part-set-name"
25969 msgstr ""
25970
25971 #. type: verbatim
25972 #: ../fish/guestfish-actions.pod:3510
25973 #, no-wrap
25974 msgid ""
25975 " part-set-name device partnum name\n"
25976 "\n"
25977 msgstr ""
25978
25979 #. type: =head2
25980 #: ../fish/guestfish-actions.pod:3518
25981 msgid "part-to-dev"
25982 msgstr ""
25983
25984 #. type: verbatim
25985 #: ../fish/guestfish-actions.pod:3520
25986 #, no-wrap
25987 msgid ""
25988 " part-to-dev partition\n"
25989 "\n"
25990 msgstr ""
25991
25992 #. type: textblock
25993 #: ../fish/guestfish-actions.pod:3526
25994 msgid ""
25995 "The named partition must exist, for example as a string returned from L</"
25996 "list-partitions>."
25997 msgstr ""
25998
25999 #. type: =head2
26000 #: ../fish/guestfish-actions.pod:3529
26001 msgid "ping-daemon"
26002 msgstr ""
26003
26004 #. type: verbatim
26005 #: ../fish/guestfish-actions.pod:3531
26006 #, no-wrap
26007 msgid ""
26008 " ping-daemon\n"
26009 "\n"
26010 msgstr ""
26011
26012 #. type: =head2
26013 #: ../fish/guestfish-actions.pod:3538
26014 msgid "pread"
26015 msgstr ""
26016
26017 #. type: verbatim
26018 #: ../fish/guestfish-actions.pod:3540
26019 #, no-wrap
26020 msgid ""
26021 " pread path count offset\n"
26022 "\n"
26023 msgstr ""
26024
26025 #. type: textblock
26026 #: ../fish/guestfish-actions.pod:3548
26027 msgid "See also L</pwrite>, L</pread-device>."
26028 msgstr ""
26029
26030 #. type: =head2
26031 #: ../fish/guestfish-actions.pod:3553
26032 msgid "pread-device"
26033 msgstr ""
26034
26035 #. type: verbatim
26036 #: ../fish/guestfish-actions.pod:3555
26037 #, no-wrap
26038 msgid ""
26039 " pread-device device count offset\n"
26040 "\n"
26041 msgstr ""
26042
26043 #. type: textblock
26044 #: ../fish/guestfish-actions.pod:3563
26045 msgid "See also L</pread>."
26046 msgstr ""
26047
26048 #. type: =head2
26049 #: ../fish/guestfish-actions.pod:3568
26050 msgid "pvcreate"
26051 msgstr ""
26052
26053 #. type: verbatim
26054 #: ../fish/guestfish-actions.pod:3570
26055 #, no-wrap
26056 msgid ""
26057 " pvcreate device\n"
26058 "\n"
26059 msgstr ""
26060
26061 #. type: =head2
26062 #: ../fish/guestfish-actions.pod:3576
26063 msgid "pvremove"
26064 msgstr ""
26065
26066 #. type: verbatim
26067 #: ../fish/guestfish-actions.pod:3578
26068 #, no-wrap
26069 msgid ""
26070 " pvremove device\n"
26071 "\n"
26072 msgstr ""
26073
26074 #. type: =head2
26075 #: ../fish/guestfish-actions.pod:3587
26076 msgid "pvresize"
26077 msgstr ""
26078
26079 #. type: verbatim
26080 #: ../fish/guestfish-actions.pod:3589
26081 #, no-wrap
26082 msgid ""
26083 " pvresize device\n"
26084 "\n"
26085 msgstr ""
26086
26087 #. type: =head2
26088 #: ../fish/guestfish-actions.pod:3594
26089 msgid "pvresize-size"
26090 msgstr ""
26091
26092 #. type: verbatim
26093 #: ../fish/guestfish-actions.pod:3596
26094 #, no-wrap
26095 msgid ""
26096 " pvresize-size device size\n"
26097 "\n"
26098 msgstr ""
26099
26100 #. type: textblock
26101 #: ../fish/guestfish-actions.pod:3598
26102 msgid ""
26103 "This command is the same as L</pvresize> except that it allows you to "
26104 "specify the new size (in bytes) explicitly."
26105 msgstr ""
26106
26107 #. type: =head2
26108 #: ../fish/guestfish-actions.pod:3601
26109 msgid "pvs"
26110 msgstr ""
26111
26112 #. type: verbatim
26113 #: ../fish/guestfish-actions.pod:3603
26114 #, no-wrap
26115 msgid ""
26116 " pvs\n"
26117 "\n"
26118 msgstr ""
26119
26120 #. type: textblock
26121 #: ../fish/guestfish-actions.pod:3611
26122 msgid "See also L</pvs-full>."
26123 msgstr ""
26124
26125 #. type: =head2
26126 #: ../fish/guestfish-actions.pod:3613
26127 msgid "pvs-full"
26128 msgstr ""
26129
26130 #. type: verbatim
26131 #: ../fish/guestfish-actions.pod:3615
26132 #, no-wrap
26133 msgid ""
26134 " pvs-full\n"
26135 "\n"
26136 msgstr ""
26137
26138 #. type: =head2
26139 #: ../fish/guestfish-actions.pod:3620
26140 msgid "pvuuid"
26141 msgstr ""
26142
26143 #. type: verbatim
26144 #: ../fish/guestfish-actions.pod:3622
26145 #, no-wrap
26146 msgid ""
26147 " pvuuid device\n"
26148 "\n"
26149 msgstr ""
26150
26151 #. type: =head2
26152 #: ../fish/guestfish-actions.pod:3626
26153 msgid "pwrite"
26154 msgstr ""
26155
26156 #. type: verbatim
26157 #: ../fish/guestfish-actions.pod:3628
26158 #, no-wrap
26159 msgid ""
26160 " pwrite path content offset\n"
26161 "\n"
26162 msgstr ""
26163
26164 #. type: textblock
26165 #: ../fish/guestfish-actions.pod:3639
26166 msgid "See also L</pread>, L</pwrite-device>."
26167 msgstr ""
26168
26169 #. type: =head2
26170 #: ../fish/guestfish-actions.pod:3644
26171 msgid "pwrite-device"
26172 msgstr ""
26173
26174 #. type: verbatim
26175 #: ../fish/guestfish-actions.pod:3646
26176 #, no-wrap
26177 msgid ""
26178 " pwrite-device device content offset\n"
26179 "\n"
26180 msgstr ""
26181
26182 #. type: textblock
26183 #: ../fish/guestfish-actions.pod:3656
26184 msgid "See also L</pwrite>."
26185 msgstr ""
26186
26187 #. type: =head2
26188 #: ../fish/guestfish-actions.pod:3661
26189 msgid "read-file"
26190 msgstr ""
26191
26192 #. type: verbatim
26193 #: ../fish/guestfish-actions.pod:3663
26194 #, no-wrap
26195 msgid ""
26196 " read-file path\n"
26197 "\n"
26198 msgstr ""
26199
26200 #. type: textblock
26201 #: ../fish/guestfish-actions.pod:3668
26202 msgid ""
26203 "Unlike L</cat>, this function can correctly handle files that contain "
26204 "embedded ASCII NUL characters.  However unlike L</download>, this function "
26205 "is limited in the total size of file that can be handled."
26206 msgstr ""
26207
26208 #. type: =head2
26209 #: ../fish/guestfish-actions.pod:3676
26210 msgid "read-lines"
26211 msgstr ""
26212
26213 #. type: verbatim
26214 #: ../fish/guestfish-actions.pod:3678
26215 #, no-wrap
26216 msgid ""
26217 " read-lines path\n"
26218 "\n"
26219 msgstr ""
26220
26221 #. type: textblock
26222 #: ../fish/guestfish-actions.pod:3685
26223 msgid ""
26224 "Note that this function cannot correctly handle binary files (specifically, "
26225 "files containing C<\\0> character which is treated as end of line).  For "
26226 "those you need to use the L</read-file> function which has a more complex "
26227 "interface."
26228 msgstr ""
26229
26230 #. type: =head2
26231 #: ../fish/guestfish-actions.pod:3690
26232 msgid "readdir"
26233 msgstr ""
26234
26235 #. type: verbatim
26236 #: ../fish/guestfish-actions.pod:3692
26237 #, no-wrap
26238 msgid ""
26239 " readdir dir\n"
26240 "\n"
26241 msgstr ""
26242
26243 #. type: textblock
26244 #: ../fish/guestfish-actions.pod:3744
26245 msgid ""
26246 "This function is primarily intended for use by programs.  To get a simple "
26247 "list of names, use L</ls>.  To get a printable directory for human "
26248 "consumption, use L</ll>."
26249 msgstr ""
26250
26251 #. type: =head2
26252 #: ../fish/guestfish-actions.pod:3748
26253 msgid "readlink"
26254 msgstr ""
26255
26256 #. type: verbatim
26257 #: ../fish/guestfish-actions.pod:3750
26258 #, no-wrap
26259 msgid ""
26260 " readlink path\n"
26261 "\n"
26262 msgstr ""
26263
26264 #. type: =head2
26265 #: ../fish/guestfish-actions.pod:3754
26266 msgid "readlinklist"
26267 msgstr ""
26268
26269 #. type: verbatim
26270 #: ../fish/guestfish-actions.pod:3756
26271 #, no-wrap
26272 msgid ""
26273 " readlinklist path 'names ...'\n"
26274 "\n"
26275 msgstr ""
26276
26277 #. type: =head2
26278 #: ../fish/guestfish-actions.pod:3780
26279 msgid "realpath"
26280 msgstr ""
26281
26282 #. type: verbatim
26283 #: ../fish/guestfish-actions.pod:3782
26284 #, no-wrap
26285 msgid ""
26286 " realpath path\n"
26287 "\n"
26288 msgstr ""
26289
26290 #. type: =head2
26291 #: ../fish/guestfish-actions.pod:3787
26292 msgid "removexattr"
26293 msgstr ""
26294
26295 #. type: verbatim
26296 #: ../fish/guestfish-actions.pod:3789
26297 #, no-wrap
26298 msgid ""
26299 " removexattr xattr path\n"
26300 "\n"
26301 msgstr ""
26302
26303 #. type: textblock
26304 #: ../fish/guestfish-actions.pod:3794
26305 msgid "See also: L</lremovexattr>, L<attr(5)>."
26306 msgstr ""
26307
26308 #. type: =head2
26309 #: ../fish/guestfish-actions.pod:3796
26310 msgid "resize2fs"
26311 msgstr ""
26312
26313 #. type: verbatim
26314 #: ../fish/guestfish-actions.pod:3798
26315 #, no-wrap
26316 msgid ""
26317 " resize2fs device\n"
26318 "\n"
26319 msgstr ""
26320
26321 #. type: textblock
26322 #: ../fish/guestfish-actions.pod:3803
26323 msgid ""
26324 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
26325 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
26326 "gives an error about this and sometimes not.  In any case, it is always safe "
26327 "to call L</e2fsck-f> before calling this function."
26328 msgstr ""
26329
26330 #. type: =head2
26331 #: ../fish/guestfish-actions.pod:3809
26332 msgid "resize2fs-M"
26333 msgstr ""
26334
26335 #. type: verbatim
26336 #: ../fish/guestfish-actions.pod:3811
26337 #, no-wrap
26338 msgid ""
26339 " resize2fs-M device\n"
26340 "\n"
26341 msgstr ""
26342
26343 #. type: textblock
26344 #: ../fish/guestfish-actions.pod:3813
26345 msgid ""
26346 "This command is the same as L</resize2fs>, but the filesystem is resized to "
26347 "its minimum size.  This works like the I<-M> option to the C<resize2fs> "
26348 "command."
26349 msgstr ""
26350
26351 #. type: textblock
26352 #: ../fish/guestfish-actions.pod:3817
26353 msgid ""
26354 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
26355 "and read the C<Block size> and C<Block count> values.  These two numbers, "
26356 "multiplied together, give the resulting size of the minimal filesystem in "
26357 "bytes."
26358 msgstr ""
26359
26360 #. type: =head2
26361 #: ../fish/guestfish-actions.pod:3822
26362 msgid "resize2fs-size"
26363 msgstr ""
26364
26365 #. type: verbatim
26366 #: ../fish/guestfish-actions.pod:3824
26367 #, no-wrap
26368 msgid ""
26369 " resize2fs-size device size\n"
26370 "\n"
26371 msgstr ""
26372
26373 #. type: textblock
26374 #: ../fish/guestfish-actions.pod:3826
26375 msgid ""
26376 "This command is the same as L</resize2fs> except that it allows you to "
26377 "specify the new size (in bytes) explicitly."
26378 msgstr ""
26379
26380 #. type: =head2
26381 #: ../fish/guestfish-actions.pod:3829
26382 msgid "rm"
26383 msgstr ""
26384
26385 #. type: verbatim
26386 #: ../fish/guestfish-actions.pod:3831
26387 #, no-wrap
26388 msgid ""
26389 " rm path\n"
26390 "\n"
26391 msgstr ""
26392
26393 #. type: =head2
26394 #: ../fish/guestfish-actions.pod:3835
26395 msgid "rm-rf"
26396 msgstr ""
26397
26398 #. type: verbatim
26399 #: ../fish/guestfish-actions.pod:3837
26400 #, no-wrap
26401 msgid ""
26402 " rm-rf path\n"
26403 "\n"
26404 msgstr ""
26405
26406 #. type: =head2
26407 #: ../fish/guestfish-actions.pod:3843
26408 msgid "rmdir"
26409 msgstr ""
26410
26411 #. type: verbatim
26412 #: ../fish/guestfish-actions.pod:3845
26413 #, no-wrap
26414 msgid ""
26415 " rmdir path\n"
26416 "\n"
26417 msgstr ""
26418
26419 #. type: =head2
26420 #: ../fish/guestfish-actions.pod:3849
26421 msgid "rmmountpoint"
26422 msgstr ""
26423
26424 #. type: verbatim
26425 #: ../fish/guestfish-actions.pod:3851
26426 #, no-wrap
26427 msgid ""
26428 " rmmountpoint exemptpath\n"
26429 "\n"
26430 msgstr ""
26431
26432 #. type: textblock
26433 #: ../fish/guestfish-actions.pod:3853
26434 msgid ""
26435 "This calls removes a mountpoint that was previously created with L</"
26436 "mkmountpoint>.  See L</mkmountpoint> for full details."
26437 msgstr ""
26438
26439 #. type: =head2
26440 #: ../fish/guestfish-actions.pod:3857
26441 msgid "scrub-device"
26442 msgstr ""
26443
26444 #. type: verbatim
26445 #: ../fish/guestfish-actions.pod:3859
26446 #, no-wrap
26447 msgid ""
26448 " scrub-device device\n"
26449 "\n"
26450 msgstr ""
26451
26452 #. type: =head2
26453 #: ../fish/guestfish-actions.pod:3870
26454 msgid "scrub-file"
26455 msgstr ""
26456
26457 #. type: verbatim
26458 #: ../fish/guestfish-actions.pod:3872
26459 #, no-wrap
26460 msgid ""
26461 " scrub-file file\n"
26462 "\n"
26463 msgstr ""
26464
26465 #. type: =head2
26466 #: ../fish/guestfish-actions.pod:3882
26467 msgid "scrub-freespace"
26468 msgstr ""
26469
26470 #. type: verbatim
26471 #: ../fish/guestfish-actions.pod:3884
26472 #, no-wrap
26473 msgid ""
26474 " scrub-freespace dir\n"
26475 "\n"
26476 msgstr ""
26477
26478 #. type: textblock
26479 #: ../fish/guestfish-actions.pod:3886
26480 msgid ""
26481 "This command creates the directory C<dir> and then fills it with files until "
26482 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
26483 "deletes them.  The intention is to scrub any free space on the partition "
26484 "containing C<dir>."
26485 msgstr ""
26486
26487 #. type: =head2
26488 #: ../fish/guestfish-actions.pod:3895
26489 msgid "set-append"
26490 msgstr ""
26491
26492 #. type: =head2
26493 #: ../fish/guestfish-actions.pod:3897
26494 msgid "append"
26495 msgstr ""
26496
26497 #. type: verbatim
26498 #: ../fish/guestfish-actions.pod:3899
26499 #, no-wrap
26500 msgid ""
26501 " set-append append\n"
26502 "\n"
26503 msgstr ""
26504
26505 #. type: =head2
26506 #: ../fish/guestfish-actions.pod:3910
26507 msgid "set-attach-method"
26508 msgstr ""
26509
26510 #. type: =head2
26511 #: ../fish/guestfish-actions.pod:3912
26512 msgid "attach-method"
26513 msgstr ""
26514
26515 #. type: verbatim
26516 #: ../fish/guestfish-actions.pod:3914
26517 #, no-wrap
26518 msgid ""
26519 " set-attach-method attachmethod\n"
26520 "\n"
26521 msgstr ""
26522
26523 #. type: =head2
26524 #: ../fish/guestfish-actions.pod:3936
26525 msgid "set-autosync"
26526 msgstr ""
26527
26528 #. type: =head2
26529 #: ../fish/guestfish-actions.pod:3938
26530 msgid "autosync"
26531 msgstr ""
26532
26533 #. type: verbatim
26534 #: ../fish/guestfish-actions.pod:3940
26535 #, no-wrap
26536 msgid ""
26537 " set-autosync true|false\n"
26538 "\n"
26539 msgstr ""
26540
26541 #. type: =head2
26542 #: ../fish/guestfish-actions.pod:3950
26543 msgid "set-direct"
26544 msgstr ""
26545
26546 #. type: =head2
26547 #: ../fish/guestfish-actions.pod:3952
26548 msgid "direct"
26549 msgstr ""
26550
26551 #. type: verbatim
26552 #: ../fish/guestfish-actions.pod:3954
26553 #, no-wrap
26554 msgid ""
26555 " set-direct true|false\n"
26556 "\n"
26557 msgstr ""
26558
26559 #. type: textblock
26560 #: ../fish/guestfish-actions.pod:3960
26561 msgid ""
26562 "One consequence of this is that log messages aren't caught by the library "
26563 "and handled by L</set-log-message-callback>, but go straight to stdout."
26564 msgstr ""
26565
26566 #. type: =head2
26567 #: ../fish/guestfish-actions.pod:3969
26568 msgid "set-e2label"
26569 msgstr ""
26570
26571 #. type: verbatim
26572 #: ../fish/guestfish-actions.pod:3971
26573 #, no-wrap
26574 msgid ""
26575 " set-e2label device label\n"
26576 "\n"
26577 msgstr ""
26578
26579 #. type: textblock
26580 #: ../fish/guestfish-actions.pod:3977
26581 msgid ""
26582 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
26583 "label on a filesystem."
26584 msgstr ""
26585
26586 #. type: =head2
26587 #: ../fish/guestfish-actions.pod:3980
26588 msgid "set-e2uuid"
26589 msgstr ""
26590
26591 #. type: verbatim
26592 #: ../fish/guestfish-actions.pod:3982
26593 #, no-wrap
26594 msgid ""
26595 " set-e2uuid device uuid\n"
26596 "\n"
26597 msgstr ""
26598
26599 #. type: textblock
26600 #: ../fish/guestfish-actions.pod:3989
26601 msgid ""
26602 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
26603 "UUID of a filesystem."
26604 msgstr ""
26605
26606 #. type: =head2
26607 #: ../fish/guestfish-actions.pod:3992
26608 msgid "set-memsize"
26609 msgstr ""
26610
26611 #. type: =head2
26612 #: ../fish/guestfish-actions.pod:3994
26613 msgid "memsize"
26614 msgstr ""
26615
26616 #. type: verbatim
26617 #: ../fish/guestfish-actions.pod:3996
26618 #, no-wrap
26619 msgid ""
26620 " set-memsize memsize\n"
26621 "\n"
26622 msgstr ""
26623
26624 #. type: textblock
26625 #: ../fish/guestfish-actions.pod:3998
26626 msgid ""
26627 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
26628 "This only has any effect if called before L</launch>."
26629 msgstr ""
26630
26631 #. type: =head2
26632 #: ../fish/guestfish-actions.pod:4009
26633 msgid "set-network"
26634 msgstr ""
26635
26636 #. type: =head2
26637 #: ../fish/guestfish-actions.pod:4011
26638 msgid "network"
26639 msgstr ""
26640
26641 #. type: verbatim
26642 #: ../fish/guestfish-actions.pod:4013
26643 #, no-wrap
26644 msgid ""
26645 " set-network true|false\n"
26646 "\n"
26647 msgstr ""
26648
26649 #. type: textblock
26650 #: ../fish/guestfish-actions.pod:4021
26651 msgid ""
26652 "You must call this before calling L</launch>, otherwise it has no effect."
26653 msgstr ""
26654
26655 #. type: =head2
26656 #: ../fish/guestfish-actions.pod:4024
26657 msgid "set-path"
26658 msgstr ""
26659
26660 #. type: =head2
26661 #: ../fish/guestfish-actions.pod:4026
26662 msgid "path"
26663 msgstr ""
26664
26665 #. type: verbatim
26666 #: ../fish/guestfish-actions.pod:4028
26667 #, no-wrap
26668 msgid ""
26669 " set-path searchpath\n"
26670 "\n"
26671 msgstr ""
26672
26673 #. type: =head2
26674 #: ../fish/guestfish-actions.pod:4037
26675 msgid "set-qemu"
26676 msgstr ""
26677
26678 #. type: =head2
26679 #: ../fish/guestfish-actions.pod:4039
26680 msgid "qemu"
26681 msgstr ""
26682
26683 #. type: verbatim
26684 #: ../fish/guestfish-actions.pod:4041
26685 #, no-wrap
26686 msgid ""
26687 " set-qemu qemu\n"
26688 "\n"
26689 msgstr ""
26690
26691 #. type: =head2
26692 #: ../fish/guestfish-actions.pod:4061
26693 msgid "set-recovery-proc"
26694 msgstr ""
26695
26696 #. type: =head2
26697 #: ../fish/guestfish-actions.pod:4063
26698 msgid "recovery-proc"
26699 msgstr ""
26700
26701 #. type: verbatim
26702 #: ../fish/guestfish-actions.pod:4065
26703 #, no-wrap
26704 msgid ""
26705 " set-recovery-proc true|false\n"
26706 "\n"
26707 msgstr ""
26708
26709 #. type: textblock
26710 #: ../fish/guestfish-actions.pod:4067
26711 msgid ""
26712 "If this is called with the parameter C<false> then L</launch> does not "
26713 "create a recovery process.  The purpose of the recovery process is to stop "
26714 "runaway qemu processes in the case where the main program aborts abruptly."
26715 msgstr ""
26716
26717 #. type: textblock
26718 #: ../fish/guestfish-actions.pod:4072
26719 msgid ""
26720 "This only has any effect if called before L</launch>, and the default is "
26721 "true."
26722 msgstr ""
26723
26724 #. type: =head2
26725 #: ../fish/guestfish-actions.pod:4081
26726 msgid "set-selinux"
26727 msgstr ""
26728
26729 #. type: =head2
26730 #: ../fish/guestfish-actions.pod:4083
26731 msgid "selinux"
26732 msgstr ""
26733
26734 #. type: verbatim
26735 #: ../fish/guestfish-actions.pod:4085
26736 #, no-wrap
26737 msgid ""
26738 " set-selinux true|false\n"
26739 "\n"
26740 msgstr ""
26741
26742 #. type: =head2
26743 #: ../fish/guestfish-actions.pod:4096
26744 msgid "set-trace"
26745 msgstr ""
26746
26747 #. type: =head2
26748 #: ../fish/guestfish-actions.pod:4098
26749 msgid "trace"
26750 msgstr ""
26751
26752 #. type: verbatim
26753 #: ../fish/guestfish-actions.pod:4100
26754 #, no-wrap
26755 msgid ""
26756 " set-trace true|false\n"
26757 "\n"
26758 msgstr ""
26759
26760 #. type: textblock
26761 #: ../fish/guestfish-actions.pod:4112
26762 msgid ""
26763 "Trace messages are normally sent to C<stderr>, unless you register a "
26764 "callback to send them somewhere else (see L</set-event-callback>)."
26765 msgstr ""
26766
26767 #. type: =head2
26768 #: ../fish/guestfish-actions.pod:4116
26769 msgid "set-verbose"
26770 msgstr ""
26771
26772 #. type: =head2
26773 #: ../fish/guestfish-actions.pod:4118
26774 msgid "verbose"
26775 msgstr ""
26776
26777 #. type: verbatim
26778 #: ../fish/guestfish-actions.pod:4120
26779 #, no-wrap
26780 msgid ""
26781 " set-verbose true|false\n"
26782 "\n"
26783 msgstr ""
26784
26785 #. type: textblock
26786 #: ../fish/guestfish-actions.pod:4127
26787 msgid ""
26788 "Verbose messages are normally sent to C<stderr>, unless you register a "
26789 "callback to send them somewhere else (see L</set-event-callback>)."
26790 msgstr ""
26791
26792 #. type: =head2
26793 #: ../fish/guestfish-actions.pod:4131
26794 msgid "setcon"
26795 msgstr ""
26796
26797 #. type: verbatim
26798 #: ../fish/guestfish-actions.pod:4133
26799 #, no-wrap
26800 msgid ""
26801 " setcon context\n"
26802 "\n"
26803 msgstr ""
26804
26805 #. type: =head2
26806 #: ../fish/guestfish-actions.pod:4140
26807 msgid "setxattr"
26808 msgstr ""
26809
26810 #. type: verbatim
26811 #: ../fish/guestfish-actions.pod:4142
26812 #, no-wrap
26813 msgid ""
26814 " setxattr xattr val vallen path\n"
26815 "\n"
26816 msgstr ""
26817
26818 #. type: textblock
26819 #: ../fish/guestfish-actions.pod:4148
26820 msgid "See also: L</lsetxattr>, L<attr(5)>."
26821 msgstr ""
26822
26823 #. type: =head2
26824 #: ../fish/guestfish-actions.pod:4150
26825 msgid "sfdisk"
26826 msgstr ""
26827
26828 #. type: verbatim
26829 #: ../fish/guestfish-actions.pod:4152
26830 #, no-wrap
26831 msgid ""
26832 " sfdisk device cyls heads sectors 'lines ...'\n"
26833 "\n"
26834 msgstr ""
26835
26836 #. type: textblock
26837 #: ../fish/guestfish-actions.pod:4174
26838 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
26839 msgstr ""
26840
26841 #. type: textblock
26842 #: ../fish/guestfish-actions.pod:4180 ../fish/guestfish-actions.pod:4203
26843 #: ../fish/guestfish-actions.pod:4225
26844 msgid ""
26845 "This function is deprecated.  In new code, use the L</part_add> call instead."
26846 msgstr ""
26847
26848 #. type: =head2
26849 #: ../fish/guestfish-actions.pod:4187
26850 msgid "sfdiskM"
26851 msgstr ""
26852
26853 #. type: verbatim
26854 #: ../fish/guestfish-actions.pod:4189
26855 #, no-wrap
26856 msgid ""
26857 " sfdiskM device 'lines ...'\n"
26858 "\n"
26859 msgstr ""
26860
26861 #. type: textblock
26862 #: ../fish/guestfish-actions.pod:4191
26863 msgid ""
26864 "This is a simplified interface to the L</sfdisk> command, where partition "
26865 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
26866 "you don't need to specify the cyls, heads and sectors parameters which were "
26867 "rarely if ever used anyway."
26868 msgstr ""
26869
26870 #. type: textblock
26871 #: ../fish/guestfish-actions.pod:4197
26872 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
26873 msgstr ""
26874
26875 #. type: =head2
26876 #: ../fish/guestfish-actions.pod:4210
26877 msgid "sfdisk-N"
26878 msgstr ""
26879
26880 #. type: verbatim
26881 #: ../fish/guestfish-actions.pod:4212
26882 #, no-wrap
26883 msgid ""
26884 " sfdisk-N device partnum cyls heads sectors line\n"
26885 "\n"
26886 msgstr ""
26887
26888 #. type: textblock
26889 #: ../fish/guestfish-actions.pod:4217
26890 msgid ""
26891 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
26892 "cyls/heads/sectors parameters."
26893 msgstr ""
26894
26895 #. type: textblock
26896 #: ../fish/guestfish-actions.pod:4220
26897 msgid "See also: L</part-add>"
26898 msgstr ""
26899
26900 #. type: =head2
26901 #: ../fish/guestfish-actions.pod:4232
26902 msgid "sfdisk-disk-geometry"
26903 msgstr ""
26904
26905 #. type: verbatim
26906 #: ../fish/guestfish-actions.pod:4234
26907 #, no-wrap
26908 msgid ""
26909 " sfdisk-disk-geometry device\n"
26910 "\n"
26911 msgstr ""
26912
26913 #. type: textblock
26914 #: ../fish/guestfish-actions.pod:4236
26915 msgid ""
26916 "This displays the disk geometry of C<device> read from the partition table.  "
26917 "Especially in the case where the underlying block device has been resized, "
26918 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
26919 "kernel-geometry>)."
26920 msgstr ""
26921
26922 #. type: =head2
26923 #: ../fish/guestfish-actions.pod:4244
26924 msgid "sfdisk-kernel-geometry"
26925 msgstr ""
26926
26927 #. type: verbatim
26928 #: ../fish/guestfish-actions.pod:4246
26929 #, no-wrap
26930 msgid ""
26931 " sfdisk-kernel-geometry device\n"
26932 "\n"
26933 msgstr ""
26934
26935 #. type: =head2
26936 #: ../fish/guestfish-actions.pod:4253
26937 msgid "sfdisk-l"
26938 msgstr ""
26939
26940 #. type: verbatim
26941 #: ../fish/guestfish-actions.pod:4255
26942 #, no-wrap
26943 msgid ""
26944 " sfdisk-l device\n"
26945 "\n"
26946 msgstr ""
26947
26948 #. type: textblock
26949 #: ../fish/guestfish-actions.pod:4261
26950 msgid "See also: L</part-list>"
26951 msgstr ""
26952
26953 #. type: textblock
26954 #: ../fish/guestfish-actions.pod:4263
26955 msgid ""
26956 "This function is deprecated.  In new code, use the L</part_list> call "
26957 "instead."
26958 msgstr ""
26959
26960 #. type: =head2
26961 #: ../fish/guestfish-actions.pod:4270
26962 msgid "sh"
26963 msgstr ""
26964
26965 #. type: verbatim
26966 #: ../fish/guestfish-actions.pod:4272
26967 #, no-wrap
26968 msgid ""
26969 " sh command\n"
26970 "\n"
26971 msgstr ""
26972
26973 #. type: textblock
26974 #: ../fish/guestfish-actions.pod:4277
26975 msgid "This is like L</command>, but passes the command to:"
26976 msgstr ""
26977
26978 #. type: textblock
26979 #: ../fish/guestfish-actions.pod:4285
26980 msgid "All the provisos about L</command> apply to this call."
26981 msgstr ""
26982
26983 #. type: =head2
26984 #: ../fish/guestfish-actions.pod:4287
26985 msgid "sh-lines"
26986 msgstr ""
26987
26988 #. type: verbatim
26989 #: ../fish/guestfish-actions.pod:4289
26990 #, no-wrap
26991 msgid ""
26992 " sh-lines command\n"
26993 "\n"
26994 msgstr ""
26995
26996 #. type: textblock
26997 #: ../fish/guestfish-actions.pod:4291
26998 msgid "This is the same as L</sh>, but splits the result into a list of lines."
26999 msgstr ""
27000
27001 #. type: textblock
27002 #: ../fish/guestfish-actions.pod:4294
27003 msgid "See also: L</command-lines>"
27004 msgstr ""
27005
27006 #. type: =head2
27007 #: ../fish/guestfish-actions.pod:4296
27008 msgid "sleep"
27009 msgstr ""
27010
27011 #. type: verbatim
27012 #: ../fish/guestfish-actions.pod:4298
27013 #, no-wrap
27014 msgid ""
27015 " sleep secs\n"
27016 "\n"
27017 msgstr ""
27018
27019 #. type: =head2
27020 #: ../fish/guestfish-actions.pod:4302
27021 msgid "stat"
27022 msgstr ""
27023
27024 #. type: verbatim
27025 #: ../fish/guestfish-actions.pod:4304
27026 #, no-wrap
27027 msgid ""
27028 " stat path\n"
27029 "\n"
27030 msgstr ""
27031
27032 #. type: =head2
27033 #: ../fish/guestfish-actions.pod:4310
27034 msgid "statvfs"
27035 msgstr ""
27036
27037 #. type: verbatim
27038 #: ../fish/guestfish-actions.pod:4312
27039 #, no-wrap
27040 msgid ""
27041 " statvfs path\n"
27042 "\n"
27043 msgstr ""
27044
27045 #. type: =head2
27046 #: ../fish/guestfish-actions.pod:4320
27047 msgid "strings"
27048 msgstr ""
27049
27050 #. type: verbatim
27051 #: ../fish/guestfish-actions.pod:4322
27052 #, no-wrap
27053 msgid ""
27054 " strings path\n"
27055 "\n"
27056 msgstr ""
27057
27058 #. type: =head2
27059 #: ../fish/guestfish-actions.pod:4330
27060 msgid "strings-e"
27061 msgstr ""
27062
27063 #. type: verbatim
27064 #: ../fish/guestfish-actions.pod:4332
27065 #, no-wrap
27066 msgid ""
27067 " strings-e encoding path\n"
27068 "\n"
27069 msgstr ""
27070
27071 #. type: textblock
27072 #: ../fish/guestfish-actions.pod:4334
27073 msgid ""
27074 "This is like the L</strings> command, but allows you to specify the encoding "
27075 "of strings that are looked for in the source file C<path>."
27076 msgstr ""
27077
27078 #. type: textblock
27079 #: ../fish/guestfish-actions.pod:4344
27080 msgid ""
27081 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
27082 "ISO-8859-X (this is what L</strings> uses)."
27083 msgstr ""
27084
27085 #. type: =head2
27086 #: ../fish/guestfish-actions.pod:4376
27087 msgid "swapoff-device"
27088 msgstr ""
27089
27090 #. type: verbatim
27091 #: ../fish/guestfish-actions.pod:4378
27092 #, no-wrap
27093 msgid ""
27094 " swapoff-device device\n"
27095 "\n"
27096 msgstr ""
27097
27098 #. type: textblock
27099 #: ../fish/guestfish-actions.pod:4380
27100 msgid ""
27101 "This command disables the libguestfs appliance swap device or partition "
27102 "named C<device>.  See L</swapon-device>."
27103 msgstr ""
27104
27105 #. type: =head2
27106 #: ../fish/guestfish-actions.pod:4384
27107 msgid "swapoff-file"
27108 msgstr ""
27109
27110 #. type: verbatim
27111 #: ../fish/guestfish-actions.pod:4386
27112 #, no-wrap
27113 msgid ""
27114 " swapoff-file file\n"
27115 "\n"
27116 msgstr ""
27117
27118 #. type: =head2
27119 #: ../fish/guestfish-actions.pod:4390
27120 msgid "swapoff-label"
27121 msgstr ""
27122
27123 #. type: verbatim
27124 #: ../fish/guestfish-actions.pod:4392
27125 #, no-wrap
27126 msgid ""
27127 " swapoff-label label\n"
27128 "\n"
27129 msgstr ""
27130
27131 #. type: =head2
27132 #: ../fish/guestfish-actions.pod:4397
27133 msgid "swapoff-uuid"
27134 msgstr ""
27135
27136 #. type: verbatim
27137 #: ../fish/guestfish-actions.pod:4399
27138 #, no-wrap
27139 msgid ""
27140 " swapoff-uuid uuid\n"
27141 "\n"
27142 msgstr ""
27143
27144 #. type: =head2
27145 #: ../fish/guestfish-actions.pod:4404
27146 msgid "swapon-device"
27147 msgstr ""
27148
27149 #. type: verbatim
27150 #: ../fish/guestfish-actions.pod:4406
27151 #, no-wrap
27152 msgid ""
27153 " swapon-device device\n"
27154 "\n"
27155 msgstr ""
27156
27157 #. type: textblock
27158 #: ../fish/guestfish-actions.pod:4408
27159 msgid ""
27160 "This command enables the libguestfs appliance to use the swap device or "
27161 "partition named C<device>.  The increased memory is made available for all "
27162 "commands, for example those run using L</command> or L</sh>."
27163 msgstr ""
27164
27165 #. type: =head2
27166 #: ../fish/guestfish-actions.pod:4420
27167 msgid "swapon-file"
27168 msgstr ""
27169
27170 #. type: verbatim
27171 #: ../fish/guestfish-actions.pod:4422
27172 #, no-wrap
27173 msgid ""
27174 " swapon-file file\n"
27175 "\n"
27176 msgstr ""
27177
27178 #. type: textblock
27179 #: ../fish/guestfish-actions.pod:4424
27180 msgid ""
27181 "This command enables swap to a file.  See L</swapon-device> for other notes."
27182 msgstr ""
27183
27184 #. type: =head2
27185 #: ../fish/guestfish-actions.pod:4427
27186 msgid "swapon-label"
27187 msgstr ""
27188
27189 #. type: verbatim
27190 #: ../fish/guestfish-actions.pod:4429
27191 #, no-wrap
27192 msgid ""
27193 " swapon-label label\n"
27194 "\n"
27195 msgstr ""
27196
27197 #. type: textblock
27198 #: ../fish/guestfish-actions.pod:4431
27199 msgid ""
27200 "This command enables swap to a labeled swap partition.  See L</swapon-"
27201 "device> for other notes."
27202 msgstr ""
27203
27204 #. type: =head2
27205 #: ../fish/guestfish-actions.pod:4434
27206 msgid "swapon-uuid"
27207 msgstr ""
27208
27209 #. type: verbatim
27210 #: ../fish/guestfish-actions.pod:4436
27211 #, no-wrap
27212 msgid ""
27213 " swapon-uuid uuid\n"
27214 "\n"
27215 msgstr ""
27216
27217 #. type: textblock
27218 #: ../fish/guestfish-actions.pod:4438
27219 msgid ""
27220 "This command enables swap to a swap partition with the given UUID.  See L</"
27221 "swapon-device> for other notes."
27222 msgstr ""
27223
27224 #. type: =head2
27225 #: ../fish/guestfish-actions.pod:4441
27226 msgid "sync"
27227 msgstr ""
27228
27229 #. type: verbatim
27230 #: ../fish/guestfish-actions.pod:4443
27231 #, no-wrap
27232 msgid ""
27233 " sync\n"
27234 "\n"
27235 msgstr ""
27236
27237 #. type: =head2
27238 #: ../fish/guestfish-actions.pod:4451
27239 msgid "tail"
27240 msgstr ""
27241
27242 #. type: verbatim
27243 #: ../fish/guestfish-actions.pod:4453
27244 #, no-wrap
27245 msgid ""
27246 " tail path\n"
27247 "\n"
27248 msgstr ""
27249
27250 #. type: =head2
27251 #: ../fish/guestfish-actions.pod:4461
27252 msgid "tail-n"
27253 msgstr ""
27254
27255 #. type: verbatim
27256 #: ../fish/guestfish-actions.pod:4463
27257 #, no-wrap
27258 msgid ""
27259 " tail-n nrlines path\n"
27260 "\n"
27261 msgstr ""
27262
27263 #. type: =head2
27264 #: ../fish/guestfish-actions.pod:4476
27265 msgid "tar-in"
27266 msgstr ""
27267
27268 #. type: verbatim
27269 #: ../fish/guestfish-actions.pod:4478
27270 #, no-wrap
27271 msgid ""
27272 " tar-in (tarfile|-) directory\n"
27273 "\n"
27274 msgstr ""
27275
27276 #. type: textblock
27277 #: ../fish/guestfish-actions.pod:4483
27278 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
27279 msgstr ""
27280
27281 #. type: =head2
27282 #: ../fish/guestfish-actions.pod:4488
27283 msgid "tar-out"
27284 msgstr ""
27285
27286 #. type: verbatim
27287 #: ../fish/guestfish-actions.pod:4490
27288 #, no-wrap
27289 msgid ""
27290 " tar-out directory (tarfile|-)\n"
27291 "\n"
27292 msgstr ""
27293
27294 #. type: textblock
27295 #: ../fish/guestfish-actions.pod:4495
27296 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
27297 msgstr ""
27298
27299 #. type: =head2
27300 #: ../fish/guestfish-actions.pod:4500
27301 msgid "tgz-in"
27302 msgstr ""
27303
27304 #. type: verbatim
27305 #: ../fish/guestfish-actions.pod:4502
27306 #, no-wrap
27307 msgid ""
27308 " tgz-in (tarball|-) directory\n"
27309 "\n"
27310 msgstr ""
27311
27312 #. type: textblock
27313 #: ../fish/guestfish-actions.pod:4507
27314 msgid "To upload an uncompressed tarball, use L</tar-in>."
27315 msgstr ""
27316
27317 #. type: =head2
27318 #: ../fish/guestfish-actions.pod:4511
27319 msgid "tgz-out"
27320 msgstr ""
27321
27322 #. type: verbatim
27323 #: ../fish/guestfish-actions.pod:4513
27324 #, no-wrap
27325 msgid ""
27326 " tgz-out directory (tarball|-)\n"
27327 "\n"
27328 msgstr ""
27329
27330 #. type: textblock
27331 #: ../fish/guestfish-actions.pod:4518
27332 msgid "To download an uncompressed tarball, use L</tar-out>."
27333 msgstr ""
27334
27335 #. type: =head2
27336 #: ../fish/guestfish-actions.pod:4522
27337 msgid "touch"
27338 msgstr ""
27339
27340 #. type: verbatim
27341 #: ../fish/guestfish-actions.pod:4524
27342 #, no-wrap
27343 msgid ""
27344 " touch path\n"
27345 "\n"
27346 msgstr ""
27347
27348 #. type: =head2
27349 #: ../fish/guestfish-actions.pod:4533
27350 msgid "truncate"
27351 msgstr ""
27352
27353 #. type: verbatim
27354 #: ../fish/guestfish-actions.pod:4535
27355 #, no-wrap
27356 msgid ""
27357 " truncate path\n"
27358 "\n"
27359 msgstr ""
27360
27361 #. type: =head2
27362 #: ../fish/guestfish-actions.pod:4540
27363 msgid "truncate-size"
27364 msgstr ""
27365
27366 #. type: verbatim
27367 #: ../fish/guestfish-actions.pod:4542
27368 #, no-wrap
27369 msgid ""
27370 " truncate-size path size\n"
27371 "\n"
27372 msgstr ""
27373
27374 #. type: textblock
27375 #: ../fish/guestfish-actions.pod:4547
27376 msgid ""
27377 "If the current file size is less than C<size> then the file is extended to "
27378 "the required size with zero bytes.  This creates a sparse file (ie. disk "
27379 "blocks are not allocated for the file until you write to it).  To create a "
27380 "non-sparse file of zeroes, use L</fallocate64> instead."
27381 msgstr ""
27382
27383 #. type: =head2
27384 #: ../fish/guestfish-actions.pod:4553
27385 msgid "tune2fs-l"
27386 msgstr ""
27387
27388 #. type: verbatim
27389 #: ../fish/guestfish-actions.pod:4555
27390 #, no-wrap
27391 msgid ""
27392 " tune2fs-l device\n"
27393 "\n"
27394 msgstr ""
27395
27396 #. type: =head2
27397 #: ../fish/guestfish-actions.pod:4565
27398 msgid "txz-in"
27399 msgstr ""
27400
27401 #. type: verbatim
27402 #: ../fish/guestfish-actions.pod:4567
27403 #, no-wrap
27404 msgid ""
27405 " txz-in (tarball|-) directory\n"
27406 "\n"
27407 msgstr ""
27408
27409 #. type: =head2
27410 #: ../fish/guestfish-actions.pod:4574
27411 msgid "txz-out"
27412 msgstr ""
27413
27414 #. type: verbatim
27415 #: ../fish/guestfish-actions.pod:4576
27416 #, no-wrap
27417 msgid ""
27418 " txz-out directory (tarball|-)\n"
27419 "\n"
27420 msgstr ""
27421
27422 #. type: =head2
27423 #: ../fish/guestfish-actions.pod:4583
27424 msgid "umask"
27425 msgstr ""
27426
27427 #. type: verbatim
27428 #: ../fish/guestfish-actions.pod:4585
27429 #, no-wrap
27430 msgid ""
27431 " umask mask\n"
27432 "\n"
27433 msgstr ""
27434
27435 #. type: textblock
27436 #: ../fish/guestfish-actions.pod:4599
27437 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
27438 msgstr ""
27439
27440 #. type: =head2
27441 #: ../fish/guestfish-actions.pod:4604
27442 msgid "umount"
27443 msgstr ""
27444
27445 #. type: =head2
27446 #: ../fish/guestfish-actions.pod:4606
27447 msgid "unmount"
27448 msgstr ""
27449
27450 #. type: verbatim
27451 #: ../fish/guestfish-actions.pod:4608
27452 #, no-wrap
27453 msgid ""
27454 " umount pathordevice\n"
27455 "\n"
27456 msgstr ""
27457
27458 #. type: =head2
27459 #: ../fish/guestfish-actions.pod:4614
27460 msgid "umount-all"
27461 msgstr ""
27462
27463 #. type: =head2
27464 #: ../fish/guestfish-actions.pod:4616
27465 msgid "unmount-all"
27466 msgstr ""
27467
27468 #. type: verbatim
27469 #: ../fish/guestfish-actions.pod:4618
27470 #, no-wrap
27471 msgid ""
27472 " umount-all\n"
27473 "\n"
27474 msgstr ""
27475
27476 #. type: =head2
27477 #: ../fish/guestfish-actions.pod:4624
27478 msgid "upload"
27479 msgstr ""
27480
27481 #. type: verbatim
27482 #: ../fish/guestfish-actions.pod:4626
27483 #, no-wrap
27484 msgid ""
27485 " upload (filename|-) remotefilename\n"
27486 "\n"
27487 msgstr ""
27488
27489 #. type: textblock
27490 #: ../fish/guestfish-actions.pod:4633
27491 msgid "See also L</download>."
27492 msgstr ""
27493
27494 #. type: =head2
27495 #: ../fish/guestfish-actions.pod:4637
27496 msgid "upload-offset"
27497 msgstr ""
27498
27499 #. type: verbatim
27500 #: ../fish/guestfish-actions.pod:4639
27501 #, no-wrap
27502 msgid ""
27503 " upload-offset (filename|-) remotefilename offset\n"
27504 "\n"
27505 msgstr ""
27506
27507 #. type: textblock
27508 #: ../fish/guestfish-actions.pod:4651
27509 msgid ""
27510 "Note that there is no limit on the amount of data that can be uploaded with "
27511 "this call, unlike with L</pwrite>, and this call always writes the full "
27512 "amount unless an error occurs."
27513 msgstr ""
27514
27515 #. type: textblock
27516 #: ../fish/guestfish-actions.pod:4656
27517 msgid "See also L</upload>, L</pwrite>."
27518 msgstr ""
27519
27520 #. type: =head2
27521 #: ../fish/guestfish-actions.pod:4660
27522 msgid "utimens"
27523 msgstr ""
27524
27525 #. type: verbatim
27526 #: ../fish/guestfish-actions.pod:4662
27527 #, no-wrap
27528 msgid ""
27529 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
27530 "\n"
27531 msgstr ""
27532
27533 #. type: =head2
27534 #: ../fish/guestfish-actions.pod:4681
27535 msgid "version"
27536 msgstr ""
27537
27538 #. type: verbatim
27539 #: ../fish/guestfish-actions.pod:4683
27540 #, no-wrap
27541 msgid ""
27542 " version\n"
27543 "\n"
27544 msgstr ""
27545
27546 #. type: textblock
27547 #: ../fish/guestfish-actions.pod:4710
27548 msgid ""
27549 "I<Note:> Don't use this call to test for availability of features.  In "
27550 "enterprise distributions we backport features from later versions into "
27551 "earlier versions, making this an unreliable way to test for features.  Use "
27552 "L</available> instead."
27553 msgstr ""
27554
27555 #. type: =head2
27556 #: ../fish/guestfish-actions.pod:4716
27557 msgid "vfs-label"
27558 msgstr ""
27559
27560 #. type: verbatim
27561 #: ../fish/guestfish-actions.pod:4718
27562 #, no-wrap
27563 msgid ""
27564 " vfs-label device\n"
27565 "\n"
27566 msgstr ""
27567
27568 #. type: textblock
27569 #: ../fish/guestfish-actions.pod:4725
27570 msgid "To find a filesystem from the label, use L</findfs-label>."
27571 msgstr ""
27572
27573 #. type: =head2
27574 #: ../fish/guestfish-actions.pod:4727
27575 msgid "vfs-type"
27576 msgstr ""
27577
27578 #. type: verbatim
27579 #: ../fish/guestfish-actions.pod:4729
27580 #, no-wrap
27581 msgid ""
27582 " vfs-type device\n"
27583 "\n"
27584 msgstr ""
27585
27586 #. type: =head2
27587 #: ../fish/guestfish-actions.pod:4739
27588 msgid "vfs-uuid"
27589 msgstr ""
27590
27591 #. type: verbatim
27592 #: ../fish/guestfish-actions.pod:4741
27593 #, no-wrap
27594 msgid ""
27595 " vfs-uuid device\n"
27596 "\n"
27597 msgstr ""
27598
27599 #. type: textblock
27600 #: ../fish/guestfish-actions.pod:4748
27601 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
27602 msgstr ""
27603
27604 #. type: =head2
27605 #: ../fish/guestfish-actions.pod:4750
27606 msgid "vg-activate"
27607 msgstr ""
27608
27609 #. type: verbatim
27610 #: ../fish/guestfish-actions.pod:4752
27611 #, no-wrap
27612 msgid ""
27613 " vg-activate true|false 'volgroups ...'\n"
27614 "\n"
27615 msgstr ""
27616
27617 #. type: =head2
27618 #: ../fish/guestfish-actions.pod:4765
27619 msgid "vg-activate-all"
27620 msgstr ""
27621
27622 #. type: verbatim
27623 #: ../fish/guestfish-actions.pod:4767
27624 #, no-wrap
27625 msgid ""
27626 " vg-activate-all true|false\n"
27627 "\n"
27628 msgstr ""
27629
27630 #. type: =head2
27631 #: ../fish/guestfish-actions.pod:4777
27632 msgid "vgcreate"
27633 msgstr ""
27634
27635 #. type: verbatim
27636 #: ../fish/guestfish-actions.pod:4779
27637 #, no-wrap
27638 msgid ""
27639 " vgcreate volgroup 'physvols ...'\n"
27640 "\n"
27641 msgstr ""
27642
27643 #. type: =head2
27644 #: ../fish/guestfish-actions.pod:4784
27645 msgid "vglvuuids"
27646 msgstr ""
27647
27648 #. type: verbatim
27649 #: ../fish/guestfish-actions.pod:4786
27650 #, no-wrap
27651 msgid ""
27652 " vglvuuids vgname\n"
27653 "\n"
27654 msgstr ""
27655
27656 #. type: textblock
27657 #: ../fish/guestfish-actions.pod:4791
27658 msgid ""
27659 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
27660 "logical volumes and volume groups."
27661 msgstr ""
27662
27663 #. type: textblock
27664 #: ../fish/guestfish-actions.pod:4794
27665 msgid "See also L</vgpvuuids>."
27666 msgstr ""
27667
27668 #. type: =head2
27669 #: ../fish/guestfish-actions.pod:4796
27670 msgid "vgpvuuids"
27671 msgstr ""
27672
27673 #. type: verbatim
27674 #: ../fish/guestfish-actions.pod:4798
27675 #, no-wrap
27676 msgid ""
27677 " vgpvuuids vgname\n"
27678 "\n"
27679 msgstr ""
27680
27681 #. type: textblock
27682 #: ../fish/guestfish-actions.pod:4803
27683 msgid ""
27684 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
27685 "physical volumes and volume groups."
27686 msgstr ""
27687
27688 #. type: textblock
27689 #: ../fish/guestfish-actions.pod:4806
27690 msgid "See also L</vglvuuids>."
27691 msgstr ""
27692
27693 #. type: =head2
27694 #: ../fish/guestfish-actions.pod:4808
27695 msgid "vgremove"
27696 msgstr ""
27697
27698 #. type: verbatim
27699 #: ../fish/guestfish-actions.pod:4810
27700 #, no-wrap
27701 msgid ""
27702 " vgremove vgname\n"
27703 "\n"
27704 msgstr ""
27705
27706 #. type: =head2
27707 #: ../fish/guestfish-actions.pod:4817
27708 msgid "vgrename"
27709 msgstr ""
27710
27711 #. type: verbatim
27712 #: ../fish/guestfish-actions.pod:4819
27713 #, no-wrap
27714 msgid ""
27715 " vgrename volgroup newvolgroup\n"
27716 "\n"
27717 msgstr ""
27718
27719 #. type: =head2
27720 #: ../fish/guestfish-actions.pod:4823
27721 msgid "vgs"
27722 msgstr ""
27723
27724 #. type: verbatim
27725 #: ../fish/guestfish-actions.pod:4825
27726 #, no-wrap
27727 msgid ""
27728 " vgs\n"
27729 "\n"
27730 msgstr ""
27731
27732 #. type: textblock
27733 #: ../fish/guestfish-actions.pod:4833
27734 msgid "See also L</vgs-full>."
27735 msgstr ""
27736
27737 #. type: =head2
27738 #: ../fish/guestfish-actions.pod:4835
27739 msgid "vgs-full"
27740 msgstr ""
27741
27742 #. type: verbatim
27743 #: ../fish/guestfish-actions.pod:4837
27744 #, no-wrap
27745 msgid ""
27746 " vgs-full\n"
27747 "\n"
27748 msgstr ""
27749
27750 #. type: =head2
27751 #: ../fish/guestfish-actions.pod:4842
27752 msgid "vgscan"
27753 msgstr ""
27754
27755 #. type: verbatim
27756 #: ../fish/guestfish-actions.pod:4844
27757 #, no-wrap
27758 msgid ""
27759 " vgscan\n"
27760 "\n"
27761 msgstr ""
27762
27763 #. type: =head2
27764 #: ../fish/guestfish-actions.pod:4849
27765 msgid "vguuid"
27766 msgstr ""
27767
27768 #. type: verbatim
27769 #: ../fish/guestfish-actions.pod:4851
27770 #, no-wrap
27771 msgid ""
27772 " vguuid vgname\n"
27773 "\n"
27774 msgstr ""
27775
27776 #. type: =head2
27777 #: ../fish/guestfish-actions.pod:4855
27778 msgid "wc-c"
27779 msgstr ""
27780
27781 #. type: verbatim
27782 #: ../fish/guestfish-actions.pod:4857
27783 #, no-wrap
27784 msgid ""
27785 " wc-c path\n"
27786 "\n"
27787 msgstr ""
27788
27789 #. type: =head2
27790 #: ../fish/guestfish-actions.pod:4862
27791 msgid "wc-l"
27792 msgstr ""
27793
27794 #. type: verbatim
27795 #: ../fish/guestfish-actions.pod:4864
27796 #, no-wrap
27797 msgid ""
27798 " wc-l path\n"
27799 "\n"
27800 msgstr ""
27801
27802 #. type: =head2
27803 #: ../fish/guestfish-actions.pod:4869
27804 msgid "wc-w"
27805 msgstr ""
27806
27807 #. type: verbatim
27808 #: ../fish/guestfish-actions.pod:4871
27809 #, no-wrap
27810 msgid ""
27811 " wc-w path\n"
27812 "\n"
27813 msgstr ""
27814
27815 #. type: =head2
27816 #: ../fish/guestfish-actions.pod:4876
27817 msgid "write"
27818 msgstr ""
27819
27820 #. type: verbatim
27821 #: ../fish/guestfish-actions.pod:4878
27822 #, no-wrap
27823 msgid ""
27824 " write path content\n"
27825 "\n"
27826 msgstr ""
27827
27828 #. type: =head2
27829 #: ../fish/guestfish-actions.pod:4886
27830 msgid "write-file"
27831 msgstr ""
27832
27833 #. type: verbatim
27834 #: ../fish/guestfish-actions.pod:4888
27835 #, no-wrap
27836 msgid ""
27837 " write-file path content size\n"
27838 "\n"
27839 msgstr ""
27840
27841 #. type: textblock
27842 #: ../fish/guestfish-actions.pod:4904
27843 msgid ""
27844 "This function is deprecated.  In new code, use the L</write> call instead."
27845 msgstr ""
27846
27847 #. type: =head2
27848 #: ../fish/guestfish-actions.pod:4911
27849 msgid "zegrep"
27850 msgstr ""
27851
27852 #. type: verbatim
27853 #: ../fish/guestfish-actions.pod:4913
27854 #, no-wrap
27855 msgid ""
27856 " zegrep regex path\n"
27857 "\n"
27858 msgstr ""
27859
27860 #. type: =head2
27861 #: ../fish/guestfish-actions.pod:4921
27862 msgid "zegrepi"
27863 msgstr ""
27864
27865 #. type: verbatim
27866 #: ../fish/guestfish-actions.pod:4923
27867 #, no-wrap
27868 msgid ""
27869 " zegrepi regex path\n"
27870 "\n"
27871 msgstr ""
27872
27873 #. type: =head2
27874 #: ../fish/guestfish-actions.pod:4931
27875 msgid "zero"
27876 msgstr ""
27877
27878 #. type: verbatim
27879 #: ../fish/guestfish-actions.pod:4933
27880 #, no-wrap
27881 msgid ""
27882 " zero device\n"
27883 "\n"
27884 msgstr ""
27885
27886 #. type: textblock
27887 #: ../fish/guestfish-actions.pod:4941
27888 msgid "See also: L</zero-device>, L</scrub-device>."
27889 msgstr ""
27890
27891 #. type: =head2
27892 #: ../fish/guestfish-actions.pod:4943
27893 msgid "zero-device"
27894 msgstr ""
27895
27896 #. type: verbatim
27897 #: ../fish/guestfish-actions.pod:4945
27898 #, no-wrap
27899 msgid ""
27900 " zero-device device\n"
27901 "\n"
27902 msgstr ""
27903
27904 #. type: textblock
27905 #: ../fish/guestfish-actions.pod:4947
27906 msgid ""
27907 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
27908 "which just zeroes the first few blocks of a device."
27909 msgstr ""
27910
27911 #. type: =head2
27912 #: ../fish/guestfish-actions.pod:4954
27913 msgid "zerofree"
27914 msgstr ""
27915
27916 #. type: verbatim
27917 #: ../fish/guestfish-actions.pod:4956
27918 #, no-wrap
27919 msgid ""
27920 " zerofree device\n"
27921 "\n"
27922 msgstr ""
27923
27924 #. type: =head2
27925 #: ../fish/guestfish-actions.pod:4969
27926 msgid "zfgrep"
27927 msgstr ""
27928
27929 #. type: verbatim
27930 #: ../fish/guestfish-actions.pod:4971
27931 #, no-wrap
27932 msgid ""
27933 " zfgrep pattern path\n"
27934 "\n"
27935 msgstr ""
27936
27937 #. type: =head2
27938 #: ../fish/guestfish-actions.pod:4979
27939 msgid "zfgrepi"
27940 msgstr ""
27941
27942 #. type: verbatim
27943 #: ../fish/guestfish-actions.pod:4981
27944 #, no-wrap
27945 msgid ""
27946 " zfgrepi pattern path\n"
27947 "\n"
27948 msgstr ""
27949
27950 #. type: =head2
27951 #: ../fish/guestfish-actions.pod:4989
27952 msgid "zfile"
27953 msgstr ""
27954
27955 #. type: verbatim
27956 #: ../fish/guestfish-actions.pod:4991
27957 #, no-wrap
27958 msgid ""
27959 " zfile meth path\n"
27960 "\n"
27961 msgstr ""
27962
27963 #. type: textblock
27964 #: ../fish/guestfish-actions.pod:4998
27965 msgid ""
27966 "Since 1.0.63, use L</file> instead which can now process compressed files."
27967 msgstr ""
27968
27969 #. type: textblock
27970 #: ../fish/guestfish-actions.pod:5001
27971 msgid ""
27972 "This function is deprecated.  In new code, use the L</file> call instead."
27973 msgstr ""
27974
27975 #. type: =head2
27976 #: ../fish/guestfish-actions.pod:5008
27977 msgid "zgrep"
27978 msgstr ""
27979
27980 #. type: verbatim
27981 #: ../fish/guestfish-actions.pod:5010
27982 #, no-wrap
27983 msgid ""
27984 " zgrep regex path\n"
27985 "\n"
27986 msgstr ""
27987
27988 #. type: =head2
27989 #: ../fish/guestfish-actions.pod:5018
27990 msgid "zgrepi"
27991 msgstr ""
27992
27993 #. type: verbatim
27994 #: ../fish/guestfish-actions.pod:5020
27995 #, no-wrap
27996 msgid ""
27997 " zgrepi regex path\n"
27998 "\n"
27999 msgstr ""
28000
28001 #. type: =head2
28002 #: ../fish/guestfish-commands.pod:1
28003 msgid "alloc"
28004 msgstr ""
28005
28006 #. type: =head2
28007 #: ../fish/guestfish-commands.pod:3
28008 msgid "allocate"
28009 msgstr ""
28010
28011 #. type: verbatim
28012 #: ../fish/guestfish-commands.pod:5
28013 #, no-wrap
28014 msgid ""
28015 " alloc filename size\n"
28016 "\n"
28017 msgstr ""
28018
28019 #. type: textblock
28020 #: ../fish/guestfish-commands.pod:7
28021 msgid ""
28022 "This creates an empty (zeroed) file of the given size, and then adds so it "
28023 "can be further examined."
28024 msgstr ""
28025
28026 #. type: textblock
28027 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
28028 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
28029 msgstr ""
28030
28031 #. type: textblock
28032 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
28033 msgid "Size can be specified using standard suffixes, eg. C<1M>."
28034 msgstr ""
28035
28036 #. type: textblock
28037 #: ../fish/guestfish-commands.pod:14
28038 msgid ""
28039 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
28040 "image, see L</PREPARED DISK IMAGES>."
28041 msgstr ""
28042
28043 #. type: =head2
28044 #: ../fish/guestfish-commands.pod:17
28045 msgid "copy-in"
28046 msgstr ""
28047
28048 #. type: verbatim
28049 #: ../fish/guestfish-commands.pod:19
28050 #, no-wrap
28051 msgid ""
28052 " copy-in local [local ...] /remotedir\n"
28053 "\n"
28054 msgstr ""
28055
28056 #. type: textblock
28057 #: ../fish/guestfish-commands.pod:21
28058 msgid ""
28059 "C<copy-in> copies local files or directories recursively into the disk "
28060 "image, placing them in the directory called C</remotedir> (which must "
28061 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
28062 "other commands as necessary."
28063 msgstr ""
28064
28065 #. type: textblock
28066 #: ../fish/guestfish-commands.pod:26
28067 msgid ""
28068 "Multiple local files and directories can be specified, but the last "
28069 "parameter must always be a remote directory.  Wildcards cannot be used."
28070 msgstr ""
28071
28072 #. type: =head2
28073 #: ../fish/guestfish-commands.pod:30
28074 msgid "copy-out"
28075 msgstr ""
28076
28077 #. type: verbatim
28078 #: ../fish/guestfish-commands.pod:32
28079 #, no-wrap
28080 msgid ""
28081 " copy-out remote [remote ...] localdir\n"
28082 "\n"
28083 msgstr ""
28084
28085 #. type: textblock
28086 #: ../fish/guestfish-commands.pod:34
28087 msgid ""
28088 "C<copy-out> copies remote files or directories recursively out of the disk "
28089 "image, placing them on the host disk in a local directory called C<localdir> "
28090 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
28091 "download>, L</tar-out> and other commands as necessary."
28092 msgstr ""
28093
28094 #. type: textblock
28095 #: ../fish/guestfish-commands.pod:40
28096 msgid ""
28097 "Multiple remote files and directories can be specified, but the last "
28098 "parameter must always be a local directory.  To download to the current "
28099 "directory, use C<.> as in:"
28100 msgstr ""
28101
28102 #. type: verbatim
28103 #: ../fish/guestfish-commands.pod:44
28104 #, no-wrap
28105 msgid ""
28106 " copy-out /home .\n"
28107 "\n"
28108 msgstr ""
28109
28110 #. type: textblock
28111 #: ../fish/guestfish-commands.pod:46
28112 msgid ""
28113 "Wildcards cannot be used in the ordinary command, but you can use them with "
28114 "the help of L</glob> like this:"
28115 msgstr ""
28116
28117 #. type: verbatim
28118 #: ../fish/guestfish-commands.pod:49
28119 #, no-wrap
28120 msgid ""
28121 " glob copy-out /home/* .\n"
28122 "\n"
28123 msgstr ""
28124
28125 #. type: =head2
28126 #: ../fish/guestfish-commands.pod:51
28127 msgid "echo"
28128 msgstr ""
28129
28130 #. type: verbatim
28131 #: ../fish/guestfish-commands.pod:53
28132 #, no-wrap
28133 msgid ""
28134 " echo [params ...]\n"
28135 "\n"
28136 msgstr ""
28137
28138 #. type: textblock
28139 #: ../fish/guestfish-commands.pod:55
28140 msgid "This echos the parameters to the terminal."
28141 msgstr ""
28142
28143 #. type: =head2
28144 #: ../fish/guestfish-commands.pod:57
28145 msgid "edit"
28146 msgstr ""
28147
28148 #. type: =head2
28149 #: ../fish/guestfish-commands.pod:59
28150 msgid "vi"
28151 msgstr ""
28152
28153 #. type: =head2
28154 #: ../fish/guestfish-commands.pod:61
28155 msgid "emacs"
28156 msgstr ""
28157
28158 #. type: verbatim
28159 #: ../fish/guestfish-commands.pod:63
28160 #, no-wrap
28161 msgid ""
28162 " edit filename\n"
28163 "\n"
28164 msgstr ""
28165
28166 #. type: textblock
28167 #: ../fish/guestfish-commands.pod:65
28168 msgid ""
28169 "This is used to edit a file.  It downloads the file, edits it locally using "
28170 "your editor, then uploads the result."
28171 msgstr ""
28172
28173 #. type: textblock
28174 #: ../fish/guestfish-commands.pod:68
28175 msgid ""
28176 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
28177 "or C<emacs> you will get those corresponding editors."
28178 msgstr ""
28179
28180 #. type: =head2
28181 #: ../fish/guestfish-commands.pod:72
28182 msgid "glob"
28183 msgstr ""
28184
28185 #. type: verbatim
28186 #: ../fish/guestfish-commands.pod:74
28187 #, no-wrap
28188 msgid ""
28189 " glob command args...\n"
28190 "\n"
28191 msgstr ""
28192
28193 #. type: textblock
28194 #: ../fish/guestfish-commands.pod:76
28195 msgid ""
28196 "Expand wildcards in any paths in the args list, and run C<command> "
28197 "repeatedly on each matching path."
28198 msgstr ""
28199
28200 #. type: textblock
28201 #: ../fish/guestfish-commands.pod:79
28202 msgid "See L</WILDCARDS AND GLOBBING>."
28203 msgstr ""
28204
28205 #. type: =head2
28206 #: ../fish/guestfish-commands.pod:81
28207 msgid "hexedit"
28208 msgstr ""
28209
28210 #. type: verbatim
28211 #: ../fish/guestfish-commands.pod:83
28212 #, no-wrap
28213 msgid ""
28214 " hexedit <filename|device>\n"
28215 " hexedit <filename|device> <max>\n"
28216 " hexedit <filename|device> <start> <max>\n"
28217 "\n"
28218 msgstr ""
28219
28220 #. type: textblock
28221 #: ../fish/guestfish-commands.pod:87
28222 msgid ""
28223 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
28224 "device."
28225 msgstr ""
28226
28227 #. type: textblock
28228 #: ../fish/guestfish-commands.pod:90
28229 msgid ""
28230 "This command works by downloading potentially the whole file or device, "
28231 "editing it locally, then uploading it.  If the file or device is large, you "
28232 "have to specify which part you wish to edit by using C<max> and/or C<start> "
28233 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
28234 "usual modifiers allowed such as C<1M> (1 megabyte)."
28235 msgstr ""
28236
28237 #. type: textblock
28238 #: ../fish/guestfish-commands.pod:97
28239 msgid "For example to edit the first few sectors of a disk you might do:"
28240 msgstr ""
28241
28242 #. type: verbatim
28243 #: ../fish/guestfish-commands.pod:100
28244 #, no-wrap
28245 msgid ""
28246 " hexedit /dev/sda 1M\n"
28247 "\n"
28248 msgstr ""
28249
28250 #. type: textblock
28251 #: ../fish/guestfish-commands.pod:102
28252 msgid ""
28253 "which would allow you to edit anywhere within the first megabyte of the disk."
28254 msgstr ""
28255
28256 #. type: textblock
28257 #: ../fish/guestfish-commands.pod:105
28258 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
28259 msgstr ""
28260
28261 #. type: verbatim
28262 #: ../fish/guestfish-commands.pod:107
28263 #, no-wrap
28264 msgid ""
28265 " hexedit /dev/sda1 0x400 0x400\n"
28266 "\n"
28267 msgstr ""
28268
28269 #. type: textblock
28270 #: ../fish/guestfish-commands.pod:109
28271 msgid "(assuming the superblock is in the standard location)."
28272 msgstr ""
28273
28274 #. type: textblock
28275 #: ../fish/guestfish-commands.pod:111
28276 msgid ""
28277 "This command requires the external L<hexedit(1)> program.  You can specify "
28278 "another program to use by setting the C<HEXEDITOR> environment variable."
28279 msgstr ""
28280
28281 #. type: textblock
28282 #: ../fish/guestfish-commands.pod:115
28283 msgid "See also L</hexdump>."
28284 msgstr ""
28285
28286 #. type: =head2
28287 #: ../fish/guestfish-commands.pod:117
28288 msgid "lcd"
28289 msgstr ""
28290
28291 #. type: verbatim
28292 #: ../fish/guestfish-commands.pod:119
28293 #, no-wrap
28294 msgid ""
28295 " lcd directory\n"
28296 "\n"
28297 msgstr ""
28298
28299 #. type: textblock
28300 #: ../fish/guestfish-commands.pod:121
28301 msgid ""
28302 "Change the local directory, ie. the current directory of guestfish itself."
28303 msgstr ""
28304
28305 #. type: textblock
28306 #: ../fish/guestfish-commands.pod:124
28307 msgid "Note that C<!cd> won't do what you might expect."
28308 msgstr ""
28309
28310 #. type: =head2
28311 #: ../fish/guestfish-commands.pod:126
28312 msgid "man"
28313 msgstr ""
28314
28315 #. type: =head2
28316 #: ../fish/guestfish-commands.pod:128
28317 msgid "manual"
28318 msgstr ""
28319
28320 #. type: verbatim
28321 #: ../fish/guestfish-commands.pod:130
28322 #, no-wrap
28323 msgid ""
28324 "  man\n"
28325 "\n"
28326 msgstr ""
28327
28328 #. type: textblock
28329 #: ../fish/guestfish-commands.pod:132
28330 msgid "Opens the manual page for guestfish."
28331 msgstr ""
28332
28333 #. type: =head2
28334 #: ../fish/guestfish-commands.pod:134
28335 msgid "more"
28336 msgstr ""
28337
28338 #. type: =head2
28339 #: ../fish/guestfish-commands.pod:136
28340 msgid "less"
28341 msgstr ""
28342
28343 #. type: verbatim
28344 #: ../fish/guestfish-commands.pod:138
28345 #, no-wrap
28346 msgid ""
28347 " more filename\n"
28348 "\n"
28349 msgstr ""
28350
28351 #. type: verbatim
28352 #: ../fish/guestfish-commands.pod:140
28353 #, no-wrap
28354 msgid ""
28355 " less filename\n"
28356 "\n"
28357 msgstr ""
28358
28359 #. type: textblock
28360 #: ../fish/guestfish-commands.pod:142
28361 msgid "This is used to view a file."
28362 msgstr ""
28363
28364 #. type: textblock
28365 #: ../fish/guestfish-commands.pod:144
28366 msgid ""
28367 "The default viewer is C<$PAGER>.  However if you use the alternate command "
28368 "C<less> you will get the C<less> command specifically."
28369 msgstr ""
28370
28371 #. type: =head2
28372 #: ../fish/guestfish-commands.pod:147
28373 msgid "reopen"
28374 msgstr ""
28375
28376 #. type: verbatim
28377 #: ../fish/guestfish-commands.pod:149
28378 #, no-wrap
28379 msgid ""
28380 "  reopen\n"
28381 "\n"
28382 msgstr ""
28383
28384 #. type: textblock
28385 #: ../fish/guestfish-commands.pod:151
28386 msgid ""
28387 "Close and reopen the libguestfs handle.  It is not necessary to use this "
28388 "normally, because the handle is closed properly when guestfish exits.  "
28389 "However this is occasionally useful for testing."
28390 msgstr ""
28391
28392 #. type: =head2
28393 #: ../fish/guestfish-commands.pod:155
28394 msgid "sparse"
28395 msgstr ""
28396
28397 #. type: verbatim
28398 #: ../fish/guestfish-commands.pod:157
28399 #, no-wrap
28400 msgid ""
28401 " sparse filename size\n"
28402 "\n"
28403 msgstr ""
28404
28405 #. type: textblock
28406 #: ../fish/guestfish-commands.pod:159
28407 msgid ""
28408 "This creates an empty sparse file of the given size, and then adds so it can "
28409 "be further examined."
28410 msgstr ""
28411
28412 #. type: textblock
28413 #: ../fish/guestfish-commands.pod:162
28414 msgid ""
28415 "In all respects it works the same as the L</alloc> command, except that the "
28416 "image file is allocated sparsely, which means that disk blocks are not "
28417 "assigned to the file until they are needed.  Sparse disk files only use "
28418 "space when written to, but they are slower and there is a danger you could "
28419 "run out of real disk space during a write operation."
28420 msgstr ""
28421
28422 #. type: =head2
28423 #: ../fish/guestfish-commands.pod:172
28424 msgid "supported"
28425 msgstr ""
28426
28427 #. type: verbatim
28428 #: ../fish/guestfish-commands.pod:174
28429 #, no-wrap
28430 msgid ""
28431 " supported\n"
28432 "\n"
28433 msgstr ""
28434
28435 #. type: textblock
28436 #: ../fish/guestfish-commands.pod:176
28437 msgid ""
28438 "This command returns a list of the optional groups known to the daemon, and "
28439 "indicates which ones are supported by this build of the libguestfs appliance."
28440 msgstr ""
28441
28442 #. type: textblock
28443 #: ../fish/guestfish-commands.pod:180
28444 msgid "See also L<guestfs(3)/AVAILABILITY>."
28445 msgstr ""
28446
28447 #. type: =head2
28448 #: ../fish/guestfish-commands.pod:182
28449 msgid "time"
28450 msgstr ""
28451
28452 #. type: verbatim
28453 #: ../fish/guestfish-commands.pod:184
28454 #, no-wrap
28455 msgid ""
28456 " time command args...\n"
28457 "\n"
28458 msgstr ""
28459
28460 #. type: textblock
28461 #: ../fish/guestfish-commands.pod:186
28462 msgid ""
28463 "Run the command as usual, but print the elapsed time afterwards.  This can "
28464 "be useful for benchmarking operations."
28465 msgstr ""
28466
28467 #. type: textblock
28468 #: ../test-tool/libguestfs-test-tool.pod:5
28469 msgid "libguestfs-test-tool - End user tests for libguestfs"
28470 msgstr ""
28471
28472 #. type: verbatim
28473 #: ../test-tool/libguestfs-test-tool.pod:9
28474 #, no-wrap
28475 msgid ""
28476 " libguestfs-test-tool [--options]\n"
28477 "\n"
28478 msgstr ""
28479
28480 #. type: textblock
28481 #: ../test-tool/libguestfs-test-tool.pod:13
28482 msgid ""
28483 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
28484 "and developers, to allow them to check basic libguestfs functionality is "
28485 "working.  This is needed because libguestfs occasionally breaks for reasons "
28486 "beyond our control: usually because of changes in the underlying qemu or "
28487 "kernel packages, or the host environment."
28488 msgstr ""
28489
28490 #. type: textblock
28491 #: ../test-tool/libguestfs-test-tool.pod:20
28492 msgid "If you suspect a problem in libguestfs, then just run:"
28493 msgstr ""
28494
28495 #. type: verbatim
28496 #: ../test-tool/libguestfs-test-tool.pod:22
28497 #, no-wrap
28498 msgid ""
28499 " libguestfs-test-tool\n"
28500 "\n"
28501 msgstr ""
28502
28503 #. type: textblock
28504 #: ../test-tool/libguestfs-test-tool.pod:24
28505 msgid "It will print lots of diagnostic messages."
28506 msgstr ""
28507
28508 #. type: textblock
28509 #: ../test-tool/libguestfs-test-tool.pod:26
28510 msgid "If it runs to completion successfully, you will see this near the end:"
28511 msgstr ""
28512
28513 #. type: verbatim
28514 #: ../test-tool/libguestfs-test-tool.pod:28
28515 #, no-wrap
28516 msgid ""
28517 " ===== TEST FINISHED OK =====\n"
28518 "\n"
28519 msgstr ""
28520
28521 #. type: textblock
28522 #: ../test-tool/libguestfs-test-tool.pod:30
28523 msgid "and the test tool will exit with code 0."
28524 msgstr ""
28525
28526 #. type: textblock
28527 #: ../test-tool/libguestfs-test-tool.pod:32
28528 msgid ""
28529 "If it fails (and/or exits with non-zero error code), please paste the "
28530 "B<complete, unedited> output of the test tool into a bug report.  More "
28531 "information about reporting bugs can be found on the L<http://libguestfs.org/"
28532 "> website."
28533 msgstr ""
28534
28535 #. type: =item
28536 #: ../test-tool/libguestfs-test-tool.pod:41
28537 msgid "I<--help>"
28538 msgstr ""
28539
28540 #. type: textblock
28541 #: ../test-tool/libguestfs-test-tool.pod:43
28542 msgid "Display short usage information and exit."
28543 msgstr ""
28544
28545 #. type: =item
28546 #: ../test-tool/libguestfs-test-tool.pod:45
28547 msgid "I<--qemu qemu_binary>"
28548 msgstr ""
28549
28550 #. type: textblock
28551 #: ../test-tool/libguestfs-test-tool.pod:47
28552 msgid ""
28553 "If you have downloaded another qemu binary, point this option at the full "
28554 "path of the binary to try it."
28555 msgstr ""
28556
28557 #. type: =item
28558 #: ../test-tool/libguestfs-test-tool.pod:50
28559 msgid "I<--qemudir qemu_source_dir>"
28560 msgstr ""
28561
28562 #. type: textblock
28563 #: ../test-tool/libguestfs-test-tool.pod:52
28564 msgid ""
28565 "If you have compiled qemu from source, point this option at the source "
28566 "directory to try it."
28567 msgstr ""
28568
28569 #. type: =item
28570 #: ../test-tool/libguestfs-test-tool.pod:55
28571 msgid "I<--timeout N>"
28572 msgstr ""
28573
28574 #. type: textblock
28575 #: ../test-tool/libguestfs-test-tool.pod:57
28576 msgid ""
28577 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
28578 "does not usually need to be adjusted unless your machine is very slow."
28579 msgstr ""
28580
28581 #. type: =head1
28582 #: ../test-tool/libguestfs-test-tool.pod:63
28583 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
28584 msgstr ""
28585
28586 #. type: textblock
28587 #: ../test-tool/libguestfs-test-tool.pod:65
28588 msgid ""
28589 "If you have compiled another version of qemu from source and would like to "
28590 "try that, then you can use the I<--qemudir> option to point to the qemu "
28591 "source directory."
28592 msgstr ""
28593
28594 #. type: textblock
28595 #: ../test-tool/libguestfs-test-tool.pod:69
28596 msgid ""
28597 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
28598 "option to point to the binary."
28599 msgstr ""
28600
28601 #. type: textblock
28602 #: ../test-tool/libguestfs-test-tool.pod:72
28603 msgid ""
28604 "When using an alternate qemu with libguestfs, usually you would need to "
28605 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
28606 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
28607 "use either of the I<--qemudir> or I<--qemu> options."
28608 msgstr ""
28609
28610 #. type: textblock
28611 #: ../test-tool/libguestfs-test-tool.pod:79
28612 msgid ""
28613 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
28614 "I<1> if there was an error."
28615 msgstr ""
28616
28617 #. type: textblock
28618 #: ../test-tool/libguestfs-test-tool.pod:84
28619 msgid ""
28620 "For the full list of environment variables which may affect libguestfs, "
28621 "please see the L<guestfs(3)> manual page."
28622 msgstr ""
28623
28624 #. type: textblock
28625 #: ../test-tool/libguestfs-test-tool.pod:89
28626 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
28627 msgstr ""
28628
28629 #. type: textblock
28630 #: ../fuse/guestmount.pod:5
28631 msgid ""
28632 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
28633 msgstr ""
28634
28635 #. type: verbatim
28636 #: ../fuse/guestmount.pod:9
28637 #, no-wrap
28638 msgid ""
28639 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
28640 "\n"
28641 msgstr ""
28642
28643 #. type: verbatim
28644 #: ../fuse/guestmount.pod:11
28645 #, no-wrap
28646 msgid ""
28647 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
28648 "\n"
28649 msgstr ""
28650
28651 #. type: verbatim
28652 #: ../fuse/guestmount.pod:13
28653 #, no-wrap
28654 msgid ""
28655 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
28656 "\n"
28657 msgstr ""
28658
28659 #. type: textblock
28660 #: ../fuse/guestmount.pod:17
28661 msgid ""
28662 "You must I<not> use C<guestmount> in read-write mode on live virtual "
28663 "machines.  If you do this, you risk disk corruption in the VM."
28664 msgstr ""
28665
28666 #. type: textblock
28667 #: ../fuse/guestmount.pod:22
28668 msgid ""
28669 "The guestmount program can be used to mount virtual machine filesystems and "
28670 "other disk images on the host.  It uses libguestfs for access to the guest "
28671 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
28672 "a mountable device."
28673 msgstr ""
28674
28675 #. type: textblock
28676 #: ../fuse/guestmount.pod:27
28677 msgid ""
28678 "Along with other options, you have to give at least one device (I<-a> "
28679 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
28680 "option) or use the I<-i> inspection option.  How this works is better "
28681 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
28682 "below."
28683 msgstr ""
28684
28685 #. type: textblock
28686 #: ../fuse/guestmount.pod:33
28687 msgid ""
28688 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
28689 "by you, and the filesystem will not be visible to any other users unless you "
28690 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
28691 "the filesystem, use the C<fusermount -u> command."
28692 msgstr ""
28693
28694 #. type: textblock
28695 #: ../fuse/guestmount.pod:41
28696 msgid ""
28697 "For a typical Windows guest which has its main filesystem on the first "
28698 "partition:"
28699 msgstr ""
28700
28701 #. type: verbatim
28702 #: ../fuse/guestmount.pod:44
28703 #, no-wrap
28704 msgid ""
28705 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
28706 "\n"
28707 msgstr ""
28708
28709 #. type: textblock
28710 #: ../fuse/guestmount.pod:46
28711 msgid ""
28712 "For a typical Linux guest which has a /boot filesystem on the first "
28713 "partition, and the root filesystem on a logical volume:"
28714 msgstr ""
28715
28716 #. type: verbatim
28717 #: ../fuse/guestmount.pod:49
28718 #, no-wrap
28719 msgid ""
28720 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
28721 "\n"
28722 msgstr ""
28723
28724 #. type: textblock
28725 #: ../fuse/guestmount.pod:51
28726 msgid "To get libguestfs to detect guest mountpoints for you:"
28727 msgstr ""
28728
28729 #. type: verbatim
28730 #: ../fuse/guestmount.pod:53
28731 #, no-wrap
28732 msgid ""
28733 " guestmount -a guest.img -i --ro /mnt\n"
28734 "\n"
28735 msgstr ""
28736
28737 #. type: textblock
28738 #: ../fuse/guestmount.pod:55
28739 msgid "For a libvirt guest called \"Guest\" you could do:"
28740 msgstr ""
28741
28742 #. type: verbatim
28743 #: ../fuse/guestmount.pod:57
28744 #, no-wrap
28745 msgid ""
28746 " guestmount -d Guest -i --ro /mnt\n"
28747 "\n"
28748 msgstr ""
28749
28750 #. type: textblock
28751 #: ../fuse/guestmount.pod:59
28752 msgid ""
28753 "If you don't know what filesystems are contained in a guest or disk image, "
28754 "use L<virt-filesystems(1)> first:"
28755 msgstr ""
28756
28757 #. type: verbatim
28758 #: ../fuse/guestmount.pod:62
28759 #, no-wrap
28760 msgid ""
28761 " virt-filesystems MyGuest\n"
28762 "\n"
28763 msgstr ""
28764
28765 #. type: textblock
28766 #: ../fuse/guestmount.pod:64
28767 msgid ""
28768 "If you want to trace the libguestfs calls but without excessive debugging "
28769 "information, we recommend:"
28770 msgstr ""
28771
28772 #. type: verbatim
28773 #: ../fuse/guestmount.pod:67
28774 #, no-wrap
28775 msgid ""
28776 " guestmount [...] --trace /mnt\n"
28777 "\n"
28778 msgstr ""
28779
28780 #. type: textblock
28781 #: ../fuse/guestmount.pod:69
28782 msgid "If you want to debug the program, we recommend:"
28783 msgstr ""
28784
28785 #. type: verbatim
28786 #: ../fuse/guestmount.pod:71
28787 #, no-wrap
28788 msgid ""
28789 " guestmount [...] --trace --verbose /mnt\n"
28790 "\n"
28791 msgstr ""
28792
28793 #. type: =head1
28794 #: ../fuse/guestmount.pod:73
28795 msgid "NOTES"
28796 msgstr ""
28797
28798 #. type: =head2
28799 #: ../fuse/guestmount.pod:75
28800 msgid "Other users cannot see the filesystem by default"
28801 msgstr ""
28802
28803 #. type: textblock
28804 #: ../fuse/guestmount.pod:77
28805 msgid ""
28806 "If you mount a filesystem as one user (eg. root), then other users will not "
28807 "be able to see it by default.  The fix is to add the FUSE C<allow_other> "
28808 "option when mounting:"
28809 msgstr ""
28810
28811 #. type: verbatim
28812 #: ../fuse/guestmount.pod:81
28813 #, no-wrap
28814 msgid ""
28815 " sudo guestmount [...] -o allow_other /mnt\n"
28816 "\n"
28817 msgstr ""
28818
28819 #. type: =item
28820 #: ../fuse/guestmount.pod:87
28821 msgid "B<-a image> | B<--add image>"
28822 msgstr ""
28823
28824 #. type: textblock
28825 #: ../fuse/guestmount.pod:89
28826 msgid "Add a block device or virtual machine image."
28827 msgstr ""
28828
28829 #. type: =item
28830 #: ../fuse/guestmount.pod:94
28831 msgid "B<-c URI> | B<--connect URI>"
28832 msgstr ""
28833
28834 #. type: =item
28835 #: ../fuse/guestmount.pod:100
28836 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
28837 msgstr ""
28838
28839 #. type: =item
28840 #: ../fuse/guestmount.pod:106
28841 msgid "B<--dir-cache-timeout N>"
28842 msgstr ""
28843
28844 #. type: textblock
28845 #: ../fuse/guestmount.pod:108
28846 msgid ""
28847 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
28848 "seconds.  The readdir cache [actually, there are several semi-independent "
28849 "caches] is populated after a readdir(2) call with the stat and extended "
28850 "attributes of the files in the directory, in anticipation that they will be "
28851 "requested soon after."
28852 msgstr ""
28853
28854 #. type: textblock
28855 #: ../fuse/guestmount.pod:114
28856 msgid ""
28857 "There is also a different attribute cache implemented by FUSE (see the FUSE "
28858 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
28859 "requests, only cache existing ones."
28860 msgstr ""
28861
28862 #. type: =item
28863 #: ../fuse/guestmount.pod:125
28864 msgid "B<--format=raw|qcow2|..> | B<--format>"
28865 msgstr ""
28866
28867 #. type: textblock
28868 #: ../fuse/guestmount.pod:132
28869 msgid ""
28870 "If you have untrusted raw-format guest disk images, you should use this "
28871 "option to specify the disk format.  This avoids a possible security problem "
28872 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
28873 "guestfs_add_drive_opts>."
28874 msgstr ""
28875
28876 #. type: =item
28877 #: ../fuse/guestmount.pod:137
28878 msgid "B<--fuse-help>"
28879 msgstr ""
28880
28881 #. type: textblock
28882 #: ../fuse/guestmount.pod:139
28883 msgid "Display help on special FUSE options (see I<-o> below)."
28884 msgstr ""
28885
28886 #. type: textblock
28887 #: ../fuse/guestmount.pod:143
28888 msgid "Display brief help and exit."
28889 msgstr ""
28890
28891 #. type: =item
28892 #: ../fuse/guestmount.pod:145
28893 msgid "B<-i> | B<--inspector>"
28894 msgstr ""
28895
28896 #. type: textblock
28897 #: ../fuse/guestmount.pod:165
28898 msgid ""
28899 "Mount the named partition or logical volume on the given mountpoint B<in the "
28900 "guest> (this has nothing to do with mountpoints in the host)."
28901 msgstr ""
28902
28903 #. type: textblock
28904 #: ../fuse/guestmount.pod:168
28905 msgid ""
28906 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
28907 "something on C</>."
28908 msgstr ""
28909
28910 #. type: =item
28911 #: ../fuse/guestmount.pod:181
28912 msgid "B<-n> | B<--no-sync>"
28913 msgstr ""
28914
28915 #. type: textblock
28916 #: ../fuse/guestmount.pod:183
28917 msgid ""
28918 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
28919 "unmounted.  If you specify this option, then we don't attempt to sync the "
28920 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
28921 msgstr ""
28922
28923 #. type: =item
28924 #: ../fuse/guestmount.pod:188
28925 msgid "B<-o option> | B<--option option>"
28926 msgstr ""
28927
28928 #. type: textblock
28929 #: ../fuse/guestmount.pod:190
28930 msgid "Pass extra options to FUSE."
28931 msgstr ""
28932
28933 #. type: textblock
28934 #: ../fuse/guestmount.pod:192
28935 msgid ""
28936 "To get a list of all the extra options supported by FUSE, use the command "
28937 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
28938 "of them are a good idea."
28939 msgstr ""
28940
28941 #. type: verbatim
28942 #: ../fuse/guestmount.pod:196
28943 #, no-wrap
28944 msgid ""
28945 " guestmount --fuse-help\n"
28946 "\n"
28947 msgstr ""
28948
28949 #. type: textblock
28950 #: ../fuse/guestmount.pod:198
28951 msgid "Some potentially useful FUSE options:"
28952 msgstr ""
28953
28954 #. type: =item
28955 #: ../fuse/guestmount.pod:202
28956 msgid "B<-o allow_other>"
28957 msgstr ""
28958
28959 #. type: textblock
28960 #: ../fuse/guestmount.pod:204
28961 msgid "Allow other users to see the filesystem."
28962 msgstr ""
28963
28964 #. type: =item
28965 #: ../fuse/guestmount.pod:206
28966 msgid "B<-o attr_timeout=N>"
28967 msgstr ""
28968
28969 #. type: textblock
28970 #: ../fuse/guestmount.pod:208
28971 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
28972 msgstr ""
28973
28974 #. type: =item
28975 #: ../fuse/guestmount.pod:210
28976 msgid "B<-o kernel_cache>"
28977 msgstr ""
28978
28979 #. type: textblock
28980 #: ../fuse/guestmount.pod:212
28981 msgid ""
28982 "Allow the kernel to cache files (reduces the number of reads that have to go "
28983 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
28984 "afford the extra memory usage."
28985 msgstr ""
28986
28987 #. type: =item
28988 #: ../fuse/guestmount.pod:216
28989 msgid "B<-o uid=N> B<-o gid=N>"
28990 msgstr ""
28991
28992 #. type: textblock
28993 #: ../fuse/guestmount.pod:218
28994 msgid ""
28995 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
28996 "the chosen values."
28997 msgstr ""
28998
28999 #. type: =item
29000 #: ../fuse/guestmount.pod:223
29001 msgid "B<-r> | B<--ro>"
29002 msgstr ""
29003
29004 #. type: textblock
29005 #: ../fuse/guestmount.pod:225
29006 msgid ""
29007 "Add devices and mount everything read-only.  Also disallow writes and make "
29008 "the disk appear read-only to FUSE."
29009 msgstr ""
29010
29011 #. type: textblock
29012 #: ../fuse/guestmount.pod:228
29013 msgid ""
29014 "This is highly recommended if you are not going to edit the guest disk.  If "
29015 "the guest is running and this option is I<not> supplied, then there is a "
29016 "strong risk of disk corruption in the guest.  We try to prevent this from "
29017 "happening, but it is not always possible."
29018 msgstr ""
29019
29020 #. type: textblock
29021 #: ../fuse/guestmount.pod:233
29022 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
29023 msgstr ""
29024
29025 #. type: textblock
29026 #: ../fuse/guestmount.pod:237
29027 msgid "Enable SELinux support for the guest."
29028 msgstr ""
29029
29030 #. type: =item
29031 #: ../fuse/guestmount.pod:239
29032 msgid "B<-v> | B<--verbose>"
29033 msgstr ""
29034
29035 #. type: textblock
29036 #: ../fuse/guestmount.pod:241
29037 msgid "Enable verbose messages from underlying libguestfs."
29038 msgstr ""
29039
29040 #. type: =item
29041 #: ../fuse/guestmount.pod:243
29042 msgid "B<-V> | B<--version>"
29043 msgstr ""
29044
29045 #. type: textblock
29046 #: ../fuse/guestmount.pod:245
29047 msgid "Display the program version and exit."
29048 msgstr ""
29049
29050 #. type: =item
29051 #: ../fuse/guestmount.pod:247
29052 msgid "B<-w> | B<--rw>"
29053 msgstr ""
29054
29055 #. type: textblock
29056 #: ../fuse/guestmount.pod:252 ../fuse/guestmount.pod:273
29057 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
29058 msgstr ""
29059
29060 #. type: =item
29061 #: ../fuse/guestmount.pod:254
29062 msgid "B<-x> | B<--trace>"
29063 msgstr ""
29064
29065 #. type: textblock
29066 #: ../fuse/guestmount.pod:256
29067 msgid "Trace libguestfs calls and entry into each FUSE function."
29068 msgstr ""
29069
29070 #. type: textblock
29071 #: ../fuse/guestmount.pod:258
29072 msgid "This also stops the daemon from forking into the background."
29073 msgstr ""
29074
29075 #. type: textblock
29076 #: ../fuse/guestmount.pod:279
29077 msgid ""
29078 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29079 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
29080 "net/>."
29081 msgstr ""
29082
29083 #. type: textblock
29084 #: ../fuse/guestmount.pod:294
29085 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
29086 msgstr ""
29087
29088 #. type: textblock
29089 #: ../tools/virt-edit.pl:34
29090 msgid "virt-edit - Edit a file in a virtual machine"
29091 msgstr ""
29092
29093 #. type: verbatim
29094 #: ../tools/virt-edit.pl:38
29095 #, no-wrap
29096 msgid ""
29097 " virt-edit [--options] domname file\n"
29098 "\n"
29099 msgstr ""
29100
29101 #. type: verbatim
29102 #: ../tools/virt-edit.pl:40
29103 #, no-wrap
29104 msgid ""
29105 " virt-edit [--options] disk.img [disk.img ...] file\n"
29106 "\n"
29107 msgstr ""
29108
29109 #. type: verbatim
29110 #: ../tools/virt-edit.pl:42
29111 #, no-wrap
29112 msgid ""
29113 " virt-edit [domname|disk.img] file -e 'expr'\n"
29114 "\n"
29115 msgstr ""
29116
29117 #. type: textblock
29118 #: ../tools/virt-edit.pl:46
29119 msgid ""
29120 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
29121 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
29122 "doing this, but doesn't catch all cases."
29123 msgstr ""
29124
29125 #. type: textblock
29126 #: ../tools/virt-edit.pl:52
29127 msgid ""
29128 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
29129 "the named virtual machine (or disk image)."
29130 msgstr ""
29131
29132 #. type: textblock
29133 #: ../tools/virt-edit.pl:55
29134 msgid "If you want to just view a file, use L<virt-cat(1)>."
29135 msgstr ""
29136
29137 #. type: textblock
29138 #: ../tools/virt-edit.pl:57
29139 msgid ""
29140 "For more complex cases you should look at the L<guestfish(1)> tool (see L</"
29141 "USING GUESTFISH> below)."
29142 msgstr ""
29143
29144 #. type: textblock
29145 #: ../tools/virt-edit.pl:60
29146 msgid ""
29147 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
29148 "files.  L<guestfish(1)> can do that and much more."
29149 msgstr ""
29150
29151 #. type: textblock
29152 #: ../tools/virt-edit.pl:65
29153 msgid "Edit the named files interactively:"
29154 msgstr ""
29155
29156 #. type: verbatim
29157 #: ../tools/virt-edit.pl:67
29158 #, no-wrap
29159 msgid ""
29160 " virt-edit mydomain /boot/grub/grub.conf\n"
29161 "\n"
29162 msgstr ""
29163
29164 #. type: verbatim
29165 #: ../tools/virt-edit.pl:69
29166 #, no-wrap
29167 msgid ""
29168 " virt-edit mydomain /etc/passwd\n"
29169 "\n"
29170 msgstr ""
29171
29172 #. type: textblock
29173 #: ../tools/virt-edit.pl:71
29174 msgid "For Windows guests, some Windows paths are understood:"
29175 msgstr ""
29176
29177 #. type: verbatim
29178 #: ../tools/virt-edit.pl:73
29179 #, no-wrap
29180 msgid ""
29181 " virt-edit mywindomain 'c:\\autoexec.bat'\n"
29182 "\n"
29183 msgstr ""
29184
29185 #. type: textblock
29186 #: ../tools/virt-edit.pl:75
29187 msgid ""
29188 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
29189 "below).  To change the init default level to 5:"
29190 msgstr ""
29191
29192 #. type: verbatim
29193 #: ../tools/virt-edit.pl:79
29194 #, no-wrap
29195 msgid ""
29196 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
29197 "\n"
29198 msgstr ""
29199
29200 #. type: textblock
29201 #: ../tools/virt-edit.pl:91 ../tools/virt-win-reg.pl:106
29202 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:113
29203 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
29204 msgid "Display brief help."
29205 msgstr ""
29206
29207 #. type: textblock
29208 #: ../tools/virt-edit.pl:99 ../tools/virt-win-reg.pl:114
29209 #: ../tools/virt-list-filesystems.pl:71 ../tools/virt-tar.pl:121
29210 #: ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:72
29211 msgid "Display version number and exit."
29212 msgstr ""
29213
29214 #. type: =item
29215 #: ../tools/virt-edit.pl:105
29216 msgid "B<--backup extension> | B<-b extension>"
29217 msgstr ""
29218
29219 #. type: textblock
29220 #: ../tools/virt-edit.pl:107
29221 msgid ""
29222 "Create a backup of the original file I<in the guest disk image>.  The backup "
29223 "has the original filename with C<extension> added."
29224 msgstr ""
29225
29226 #. type: textblock
29227 #: ../tools/virt-edit.pl:110
29228 msgid ""
29229 "Usually the first character of C<extension> would be a dot C<.> so you would "
29230 "write:"
29231 msgstr ""
29232
29233 #. type: verbatim
29234 #: ../tools/virt-edit.pl:113
29235 #, no-wrap
29236 msgid ""
29237 " virt-edit -b .orig [etc]\n"
29238 "\n"
29239 msgstr ""
29240
29241 #. type: textblock
29242 #: ../tools/virt-edit.pl:115
29243 msgid "By default, no backup file is made."
29244 msgstr ""
29245
29246 #. type: =item
29247 #: ../tools/virt-edit.pl:121 ../tools/virt-win-reg.pl:128
29248 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:127
29249 #: ../tools/virt-list-partitions.pl:78
29250 msgid "B<--connect URI> | B<-c URI>"
29251 msgstr ""
29252
29253 #. type: textblock
29254 #: ../tools/virt-edit.pl:123 ../tools/virt-win-reg.pl:130
29255 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:129
29256 #: ../tools/virt-list-partitions.pl:80
29257 msgid ""
29258 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
29259 "to the default libvirt hypervisor."
29260 msgstr ""
29261
29262 #. type: textblock
29263 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:133
29264 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:132
29265 #: ../tools/virt-list-partitions.pl:83
29266 msgid ""
29267 "If you specify guest block devices directly, then libvirt is not used at all."
29268 msgstr ""
29269
29270 #. type: =item
29271 #: ../tools/virt-edit.pl:133 ../tools/virt-win-reg.pl:140
29272 #: ../tools/virt-list-filesystems.pl:89 ../tools/virt-tar.pl:139
29273 #: ../tools/virt-list-partitions.pl:90
29274 msgid "B<--format> raw"
29275 msgstr ""
29276
29277 #. type: textblock
29278 #: ../tools/virt-edit.pl:135 ../tools/virt-win-reg.pl:142
29279 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:141
29280 #: ../tools/virt-list-partitions.pl:92
29281 msgid ""
29282 "Specify the format of disk images given on the command line.  If this is "
29283 "omitted then the format is autodetected from the content of the disk image."
29284 msgstr ""
29285
29286 #. type: textblock
29287 #: ../tools/virt-edit.pl:139 ../tools/virt-win-reg.pl:146
29288 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:145
29289 #: ../tools/virt-list-partitions.pl:96
29290 msgid ""
29291 "If disk images are requested from libvirt, then this program asks libvirt "
29292 "for this information.  In this case, the value of the format parameter is "
29293 "ignored."
29294 msgstr ""
29295
29296 #. type: textblock
29297 #: ../tools/virt-edit.pl:143 ../tools/virt-win-reg.pl:150
29298 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:149
29299 #: ../tools/virt-list-partitions.pl:100
29300 msgid ""
29301 "If working with untrusted raw-format guest disk images, you should ensure "
29302 "the format is always specified."
29303 msgstr ""
29304
29305 #. type: =item
29306 #: ../tools/virt-edit.pl:150
29307 msgid "B<--expr EXPR> | B<-e EXPR>"
29308 msgstr ""
29309
29310 #. type: textblock
29311 #: ../tools/virt-edit.pl:152
29312 msgid ""
29313 "Instead of launching the external editor, non-interactively apply the Perl "
29314 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
29315 "EDITING> below."
29316 msgstr ""
29317
29318 #. type: textblock
29319 #: ../tools/virt-edit.pl:156
29320 msgid ""
29321 "Be careful to properly quote the expression to prevent it from being altered "
29322 "by the shell."
29323 msgstr ""
29324
29325 #. type: =head1
29326 #: ../tools/virt-edit.pl:280
29327 msgid "NON-INTERACTIVE EDITING"
29328 msgstr ""
29329
29330 #. type: textblock
29331 #: ../tools/virt-edit.pl:282
29332 msgid ""
29333 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
29334 "administrator can interactively edit the file."
29335 msgstr ""
29336
29337 #. type: textblock
29338 #: ../tools/virt-edit.pl:285
29339 msgid ""
29340 "There are two ways also to use C<virt-edit> from scripts in order to make "
29341 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
29342 "like this, it's less error-prone to write scripts directly using the "
29343 "libguestfs API and Augeas for configuration file editing.)"
29344 msgstr ""
29345
29346 #. type: textblock
29347 #: ../tools/virt-edit.pl:291
29348 msgid ""
29349 "The first method is to temporarily set C<$EDITOR> to any script or program "
29350 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
29351 "update C<tmpfile> in place however it likes."
29352 msgstr ""
29353
29354 #. type: textblock
29355 #: ../tools/virt-edit.pl:295
29356 msgid ""
29357 "The second method is to use the I<-e> parameter of C<virt-edit> to run a "
29358 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
29359 "instances of C<foo> with C<bar> in a file:"
29360 msgstr ""
29361
29362 #. type: verbatim
29363 #: ../tools/virt-edit.pl:299
29364 #, no-wrap
29365 msgid ""
29366 " virt-edit domname filename -e 's/foo/bar/'\n"
29367 "\n"
29368 msgstr ""
29369
29370 #. type: textblock
29371 #: ../tools/virt-edit.pl:301
29372 msgid ""
29373 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
29374 "For example to delete root's password you could do:"
29375 msgstr ""
29376
29377 #. type: verbatim
29378 #: ../tools/virt-edit.pl:304
29379 #, no-wrap
29380 msgid ""
29381 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
29382 "\n"
29383 msgstr ""
29384
29385 #. type: textblock
29386 #: ../tools/virt-edit.pl:306
29387 msgid ""
29388 "What really happens is that the snippet is evaluated as a Perl expression "
29389 "for each line of the file.  The line, including the final C<\\n>, is passed "
29390 "in C<$_> and the expression should update C<$_> or leave it unchanged."
29391 msgstr ""
29392
29393 #. type: textblock
29394 #: ../tools/virt-edit.pl:311
29395 msgid ""
29396 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
29397 "C<apache> user account from the password file you can do:"
29398 msgstr ""
29399
29400 #. type: verbatim
29401 #: ../tools/virt-edit.pl:314
29402 #, no-wrap
29403 msgid ""
29404 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
29405 "\n"
29406 msgstr ""
29407
29408 #. type: textblock
29409 #: ../tools/virt-edit.pl:316
29410 msgid ""
29411 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
29412 "the end of the file is rather difficult this way since there is no concept "
29413 "of \"last line of the file\" - your expression just doesn't get called "
29414 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
29415 "want to do this."
29416 msgstr ""
29417
29418 #. type: textblock
29419 #: ../tools/virt-edit.pl:322
29420 msgid ""
29421 "The variable C<$lineno> contains the current line number.  As is "
29422 "traditional, the first line in the file is number C<1>."
29423 msgstr ""
29424
29425 #. type: textblock
29426 #: ../tools/virt-edit.pl:325
29427 msgid ""
29428 "The return value from the expression is ignored, but the expression may call "
29429 "C<die> in order to abort the whole program, leaving the original file "
29430 "untouched."
29431 msgstr ""
29432
29433 #. type: textblock
29434 #: ../tools/virt-edit.pl:329
29435 msgid ""
29436 "Remember when matching the end of a line that C<$_> may contain the final C<"
29437 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
29438 "newline then neither of these.  Thus to match or substitute some text at the "
29439 "end of a line, use this regular expression:"
29440 msgstr ""
29441
29442 #. type: verbatim
29443 #: ../tools/virt-edit.pl:334
29444 #, no-wrap
29445 msgid ""
29446 " /some text(\\r?\\n)?$/\n"
29447 "\n"
29448 msgstr ""
29449
29450 #. type: textblock
29451 #: ../tools/virt-edit.pl:336
29452 msgid ""
29453 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
29454 "$_> itself (since that would remove all newlines from the file):"
29455 msgstr ""
29456
29457 #. type: verbatim
29458 #: ../tools/virt-edit.pl:340
29459 #, no-wrap
29460 msgid ""
29461 " my $m = $_; chomp $m; $m =~ /some text$/\n"
29462 "\n"
29463 msgstr ""
29464
29465 #. type: textblock
29466 #: ../tools/virt-edit.pl:344
29467 msgid ""
29468 "C<virt-edit> has a limited ability to understand Windows drive letters and "
29469 "paths (eg. C<E:\\foo\\bar.txt>)."
29470 msgstr ""
29471
29472 #. type: textblock
29473 #: ../tools/virt-edit.pl:347
29474 msgid "If and only if the guest is running Windows then:"
29475 msgstr ""
29476
29477 #. type: textblock
29478 #: ../tools/virt-edit.pl:353
29479 msgid ""
29480 "Drive letter prefixes like C<C:> are resolved against the Windows Registry "
29481 "to the correct filesystem."
29482 msgstr ""
29483
29484 #. type: textblock
29485 #: ../tools/virt-edit.pl:358
29486 msgid ""
29487 "Any backslash (C<\\>) characters in the path are replaced with forward "
29488 "slashes so that libguestfs can process it."
29489 msgstr ""
29490
29491 #. type: textblock
29492 #: ../tools/virt-edit.pl:363
29493 msgid ""
29494 "The path is resolved case insensitively to locate the file that should be "
29495 "edited."
29496 msgstr ""
29497
29498 #. type: textblock
29499 #: ../tools/virt-edit.pl:368
29500 msgid "There are some known shortcomings:"
29501 msgstr ""
29502
29503 #. type: textblock
29504 #: ../tools/virt-edit.pl:374
29505 msgid "Some NTFS symbolic links may not be followed correctly."
29506 msgstr ""
29507
29508 #. type: textblock
29509 #: ../tools/virt-edit.pl:378
29510 msgid "NTFS junction points that cross filesystems are not followed."
29511 msgstr ""
29512
29513 #. type: =head1
29514 #: ../tools/virt-edit.pl:435
29515 msgid "USING GUESTFISH"
29516 msgstr ""
29517
29518 #. type: textblock
29519 #: ../tools/virt-edit.pl:437
29520 msgid ""
29521 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
29522 "C<virt-edit> doesn't work."
29523 msgstr ""
29524
29525 #. type: textblock
29526 #: ../tools/virt-edit.pl:440
29527 msgid "Using C<virt-edit> is approximately equivalent to doing:"
29528 msgstr ""
29529
29530 #. type: verbatim
29531 #: ../tools/virt-edit.pl:442
29532 #, no-wrap
29533 msgid ""
29534 " guestfish --rw -i -d domname edit /file\n"
29535 "\n"
29536 msgstr ""
29537
29538 #. type: textblock
29539 #: ../tools/virt-edit.pl:444
29540 msgid ""
29541 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
29542 "path to the file."
29543 msgstr ""
29544
29545 #. type: textblock
29546 #: ../tools/virt-edit.pl:447
29547 msgid ""
29548 "The command above uses libguestfs's guest inspection feature and so does not "
29549 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
29550 "disk images that don't contain guests.  To edit a file on a disk image "
29551 "directly, use:"
29552 msgstr ""
29553
29554 #. type: verbatim
29555 #: ../tools/virt-edit.pl:452
29556 #, no-wrap
29557 msgid ""
29558 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
29559 "\n"
29560 msgstr ""
29561
29562 #. type: textblock
29563 #: ../tools/virt-edit.pl:454
29564 msgid ""
29565 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
29566 "the disk image to edit, and C</file> is the full path to the file."
29567 msgstr ""
29568
29569 #. type: textblock
29570 #: ../tools/virt-edit.pl:458
29571 msgid ""
29572 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
29573 "C<write> or C<upload> instead:"
29574 msgstr ""
29575
29576 #. type: verbatim
29577 #: ../tools/virt-edit.pl:461
29578 #, no-wrap
29579 msgid ""
29580 " guestfish --rw -i -d domname touch /newfile\n"
29581 "\n"
29582 msgstr ""
29583
29584 #. type: verbatim
29585 #: ../tools/virt-edit.pl:463
29586 #, no-wrap
29587 msgid ""
29588 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
29589 "\n"
29590 msgstr ""
29591
29592 #. type: verbatim
29593 #: ../tools/virt-edit.pl:465
29594 #, no-wrap
29595 msgid ""
29596 " guestfish --rw -i -d domname upload localfile /newfile\n"
29597 "\n"
29598 msgstr ""
29599
29600 #. type: textblock
29601 #: ../tools/virt-edit.pl:467
29602 msgid ""
29603 "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
29604 msgstr ""
29605
29606 #. type: verbatim
29607 #: ../tools/virt-edit.pl:470
29608 #, no-wrap
29609 msgid ""
29610 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
29611 "\n"
29612 msgstr ""
29613
29614 #. type: =item
29615 #: ../tools/virt-edit.pl:480
29616 msgid "C<EDITOR>"
29617 msgstr ""
29618
29619 #. type: textblock
29620 #: ../tools/virt-edit.pl:482
29621 msgid ""
29622 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
29623 "\"emacs -nw\">"
29624 msgstr ""
29625
29626 #. type: textblock
29627 #: ../tools/virt-edit.pl:485
29628 msgid "If not set, C<vi> is used."
29629 msgstr ""
29630
29631 #. type: =head1
29632 #: ../tools/virt-edit.pl:489 ../tools/virt-win-reg.pl:559
29633 #: ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:279
29634 #: ../tools/virt-make-fs.pl:532 ../tools/virt-list-partitions.pl:250
29635 msgid "SHELL QUOTING"
29636 msgstr ""
29637
29638 #. type: textblock
29639 #: ../tools/virt-edit.pl:491 ../tools/virt-win-reg.pl:567
29640 #: ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:281
29641 #: ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:252
29642 msgid ""
29643 "Libvirt guest names can contain arbitrary characters, some of which have "
29644 "meaning to the shell such as C<#> and space.  You may need to quote or "
29645 "escape these characters on the command line.  See the shell manual page L<sh"
29646 "(1)> for details."
29647 msgstr ""
29648
29649 #. type: textblock
29650 #: ../tools/virt-edit.pl:498
29651 msgid ""
29652 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-"
29653 "tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
29654 "L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
29655 msgstr ""
29656
29657 #. type: =head1
29658 #: ../tools/virt-edit.pl:510 ../tools/virt-win-reg.pl:598
29659 #: ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:301
29660 #: ../tools/virt-make-fs.pl:564 ../tools/virt-list-partitions.pl:269
29661 msgid "AUTHOR"
29662 msgstr ""
29663
29664 #. type: textblock
29665 #: ../tools/virt-edit.pl:512 ../tools/virt-win-reg.pl:600
29666 #: ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:303
29667 #: ../tools/virt-make-fs.pl:566 ../tools/virt-list-partitions.pl:271
29668 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
29669 msgstr ""
29670
29671 #. type: textblock
29672 #: ../tools/virt-edit.pl:516
29673 msgid "Copyright (C) 2009-2011 Red Hat Inc."
29674 msgstr ""
29675
29676 #. type: textblock
29677 #: ../tools/virt-win-reg.pl:37
29678 msgid ""
29679 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
29680 msgstr ""
29681
29682 #. type: verbatim
29683 #: ../tools/virt-win-reg.pl:41
29684 #, no-wrap
29685 msgid ""
29686 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
29687 "\n"
29688 msgstr ""
29689
29690 #. type: verbatim
29691 #: ../tools/virt-win-reg.pl:43
29692 #, no-wrap
29693 msgid ""
29694 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
29695 "\n"
29696 msgstr ""
29697
29698 #. type: verbatim
29699 #: ../tools/virt-win-reg.pl:45
29700 #, no-wrap
29701 msgid ""
29702 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
29703 "\n"
29704 msgstr ""
29705
29706 #. type: verbatim
29707 #: ../tools/virt-win-reg.pl:47
29708 #, no-wrap
29709 msgid ""
29710 " virt-win-reg --merge domname [input.reg ...]\n"
29711 "\n"
29712 msgstr ""
29713
29714 #. type: verbatim
29715 #: ../tools/virt-win-reg.pl:49
29716 #, no-wrap
29717 msgid ""
29718 " virt-win-reg [--options] disk.img ... # instead of domname\n"
29719 "\n"
29720 msgstr ""
29721
29722 #. type: textblock
29723 #: ../tools/virt-win-reg.pl:53
29724 msgid ""
29725 "You must I<not> use C<virt-win-reg> with the I<--merge> option on live "
29726 "virtual machines.  If you do this, you I<will> get irreversible disk "
29727 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
29728 "but doesn't catch all cases."
29729 msgstr ""
29730
29731 #. type: textblock
29732 #: ../tools/virt-win-reg.pl:58
29733 msgid ""
29734 "Modifying the Windows Registry is an inherently risky operation.  The format "
29735 "is deliberately obscure and undocumented, and Registry changes can leave the "
29736 "system unbootable.  Therefore when using the I<--merge> option, make sure "
29737 "you have a reliable backup first."
29738 msgstr ""
29739
29740 #. type: textblock
29741 #: ../tools/virt-win-reg.pl:65
29742 msgid ""
29743 "This program can export and merge Windows Registry entries from a Windows "
29744 "guest."
29745 msgstr ""
29746
29747 #. type: textblock
29748 #: ../tools/virt-win-reg.pl:68
29749 msgid ""
29750 "The first parameter is the libvirt guest name or the raw disk image of a "
29751 "Windows guest."
29752 msgstr ""
29753
29754 #. type: textblock
29755 #: ../tools/virt-win-reg.pl:71
29756 msgid ""
29757 "If I<--merge> is I<not> specified, then the chosen registry key is displayed/"
29758 "exported (recursively).  For example:"
29759 msgstr ""
29760
29761 #. type: verbatim
29762 #: ../tools/virt-win-reg.pl:74
29763 #, no-wrap
29764 msgid ""
29765 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
29766 "\n"
29767 msgstr ""
29768
29769 #. type: textblock
29770 #: ../tools/virt-win-reg.pl:76
29771 msgid ""
29772 "You can also display single values from within registry keys, for example:"
29773 msgstr ""
29774
29775 #. type: verbatim
29776 #: ../tools/virt-win-reg.pl:79
29777 #, no-wrap
29778 msgid ""
29779 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
29780 " $ virt-win-reg Windows7 $cvkey ProductName\n"
29781 " Windows 7 Enterprise\n"
29782 "\n"
29783 msgstr ""
29784
29785 #. type: textblock
29786 #: ../tools/virt-win-reg.pl:83
29787 msgid ""
29788 "With I<--merge>, you can merge a textual regedit file into the Windows "
29789 "Registry:"
29790 msgstr ""
29791
29792 #. type: verbatim
29793 #: ../tools/virt-win-reg.pl:86
29794 #, no-wrap
29795 msgid ""
29796 " $ virt-win-reg --merge Windows7 changes.reg\n"
29797 "\n"
29798 msgstr ""
29799
29800 #. type: =head1
29801 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
29802 msgid "NOTE"
29803 msgstr ""
29804
29805 #. type: textblock
29806 #: ../tools/virt-win-reg.pl:90
29807 msgid ""
29808 "This program is only meant for simple access to the registry.  If you want "
29809 "to do complicated things with the registry, we suggest you download the "
29810 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
29811 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
29812 "L<hivexregedit(1)>."
29813 msgstr ""
29814
29815 #. type: =item
29816 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
29817 msgid "B<--debug>"
29818 msgstr ""
29819
29820 #. type: textblock
29821 #: ../tools/virt-win-reg.pl:122
29822 msgid "Enable debugging messages."
29823 msgstr ""
29824
29825 #. type: =item
29826 #: ../tools/virt-win-reg.pl:157
29827 msgid "B<--merge>"
29828 msgstr ""
29829
29830 #. type: textblock
29831 #: ../tools/virt-win-reg.pl:159
29832 msgid ""
29833 "In merge mode, this merges a textual regedit file into the Windows Registry "
29834 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
29835 "displays or exports Registry entries instead."
29836 msgstr ""
29837
29838 #. type: textblock
29839 #: ../tools/virt-win-reg.pl:163
29840 msgid ""
29841 "Note that I<--merge> is I<unsafe> to use on live virtual machines, and will "
29842 "result in disk corruption.  However exporting (without this flag)  is always "
29843 "safe."
29844 msgstr ""
29845
29846 #. type: =item
29847 #: ../tools/virt-win-reg.pl:171
29848 msgid "B<--encoding> UTF-16LE|ASCII"
29849 msgstr ""
29850
29851 #. type: textblock
29852 #: ../tools/virt-win-reg.pl:173
29853 msgid ""
29854 "When merging (only), you may need to specify the encoding for strings to be "
29855 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
29856 "(3)/ENCODING STRINGS>."
29857 msgstr ""
29858
29859 #. type: textblock
29860 #: ../tools/virt-win-reg.pl:177
29861 msgid ""
29862 "The default is to use UTF-16LE, which should work with recent versions of "
29863 "Windows."
29864 msgstr ""
29865
29866 #. type: =head1
29867 #: ../tools/virt-win-reg.pl:402
29868 msgid "SUPPORTED SYSTEMS"
29869 msgstr ""
29870
29871 #. type: textblock
29872 #: ../tools/virt-win-reg.pl:404
29873 msgid ""
29874 "The program currently supports Windows NT-derived guests starting with "
29875 "Windows XP through to at least Windows 7."
29876 msgstr ""
29877
29878 #. type: textblock
29879 #: ../tools/virt-win-reg.pl:407
29880 msgid ""
29881 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
29882 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
29883 "and C<HKEY_USERS\\.DEFAULT>."
29884 msgstr ""
29885
29886 #. type: textblock
29887 #: ../tools/virt-win-reg.pl:411
29888 msgid ""
29889 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
29890 "C<HKEY_USERS>."
29891 msgstr ""
29892
29893 #. type: textblock
29894 #: ../tools/virt-win-reg.pl:414
29895 msgid ""
29896 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
29897 "time."
29898 msgstr ""
29899
29900 #. type: =head1
29901 #: ../tools/virt-win-reg.pl:417
29902 msgid "ENCODING"
29903 msgstr ""
29904
29905 #. type: textblock
29906 #: ../tools/virt-win-reg.pl:419
29907 msgid ""
29908 "C<virt-win-reg> expects that regedit files have already been reencoded in "
29909 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
29910 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
29911 "Windows-style line endings, you may need to reencode the whole file before "
29912 "or after processing."
29913 msgstr ""
29914
29915 #. type: textblock
29916 #: ../tools/virt-win-reg.pl:425
29917 msgid ""
29918 "To reencode a file from Windows format to Linux (before processing it with "
29919 "the I<--merge> option), you would do something like this:"
29920 msgstr ""
29921
29922 #. type: verbatim
29923 #: ../tools/virt-win-reg.pl:428
29924 #, no-wrap
29925 msgid ""
29926 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
29927 "\n"
29928 msgstr ""
29929
29930 #. type: textblock
29931 #: ../tools/virt-win-reg.pl:430
29932 msgid ""
29933 "To go in the opposite direction, after exporting and before sending the file "
29934 "to a Windows user, do something like this:"
29935 msgstr ""
29936
29937 #. type: verbatim
29938 #: ../tools/virt-win-reg.pl:433
29939 #, no-wrap
29940 msgid ""
29941 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
29942 "\n"
29943 msgstr ""
29944
29945 #. type: textblock
29946 #: ../tools/virt-win-reg.pl:435
29947 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
29948 msgstr ""
29949
29950 #. type: textblock
29951 #: ../tools/virt-win-reg.pl:437
29952 msgid ""
29953 "If you are unsure about the current encoding, use the L<file(1)> command.  "
29954 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
29955 "style (CRLF) line endings, like this:"
29956 msgstr ""
29957
29958 #. type: verbatim
29959 #: ../tools/virt-win-reg.pl:441
29960 #, no-wrap
29961 msgid ""
29962 " $ file software.reg\n"
29963 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
29964 " with CRLF line terminators\n"
29965 "\n"
29966 msgstr ""
29967
29968 #. type: textblock
29969 #: ../tools/virt-win-reg.pl:445
29970 msgid "This file would need conversion before you could I<--merge> it."
29971 msgstr ""
29972
29973 #. type: =head1
29974 #: ../tools/virt-win-reg.pl:447
29975 msgid "CurrentControlSet etc."
29976 msgstr ""
29977
29978 #. type: textblock
29979 #: ../tools/virt-win-reg.pl:449
29980 msgid ""
29981 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
29982 "Registry at the level of the hive file, and therefore you cannot modify "
29983 "these."
29984 msgstr ""
29985
29986 #. type: textblock
29987 #: ../tools/virt-win-reg.pl:453
29988 msgid ""
29989 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
29990 "circumstances it might refer to another control set.  The way to find out is "
29991 "to look at the C<HKLM\\SYSTEM\\Select> key:"
29992 msgstr ""
29993
29994 #. type: verbatim
29995 #: ../tools/virt-win-reg.pl:457
29996 #, no-wrap
29997 msgid ""
29998 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
29999 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
30000 " \"Current\"=dword:00000001\n"
30001 " \"Default\"=dword:00000001\n"
30002 " \"Failed\"=dword:00000000\n"
30003 " \"LastKnownGood\"=dword:00000002\n"
30004 "\n"
30005 msgstr ""
30006
30007 #. type: textblock
30008 #: ../tools/virt-win-reg.pl:464
30009 msgid "\"Current\" is the one which Windows will choose when it boots."
30010 msgstr ""
30011
30012 #. type: textblock
30013 #: ../tools/virt-win-reg.pl:466
30014 msgid ""
30015 "Similarly, other C<Current...> keys in the path may need to be replaced."
30016 msgstr ""
30017
30018 #. type: =head1
30019 #: ../tools/virt-win-reg.pl:469
30020 msgid "WINDOWS TIPS"
30021 msgstr ""
30022
30023 #. type: textblock
30024 #: ../tools/virt-win-reg.pl:471
30025 msgid ""
30026 "Note that some of these tips modify the guest disk image.  The guest I<must> "
30027 "be shut off, else you will get disk corruption."
30028 msgstr ""
30029
30030 #. type: =head2
30031 #: ../tools/virt-win-reg.pl:474
30032 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
30033 msgstr ""
30034
30035 #. type: textblock
30036 #: ../tools/virt-win-reg.pl:476
30037 msgid ""
30038 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
30039 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
30040 "is uploaded into C<C:\\>:"
30041 msgstr ""
30042
30043 #. type: verbatim
30044 #: ../tools/virt-win-reg.pl:480
30045 #, no-wrap
30046 msgid ""
30047 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
30048 "\n"
30049 msgstr ""
30050
30051 #. type: textblock
30052 #: ../tools/virt-win-reg.pl:482
30053 msgid "Prepare a regedit file containing the registry change:"
30054 msgstr ""
30055
30056 #. type: verbatim
30057 #: ../tools/virt-win-reg.pl:484
30058 #, no-wrap
30059 msgid ""
30060 " cat > test.reg <<'EOF'\n"
30061 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
30062 " \"Test\"=\"c:\\\\test.bat\"\n"
30063 " EOF\n"
30064 "\n"
30065 msgstr ""
30066
30067 #. type: textblock
30068 #: ../tools/virt-win-reg.pl:489
30069 msgid ""
30070 "In this example we use the key C<RunOnce> which means that the script will "
30071 "run precisely once when the first user logs in.  If you want it to run every "
30072 "time a user logs in, replace C<RunOnce> with C<Run>."
30073 msgstr ""
30074
30075 #. type: textblock
30076 #: ../tools/virt-win-reg.pl:493
30077 msgid "Now update the registry:"
30078 msgstr ""
30079
30080 #. type: verbatim
30081 #: ../tools/virt-win-reg.pl:495
30082 #, no-wrap
30083 msgid ""
30084 " virt-win-reg --merge WindowsGuest test.reg\n"
30085 "\n"
30086 msgstr ""
30087
30088 #. type: =head2
30089 #: ../tools/virt-win-reg.pl:497
30090 msgid "INSTALLING A SERVICE"
30091 msgstr ""
30092
30093 #. type: textblock
30094 #: ../tools/virt-win-reg.pl:499
30095 msgid ""
30096 "This section assumes you are familiar with Windows services, and you either "
30097 "have a program which handles the Windows Service Control Protocol directly "
30098 "or you want to run any program using a service wrapper like SrvAny or the "
30099 "free RHSrvAny."
30100 msgstr ""
30101
30102 #. type: textblock
30103 #: ../tools/virt-win-reg.pl:504
30104 msgid ""
30105 "First upload the program and optionally the service wrapper.  In this case "
30106 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
30107 msgstr ""
30108
30109 #. type: verbatim
30110 #: ../tools/virt-win-reg.pl:508
30111 #, no-wrap
30112 msgid ""
30113 " guestfish -i -d WindowsGuest <<EOF\n"
30114 "   upload rhsrvany.exe /rhsrvany.exe\n"
30115 "   upload test.exe /test.exe\n"
30116 " EOF\n"
30117 "\n"
30118 msgstr ""
30119
30120 #. type: textblock
30121 #: ../tools/virt-win-reg.pl:513
30122 msgid ""
30123 "Prepare a regedit file containing the registry changes.  In this example, "
30124 "the first registry change is needed for the service itself or the service "
30125 "wrapper (if used).  The second registry change is only needed because I am "
30126 "using the RHSrvAny service wrapper."
30127 msgstr ""
30128
30129 #. type: verbatim
30130 #: ../tools/virt-win-reg.pl:518
30131 #, no-wrap
30132 msgid ""
30133 " cat > service.reg <<'EOF'\n"
30134 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
30135 " \"Type\"=dword:00000010\n"
30136 " \"Start\"=dword:00000002\n"
30137 " \"ErrorControl\"=dword:00000001\n"
30138 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
30139 " \"DisplayName\"=\"RHSrvAny\"\n"
30140 " \"ObjectName\"=\"NetworkService\"\n"
30141 " \n"
30142 msgstr ""
30143
30144 #. type: verbatim
30145 #: ../tools/virt-win-reg.pl:527
30146 #, no-wrap
30147 msgid ""
30148 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
30149 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
30150 " \"PWD\"=\"c:\\\\Temp\"\n"
30151 " EOF\n"
30152 "\n"
30153 msgstr ""
30154
30155 #. type: textblock
30156 #: ../tools/virt-win-reg.pl:538
30157 msgid ""
30158 "For use of C<ControlSet001> see the section above in this manual page.  You "
30159 "may need to adjust this according to the control set that is in use by the "
30160 "guest."
30161 msgstr ""
30162
30163 #. type: textblock
30164 #: ../tools/virt-win-reg.pl:544
30165 msgid ""
30166 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
30167 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
30168 "privileged account."
30169 msgstr ""
30170
30171 #. type: textblock
30172 #: ../tools/virt-win-reg.pl:550
30173 msgid ""
30174 "For the meaning of the magic numbers, see this Microsoft KB article: "
30175 "L<http://support.microsoft.com/kb/103000>."
30176 msgstr ""
30177
30178 #. type: textblock
30179 #: ../tools/virt-win-reg.pl:555
30180 msgid "Update the registry:"
30181 msgstr ""
30182
30183 #. type: verbatim
30184 #: ../tools/virt-win-reg.pl:557
30185 #, no-wrap
30186 msgid ""
30187 " virt-win-reg --merge WindowsGuest service.reg\n"
30188 "\n"
30189 msgstr ""
30190
30191 #. type: textblock
30192 #: ../tools/virt-win-reg.pl:561
30193 msgid ""
30194 "Be careful when passing parameters containing C<\\> (backslash) in the "
30195 "shell.  Usually you will have to use 'single quotes' or double backslashes "
30196 "(but not both) to protect them from the shell."
30197 msgstr ""
30198
30199 #. type: textblock
30200 #: ../tools/virt-win-reg.pl:565
30201 msgid "Paths and value names are case-insensitive."
30202 msgstr ""
30203
30204 #. type: textblock
30205 #: ../tools/virt-win-reg.pl:574
30206 msgid ""
30207 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
30208 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
30209 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30210 msgstr ""
30211
30212 #. type: textblock
30213 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
30214 msgid ""
30215 "When reporting bugs, please enable debugging and capture the I<complete> "
30216 "output:"
30217 msgstr ""
30218
30219 #. type: verbatim
30220 #: ../tools/virt-win-reg.pl:592
30221 #, no-wrap
30222 msgid ""
30223 " export LIBGUESTFS_DEBUG=1\n"
30224 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
30225 "\n"
30226 msgstr ""
30227
30228 #. type: textblock
30229 #: ../tools/virt-win-reg.pl:595
30230 msgid ""
30231 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
30232 "redhat.com/>"
30233 msgstr ""
30234
30235 #. type: textblock
30236 #: ../tools/virt-win-reg.pl:604 ../tools/virt-make-fs.pl:570
30237 msgid "Copyright (C) 2010 Red Hat Inc."
30238 msgstr ""
30239
30240 #. type: textblock
30241 #: ../tools/virt-list-filesystems.pl:32
30242 msgid ""
30243 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
30244 msgstr ""
30245
30246 #. type: verbatim
30247 #: ../tools/virt-list-filesystems.pl:36
30248 #, no-wrap
30249 msgid ""
30250 " virt-list-filesystems [--options] domname\n"
30251 "\n"
30252 msgstr ""
30253
30254 #. type: verbatim
30255 #: ../tools/virt-list-filesystems.pl:38
30256 #, no-wrap
30257 msgid ""
30258 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
30259 "\n"
30260 msgstr ""
30261
30262 #. type: textblock
30263 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
30264 msgid ""
30265 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
30266 "replacement."
30267 msgstr ""
30268
30269 #. type: textblock
30270 #: ../tools/virt-list-filesystems.pl:45
30271 msgid ""
30272 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
30273 "are contained in a virtual machine or disk image."
30274 msgstr ""
30275
30276 #. type: textblock
30277 #: ../tools/virt-list-filesystems.pl:49
30278 msgid ""
30279 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
30280 "functionality.  For more complex cases you should look at the L<guestfish(1)"
30281 "> tool."
30282 msgstr ""
30283
30284 #. type: =item
30285 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
30286 msgid "B<-l> | B<--long>"
30287 msgstr ""
30288
30289 #. type: textblock
30290 #: ../tools/virt-list-filesystems.pl:108
30291 msgid ""
30292 "With this option, C<virt-list-filesystems> displays the type of each "
30293 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
30294 msgstr ""
30295
30296 #. type: =item
30297 #: ../tools/virt-list-filesystems.pl:115
30298 msgid "B<-a> | B<--all>"
30299 msgstr ""
30300
30301 #. type: textblock
30302 #: ../tools/virt-list-filesystems.pl:117
30303 msgid ""
30304 "Normally we only show mountable filesystems.  If this option is given then "
30305 "swap devices are shown too."
30306 msgstr ""
30307
30308 #. type: textblock
30309 #: ../tools/virt-list-filesystems.pl:191
30310 msgid ""
30311 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
30312 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
30313 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30314 msgstr ""
30315
30316 #. type: textblock
30317 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
30318 msgid "Copyright (C) 2009 Red Hat Inc."
30319 msgstr ""
30320
30321 #. type: textblock
30322 #: ../tools/virt-tar.pl:33
30323 msgid "virt-tar - Extract or upload files to a virtual machine"
30324 msgstr ""
30325
30326 #. type: verbatim
30327 #: ../tools/virt-tar.pl:37
30328 #, no-wrap
30329 msgid ""
30330 " virt-tar [--options] -x domname directory tarball\n"
30331 "\n"
30332 msgstr ""
30333
30334 #. type: verbatim
30335 #: ../tools/virt-tar.pl:39
30336 #, no-wrap
30337 msgid ""
30338 " virt-tar [--options] -u domname tarball directory\n"
30339 "\n"
30340 msgstr ""
30341
30342 #. type: verbatim
30343 #: ../tools/virt-tar.pl:41
30344 #, no-wrap
30345 msgid ""
30346 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
30347 "\n"
30348 msgstr ""
30349
30350 #. type: verbatim
30351 #: ../tools/virt-tar.pl:43
30352 #, no-wrap
30353 msgid ""
30354 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
30355 "\n"
30356 msgstr ""
30357
30358 #. type: textblock
30359 #: ../tools/virt-tar.pl:47
30360 msgid ""
30361 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-"
30362 "tar-in(1)>, L<virt-tar-out(1)> as replacements."
30363 msgstr ""
30364
30365 #. type: textblock
30366 #: ../tools/virt-tar.pl:52
30367 msgid "Download C</home> from the VM into a local tarball:"
30368 msgstr ""
30369
30370 #. type: verbatim
30371 #: ../tools/virt-tar.pl:54
30372 #, no-wrap
30373 msgid ""
30374 " virt-tar -x domname /home home.tar\n"
30375 "\n"
30376 msgstr ""
30377
30378 #. type: verbatim
30379 #: ../tools/virt-tar.pl:56
30380 #, no-wrap
30381 msgid ""
30382 " virt-tar -zx domname /home home.tar.gz\n"
30383 "\n"
30384 msgstr ""
30385
30386 #. type: textblock
30387 #: ../tools/virt-tar.pl:58
30388 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
30389 msgstr ""
30390
30391 #. type: verbatim
30392 #: ../tools/virt-tar.pl:60
30393 #, no-wrap
30394 msgid ""
30395 " virt-tar -u domname uploadstuff.tar /tmp\n"
30396 "\n"
30397 msgstr ""
30398
30399 #. type: verbatim
30400 #: ../tools/virt-tar.pl:62
30401 #, no-wrap
30402 msgid ""
30403 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
30404 "\n"
30405 msgstr ""
30406
30407 #. type: textblock
30408 #: ../tools/virt-tar.pl:66
30409 msgid ""
30410 "You must I<not> use C<virt-tar> with the I<-u> option (upload) on live "
30411 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
30412 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
30413 msgstr ""
30414
30415 #. type: textblock
30416 #: ../tools/virt-tar.pl:71
30417 msgid ""
30418 "You can use I<-x> (extract) on live virtual machines, but you might get "
30419 "inconsistent results or errors if there is filesystem activity inside the "
30420 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
30421 "work, but the only way to guarantee consistent results is if the virtual "
30422 "machine is shut down."
30423 msgstr ""
30424
30425 #. type: textblock
30426 #: ../tools/virt-tar.pl:79
30427 msgid ""
30428 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
30429 "parts of a guest filesystem.  There are many possibilities: making backups, "
30430 "uploading data files, snooping on guest activity, fixing or customizing "
30431 "guests, etc."
30432 msgstr ""
30433
30434 #. type: textblock
30435 #: ../tools/virt-tar.pl:84
30436 msgid ""
30437 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
30438 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
30439 "should look at the L<guestfish(1)> tool."
30440 msgstr ""
30441
30442 #. type: textblock
30443 #: ../tools/virt-tar.pl:88
30444 msgid ""
30445 "There are two modes of operation: I<-x> (eXtract) downloads a directory and "
30446 "its contents (recursively) from the virtual machine into a local tarball.  "
30447 "I<-u> uploads from a local tarball, unpacking it into a directory inside the "
30448 "virtual machine.  You cannot use these two options together."
30449 msgstr ""
30450
30451 #. type: textblock
30452 #: ../tools/virt-tar.pl:94
30453 msgid ""
30454 "In addition, you may need to use the I<-z> (gZip) option to enable "
30455 "compression.  When uploading, you have to specify I<-z> if the upload file "
30456 "is compressed because virt-tar won't detect this on its own."
30457 msgstr ""
30458
30459 #. type: textblock
30460 #: ../tools/virt-tar.pl:98
30461 msgid ""
30462 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
30463 "example it cannot do PKZip files or bzip2 compression.  If you want that "
30464 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
30465 "the L<libguestfs(3)> API)."
30466 msgstr ""
30467
30468 #. type: =item
30469 #: ../tools/virt-tar.pl:156
30470 msgid "B<-x> | B<--extract> | B<--download>"
30471 msgstr ""
30472
30473 #. type: =item
30474 #: ../tools/virt-tar.pl:158
30475 msgid "B<-u> | B<--upload>"
30476 msgstr ""
30477
30478 #. type: textblock
30479 #: ../tools/virt-tar.pl:160
30480 msgid ""
30481 "Use I<-x> to extract (download) a directory from a virtual machine to a "
30482 "local tarball."
30483 msgstr ""
30484
30485 #. type: textblock
30486 #: ../tools/virt-tar.pl:163
30487 msgid ""
30488 "Use I<-u> to upload and unpack from a local tarball into a virtual machine.  "
30489 "Please read the L</WARNING> section above before using this option."
30490 msgstr ""
30491
30492 #. type: textblock
30493 #: ../tools/virt-tar.pl:167
30494 msgid "You must specify exactly one of these options."
30495 msgstr ""
30496
30497 #. type: =item
30498 #: ../tools/virt-tar.pl:173
30499 msgid "B<-z> | B<--gzip>"
30500 msgstr ""
30501
30502 #. type: textblock
30503 #: ../tools/virt-tar.pl:175
30504 msgid "Specify that the input or output tarball is gzip-compressed."
30505 msgstr ""
30506
30507 #. type: textblock
30508 #: ../tools/virt-tar.pl:288
30509 msgid ""
30510 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
30511 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
30512 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
30513 "org/>."
30514 msgstr ""
30515
30516 #. type: textblock
30517 #: ../tools/virt-make-fs.pl:37
30518 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
30519 msgstr ""
30520
30521 #. type: verbatim
30522 #: ../tools/virt-make-fs.pl:41
30523 #, no-wrap
30524 msgid ""
30525 " virt-make-fs [--options] input.tar output.img\n"
30526 "\n"
30527 msgstr ""
30528
30529 #. type: verbatim
30530 #: ../tools/virt-make-fs.pl:43
30531 #, no-wrap
30532 msgid ""
30533 " virt-make-fs [--options] input.tar.gz output.img\n"
30534 "\n"
30535 msgstr ""
30536
30537 #. type: verbatim
30538 #: ../tools/virt-make-fs.pl:45
30539 #, no-wrap
30540 msgid ""
30541 " virt-make-fs [--options] directory output.img\n"
30542 "\n"
30543 msgstr ""
30544
30545 #. type: textblock
30546 #: ../tools/virt-make-fs.pl:49
30547 msgid ""
30548 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
30549 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
30550 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
30551 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
30552 "you want to attach these filesystems to existing virtual machines (eg. to "
30553 "import large amounts of read-only data to a VM)."
30554 msgstr ""
30555
30556 #. type: textblock
30557 #: ../tools/virt-make-fs.pl:57
30558 msgid "Basic usage is:"
30559 msgstr ""
30560
30561 #. type: verbatim
30562 #: ../tools/virt-make-fs.pl:59
30563 #, no-wrap
30564 msgid ""
30565 " virt-make-fs input output\n"
30566 "\n"
30567 msgstr ""
30568
30569 #. type: textblock
30570 #: ../tools/virt-make-fs.pl:61
30571 msgid ""
30572 "where C<input> is either a directory containing files that you want to add, "
30573 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
30574 "C<output> is a disk image.  The input type is detected automatically.  The "
30575 "output disk image defaults to a raw ext2 image unless you specify extra "
30576 "flags (see L</OPTIONS> below)."
30577 msgstr ""
30578
30579 #. type: =head2
30580 #: ../tools/virt-make-fs.pl:67
30581 msgid "EXTRA SPACE"
30582 msgstr ""
30583
30584 #. type: textblock
30585 #: ../tools/virt-make-fs.pl:69
30586 msgid ""
30587 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
30588 "the files that it contains, but might have extra space.  Depending on how "
30589 "you are going to use the output, you might think this extra space is wasted "
30590 "and want to minimize it, or you might want to leave space so that more files "
30591 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
30592 "but you can use the I<--size> flag to leave space in the filesystem if you "
30593 "want it."
30594 msgstr ""
30595
30596 #. type: textblock
30597 #: ../tools/virt-make-fs.pl:77
30598 msgid ""
30599 "An alternative way to leave extra space but not make the output image any "
30600 "bigger is to use an alternative disk image format (instead of the default "
30601 "\"raw\" format).  Using I<--format=qcow2> will use the native QEmu/KVM qcow2 "
30602 "image format (check your hypervisor supports this before using it).  This "
30603 "allows you to choose a large I<--size> but the extra space won't actually be "
30604 "allocated in the image until you try to store something in it."
30605 msgstr ""
30606
30607 #. type: textblock
30608 #: ../tools/virt-make-fs.pl:85
30609 msgid ""
30610 "Don't forget that you can also use local commands including L<resize2fs(8)> "
30611 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
30612 "to build another image from scratch."
30613 msgstr ""
30614
30615 #. type: =head3
30616 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
30617 #: ../tools/virt-make-fs.pl:142
30618 msgid "EXAMPLE"
30619 msgstr ""
30620
30621 #. type: verbatim
30622 #: ../tools/virt-make-fs.pl:91
30623 #, no-wrap
30624 msgid ""
30625 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
30626 "\n"
30627 msgstr ""
30628
30629 #. type: =head2
30630 #: ../tools/virt-make-fs.pl:93
30631 msgid "FILESYSTEM TYPE"
30632 msgstr ""
30633
30634 #. type: textblock
30635 #: ../tools/virt-make-fs.pl:95
30636 msgid ""
30637 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
30638 "libguestfs supports can be used (but I<not> read-only formats like "
30639 "ISO9660).  Here are some of the more common choices:"
30640 msgstr ""
30641
30642 #. type: =item
30643 #: ../tools/virt-make-fs.pl:101
30644 msgid "I<ext3>"
30645 msgstr ""
30646
30647 #. type: textblock
30648 #: ../tools/virt-make-fs.pl:103
30649 msgid ""
30650 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
30651 "you are not going to use the filesystem in a way that requires the journal, "
30652 "then this is just wasted overhead."
30653 msgstr ""
30654
30655 #. type: =item
30656 #: ../tools/virt-make-fs.pl:107
30657 msgid "I<ntfs> or I<vfat>"
30658 msgstr ""
30659
30660 #. type: textblock
30661 #: ../tools/virt-make-fs.pl:109
30662 msgid "Useful if exporting data to a Windows guest."
30663 msgstr ""
30664
30665 #. type: textblock
30666 #: ../tools/virt-make-fs.pl:111
30667 msgid ""
30668 "I<Note for vfat>: The tar archive or local directory must only contain files "
30669 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
30670 "program running within libguestfs is unable to change the ownership of non-"
30671 "root files, since vfat itself does not support this."
30672 msgstr ""
30673
30674 #. type: =item
30675 #: ../tools/virt-make-fs.pl:116
30676 msgid "I<minix>"
30677 msgstr ""
30678
30679 #. type: textblock
30680 #: ../tools/virt-make-fs.pl:118
30681 msgid ""
30682 "Lower overhead than C<ext2>, but certain limitations on filename length and "
30683 "total filesystem size."
30684 msgstr ""
30685
30686 #. type: verbatim
30687 #: ../tools/virt-make-fs.pl:125
30688 #, no-wrap
30689 msgid ""
30690 " virt-make-fs --type=minix input minixfs.img\n"
30691 "\n"
30692 msgstr ""
30693
30694 #. type: =head2
30695 #: ../tools/virt-make-fs.pl:127
30696 msgid "TO PARTITION OR NOT TO PARTITION"
30697 msgstr ""
30698
30699 #. type: textblock
30700 #: ../tools/virt-make-fs.pl:129
30701 msgid "Optionally virt-make-fs can add a partition table to the output disk."
30702 msgstr ""
30703
30704 #. type: textblock
30705 #: ../tools/virt-make-fs.pl:131
30706 msgid ""
30707 "Adding a partition can make the disk image more compatible with certain "
30708 "virtualized operating systems which don't expect to see a filesystem "
30709 "directly located on a block device (Linux doesn't care and will happily "
30710 "handle both types)."
30711 msgstr ""
30712
30713 #. type: textblock
30714 #: ../tools/virt-make-fs.pl:136
30715 msgid ""
30716 "On the other hand, if you have a partition table then the output image is no "
30717 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
30718 "directly on a partitioned disk image.  (However libguestfs tools such as "
30719 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
30720 msgstr ""
30721
30722 #. type: textblock
30723 #: ../tools/virt-make-fs.pl:144
30724 msgid "Add an MBR partition:"
30725 msgstr ""
30726
30727 #. type: verbatim
30728 #: ../tools/virt-make-fs.pl:146
30729 #, no-wrap
30730 msgid ""
30731 " virt-make-fs --partition -- input disk.img\n"
30732 "\n"
30733 msgstr ""
30734
30735 #. type: textblock
30736 #: ../tools/virt-make-fs.pl:148
30737 msgid ""
30738 "If the output disk image could be terabyte-sized or larger, it's better to "
30739 "use an EFI/GPT-compatible partition table:"
30740 msgstr ""
30741
30742 #. type: verbatim
30743 #: ../tools/virt-make-fs.pl:151
30744 #, no-wrap
30745 msgid ""
30746 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
30747 "\n"
30748 msgstr ""
30749
30750 #. type: textblock
30751 #: ../tools/virt-make-fs.pl:179
30752 msgid "Enable debugging information."
30753 msgstr ""
30754
30755 #. type: =item
30756 #: ../tools/virt-make-fs.pl:185
30757 msgid "B<--size=E<lt>NE<gt>>"
30758 msgstr ""
30759
30760 #. type: =item
30761 #: ../tools/virt-make-fs.pl:187
30762 msgid "B<--size=+E<lt>NE<gt>>"
30763 msgstr ""
30764
30765 #. type: =item
30766 #: ../tools/virt-make-fs.pl:189
30767 msgid "B<-s E<lt>NE<gt>>"
30768 msgstr ""
30769
30770 #. type: =item
30771 #: ../tools/virt-make-fs.pl:191
30772 msgid "B<-s +E<lt>NE<gt>>"
30773 msgstr ""
30774
30775 #. type: textblock
30776 #: ../tools/virt-make-fs.pl:193
30777 msgid ""
30778 "Use the I<--size> (or I<-s>) option to choose the size of the output image."
30779 msgstr ""
30780
30781 #. type: textblock
30782 #: ../tools/virt-make-fs.pl:196
30783 msgid ""
30784 "If this option is I<not> given, then the output image will be just large "
30785 "enough to contain all the files, with not much wasted space."
30786 msgstr ""
30787
30788 #. type: textblock
30789 #: ../tools/virt-make-fs.pl:199
30790 msgid ""
30791 "To choose a fixed size output disk, specify an absolute number followed by b/"
30792 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30793 "Petabytes or Exabytes.  This must be large enough to contain all the input "
30794 "files, else you will get an error."
30795 msgstr ""
30796
30797 #. type: textblock
30798 #: ../tools/virt-make-fs.pl:204
30799 msgid ""
30800 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
30801 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30802 "Petabytes or Exabytes.  For example: I<--size=+200M> means enough space for "
30803 "the input files, and (approximately) an extra 200 MB free space."
30804 msgstr ""
30805
30806 #. type: textblock
30807 #: ../tools/virt-make-fs.pl:210
30808 msgid ""
30809 "Note that virt-make-fs estimates free space, and therefore will not produce "
30810 "filesystems containing precisely the free space requested.  (It is much more "
30811 "expensive and time-consuming to produce a filesystem which has precisely the "
30812 "desired free space)."
30813 msgstr ""
30814
30815 #. type: =item
30816 #: ../tools/virt-make-fs.pl:219
30817 msgid "B<--format=E<lt>fmtE<gt>>"
30818 msgstr ""
30819
30820 #. type: =item
30821 #: ../tools/virt-make-fs.pl:221
30822 msgid "B<-F E<lt>fmtE<gt>>"
30823 msgstr ""
30824
30825 #. type: textblock
30826 #: ../tools/virt-make-fs.pl:223
30827 msgid "Choose the output disk image format."
30828 msgstr ""
30829
30830 #. type: textblock
30831 #: ../tools/virt-make-fs.pl:225
30832 msgid "The default is C<raw> (raw disk image)."
30833 msgstr ""
30834
30835 #. type: textblock
30836 #: ../tools/virt-make-fs.pl:227
30837 msgid ""
30838 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
30839 "that would really make sense here is C<qcow2>."
30840 msgstr ""
30841
30842 #. type: =item
30843 #: ../tools/virt-make-fs.pl:234
30844 msgid "B<--type=E<lt>fsE<gt>>"
30845 msgstr ""
30846
30847 #. type: =item
30848 #: ../tools/virt-make-fs.pl:236
30849 msgid "B<-t E<lt>fsE<gt>>"
30850 msgstr ""
30851
30852 #. type: textblock
30853 #: ../tools/virt-make-fs.pl:238
30854 msgid "Choose the output filesystem type."
30855 msgstr ""
30856
30857 #. type: textblock
30858 #: ../tools/virt-make-fs.pl:240
30859 msgid "The default is C<ext2>."
30860 msgstr ""
30861
30862 #. type: textblock
30863 #: ../tools/virt-make-fs.pl:242
30864 msgid ""
30865 "Any filesystem which is supported read-write by libguestfs can be used here."
30866 msgstr ""
30867
30868 #. type: =item
30869 #: ../tools/virt-make-fs.pl:249
30870 msgid "B<--partition>"
30871 msgstr ""
30872
30873 #. type: =item
30874 #: ../tools/virt-make-fs.pl:251
30875 msgid "B<--partition=E<lt>parttypeE<gt>>"
30876 msgstr ""
30877
30878 #. type: textblock
30879 #: ../tools/virt-make-fs.pl:253
30880 msgid ""
30881 "If specified, this flag adds an MBR partition table to the output disk image."
30882 msgstr ""
30883
30884 #. type: textblock
30885 #: ../tools/virt-make-fs.pl:256
30886 msgid ""
30887 "You can change the partition table type, eg. I<--partition=gpt> for large "
30888 "disks."
30889 msgstr ""
30890
30891 #. type: textblock
30892 #: ../tools/virt-make-fs.pl:259
30893 msgid ""
30894 "Note that if you just use a lonesome I<--partition>, the Perl option parser "
30895 "might consider the next parameter to be the partition type.  For example:"
30896 msgstr ""
30897
30898 #. type: verbatim
30899 #: ../tools/virt-make-fs.pl:263
30900 #, no-wrap
30901 msgid ""
30902 " virt-make-fs --partition input.tar ...\n"
30903 "\n"
30904 msgstr ""
30905
30906 #. type: textblock
30907 #: ../tools/virt-make-fs.pl:265
30908 msgid ""
30909 "would cause virt-make-fs to think you wanted to use a partition type of "
30910 "C<input.tar> which is completely wrong.  To avoid this, use I<--> (a double "
30911 "dash) between options and the input file argument:"
30912 msgstr ""
30913
30914 #. type: verbatim
30915 #: ../tools/virt-make-fs.pl:269
30916 #, no-wrap
30917 msgid ""
30918 " virt-make-fs --partition -- input.tar ...\n"
30919 "\n"
30920 msgstr ""
30921
30922 #. type: textblock
30923 #: ../tools/virt-make-fs.pl:541
30924 msgid ""
30925 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
30926 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
30927 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
30928 msgstr ""
30929
30930 #. type: verbatim
30931 #: ../tools/virt-make-fs.pl:558
30932 #, no-wrap
30933 msgid ""
30934 " export LIBGUESTFS_DEBUG=1\n"
30935 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
30936 "\n"
30937 msgstr ""
30938
30939 #. type: textblock
30940 #: ../tools/virt-make-fs.pl:561
30941 msgid ""
30942 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
30943 "redhat.com/>"
30944 msgstr ""
30945
30946 #. type: textblock
30947 #: ../tools/virt-list-partitions.pl:32
30948 msgid ""
30949 "virt-list-partitions - List partitions in a virtual machine or disk image"
30950 msgstr ""
30951
30952 #. type: verbatim
30953 #: ../tools/virt-list-partitions.pl:36
30954 #, no-wrap
30955 msgid ""
30956 " virt-list-partitions [--options] domname\n"
30957 "\n"
30958 msgstr ""
30959
30960 #. type: verbatim
30961 #: ../tools/virt-list-partitions.pl:38
30962 #, no-wrap
30963 msgid ""
30964 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
30965 "\n"
30966 msgstr ""
30967
30968 #. type: textblock
30969 #: ../tools/virt-list-partitions.pl:45
30970 msgid ""
30971 "C<virt-list-partitions> is a command line tool to list the partitions that "
30972 "are contained in a virtual machine or disk image.  It is mainly useful as a "
30973 "first step to using L<virt-resize(1)>."
30974 msgstr ""
30975
30976 #. type: textblock
30977 #: ../tools/virt-list-partitions.pl:50
30978 msgid ""
30979 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
30980 "functionality.  For more complex cases you should look at the L<guestfish(1)"
30981 "> tool."
30982 msgstr ""
30983
30984 #. type: =item
30985 #: ../tools/virt-list-partitions.pl:107
30986 msgid "B<-h> | B<--human-readable>"
30987 msgstr ""
30988
30989 #. type: textblock
30990 #: ../tools/virt-list-partitions.pl:109
30991 msgid "Show sizes in human-readable form (eg. \"1G\")."
30992 msgstr ""
30993
30994 #. type: textblock
30995 #: ../tools/virt-list-partitions.pl:117
30996 msgid ""
30997 "With this option, C<virt-list-partitions> displays the type and size of each "
30998 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
30999 msgstr ""
31000
31001 #. type: =item
31002 #: ../tools/virt-list-partitions.pl:124
31003 msgid "B<-t> | B<--total>"
31004 msgstr ""
31005
31006 #. type: textblock
31007 #: ../tools/virt-list-partitions.pl:126
31008 msgid ""
31009 "Display the total size of each block device (as a separate row or rows)."
31010 msgstr ""
31011
31012 #. type: textblock
31013 #: ../tools/virt-list-partitions.pl:259
31014 msgid ""
31015 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
31016 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
31017 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
31018 msgstr ""
31019
31020 #. type: textblock
31021 #: ../tools/virt-list-partitions.pl:275
31022 msgid "Copyright (C) 2009-2010 Red Hat Inc."
31023 msgstr ""