Version 1.7.12.
[libguestfs.git] / po-docs / libguestfs-docs.pot
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Red Hat Inc.
3 # This file is distributed under the same license as the libguestfs package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: libguestfs 1.7.12\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2010-11-23 10:39+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=utf-8\n"
17 "Content-Transfer-Encoding: ENCODING"
18
19 # type: =encoding
20 #: ../src/guestfs.pod:1 ../fish/guestfish.pod:1 ../test-tool/libguestfs-test-tool.pod:1 ../fuse/guestmount.pod:1 ../tools/virt-edit.pl:30 ../tools/virt-win-reg.pl:33 ../tools/virt-df.pl:32 ../tools/virt-resize.pl:38 ../tools/virt-list-filesystems.pl:28 ../tools/virt-tar.pl:29 ../tools/virt-rescue.pl:29 ../tools/virt-make-fs.pl:33 ../tools/virt-list-partitions.pl:28
21 msgid "utf8"
22 msgstr ""
23
24 # type: =head1
25 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3 ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3 ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35 ../tools/virt-df.pl:34 ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30 ../tools/virt-tar.pl:31 ../tools/virt-rescue.pl:31 ../tools/virt-make-fs.pl:35 ../tools/virt-list-partitions.pl:30
26 msgid "NAME"
27 msgstr ""
28
29 # type: textblock
30 #: ../src/guestfs.pod:5
31 msgid "guestfs - Library for accessing and modifying virtual machine images"
32 msgstr ""
33
34 # type: =head1
35 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7 ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7 ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39 ../tools/virt-df.pl:38 ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34 ../tools/virt-tar.pl:35 ../tools/virt-rescue.pl:35 ../tools/virt-make-fs.pl:39 ../tools/virt-list-partitions.pl:34
36 msgid "SYNOPSIS"
37 msgstr ""
38
39 # type: verbatim
40 #: ../src/guestfs.pod:9
41 #, no-wrap
42 msgid ""
43 " #include <guestfs.h>\n"
44 " \n"
45 msgstr ""
46
47 # type: verbatim
48 #: ../src/guestfs.pod:11
49 #, no-wrap
50 msgid ""
51 " guestfs_h *g = guestfs_create ();\n"
52 " guestfs_add_drive (g, \"guest.img\");\n"
53 " guestfs_launch (g);\n"
54 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
55 " guestfs_touch (g, \"/hello\");\n"
56 " guestfs_umount (g, \"/\");\n"
57 " guestfs_sync (g);\n"
58 " guestfs_close (g);\n"
59 "\n"
60 msgstr ""
61
62 # type: verbatim
63 #: ../src/guestfs.pod:20
64 #, no-wrap
65 msgid ""
66 " cc prog.c -o prog -lguestfs\n"
67 "or:\n"
68 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
69 "\n"
70 msgstr ""
71
72 # type: =head1
73 #: ../src/guestfs.pod:24 ../fish/guestfish.pod:30 ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20 ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63 ../tools/virt-df.pl:46 ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40 ../tools/virt-tar.pl:72 ../tools/virt-rescue.pl:51 ../tools/virt-make-fs.pl:47 ../tools/virt-list-partitions.pl:40
74 msgid "DESCRIPTION"
75 msgstr ""
76
77 # type: textblock
78 #: ../src/guestfs.pod:26
79 msgid ""
80 "Libguestfs is a library for accessing and modifying guest disk images.  "
81 "Amongst the things this is good for: making batch configuration changes to "
82 "guests, getting disk used/free statistics (see also: virt-df), migrating "
83 "between virtualization systems (see also: virt-p2v), performing partial "
84 "backups, performing partial guest clones, cloning guests and changing "
85 "registry/UUID/hostname info, and much else besides."
86 msgstr ""
87
88 # type: textblock
89 #: ../src/guestfs.pod:34
90 msgid ""
91 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
92 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
93 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
94 "qcow2, vmdk."
95 msgstr ""
96
97 # type: textblock
98 #: ../src/guestfs.pod:39
99 msgid ""
100 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
101 "what filesystem is in each LV, etc.).  It can also run commands in the "
102 "context of the guest.  Also you can access filesystems over FUSE."
103 msgstr ""
104
105 # type: textblock
106 #: ../src/guestfs.pod:44
107 msgid ""
108 "Libguestfs is a library that can be linked with C and C++ management "
109 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
110 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
111 "line."
112 msgstr ""
113
114 # type: textblock
115 #: ../src/guestfs.pod:49
116 msgid ""
117 "You don't need to be root to use libguestfs, although obviously you do need "
118 "enough permissions to access the disk images."
119 msgstr ""
120
121 # type: textblock
122 #: ../src/guestfs.pod:52
123 msgid ""
124 "Libguestfs is a large API because it can do many things.  For a gentle "
125 "introduction, please read the L</API OVERVIEW> section next."
126 msgstr ""
127
128 # type: =head1
129 #: ../src/guestfs.pod:55
130 msgid "API OVERVIEW"
131 msgstr ""
132
133 # type: textblock
134 #: ../src/guestfs.pod:57
135 msgid ""
136 "This section provides a gentler overview of the libguestfs API.  We also try "
137 "to group API calls together, where that may not be obvious from reading "
138 "about the individual calls in the main section of this manual."
139 msgstr ""
140
141 # type: =head2
142 #: ../src/guestfs.pod:62
143 msgid "HANDLES"
144 msgstr ""
145
146 # type: textblock
147 #: ../src/guestfs.pod:64
148 msgid ""
149 "Before you can use libguestfs calls, you have to create a handle.  Then you "
150 "must add at least one disk image to the handle, followed by launching the "
151 "handle, then performing whatever operations you want, and finally closing "
152 "the handle.  By convention we use the single letter C<g> for the name of the "
153 "handle variable, although of course you can use any name you want."
154 msgstr ""
155
156 # type: textblock
157 #: ../src/guestfs.pod:71
158 msgid "The general structure of all libguestfs-using programs looks like this:"
159 msgstr ""
160
161 # type: verbatim
162 #: ../src/guestfs.pod:74
163 #, no-wrap
164 msgid ""
165 " guestfs_h *g = guestfs_create ();\n"
166 " \n"
167 msgstr ""
168
169 # type: verbatim
170 #: ../src/guestfs.pod:76
171 #, no-wrap
172 msgid ""
173 " /* Call guestfs_add_drive additional times if there are\n"
174 "  * multiple disk images.\n"
175 "  */\n"
176 " guestfs_add_drive (g, \"guest.img\");\n"
177 " \n"
178 msgstr ""
179
180 # type: verbatim
181 #: ../src/guestfs.pod:81
182 #, no-wrap
183 msgid ""
184 " /* Most manipulation calls won't work until you've launched\n"
185 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
186 "  * and _before_ other commands.\n"
187 "  */\n"
188 " guestfs_launch (g);\n"
189 " \n"
190 msgstr ""
191
192 # type: verbatim
193 #: ../src/guestfs.pod:87
194 #, no-wrap
195 msgid ""
196 " /* Now you can examine what partitions, LVs etc are available.\n"
197 "  */\n"
198 " char **partitions = guestfs_list_partitions (g);\n"
199 " char **logvols = guestfs_lvs (g);\n"
200 " \n"
201 msgstr ""
202
203 # type: verbatim
204 #: ../src/guestfs.pod:92
205 #, no-wrap
206 msgid ""
207 " /* To access a filesystem in the image, you must mount it.\n"
208 "  */\n"
209 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
210 " \n"
211 msgstr ""
212
213 # type: verbatim
214 #: ../src/guestfs.pod:96
215 #, no-wrap
216 msgid ""
217 " /* Now you can perform filesystem actions on the guest\n"
218 "  * disk image.\n"
219 "  */\n"
220 " guestfs_touch (g, \"/hello\");\n"
221 " \n"
222 msgstr ""
223
224 # type: verbatim
225 #: ../src/guestfs.pod:101
226 #, no-wrap
227 msgid ""
228 " /* You only need to call guestfs_sync if you have made\n"
229 "  * changes to the guest image.  (But if you've made changes\n"
230 "  * then you *must* sync).  See also: guestfs_umount and\n"
231 "  * guestfs_umount_all calls.\n"
232 "  */\n"
233 " guestfs_sync (g);\n"
234 " \n"
235 msgstr ""
236
237 # type: verbatim
238 #: ../src/guestfs.pod:108
239 #, no-wrap
240 msgid ""
241 " /* Close the handle 'g'. */\n"
242 " guestfs_close (g);\n"
243 "\n"
244 msgstr ""
245
246 # type: textblock
247 #: ../src/guestfs.pod:111
248 msgid ""
249 "The code above doesn't include any error checking.  In real code you should "
250 "check return values carefully for errors.  In general all functions that "
251 "return integers return C<-1> on error, and all functions that return "
252 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
253 "how to handle errors, and consult the documentation for each function call "
254 "below to see precisely how they return error indications."
255 msgstr ""
256
257 # type: =head2
258 #: ../src/guestfs.pod:119
259 msgid "DISK IMAGES"
260 msgstr ""
261
262 # type: textblock
263 #: ../src/guestfs.pod:121
264 msgid ""
265 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
266 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
267 "actual block device, or simply an empty file of zeroes that you have created "
268 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
269 "of these."
270 msgstr ""
271
272 # type: textblock
273 #: ../src/guestfs.pod:127
274 msgid ""
275 "The call you should use in modern code for adding drives is "
276 "L</guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
277 "specifying that the format is raw, do:"
278 msgstr ""
279
280 # type: verbatim
281 #: ../src/guestfs.pod:131
282 #, no-wrap
283 msgid ""
284 " guestfs_add_drive_opts (g, filename,\n"
285 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
286 "                         -1);\n"
287 "\n"
288 msgstr ""
289
290 # type: textblock
291 #: ../src/guestfs.pod:135
292 msgid "You can add a disk read-only using:"
293 msgstr ""
294
295 # type: verbatim
296 #: ../src/guestfs.pod:137
297 #, no-wrap
298 msgid ""
299 " guestfs_add_drive_opts (g, filename,\n"
300 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
301 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
302 "                         -1);\n"
303 "\n"
304 msgstr ""
305
306 # type: textblock
307 #: ../src/guestfs.pod:142
308 msgid ""
309 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
310 "libguestfs won't modify the file."
311 msgstr ""
312
313 # type: textblock
314 #: ../src/guestfs.pod:145
315 msgid ""
316 "Be extremely cautious if the disk image is in use, eg. if it is being used "
317 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
318 "corruption, but adding it read-only is safe."
319 msgstr ""
320
321 # type: textblock
322 #: ../src/guestfs.pod:149
323 msgid ""
324 "You must add at least one disk image, and you may add multiple disk images.  "
325 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
326 "first one you added), C</dev/sdb> (for the second one you added), etc."
327 msgstr ""
328
329 # type: textblock
330 #: ../src/guestfs.pod:154
331 msgid ""
332 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
333 "can call L</guestfs_list_devices> to get a list of the device names, in the "
334 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
335 msgstr ""
336
337 # type: =head2
338 #: ../src/guestfs.pod:159
339 msgid "MOUNTING"
340 msgstr ""
341
342 # type: textblock
343 #: ../src/guestfs.pod:161
344 msgid ""
345 "Before you can read or write files, create directories and so on in a disk "
346 "image that contains filesystems, you have to mount those filesystems using "
347 "L</guestfs_mount>.  If you already know that a disk image contains (for "
348 "example) one partition with a filesystem on that partition, then you can "
349 "mount it directly:"
350 msgstr ""
351
352 # type: verbatim
353 #: ../src/guestfs.pod:167
354 #, no-wrap
355 msgid ""
356 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
357 "\n"
358 msgstr ""
359
360 # type: textblock
361 #: ../src/guestfs.pod:169
362 msgid ""
363 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
364 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
365 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>)."
366 msgstr ""
367
368 # type: textblock
369 #: ../src/guestfs.pod:173
370 msgid ""
371 "If you are given a disk image and you don't know what it contains then you "
372 "have to find out.  Libguestfs can do that too: use "
373 "L</guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions "
374 "and LVs, and either try mounting each to see what is mountable, or else "
375 "examine them with L</guestfs_vfs_type> or L</guestfs_file>.  Libguestfs also "
376 "has a set of APIs for inspection of disk images (see L</INSPECTION> below).  "
377 "But you might find it easier to look at higher level programs built on top "
378 "of libguestfs, in particular L<virt-inspector(1)>."
379 msgstr ""
380
381 # type: textblock
382 #: ../src/guestfs.pod:183
383 msgid ""
384 "To mount a disk image read-only, use L</guestfs_mount_ro>.  There are "
385 "several other variations of the C<guestfs_mount_*> call."
386 msgstr ""
387
388 # type: =head2
389 #: ../src/guestfs.pod:186
390 msgid "FILESYSTEM ACCESS AND MODIFICATION"
391 msgstr ""
392
393 # type: textblock
394 #: ../src/guestfs.pod:188
395 msgid ""
396 "The majority of the libguestfs API consists of fairly low-level calls for "
397 "accessing and modifying the files, directories, symlinks etc on mounted "
398 "filesystems.  There are over a hundred such calls which you can find listed "
399 "in detail below in this man page, and we don't even pretend to cover them "
400 "all in this overview."
401 msgstr ""
402
403 # type: textblock
404 #: ../src/guestfs.pod:194
405 msgid ""
406 "Specify filenames as full paths, starting with C<\"/\"> and including the "
407 "mount point."
408 msgstr ""
409
410 # type: textblock
411 #: ../src/guestfs.pod:197
412 msgid ""
413 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
414 "the file called C<\"etc/passwd\"> then you could do:"
415 msgstr ""
416
417 # type: verbatim
418 #: ../src/guestfs.pod:200
419 #, no-wrap
420 msgid ""
421 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
422 "\n"
423 msgstr ""
424
425 # type: textblock
426 #: ../src/guestfs.pod:202
427 msgid ""
428 "This would return C<data> as a newly allocated buffer containing the full "
429 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
430 "or C<NULL> if there was an error."
431 msgstr ""
432
433 # type: textblock
434 #: ../src/guestfs.pod:206
435 msgid ""
436 "As another example, to create a top-level directory on that filesystem "
437 "called C<\"var\"> you would do:"
438 msgstr ""
439
440 # type: verbatim
441 #: ../src/guestfs.pod:209
442 #, no-wrap
443 msgid ""
444 " guestfs_mkdir (g, \"/var\");\n"
445 "\n"
446 msgstr ""
447
448 # type: textblock
449 #: ../src/guestfs.pod:211
450 msgid "To create a symlink you could do:"
451 msgstr ""
452
453 # type: verbatim
454 #: ../src/guestfs.pod:213
455 #, no-wrap
456 msgid ""
457 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
458 "               \"/etc/rc3.d/S30portmap\");\n"
459 "\n"
460 msgstr ""
461
462 # type: textblock
463 #: ../src/guestfs.pod:216
464 msgid ""
465 "Libguestfs will reject attempts to use relative paths and there is no "
466 "concept of a current working directory."
467 msgstr ""
468
469 # type: textblock
470 #: ../src/guestfs.pod:219
471 msgid ""
472 "Libguestfs can return errors in many situations: for example if the "
473 "filesystem isn't writable, or if a file or directory that you requested "
474 "doesn't exist.  If you are using the C API (documented here)  you have to "
475 "check for those error conditions after each call.  (Other language bindings "
476 "turn these errors into exceptions)."
477 msgstr ""
478
479 # type: textblock
480 #: ../src/guestfs.pod:225
481 msgid ""
482 "File writes are affected by the per-handle umask, set by calling "
483 "L</guestfs_umask> and defaulting to 022.  See L</UMASK>."
484 msgstr ""
485
486 # type: =head2
487 #: ../src/guestfs.pod:228
488 msgid "PARTITIONING"
489 msgstr ""
490
491 # type: textblock
492 #: ../src/guestfs.pod:230
493 msgid ""
494 "Libguestfs contains API calls to read, create and modify partition tables on "
495 "disk images."
496 msgstr ""
497
498 # type: textblock
499 #: ../src/guestfs.pod:233
500 msgid ""
501 "In the common case where you want to create a single partition covering the "
502 "whole disk, you should use the L</guestfs_part_disk> call:"
503 msgstr ""
504
505 # type: verbatim
506 #: ../src/guestfs.pod:237
507 #, no-wrap
508 msgid ""
509 " const char *parttype = \"mbr\";\n"
510 " if (disk_is_larger_than_2TB)\n"
511 "   parttype = \"gpt\";\n"
512 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
513 "\n"
514 msgstr ""
515
516 # type: textblock
517 #: ../src/guestfs.pod:242
518 msgid ""
519 "Obviously this effectively wipes anything that was on that disk image "
520 "before."
521 msgstr ""
522
523 # type: =head2
524 #: ../src/guestfs.pod:245
525 msgid "LVM2"
526 msgstr ""
527
528 # type: textblock
529 #: ../src/guestfs.pod:247
530 msgid ""
531 "Libguestfs provides access to a large part of the LVM2 API, such as "
532 "L</guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense "
533 "unless you familiarize yourself with the concepts of physical volumes, "
534 "volume groups and logical volumes."
535 msgstr ""
536
537 # type: textblock
538 #: ../src/guestfs.pod:252
539 msgid ""
540 "This author strongly recommends reading the LVM HOWTO, online at "
541 "L<http://tldp.org/HOWTO/LVM-HOWTO/>."
542 msgstr ""
543
544 # type: =head2
545 #: ../src/guestfs.pod:255
546 msgid "DOWNLOADING"
547 msgstr ""
548
549 # type: textblock
550 #: ../src/guestfs.pod:257
551 msgid ""
552 "Use L</guestfs_cat> to download small, text only files.  This call is "
553 "limited to files which are less than 2 MB and which cannot contain any ASCII "
554 "NUL (C<\\0>) characters.  However it has a very simple to use API."
555 msgstr ""
556
557 # type: textblock
558 #: ../src/guestfs.pod:262
559 msgid ""
560 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
561 "bit data, since it returns a (pointer, size) pair.  However it is still "
562 "limited to \"small\" files, less than 2 MB."
563 msgstr ""
564
565 # type: textblock
566 #: ../src/guestfs.pod:266
567 msgid ""
568 "L</guestfs_download> can be used to download any file, with no limits on "
569 "content or size (even files larger than 4 GB)."
570 msgstr ""
571
572 # type: textblock
573 #: ../src/guestfs.pod:269
574 msgid "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
575 msgstr ""
576
577 # type: =head2
578 #: ../src/guestfs.pod:272
579 msgid "UPLOADING"
580 msgstr ""
581
582 # type: textblock
583 #: ../src/guestfs.pod:274
584 msgid ""
585 "It's often the case that you want to write a file or files to the disk "
586 "image."
587 msgstr ""
588
589 # type: textblock
590 #: ../src/guestfs.pod:277
591 msgid ""
592 "To write a small file with fixed content, use L</guestfs_write>.  To create "
593 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or "
594 "L</guestfs_fallocate64> (with all disk blocks allocated).  There are a "
595 "variety of other functions for creating test files, for example "
596 "L</guestfs_fill> and L</guestfs_fill_pattern>."
597 msgstr ""
598
599 # type: textblock
600 #: ../src/guestfs.pod:283
601 msgid ""
602 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
603 "file content or size (even files larger than 4 GB)."
604 msgstr ""
605
606 # type: textblock
607 #: ../src/guestfs.pod:286
608 msgid "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
609 msgstr ""
610
611 # type: textblock
612 #: ../src/guestfs.pod:288
613 msgid ""
614 "However the fastest way to upload I<large numbers of arbitrary files> is to "
615 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and "
616 "L<mkisofs(8)>), then attach this using L</guestfs_add_drive_ro>.  If you add "
617 "the drive in a predictable way (eg. adding it last after all other drives) "
618 "then you can get the device name from L</guestfs_list_devices> and mount it "
619 "directly using L</guestfs_mount_ro>.  Note that squashfs images are "
620 "sometimes non-portable between kernel versions, and they don't support "
621 "labels or UUIDs.  If you want to pre-build an image or you need to mount it "
622 "using a label or UUID, use an ISO image instead."
623 msgstr ""
624
625 # type: =head2
626 #: ../src/guestfs.pod:299
627 msgid "COPYING"
628 msgstr ""
629
630 # type: textblock
631 #: ../src/guestfs.pod:301
632 msgid ""
633 "There are various different commands for copying between files and devices "
634 "and in and out of the guest filesystem.  These are summarised in the table "
635 "below."
636 msgstr ""
637
638 # type: =item
639 #: ../src/guestfs.pod:307
640 msgid "B<file> to B<file>"
641 msgstr ""
642
643 # type: textblock
644 #: ../src/guestfs.pod:309
645 msgid ""
646 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
647 "directories recursively."
648 msgstr ""
649
650 # type: =item
651 #: ../src/guestfs.pod:312
652 msgid "B<file or device> to B<file or device>"
653 msgstr ""
654
655 # type: textblock
656 #: ../src/guestfs.pod:314
657 msgid ""
658 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
659 "devices in the guest."
660 msgstr ""
661
662 # type: textblock
663 #: ../src/guestfs.pod:317
664 msgid "Example: duplicate the contents of an LV:"
665 msgstr ""
666
667 # type: verbatim
668 #: ../src/guestfs.pod:319
669 #, no-wrap
670 msgid ""
671 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
672 "\n"
673 msgstr ""
674
675 # type: textblock
676 #: ../src/guestfs.pod:321
677 msgid ""
678 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
679 "(C</dev/VG/Original>).  To copy less than the whole source device, use "
680 "L</guestfs_copy_size>."
681 msgstr ""
682
683 # type: =item
684 #: ../src/guestfs.pod:325
685 msgid "B<file on the host> to B<file or device>"
686 msgstr ""
687
688 # type: textblock
689 #: ../src/guestfs.pod:327
690 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
691 msgstr ""
692
693 # type: =item
694 #: ../src/guestfs.pod:329
695 msgid "B<file or device> to B<file on the host>"
696 msgstr ""
697
698 # type: textblock
699 #: ../src/guestfs.pod:331
700 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
701 msgstr ""
702
703 # type: =head2
704 #: ../src/guestfs.pod:335
705 msgid "LISTING FILES"
706 msgstr ""
707
708 # type: textblock
709 #: ../src/guestfs.pod:337
710 msgid ""
711 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
712 "L<guestfish(1)>-equivalent command C<ll>)."
713 msgstr ""
714
715 # type: textblock
716 #: ../src/guestfs.pod:340
717 msgid ""
718 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
719 "programs, as a flat list of strings."
720 msgstr ""
721
722 # type: textblock
723 #: ../src/guestfs.pod:343
724 msgid ""
725 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
726 "directory, plus additional information about each one.  It is more "
727 "equivalent to using the L<readdir(3)> call on a local filesystem."
728 msgstr ""
729
730 # type: textblock
731 #: ../src/guestfs.pod:347
732 msgid ""
733 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list "
734 "files."
735 msgstr ""
736
737 # type: =head2
738 #: ../src/guestfs.pod:350
739 msgid "RUNNING COMMANDS"
740 msgstr ""
741
742 # type: textblock
743 #: ../src/guestfs.pod:352
744 msgid ""
745 "Although libguestfs is primarily an API for manipulating files inside guest "
746 "images, we also provide some limited facilities for running commands inside "
747 "guests."
748 msgstr ""
749
750 # type: textblock
751 #: ../src/guestfs.pod:356
752 msgid "There are many limitations to this:"
753 msgstr ""
754
755 # type: =item
756 #: ../src/guestfs.pod:360 ../src/guestfs.pod:365 ../src/guestfs.pod:370 ../src/guestfs.pod:374 ../src/guestfs.pod:379 ../src/guestfs.pod:383 ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:957 ../src/guestfs.pod:961 ../src/guestfs.pod:965 ../src/guestfs.pod:970 ../src/guestfs.pod:978 ../src/guestfs.pod:997 ../src/guestfs.pod:1005 ../src/guestfs.pod:1027 ../src/guestfs.pod:1031 ../src/guestfs.pod:1035 ../src/guestfs.pod:1039 ../src/guestfs.pod:1043 ../src/guestfs.pod:1047 ../src/guestfs.pod:1529 ../src/guestfs.pod:1534 ../src/guestfs.pod:1538 ../src/guestfs.pod:1648 ../src/guestfs.pod:1653 ../src/guestfs.pod:1657 ../src/guestfs.pod:2001 ../src/guestfs.pod:2007 ../src/guestfs.pod:2012 ../src/guestfs.pod:2018 ../src/guestfs.pod:2126 ../src/guestfs.pod:2130 ../src/guestfs.pod:2134 ../src/guestfs.pod:2138 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:569 ../src/guestfs-actions.pod:577 ../src/guestfs-actions.pod:584 ../src/guestfs-actions.pod:591 ../src/guestfs-actions.pod:1587 ../src/guestfs-actions.pod:1591 ../src/guestfs-actions.pod:1595 ../src/guestfs-actions.pod:1599 ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1611 ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1625 ../src/guestfs-actions.pod:1629 ../src/guestfs-actions.pod:1633 ../src/guestfs-actions.pod:1771 ../src/guestfs-actions.pod:1775 ../src/guestfs-actions.pod:1780 ../src/guestfs-actions.pod:1785 ../src/guestfs-actions.pod:1846 ../src/guestfs-actions.pod:1850 ../src/guestfs-actions.pod:1855 ../fish/guestfish.pod:377 ../fish/guestfish.pod:381 ../fish/guestfish.pod:385 ../fish/guestfish.pod:389 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:375 ../fish/guestfish-actions.pod:383 ../fish/guestfish-actions.pod:390 ../fish/guestfish-actions.pod:397 ../fish/guestfish-actions.pod:1067 ../fish/guestfish-actions.pod:1071 ../fish/guestfish-actions.pod:1075 ../fish/guestfish-actions.pod:1079 ../fish/guestfish-actions.pod:1087 ../fish/guestfish-actions.pod:1091 ../fish/guestfish-actions.pod:1095 ../fish/guestfish-actions.pod:1105 ../fish/guestfish-actions.pod:1109 ../fish/guestfish-actions.pod:1113 ../fish/guestfish-actions.pod:1203 ../fish/guestfish-actions.pod:1207 ../fish/guestfish-actions.pod:1212 ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1259 ../fish/guestfish-actions.pod:1263 ../fish/guestfish-actions.pod:1268 ../tools/virt-df.pl:161 ../tools/virt-df.pl:167 ../tools/virt-resize.pl:347 ../tools/virt-resize.pl:352 ../tools/virt-resize.pl:362
757 msgid "*"
758 msgstr ""
759
760 # type: textblock
761 #: ../src/guestfs.pod:362
762 msgid ""
763 "The kernel version that the command runs under will be different from what "
764 "it expects."
765 msgstr ""
766
767 # type: textblock
768 #: ../src/guestfs.pod:367
769 msgid ""
770 "If the command needs to communicate with daemons, then most likely they "
771 "won't be running."
772 msgstr ""
773
774 # type: textblock
775 #: ../src/guestfs.pod:372
776 msgid "The command will be running in limited memory."
777 msgstr ""
778
779 # type: textblock
780 #: ../src/guestfs.pod:376
781 msgid ""
782 "The network may not be available unless you enable it (see "
783 "L</guestfs_set_network>)."
784 msgstr ""
785
786 # type: textblock
787 #: ../src/guestfs.pod:381
788 msgid "Only supports Linux guests (not Windows, BSD, etc)."
789 msgstr ""
790
791 # type: textblock
792 #: ../src/guestfs.pod:385
793 msgid "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
794 msgstr ""
795
796 # type: textblock
797 #: ../src/guestfs.pod:390
798 msgid ""
799 "For SELinux guests, you may need to enable SELinux and load policy first.  "
800 "See L</SELINUX> in this manpage."
801 msgstr ""
802
803 # type: textblock
804 #: ../src/guestfs.pod:395
805 msgid ""
806 "I<Security:> It is not safe to run commands from untrusted, possibly "
807 "malicious guests.  These commands may attempt to exploit your program by "
808 "sending unexpected output.  They could also try to exploit the Linux kernel "
809 "or qemu provided by the libguestfs appliance.  They could use the network "
810 "provided by the libguestfs appliance to bypass ordinary network partitions "
811 "and firewalls.  They could use the elevated privileges or different SELinux "
812 "context of your program to their advantage."
813 msgstr ""
814
815 # type: textblock
816 #: ../src/guestfs.pod:404
817 msgid ""
818 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
819 "(a script which runs when the guest next boots normally), and to have this "
820 "script run the commands you want in the normal context of the running guest, "
821 "network security and so on.  For information about other security issues, "
822 "see L</SECURITY>."
823 msgstr ""
824
825 # type: textblock
826 #: ../src/guestfs.pod:412
827 msgid ""
828 "The two main API calls to run commands are L</guestfs_command> and "
829 "L</guestfs_sh> (there are also variations)."
830 msgstr ""
831
832 # type: textblock
833 #: ../src/guestfs.pod:415
834 msgid ""
835 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
836 "shell globs, redirections, etc will work."
837 msgstr ""
838
839 # type: =head2
840 #: ../src/guestfs.pod:418
841 msgid "CONFIGURATION FILES"
842 msgstr ""
843
844 # type: textblock
845 #: ../src/guestfs.pod:420
846 msgid ""
847 "To read and write configuration files in Linux guest filesystems, we "
848 "strongly recommend using Augeas.  For example, Augeas understands how to "
849 "read and write, say, a Linux shadow password file or X.org configuration "
850 "file, and so avoids you having to write that code."
851 msgstr ""
852
853 # type: textblock
854 #: ../src/guestfs.pod:425
855 msgid ""
856 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
857 "document Augeas itself here because there is excellent documentation on the "
858 "L<http://augeas.net/> website."
859 msgstr ""
860
861 # type: textblock
862 #: ../src/guestfs.pod:429
863 msgid ""
864 "If you don't want to use Augeas (you fool!) then try calling "
865 "L</guestfs_read_lines> to get the file as a list of lines which you can "
866 "iterate over."
867 msgstr ""
868
869 # type: =head2
870 #: ../src/guestfs.pod:433
871 msgid "SELINUX"
872 msgstr ""
873
874 # type: textblock
875 #: ../src/guestfs.pod:435
876 msgid ""
877 "We support SELinux guests.  To ensure that labeling happens correctly in "
878 "SELinux guests, you need to enable SELinux and load the guest's policy:"
879 msgstr ""
880
881 # type: =item
882 #: ../src/guestfs.pod:441 ../src/guestfs.pod:1150 ../src/guestfs.pod:1281
883 msgid "1."
884 msgstr ""
885
886 # type: textblock
887 #: ../src/guestfs.pod:443
888 msgid "Before launching, do:"
889 msgstr ""
890
891 # type: verbatim
892 #: ../src/guestfs.pod:445
893 #, no-wrap
894 msgid ""
895 " guestfs_set_selinux (g, 1);\n"
896 "\n"
897 msgstr ""
898
899 # type: =item
900 #: ../src/guestfs.pod:447 ../src/guestfs.pod:1154 ../src/guestfs.pod:1285
901 msgid "2."
902 msgstr ""
903
904 # type: textblock
905 #: ../src/guestfs.pod:449
906 msgid ""
907 "After mounting the guest's filesystem(s), load the policy.  This is best "
908 "done by running the L<load_policy(8)> command in the guest itself:"
909 msgstr ""
910
911 # type: verbatim
912 #: ../src/guestfs.pod:453
913 #, no-wrap
914 msgid ""
915 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
916 "\n"
917 msgstr ""
918
919 # type: textblock
920 #: ../src/guestfs.pod:455
921 msgid ""
922 "(Older versions of C<load_policy> require you to specify the name of the "
923 "policy file)."
924 msgstr ""
925
926 # type: =item
927 #: ../src/guestfs.pod:458 ../src/guestfs.pod:1291
928 msgid "3."
929 msgstr ""
930
931 # type: textblock
932 #: ../src/guestfs.pod:460
933 msgid ""
934 "Optionally, set the security context for the API.  The correct security "
935 "context to use can only be known by inspecting the guest.  As an example:"
936 msgstr ""
937
938 # type: verbatim
939 #: ../src/guestfs.pod:464
940 #, no-wrap
941 msgid ""
942 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
943 "\n"
944 msgstr ""
945
946 # type: textblock
947 #: ../src/guestfs.pod:468
948 msgid "This will work for running commands and editing existing files."
949 msgstr ""
950
951 # type: textblock
952 #: ../src/guestfs.pod:470
953 msgid ""
954 "When new files are created, you may need to label them explicitly, for "
955 "example by running the external command C<restorecon pathname>."
956 msgstr ""
957
958 # type: =head2
959 #: ../src/guestfs.pod:474
960 msgid "UMASK"
961 msgstr ""
962
963 # type: textblock
964 #: ../src/guestfs.pod:476
965 msgid ""
966 "Certain calls are affected by the current file mode creation mask (the "
967 "\"umask\").  In particular ones which create files or directories, such as "
968 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
969 "either the default mode that the file is created with or modifies the mode "
970 "that you supply."
971 msgstr ""
972
973 # type: textblock
974 #: ../src/guestfs.pod:482
975 msgid ""
976 "The default umask is C<022>, so files are created with modes such as C<0644> "
977 "and directories with C<0755>."
978 msgstr ""
979
980 # type: textblock
981 #: ../src/guestfs.pod:485
982 msgid ""
983 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
984 "(call C<guestfs_umask (g, 0)> early after launching).  Or call "
985 "L</guestfs_chmod> after creating each file or directory."
986 msgstr ""
987
988 # type: textblock
989 #: ../src/guestfs.pod:489
990 msgid "For more information about umask, see L<umask(2)>."
991 msgstr ""
992
993 # type: =head1
994 #: ../src/guestfs.pod:491 ../fish/guestfish.pod:670
995 msgid "ENCRYPTED DISKS"
996 msgstr ""
997
998 # type: textblock
999 #: ../src/guestfs.pod:493
1000 msgid ""
1001 "Libguestfs allows you to access Linux guests which have been encrypted using "
1002 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1003 "standard.  This includes nearly all whole disk encryption systems used by "
1004 "modern Linux guests."
1005 msgstr ""
1006
1007 # type: textblock
1008 #: ../src/guestfs.pod:499
1009 msgid ""
1010 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1011 "returns the string C<crypto_LUKS>)."
1012 msgstr ""
1013
1014 # type: textblock
1015 #: ../src/guestfs.pod:502
1016 msgid ""
1017 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1018 "will require the passphrase!"
1019 msgstr ""
1020
1021 # type: textblock
1022 #: ../src/guestfs.pod:505
1023 msgid ""
1024 "Opening a LUKS device creates a new device mapper device called "
1025 "C</dev/mapper/mapname> (where C<mapname> is the string you supply to "
1026 "L</guestfs_luks_open>).  Reads and writes to this mapper device are "
1027 "decrypted from and encrypted to the underlying block device respectively."
1028 msgstr ""
1029
1030 # type: textblock
1031 #: ../src/guestfs.pod:511
1032 msgid ""
1033 "LVM volume groups on the device can be made visible by calling "
1034 "L</guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical "
1035 "volume(s) can now be mounted in the usual way."
1036 msgstr ""
1037
1038 # type: textblock
1039 #: ../src/guestfs.pod:515
1040 msgid ""
1041 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1042 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1043 "[\"/dev/VG\"])>.  Then close the mapper device by calling "
1044 "L</guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1045 "underlying encrypted block device)."
1046 msgstr ""
1047
1048 # type: =head2
1049 #: ../src/guestfs.pod:522
1050 msgid "INSPECTION"
1051 msgstr ""
1052
1053 # type: textblock
1054 #: ../src/guestfs.pod:524
1055 msgid ""
1056 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1057 "contains operating systems.  (These APIs used to be in a separate Perl-only "
1058 "library called L<Sys::Guestfs::Lib(3)> but since version 1.5.3 the most "
1059 "frequently used part of this library has been rewritten in C and moved into "
1060 "the core code)."
1061 msgstr ""
1062
1063 # type: textblock
1064 #: ../src/guestfs.pod:530
1065 msgid ""
1066 "Add all disks belonging to the unknown virtual machine and call "
1067 "L</guestfs_launch> in the usual way."
1068 msgstr ""
1069
1070 # type: textblock
1071 #: ../src/guestfs.pod:533
1072 msgid ""
1073 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1074 "and certain heuristics, and returns a list of operating systems that were "
1075 "found.  An empty list means none were found.  A single element is the root "
1076 "filesystem of the operating system.  For dual- or multi-boot guests, "
1077 "multiple roots can be returned, each one corresponding to a separate "
1078 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1079 "world of virtualization, but since this scenario can happen, we have built "
1080 "libguestfs to deal with it.)"
1081 msgstr ""
1082
1083 # type: textblock
1084 #: ../src/guestfs.pod:542
1085 msgid ""
1086 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1087 "to get additional details about that operating system.  For example, call "
1088 "L</guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1089 "Windows and Linux-based operating systems respectively."
1090 msgstr ""
1091
1092 # type: textblock
1093 #: ../src/guestfs.pod:548
1094 msgid ""
1095 "Un*x-like and Linux-based operating systems usually consist of several "
1096 "filesystems which are mounted at boot time (for example, a separate boot "
1097 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1098 "filesystems correspond to mount points.  Call "
1099 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1100 "hash table like this example:"
1101 msgstr ""
1102
1103 # type: verbatim
1104 #: ../src/guestfs.pod:555
1105 #, no-wrap
1106 msgid ""
1107 " /boot => /dev/sda1\n"
1108 " /     => /dev/vg_guest/lv_root\n"
1109 " /usr  => /dev/vg_guest/lv_usr\n"
1110 "\n"
1111 msgstr ""
1112
1113 # type: textblock
1114 #: ../src/guestfs.pod:559
1115 msgid ""
1116 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1117 "filesystems as suggested."
1118 msgstr ""
1119
1120 # type: textblock
1121 #: ../src/guestfs.pod:562
1122 msgid ""
1123 "Be careful to mount filesystems in the right order (eg. C</> before "
1124 "C</usr>).  Sorting the keys of the hash by length, shortest first, should "
1125 "work."
1126 msgstr ""
1127
1128 # type: textblock
1129 #: ../src/guestfs.pod:566
1130 msgid ""
1131 "Inspection currently only works for some common operating systems.  "
1132 "Contributors are welcome to send patches for other operating systems that we "
1133 "currently cannot detect."
1134 msgstr ""
1135
1136 # type: textblock
1137 #: ../src/guestfs.pod:570
1138 msgid ""
1139 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1140 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1141 "encrypted devices."
1142 msgstr ""
1143
1144 # type: textblock
1145 #: ../src/guestfs.pod:574
1146 msgid ""
1147 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1148 "inspection and caches the results in the guest handle.  Subsequent calls to "
1149 "C<guestfs_inspect_get_*> return this cached information, but I<do not> "
1150 "re-read the disks.  If you change the content of the guest disks, you can "
1151 "redo inspection by calling L</guestfs_inspect_os> again.  "
1152 "(L</guestfs_inspect_list_applications> works a little differently from the "
1153 "other calls and does read the disks.  See documentation for that function "
1154 "for details)."
1155 msgstr ""
1156
1157 # type: =head2
1158 #: ../src/guestfs.pod:583
1159 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1160 msgstr ""
1161
1162 # type: textblock
1163 #: ../src/guestfs.pod:585
1164 msgid ""
1165 "Libguestfs can mount NTFS partitions.  It does this using the "
1166 "L<http://www.ntfs-3g.org/> driver."
1167 msgstr ""
1168
1169 # type: textblock
1170 #: ../src/guestfs.pod:588
1171 msgid ""
1172 "DOS and Windows still use drive letters, and the filesystems are always "
1173 "treated as case insensitive by Windows itself, and therefore you might find "
1174 "a Windows configuration file referring to a path like "
1175 "C<c:\\windows\\system32>.  When the filesystem is mounted in libguestfs, "
1176 "that directory might be referred to as C</WINDOWS/System32>."
1177 msgstr ""
1178
1179 # type: textblock
1180 #: ../src/guestfs.pod:594
1181 msgid ""
1182 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1183 "libguestfs to read the appropriate Windows Registry and configuration files, "
1184 "to determine yourself how drives are mapped (see also L<hivex(3)> and "
1185 "L<virt-inspector(1)>)."
1186 msgstr ""
1187
1188 # type: textblock
1189 #: ../src/guestfs.pod:599
1190 msgid ""
1191 "Replacing backslash characters with forward slash characters is also outside "
1192 "the scope of libguestfs, but something that you can easily do."
1193 msgstr ""
1194
1195 # type: textblock
1196 #: ../src/guestfs.pod:602
1197 msgid ""
1198 "Where we can help is in resolving the case insensitivity of paths.  For "
1199 "this, call L</guestfs_case_sensitive_path>."
1200 msgstr ""
1201
1202 # type: textblock
1203 #: ../src/guestfs.pod:605
1204 msgid ""
1205 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1206 "files, through the library C<hivex> which is part of the libguestfs project "
1207 "although ships as a separate tarball.  You have to locate and download the "
1208 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1209 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and "
1210 "L<virt-win-reg(1)> for more help on this issue."
1211 msgstr ""
1212
1213 # type: =head2
1214 #: ../src/guestfs.pod:613
1215 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1216 msgstr ""
1217
1218 # type: textblock
1219 #: ../src/guestfs.pod:615
1220 msgid ""
1221 "Although we don't want to discourage you from using the C API, we will "
1222 "mention here that the same API is also available in other languages."
1223 msgstr ""
1224
1225 # type: textblock
1226 #: ../src/guestfs.pod:618
1227 msgid ""
1228 "The API is broadly identical in all supported languages.  This means that "
1229 "the C call C<guestfs_mount(g,path)> is C<$g-E<gt>mount($path)> in Perl, "
1230 "C<g.mount(path)> in Python, and C<Guestfs.mount g path> in OCaml.  In other "
1231 "words, a straightforward, predictable isomorphism between each language."
1232 msgstr ""
1233
1234 # type: textblock
1235 #: ../src/guestfs.pod:624
1236 msgid ""
1237 "Error messages are automatically transformed into exceptions if the language "
1238 "supports it."
1239 msgstr ""
1240
1241 # type: textblock
1242 #: ../src/guestfs.pod:627
1243 msgid ""
1244 "We don't try to \"object orientify\" parts of the API in OO languages, "
1245 "although contributors are welcome to write higher level APIs above what we "
1246 "provide in their favourite languages if they wish."
1247 msgstr ""
1248
1249 # type: =item
1250 #: ../src/guestfs.pod:633
1251 msgid "B<C++>"
1252 msgstr ""
1253
1254 # type: textblock
1255 #: ../src/guestfs.pod:635
1256 msgid ""
1257 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1258 "identical to the C API.  C++ classes and exceptions are not used."
1259 msgstr ""
1260
1261 # type: =item
1262 #: ../src/guestfs.pod:639
1263 msgid "B<C#>"
1264 msgstr ""
1265
1266 # type: textblock
1267 #: ../src/guestfs.pod:641
1268 msgid ""
1269 "The C# bindings are highly experimental.  Please read the warnings at the "
1270 "top of C<csharp/Libguestfs.cs>."
1271 msgstr ""
1272
1273 # type: =item
1274 #: ../src/guestfs.pod:644
1275 msgid "B<Haskell>"
1276 msgstr ""
1277
1278 # type: textblock
1279 #: ../src/guestfs.pod:646
1280 msgid ""
1281 "This is the only language binding that is working but incomplete.  Only "
1282 "calls which return simple integers have been bound in Haskell, and we are "
1283 "looking for help to complete this binding."
1284 msgstr ""
1285
1286 # type: =item
1287 #: ../src/guestfs.pod:650
1288 msgid "B<Java>"
1289 msgstr ""
1290
1291 # type: textblock
1292 #: ../src/guestfs.pod:652
1293 msgid ""
1294 "Full documentation is contained in the Javadoc which is distributed with "
1295 "libguestfs."
1296 msgstr ""
1297
1298 # type: =item
1299 #: ../src/guestfs.pod:655
1300 msgid "B<OCaml>"
1301 msgstr ""
1302
1303 # type: textblock
1304 #: ../src/guestfs.pod:657
1305 msgid "For documentation see the file C<guestfs.mli>."
1306 msgstr ""
1307
1308 # type: =item
1309 #: ../src/guestfs.pod:659
1310 msgid "B<Perl>"
1311 msgstr ""
1312
1313 # type: textblock
1314 #: ../src/guestfs.pod:661
1315 msgid "For documentation see L<Sys::Guestfs(3)>."
1316 msgstr ""
1317
1318 # type: =item
1319 #: ../src/guestfs.pod:663
1320 msgid "B<PHP>"
1321 msgstr ""
1322
1323 # type: textblock
1324 #: ../src/guestfs.pod:665
1325 msgid ""
1326 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1327 "the php-libguestfs package for your distribution."
1328 msgstr ""
1329
1330 # type: textblock
1331 #: ../src/guestfs.pod:668
1332 msgid "The PHP binding only works correctly on 64 bit machines."
1333 msgstr ""
1334
1335 # type: =item
1336 #: ../src/guestfs.pod:670
1337 msgid "B<Python>"
1338 msgstr ""
1339
1340 # type: textblock
1341 #: ../src/guestfs.pod:672
1342 msgid "For documentation do:"
1343 msgstr ""
1344
1345 # type: verbatim
1346 #: ../src/guestfs.pod:674
1347 #, no-wrap
1348 msgid ""
1349 " $ python\n"
1350 " >>> import guestfs\n"
1351 " >>> help (guestfs)\n"
1352 "\n"
1353 msgstr ""
1354
1355 # type: =item
1356 #: ../src/guestfs.pod:678
1357 msgid "B<Ruby>"
1358 msgstr ""
1359
1360 # type: textblock
1361 #: ../src/guestfs.pod:680
1362 msgid ""
1363 "Use the Guestfs module.  There is no Ruby-specific documentation, but you "
1364 "can find examples written in Ruby in the libguestfs source."
1365 msgstr ""
1366
1367 # type: =item
1368 #: ../src/guestfs.pod:683
1369 msgid "B<shell scripts>"
1370 msgstr ""
1371
1372 # type: textblock
1373 #: ../src/guestfs.pod:685
1374 msgid "For documentation see L<guestfish(1)>."
1375 msgstr ""
1376
1377 # type: =head2
1378 #: ../src/guestfs.pod:689
1379 msgid "LIBGUESTFS GOTCHAS"
1380 msgstr ""
1381
1382 # type: textblock
1383 #: ../src/guestfs.pod:691
1384 msgid ""
1385 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1386 "system [...] that works in the way it is documented but is counterintuitive "
1387 "and almost invites mistakes.\""
1388 msgstr ""
1389
1390 # type: textblock
1391 #: ../src/guestfs.pod:695
1392 msgid ""
1393 "Since we developed libguestfs and the associated tools, there are several "
1394 "things we would have designed differently, but are now stuck with for "
1395 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1396 "release, you can expect these to change.  Beware of them."
1397 msgstr ""
1398
1399 # type: =item
1400 #: ../src/guestfs.pod:703
1401 msgid "Autosync / forgetting to sync."
1402 msgstr ""
1403
1404 # type: textblock
1405 #: ../src/guestfs.pod:705
1406 msgid ""
1407 "When modifying a filesystem from C or another language, you B<must> unmount "
1408 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1409 "libguestfs handle.  You can also call:"
1410 msgstr ""
1411
1412 # type: verbatim
1413 #: ../src/guestfs.pod:709
1414 #, no-wrap
1415 msgid ""
1416 " guestfs_set_autosync (g, 1);\n"
1417 "\n"
1418 msgstr ""
1419
1420 # type: textblock
1421 #: ../src/guestfs.pod:711
1422 msgid ""
1423 "to have the unmount/sync done automatically for you when the handle 'g' is "
1424 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> "
1425 "q.v.)"
1426 msgstr ""
1427
1428 # type: textblock
1429 #: ../src/guestfs.pod:715
1430 msgid ""
1431 "If you forget to do this, then it is entirely possible that your changes "
1432 "won't be written out, or will be partially written, or (very rarely) that "
1433 "you'll get disk corruption."
1434 msgstr ""
1435
1436 # type: textblock
1437 #: ../src/guestfs.pod:719
1438 msgid ""
1439 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1440 "guestfish scripts that forget to sync will work just fine, which can make "
1441 "this very puzzling if you are trying to debug a problem."
1442 msgstr ""
1443
1444 # type: textblock
1445 #: ../src/guestfs.pod:723
1446 msgid ""
1447 "Update: Autosync is enabled by default for all API users starting from "
1448 "libguestfs 1.5.24."
1449 msgstr ""
1450
1451 # type: =item
1452 #: ../src/guestfs.pod:726
1453 msgid "Mount option C<-o sync> should not be the default."
1454 msgstr ""
1455
1456 # type: textblock
1457 #: ../src/guestfs.pod:728
1458 msgid ""
1459 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1460 "However C<-o sync> does not add any reliability benefit, but does have a "
1461 "very large performance impact."
1462 msgstr ""
1463
1464 # type: textblock
1465 #: ../src/guestfs.pod:732
1466 msgid ""
1467 "The work around is to use L</guestfs_mount_options> and set the mount "
1468 "options that you actually want to use."
1469 msgstr ""
1470
1471 # type: =item
1472 #: ../src/guestfs.pod:735
1473 msgid "Read-only should be the default."
1474 msgstr ""
1475
1476 # type: textblock
1477 #: ../src/guestfs.pod:737
1478 msgid ""
1479 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1480 "specify I<--rw> if you want to make changes to the image."
1481 msgstr ""
1482
1483 # type: textblock
1484 #: ../src/guestfs.pod:740
1485 msgid "This would reduce the potential to corrupt live VM images."
1486 msgstr ""
1487
1488 # type: textblock
1489 #: ../src/guestfs.pod:742
1490 msgid ""
1491 "Note that many filesystems change the disk when you just mount and unmount, "
1492 "even if you didn't perform any writes.  You need to use "
1493 "L</guestfs_add_drive_ro> to guarantee that the disk is not changed."
1494 msgstr ""
1495
1496 # type: =item
1497 #: ../src/guestfs.pod:746
1498 msgid "guestfish command line is hard to use."
1499 msgstr ""
1500
1501 # type: textblock
1502 #: ../src/guestfs.pod:748
1503 msgid ""
1504 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1505 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1506 "exist, so it fails.  In earlier versions of guestfish the error message was "
1507 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1508 "we should have used C<guestfish -c command> to run commands."
1509 msgstr ""
1510
1511 # type: =item
1512 #: ../src/guestfs.pod:755
1513 msgid "guestfish megabyte modifiers don't work right on all commands"
1514 msgstr ""
1515
1516 # type: textblock
1517 #: ../src/guestfs.pod:757
1518 msgid ""
1519 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1520 "other modifiers).  What guestfish actually does is to multiply the number "
1521 "part by the modifier part and pass the result to the C API.  However this "
1522 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1523 "expecting some other unit (eg. megabytes)."
1524 msgstr ""
1525
1526 # type: textblock
1527 #: ../src/guestfs.pod:764
1528 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1529 msgstr ""
1530
1531 # type: verbatim
1532 #: ../src/guestfs.pod:766
1533 #, no-wrap
1534 msgid ""
1535 " lvcreate LV VG 100M\n"
1536 "\n"
1537 msgstr ""
1538
1539 # type: textblock
1540 #: ../src/guestfs.pod:768
1541 msgid ""
1542 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1543 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1544 "megabytes * megabytes) logical volume.  The error message you get from this "
1545 "is also a little obscure."
1546 msgstr ""
1547
1548 # type: textblock
1549 #: ../src/guestfs.pod:773
1550 msgid ""
1551 "This could be fixed in the generator by specially marking parameters and "
1552 "return values which take bytes or other units."
1553 msgstr ""
1554
1555 # type: =item
1556 #: ../src/guestfs.pod:776
1557 msgid "Ambiguity between devices and paths"
1558 msgstr ""
1559
1560 # type: textblock
1561 #: ../src/guestfs.pod:778
1562 msgid ""
1563 "There is a subtle ambiguity in the API between a device name "
1564 "(eg. C</dev/sdb2>) and a similar pathname.  A file might just happen to be "
1565 "called C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1566 msgstr ""
1567
1568 # type: textblock
1569 #: ../src/guestfs.pod:783
1570 msgid ""
1571 "In the current API we usually resolve this ambiguity by having two separate "
1572 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1573 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1574 "detecting if the path supplied begins with C</dev/>."
1575 msgstr ""
1576
1577 # type: textblock
1578 #: ../src/guestfs.pod:789
1579 msgid ""
1580 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1581 "make paths/devices into structured names.  One way to do this would be to "
1582 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1583 "aspect of grub.  Another way would be to use a structured type, equivalent "
1584 "to this OCaml type:"
1585 msgstr ""
1586
1587 # type: verbatim
1588 #: ../src/guestfs.pod:795
1589 #, no-wrap
1590 msgid ""
1591 " type path = Path of string | Device of int | Partition of int * int\n"
1592 "\n"
1593 msgstr ""
1594
1595 # type: textblock
1596 #: ../src/guestfs.pod:797
1597 msgid "which would allow you to pass arguments like:"
1598 msgstr ""
1599
1600 # type: verbatim
1601 #: ../src/guestfs.pod:799
1602 #, no-wrap
1603 msgid ""
1604 " Path \"/foo/bar\"\n"
1605 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1606 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1607 " Path \"/dev/sdb2\"    (* not a device *)\n"
1608 "\n"
1609 msgstr ""
1610
1611 # type: textblock
1612 #: ../src/guestfs.pod:804
1613 msgid ""
1614 "As you can see there are still problems to resolve even with this "
1615 "representation.  Also consider how it might work in guestfish."
1616 msgstr ""
1617
1618 # type: =head2
1619 #: ../src/guestfs.pod:809
1620 msgid "PROTOCOL LIMITS"
1621 msgstr ""
1622
1623 # type: textblock
1624 #: ../src/guestfs.pod:811
1625 msgid ""
1626 "Internally libguestfs uses a message-based protocol to pass API calls and "
1627 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
1628 "plenty more detail about this).  The maximum message size used by the "
1629 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
1630 "aware of this limit.  The API calls which may be affected are individually "
1631 "documented, with a link back to this section of the documentation."
1632 msgstr ""
1633
1634 # type: textblock
1635 #: ../src/guestfs.pod:819
1636 msgid ""
1637 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
1638 "a simple string.  Because this string is at some point internally encoded as "
1639 "a message, the maximum size that it can return is slightly under 4 MB.  If "
1640 "the requested file is larger than this then you will get an error."
1641 msgstr ""
1642
1643 # type: textblock
1644 #: ../src/guestfs.pod:825
1645 msgid ""
1646 "In order to transfer large files into and out of the guest filesystem, you "
1647 "need to use particular calls that support this.  The sections L</UPLOADING> "
1648 "and L</DOWNLOADING> document how to do this."
1649 msgstr ""
1650
1651 # type: textblock
1652 #: ../src/guestfs.pod:829
1653 msgid ""
1654 "You might also consider mounting the disk image using our FUSE filesystem "
1655 "support (L<guestmount(1)>)."
1656 msgstr ""
1657
1658 # type: =head2
1659 #: ../src/guestfs.pod:832
1660 msgid "KEYS AND PASSPHRASES"
1661 msgstr ""
1662
1663 # type: textblock
1664 #: ../src/guestfs.pod:834
1665 msgid ""
1666 "Certain libguestfs calls take a parameter that contains sensitive key "
1667 "material, passed in as a C string."
1668 msgstr ""
1669
1670 # type: textblock
1671 #: ../src/guestfs.pod:837
1672 msgid ""
1673 "In the future we would hope to change the libguestfs implementation so that "
1674 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1675 "swap.  However this is I<not> done at the moment, because of the complexity "
1676 "of such an implementation."
1677 msgstr ""
1678
1679 # type: textblock
1680 #: ../src/guestfs.pod:842
1681 msgid ""
1682 "Therefore you should be aware that any key parameter you pass to libguestfs "
1683 "might end up being written out to the swap partition.  If this is a concern, "
1684 "scrub the swap partition or don't use libguestfs on encrypted devices."
1685 msgstr ""
1686
1687 # type: =head2
1688 #: ../src/guestfs.pod:847
1689 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1690 msgstr ""
1691
1692 # type: textblock
1693 #: ../src/guestfs.pod:849
1694 msgid ""
1695 "All high-level libguestfs actions are synchronous.  If you want to use "
1696 "libguestfs asynchronously then you must create a thread."
1697 msgstr ""
1698
1699 # type: textblock
1700 #: ../src/guestfs.pod:852
1701 msgid ""
1702 "Only use the handle from a single thread.  Either use the handle exclusively "
1703 "from one thread, or provide your own mutex so that two threads cannot issue "
1704 "calls on the same handle at the same time."
1705 msgstr ""
1706
1707 # type: textblock
1708 #: ../src/guestfs.pod:856
1709 msgid ""
1710 "See the graphical program guestfs-browser for one possible architecture for "
1711 "multithreaded programs using libvirt and libguestfs."
1712 msgstr ""
1713
1714 # type: =head2
1715 #: ../src/guestfs.pod:859
1716 msgid "PATH"
1717 msgstr ""
1718
1719 # type: textblock
1720 #: ../src/guestfs.pod:861
1721 msgid ""
1722 "Libguestfs needs a kernel and initrd.img, which it finds by looking along an "
1723 "internal path."
1724 msgstr ""
1725
1726 # type: textblock
1727 #: ../src/guestfs.pod:864
1728 msgid ""
1729 "By default it looks for these in the directory C<$libdir/guestfs> "
1730 "(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1731 msgstr ""
1732
1733 # type: textblock
1734 #: ../src/guestfs.pod:867
1735 msgid ""
1736 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1737 "to change the directories that libguestfs will search in.  The value is a "
1738 "colon-separated list of paths.  The current directory is I<not> searched "
1739 "unless the path contains an empty element or C<.>.  For example "
1740 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1741 "then C</usr/lib/guestfs>."
1742 msgstr ""
1743
1744 # type: =head2
1745 #: ../src/guestfs.pod:874
1746 msgid "QEMU WRAPPERS"
1747 msgstr ""
1748
1749 # type: textblock
1750 #: ../src/guestfs.pod:876
1751 msgid ""
1752 "If you want to compile your own qemu, run qemu from a non-standard location, "
1753 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1754 "around qemu."
1755 msgstr ""
1756
1757 # type: textblock
1758 #: ../src/guestfs.pod:880
1759 msgid ""
1760 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1761 "last command in the shell script (so that qemu replaces the shell and "
1762 "becomes the direct child of the libguestfs-using program).  If you don't do "
1763 "this, then the qemu process won't be cleaned up correctly."
1764 msgstr ""
1765
1766 # type: textblock
1767 #: ../src/guestfs.pod:885
1768 msgid ""
1769 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1770 "source:"
1771 msgstr ""
1772
1773 # type: verbatim
1774 #: ../src/guestfs.pod:888
1775 #, no-wrap
1776 msgid ""
1777 " #!/bin/sh -\n"
1778 " qemudir=/home/rjones/d/qemu\n"
1779 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios "
1780 "\"$@\"\n"
1781 "\n"
1782 msgstr ""
1783
1784 # type: textblock
1785 #: ../src/guestfs.pod:892
1786 msgid ""
1787 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1788 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1789 "example:"
1790 msgstr ""
1791
1792 # type: verbatim
1793 #: ../src/guestfs.pod:896
1794 #, no-wrap
1795 msgid ""
1796 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1797 "\n"
1798 msgstr ""
1799
1800 # type: textblock
1801 #: ../src/guestfs.pod:898
1802 msgid ""
1803 "Note that libguestfs also calls qemu with the -help and -version options in "
1804 "order to determine features."
1805 msgstr ""
1806
1807 # type: =head2
1808 #: ../src/guestfs.pod:901
1809 msgid "ABI GUARANTEE"
1810 msgstr ""
1811
1812 # type: textblock
1813 #: ../src/guestfs.pod:903
1814 msgid ""
1815 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
1816 "actions as outlined in this section.  Although we will deprecate some "
1817 "actions, for example if they get replaced by newer calls, we will keep the "
1818 "old actions forever.  This allows you the developer to program in confidence "
1819 "against the libguestfs API."
1820 msgstr ""
1821
1822 # type: =head2
1823 #: ../src/guestfs.pod:909
1824 msgid "BLOCK DEVICE NAMING"
1825 msgstr ""
1826
1827 # type: textblock
1828 #: ../src/guestfs.pod:911
1829 msgid ""
1830 "In the kernel there is now quite a profusion of schemata for naming block "
1831 "devices (in this context, by I<block device> I mean a physical or virtual "
1832 "hard drive).  The original Linux IDE driver used names starting with "
1833 "C</dev/hd*>.  SCSI devices have historically used a different naming scheme, "
1834 "C</dev/sd*>.  When the Linux kernel I<libata> driver became a popular "
1835 "replacement for the old IDE driver (particularly for SATA devices) those "
1836 "devices also used the C</dev/sd*> scheme.  Additionally we now have virtual "
1837 "machines with paravirtualized drivers.  This has created several different "
1838 "naming systems, such as C</dev/vd*> for virtio disks and C</dev/xvd*> for "
1839 "Xen PV disks."
1840 msgstr ""
1841
1842 # type: textblock
1843 #: ../src/guestfs.pod:923
1844 msgid ""
1845 "As discussed above, libguestfs uses a qemu appliance running an embedded "
1846 "Linux kernel to access block devices.  We can run a variety of appliances "
1847 "based on a variety of Linux kernels."
1848 msgstr ""
1849
1850 # type: textblock
1851 #: ../src/guestfs.pod:927
1852 msgid ""
1853 "This causes a problem for libguestfs because many API calls use device or "
1854 "partition names.  Working scripts and the recipe (example) scripts that we "
1855 "make available over the internet could fail if the naming scheme changes."
1856 msgstr ""
1857
1858 # type: textblock
1859 #: ../src/guestfs.pod:932
1860 msgid ""
1861 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
1862 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
1863 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
1864 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
1865 msgstr ""
1866
1867 # type: textblock
1868 #: ../src/guestfs.pod:938
1869 msgid ""
1870 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
1871 "L</guestfs_list_partitions> and similar calls return the true names of the "
1872 "devices and partitions as known to the appliance."
1873 msgstr ""
1874
1875 # type: =head3
1876 #: ../src/guestfs.pod:943
1877 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
1878 msgstr ""
1879
1880 # type: textblock
1881 #: ../src/guestfs.pod:945
1882 msgid ""
1883 "Usually this translation is transparent.  However in some (very rare)  cases "
1884 "you may need to know the exact algorithm.  Such cases include where you use "
1885 "L</guestfs_config> to add a mixture of virtio and IDE devices to the "
1886 "qemu-based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> "
1887 "devices."
1888 msgstr ""
1889
1890 # type: textblock
1891 #: ../src/guestfs.pod:951
1892 msgid ""
1893 "The algorithm is applied only to I<parameters> which are known to be either "
1894 "device or partition names.  Return values from functions such as "
1895 "L</guestfs_list_devices> are never changed."
1896 msgstr ""
1897
1898 # type: textblock
1899 #: ../src/guestfs.pod:959
1900 msgid "Is the string a parameter which is a device or partition name?"
1901 msgstr ""
1902
1903 # type: textblock
1904 #: ../src/guestfs.pod:963
1905 msgid "Does the string begin with C</dev/sd>?"
1906 msgstr ""
1907
1908 # type: textblock
1909 #: ../src/guestfs.pod:967
1910 msgid ""
1911 "Does the named device exist? If so, we use that device.  However if I<not> "
1912 "then we continue with this algorithm."
1913 msgstr ""
1914
1915 # type: textblock
1916 #: ../src/guestfs.pod:972
1917 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
1918 msgstr ""
1919
1920 # type: textblock
1921 #: ../src/guestfs.pod:974
1922 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
1923 msgstr ""
1924
1925 # type: textblock
1926 #: ../src/guestfs.pod:976
1927 msgid "If that named device exists, use it.  If not, continue."
1928 msgstr ""
1929
1930 # type: textblock
1931 #: ../src/guestfs.pod:980
1932 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
1933 msgstr ""
1934
1935 # type: textblock
1936 #: ../src/guestfs.pod:982
1937 msgid "If that named device exists, use it.  If not, return an error."
1938 msgstr ""
1939
1940 # type: =head3
1941 #: ../src/guestfs.pod:986
1942 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
1943 msgstr ""
1944
1945 # type: textblock
1946 #: ../src/guestfs.pod:988
1947 msgid ""
1948 "Although the standard naming scheme and automatic translation is useful for "
1949 "simple programs and guestfish scripts, for larger programs it is best not to "
1950 "rely on this mechanism."
1951 msgstr ""
1952
1953 # type: textblock
1954 #: ../src/guestfs.pod:992
1955 msgid ""
1956 "Where possible for maximum future portability programs using libguestfs "
1957 "should use these future-proof techniques:"
1958 msgstr ""
1959
1960 # type: textblock
1961 #: ../src/guestfs.pod:999
1962 msgid ""
1963 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
1964 "device names, and then use those names directly."
1965 msgstr ""
1966
1967 # type: textblock
1968 #: ../src/guestfs.pod:1002
1969 msgid "Since those device names exist by definition, they will never be translated."
1970 msgstr ""
1971
1972 # type: textblock
1973 #: ../src/guestfs.pod:1007
1974 msgid ""
1975 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
1976 "filesystem labels."
1977 msgstr ""
1978
1979 # type: =head1
1980 #: ../src/guestfs.pod:1012
1981 msgid "SECURITY"
1982 msgstr ""
1983
1984 # type: textblock
1985 #: ../src/guestfs.pod:1014
1986 msgid ""
1987 "This section discusses security implications of using libguestfs, "
1988 "particularly with untrusted or malicious guests or disk images."
1989 msgstr ""
1990
1991 # type: =head2
1992 #: ../src/guestfs.pod:1017
1993 msgid "GENERAL SECURITY CONSIDERATIONS"
1994 msgstr ""
1995
1996 # type: textblock
1997 #: ../src/guestfs.pod:1019
1998 msgid ""
1999 "Be careful with any files or data that you download from a guest (by "
2000 "\"download\" we mean not just the L</guestfs_download> command but any "
2001 "command that reads files, filenames, directories or anything else from a "
2002 "disk image).  An attacker could manipulate the data to fool your program "
2003 "into doing the wrong thing.  Consider cases such as:"
2004 msgstr ""
2005
2006 # type: textblock
2007 #: ../src/guestfs.pod:1029
2008 msgid "the data (file etc) not being present"
2009 msgstr ""
2010
2011 # type: textblock
2012 #: ../src/guestfs.pod:1033
2013 msgid "being present but empty"
2014 msgstr ""
2015
2016 # type: textblock
2017 #: ../src/guestfs.pod:1037
2018 msgid "being much larger than normal"
2019 msgstr ""
2020
2021 # type: textblock
2022 #: ../src/guestfs.pod:1041
2023 msgid "containing arbitrary 8 bit data"
2024 msgstr ""
2025
2026 # type: textblock
2027 #: ../src/guestfs.pod:1045
2028 msgid "being in an unexpected character encoding"
2029 msgstr ""
2030
2031 # type: textblock
2032 #: ../src/guestfs.pod:1049
2033 msgid "containing homoglyphs."
2034 msgstr ""
2035
2036 # type: =head2
2037 #: ../src/guestfs.pod:1053
2038 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2039 msgstr ""
2040
2041 # type: textblock
2042 #: ../src/guestfs.pod:1055
2043 msgid ""
2044 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2045 "(VFS) module can sometimes be escalated into exploits by deliberately "
2046 "creating a malicious, malformed filesystem.  These exploits are very severe "
2047 "for two reasons.  Firstly there are very many filesystem drivers in the "
2048 "kernel, and many of them are infrequently used and not much developer "
2049 "attention has been paid to the code.  Linux userspace helps potential "
2050 "crackers by detecting the filesystem type and automatically choosing the "
2051 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2052 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2053 "exploit (worse in some ways), giving immediate and total access to the "
2054 "system right down to the hardware level."
2055 msgstr ""
2056
2057 # type: textblock
2058 #: ../src/guestfs.pod:1068
2059 msgid ""
2060 "That explains why you should never mount a filesystem from an untrusted "
2061 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2062 "inside a qemu virtual machine, usually running as a non-root user.  The "
2063 "attacker would need to write a filesystem which first exploited the kernel, "
2064 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2065 "the libguestfs protocol, and finally to be as serious as the host kernel "
2066 "exploit it would need to escalate its privileges to root.  This multi-step "
2067 "escalation, performed by a static piece of data, is thought to be extremely "
2068 "hard to do, although we never say 'never' about security issues."
2069 msgstr ""
2070
2071 # type: textblock
2072 #: ../src/guestfs.pod:1079
2073 msgid ""
2074 "In any case callers can reduce the attack surface by forcing the filesystem "
2075 "type when mounting (use L</guestfs_mount_vfs>)."
2076 msgstr ""
2077
2078 # type: =head2
2079 #: ../src/guestfs.pod:1082
2080 msgid "PROTOCOL SECURITY"
2081 msgstr ""
2082
2083 # type: textblock
2084 #: ../src/guestfs.pod:1084
2085 msgid ""
2086 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2087 "defined upper message size.  However a program that uses libguestfs must "
2088 "also take care - for example you can write a program that downloads a binary "
2089 "from a disk image and executes it locally, and no amount of protocol "
2090 "security will save you from the consequences."
2091 msgstr ""
2092
2093 # type: =head2
2094 #: ../src/guestfs.pod:1090
2095 msgid "INSPECTION SECURITY"
2096 msgstr ""
2097
2098 # type: textblock
2099 #: ../src/guestfs.pod:1092
2100 msgid ""
2101 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2102 "directly from the guest, and these could contain any 8 bit data.  Callers "
2103 "should be careful to escape these before printing them to a structured file "
2104 "(for example, use HTML escaping if creating a web page)."
2105 msgstr ""
2106
2107 # type: textblock
2108 #: ../src/guestfs.pod:1098
2109 msgid ""
2110 "Guest configuration may be altered in unusual ways by the administrator of "
2111 "the virtual machine, and may not reflect reality (particularly for untrusted "
2112 "or actively malicious guests).  For example we parse the hostname from "
2113 "configuration files like C</etc/sysconfig/network> that we find in the "
2114 "guest, but the guest administrator can easily manipulate these files to "
2115 "provide the wrong hostname."
2116 msgstr ""
2117
2118 # type: textblock
2119 #: ../src/guestfs.pod:1106
2120 msgid ""
2121 "The inspection API parses guest configuration using two external libraries: "
2122 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2123 "designed to be robust in the face of malicious data, although denial of "
2124 "service attacks are still possible, for example with oversized configuration "
2125 "files."
2126 msgstr ""
2127
2128 # type: =head2
2129 #: ../src/guestfs.pod:1112
2130 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2131 msgstr ""
2132
2133 # type: textblock
2134 #: ../src/guestfs.pod:1114
2135 msgid ""
2136 "Be very cautious about running commands from the guest.  By running a "
2137 "command in the guest, you are giving CPU time to a binary that you do not "
2138 "control, under the same user account as the library, albeit wrapped in qemu "
2139 "virtualization.  More information and alternatives can be found in the "
2140 "section L</RUNNING COMMANDS>."
2141 msgstr ""
2142
2143 # type: =head2
2144 #: ../src/guestfs.pod:1120
2145 msgid "CVE-2010-3851"
2146 msgstr ""
2147
2148 # type: textblock
2149 #: ../src/guestfs.pod:1122
2150 msgid "https://bugzilla.redhat.com/642934"
2151 msgstr ""
2152
2153 # type: textblock
2154 #: ../src/guestfs.pod:1124
2155 msgid ""
2156 "This security bug concerns the automatic disk format detection that qemu "
2157 "does on disk images."
2158 msgstr ""
2159
2160 # type: textblock
2161 #: ../src/guestfs.pod:1127
2162 msgid ""
2163 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2164 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2165 "for one of the known headers, and if none is found then assuming the disk "
2166 "image must be raw."
2167 msgstr ""
2168
2169 # type: textblock
2170 #: ../src/guestfs.pod:1132
2171 msgid ""
2172 "This allows a guest which has been given a raw disk image to write some "
2173 "other header.  At next boot (or when the disk image is accessed by "
2174 "libguestfs) qemu would do autodetection and think the disk image format was, "
2175 "say, qcow2 based on the header written by the guest."
2176 msgstr ""
2177
2178 # type: textblock
2179 #: ../src/guestfs.pod:1137
2180 msgid ""
2181 "This in itself would not be a problem, but qcow2 offers many features, one "
2182 "of which is to allow a disk image to refer to another image (called the "
2183 "\"backing disk\").  It does this by placing the path to the backing disk "
2184 "into the qcow2 header.  This path is not validated and could point to any "
2185 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2186 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2187 "control of the attacker."
2188 msgstr ""
2189
2190 # type: textblock
2191 #: ../src/guestfs.pod:1145
2192 msgid "In libguestfs this is rather hard to exploit except under two circumstances:"
2193 msgstr ""
2194
2195 # type: textblock
2196 #: ../src/guestfs.pod:1152
2197 msgid "You have enabled the network or have opened the disk in write mode."
2198 msgstr ""
2199
2200 # type: textblock
2201 #: ../src/guestfs.pod:1156
2202 msgid ""
2203 "You are also running untrusted code from the guest (see L</RUNNING "
2204 "COMMANDS>)."
2205 msgstr ""
2206
2207 # type: textblock
2208 #: ../src/guestfs.pod:1161
2209 msgid ""
2210 "The way to avoid this is to specify the expected disk format when adding "
2211 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2212 "should always do this if the disk is raw format, and it's a good idea for "
2213 "other cases too."
2214 msgstr ""
2215
2216 # type: textblock
2217 #: ../src/guestfs.pod:1166
2218 msgid ""
2219 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2220 "format is fetched from libvirt and passed through."
2221 msgstr ""
2222
2223 # type: textblock
2224 #: ../src/guestfs.pod:1169
2225 msgid ""
2226 "For libguestfs tools, use the I<--format> command line parameter as "
2227 "appropriate."
2228 msgstr ""
2229
2230 # type: =head1
2231 #: ../src/guestfs.pod:1172
2232 msgid "CONNECTION MANAGEMENT"
2233 msgstr ""
2234
2235 # type: =head2
2236 #: ../src/guestfs.pod:1174
2237 msgid "guestfs_h *"
2238 msgstr ""
2239
2240 # type: textblock
2241 #: ../src/guestfs.pod:1176
2242 msgid ""
2243 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2244 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2245 "handle and release all resources used."
2246 msgstr ""
2247
2248 # type: textblock
2249 #: ../src/guestfs.pod:1180
2250 msgid ""
2251 "For information on using multiple handles and threads, see the section "
2252 "L</MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2253 msgstr ""
2254
2255 # type: =head2
2256 #: ../src/guestfs.pod:1183
2257 msgid "guestfs_create"
2258 msgstr ""
2259
2260 # type: verbatim
2261 #: ../src/guestfs.pod:1185
2262 #, no-wrap
2263 msgid ""
2264 " guestfs_h *guestfs_create (void);\n"
2265 "\n"
2266 msgstr ""
2267
2268 # type: textblock
2269 #: ../src/guestfs.pod:1187
2270 msgid "Create a connection handle."
2271 msgstr ""
2272
2273 # type: textblock
2274 #: ../src/guestfs.pod:1189
2275 msgid ""
2276 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2277 "on the handle at least once."
2278 msgstr ""
2279
2280 # type: textblock
2281 #: ../src/guestfs.pod:1192
2282 msgid ""
2283 "This function returns a non-NULL pointer to a handle on success or NULL on "
2284 "error."
2285 msgstr ""
2286
2287 # type: textblock
2288 #: ../src/guestfs.pod:1195
2289 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2290 msgstr ""
2291
2292 # type: textblock
2293 #: ../src/guestfs.pod:1197
2294 msgid ""
2295 "You may also want to configure error handling for the handle.  See L</ERROR "
2296 "HANDLING> section below."
2297 msgstr ""
2298
2299 # type: =head2
2300 #: ../src/guestfs.pod:1200
2301 msgid "guestfs_close"
2302 msgstr ""
2303
2304 # type: verbatim
2305 #: ../src/guestfs.pod:1202
2306 #, no-wrap
2307 msgid ""
2308 " void guestfs_close (guestfs_h *g);\n"
2309 "\n"
2310 msgstr ""
2311
2312 # type: textblock
2313 #: ../src/guestfs.pod:1204
2314 msgid "This closes the connection handle and frees up all resources used."
2315 msgstr ""
2316
2317 # type: =head1
2318 #: ../src/guestfs.pod:1206
2319 msgid "ERROR HANDLING"
2320 msgstr ""
2321
2322 # type: textblock
2323 #: ../src/guestfs.pod:1208
2324 msgid ""
2325 "API functions can return errors.  For example, almost all functions that "
2326 "return C<int> will return C<-1> to indicate an error."
2327 msgstr ""
2328
2329 # type: textblock
2330 #: ../src/guestfs.pod:1211
2331 msgid ""
2332 "Additional information is available for errors: an error message string and "
2333 "optionally an error number (errno) if the thing that failed was a system "
2334 "call."
2335 msgstr ""
2336
2337 # type: textblock
2338 #: ../src/guestfs.pod:1215
2339 msgid ""
2340 "You can get at the additional information about the last error on the handle "
2341 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2342 "up an error handler with L</guestfs_set_error_handler>."
2343 msgstr ""
2344
2345 # type: textblock
2346 #: ../src/guestfs.pod:1220
2347 msgid ""
2348 "When the handle is created, a default error handler is installed which "
2349 "prints the error message string to C<stderr>.  For small short-running "
2350 "command line programs it is sufficient to do:"
2351 msgstr ""
2352
2353 # type: verbatim
2354 #: ../src/guestfs.pod:1224
2355 #, no-wrap
2356 msgid ""
2357 " if (guestfs_launch (g) == -1)\n"
2358 "   exit (EXIT_FAILURE);\n"
2359 "\n"
2360 msgstr ""
2361
2362 # type: textblock
2363 #: ../src/guestfs.pod:1227
2364 msgid ""
2365 "since the default error handler will ensure that an error message has been "
2366 "printed to C<stderr> before the program exits."
2367 msgstr ""
2368
2369 # type: textblock
2370 #: ../src/guestfs.pod:1230
2371 msgid ""
2372 "For other programs the caller will almost certainly want to install an "
2373 "alternate error handler or do error handling in-line like this:"
2374 msgstr ""
2375
2376 # type: verbatim
2377 #: ../src/guestfs.pod:1233
2378 #, no-wrap
2379 msgid ""
2380 " g = guestfs_create ();\n"
2381 " \n"
2382 msgstr ""
2383
2384 # type: verbatim
2385 #: ../src/guestfs.pod:1235
2386 #, no-wrap
2387 msgid ""
2388 " /* This disables the default behaviour of printing errors\n"
2389 "    on stderr. */\n"
2390 " guestfs_set_error_handler (g, NULL, NULL);\n"
2391 " \n"
2392 msgstr ""
2393
2394 # type: verbatim
2395 #: ../src/guestfs.pod:1239
2396 #, no-wrap
2397 msgid ""
2398 " if (guestfs_launch (g) == -1) {\n"
2399 "   /* Examine the error message and print it etc. */\n"
2400 "   char *msg = guestfs_last_error (g);\n"
2401 "   int errnum = guestfs_last_errno (g);\n"
2402 "   fprintf (stderr, \"%s\\n\", msg);\n"
2403 "   /* ... */\n"
2404 "  }\n"
2405 "\n"
2406 msgstr ""
2407
2408 # type: textblock
2409 #: ../src/guestfs.pod:1247
2410 msgid ""
2411 "Out of memory errors are handled differently.  The default action is to call "
2412 "L<abort(3)>.  If this is undesirable, then you can set a handler using "
2413 "L</guestfs_set_out_of_memory_handler>."
2414 msgstr ""
2415
2416 # type: textblock
2417 #: ../src/guestfs.pod:1251
2418 msgid ""
2419 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2420 "because there is no handle if this happens there is no way to get additional "
2421 "error information.  However L</guestfs_create> is supposed to be a "
2422 "lightweight operation which can only fail because of insufficient memory (it "
2423 "returns NULL in this case)."
2424 msgstr ""
2425
2426 # type: =head2
2427 #: ../src/guestfs.pod:1257
2428 msgid "guestfs_last_error"
2429 msgstr ""
2430
2431 # type: verbatim
2432 #: ../src/guestfs.pod:1259
2433 #, no-wrap
2434 msgid ""
2435 " const char *guestfs_last_error (guestfs_h *g);\n"
2436 "\n"
2437 msgstr ""
2438
2439 # type: textblock
2440 #: ../src/guestfs.pod:1261
2441 msgid ""
2442 "This returns the last error message that happened on C<g>.  If there has not "
2443 "been an error since the handle was created, then this returns C<NULL>."
2444 msgstr ""
2445
2446 # type: textblock
2447 #: ../src/guestfs.pod:1265
2448 msgid ""
2449 "The lifetime of the returned string is until the next error occurs, or "
2450 "L</guestfs_close> is called."
2451 msgstr ""
2452
2453 # type: =head2
2454 #: ../src/guestfs.pod:1268
2455 msgid "guestfs_last_errno"
2456 msgstr ""
2457
2458 # type: verbatim
2459 #: ../src/guestfs.pod:1270
2460 #, no-wrap
2461 msgid ""
2462 " int guestfs_last_errno (guestfs_h *g);\n"
2463 "\n"
2464 msgstr ""
2465
2466 # type: textblock
2467 #: ../src/guestfs.pod:1272
2468 msgid "This returns the last error number (errno) that happened on C<g>."
2469 msgstr ""
2470
2471 # type: textblock
2472 #: ../src/guestfs.pod:1274
2473 msgid "If successful, an errno integer not equal to zero is returned."
2474 msgstr ""
2475
2476 # type: textblock
2477 #: ../src/guestfs.pod:1276
2478 msgid "If no error, this returns 0.  This call can return 0 in three situations:"
2479 msgstr ""
2480
2481 # type: textblock
2482 #: ../src/guestfs.pod:1283
2483 msgid "There has not been any error on the handle."
2484 msgstr ""
2485
2486 # type: textblock
2487 #: ../src/guestfs.pod:1287
2488 msgid ""
2489 "There has been an error but the errno was meaningless.  This corresponds to "
2490 "the case where the error did not come from a failed system call, but for "
2491 "some other reason."
2492 msgstr ""
2493
2494 # type: textblock
2495 #: ../src/guestfs.pod:1293
2496 msgid ""
2497 "There was an error from a failed system call, but for some reason the errno "
2498 "was not captured and returned.  This usually indicates a bug in libguestfs."
2499 msgstr ""
2500
2501 # type: textblock
2502 #: ../src/guestfs.pod:1299
2503 msgid ""
2504 "Libguestfs tries to convert the errno from inside the applicance into a "
2505 "corresponding errno for the caller (not entirely trivial: the appliance "
2506 "might be running a completely different operating system from the library "
2507 "and error numbers are not standardized across Un*xen).  If this could not be "
2508 "done, then the error is translated to C<EINVAL>.  In practice this should "
2509 "only happen in very rare circumstances."
2510 msgstr ""
2511
2512 # type: =head2
2513 #: ../src/guestfs.pod:1307
2514 msgid "guestfs_set_error_handler"
2515 msgstr ""
2516
2517 # type: verbatim
2518 #: ../src/guestfs.pod:1309
2519 #, no-wrap
2520 msgid ""
2521 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2522 "                                           void *opaque,\n"
2523 "                                           const char *msg);\n"
2524 " void guestfs_set_error_handler (guestfs_h *g,\n"
2525 "                                 guestfs_error_handler_cb cb,\n"
2526 "                                 void *opaque);\n"
2527 "\n"
2528 msgstr ""
2529
2530 # type: textblock
2531 #: ../src/guestfs.pod:1316
2532 msgid ""
2533 "The callback C<cb> will be called if there is an error.  The parameters "
2534 "passed to the callback are an opaque data pointer and the error message "
2535 "string."
2536 msgstr ""
2537
2538 # type: textblock
2539 #: ../src/guestfs.pod:1320
2540 msgid ""
2541 "C<errno> is not passed to the callback.  To get that the callback must call "
2542 "L</guestfs_last_errno>."
2543 msgstr ""
2544
2545 # type: textblock
2546 #: ../src/guestfs.pod:1323
2547 msgid ""
2548 "Note that the message string C<msg> is freed as soon as the callback "
2549 "function returns, so if you want to stash it somewhere you must make your "
2550 "own copy."
2551 msgstr ""
2552
2553 # type: textblock
2554 #: ../src/guestfs.pod:1327
2555 msgid "The default handler prints messages on C<stderr>."
2556 msgstr ""
2557
2558 # type: textblock
2559 #: ../src/guestfs.pod:1329
2560 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2561 msgstr ""
2562
2563 # type: =head2
2564 #: ../src/guestfs.pod:1331
2565 msgid "guestfs_get_error_handler"
2566 msgstr ""
2567
2568 # type: verbatim
2569 #: ../src/guestfs.pod:1333
2570 #, no-wrap
2571 msgid ""
2572 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2573 "                                                     void **opaque_rtn);\n"
2574 "\n"
2575 msgstr ""
2576
2577 # type: textblock
2578 #: ../src/guestfs.pod:1336
2579 msgid "Returns the current error handler callback."
2580 msgstr ""
2581
2582 # type: =head2
2583 #: ../src/guestfs.pod:1338
2584 msgid "guestfs_set_out_of_memory_handler"
2585 msgstr ""
2586
2587 # type: verbatim
2588 #: ../src/guestfs.pod:1340
2589 #, no-wrap
2590 msgid ""
2591 " typedef void (*guestfs_abort_cb) (void);\n"
2592 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2593 "                                        guestfs_abort_cb);\n"
2594 "\n"
2595 msgstr ""
2596
2597 # type: textblock
2598 #: ../src/guestfs.pod:1344
2599 msgid ""
2600 "The callback C<cb> will be called if there is an out of memory situation.  "
2601 "I<Note this callback must not return>."
2602 msgstr ""
2603
2604 # type: textblock
2605 #: ../src/guestfs.pod:1347
2606 msgid "The default is to call L<abort(3)>."
2607 msgstr ""
2608
2609 # type: textblock
2610 #: ../src/guestfs.pod:1349
2611 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2612 msgstr ""
2613
2614 # type: =head2
2615 #: ../src/guestfs.pod:1352
2616 msgid "guestfs_get_out_of_memory_handler"
2617 msgstr ""
2618
2619 # type: verbatim
2620 #: ../src/guestfs.pod:1354
2621 #, no-wrap
2622 msgid ""
2623 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2624 "\n"
2625 msgstr ""
2626
2627 # type: textblock
2628 #: ../src/guestfs.pod:1356
2629 msgid "This returns the current out of memory handler."
2630 msgstr ""
2631
2632 # type: =head1
2633 #: ../src/guestfs.pod:1358
2634 msgid "API CALLS"
2635 msgstr ""
2636
2637 # type: textblock
2638 #: ../src/guestfs.pod:1360 ../fish/guestfish.pod:908
2639 msgid "@ACTIONS@"
2640 msgstr ""
2641
2642 # type: =head1
2643 #: ../src/guestfs.pod:1362
2644 msgid "STRUCTURES"
2645 msgstr ""
2646
2647 # type: textblock
2648 #: ../src/guestfs.pod:1364
2649 msgid "@STRUCTS@"
2650 msgstr ""
2651
2652 # type: =head1
2653 #: ../src/guestfs.pod:1366
2654 msgid "AVAILABILITY"
2655 msgstr ""
2656
2657 # type: =head2
2658 #: ../src/guestfs.pod:1368
2659 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2660 msgstr ""
2661
2662 # type: textblock
2663 #: ../src/guestfs.pod:1370
2664 msgid ""
2665 "Using L</guestfs_available> you can test availability of the following "
2666 "groups of functions.  This test queries the appliance to see if the "
2667 "appliance you are currently using supports the functionality."
2668 msgstr ""
2669
2670 # type: textblock
2671 #: ../src/guestfs.pod:1375
2672 msgid "@AVAILABILITY@"
2673 msgstr ""
2674
2675 # type: =head2
2676 #: ../src/guestfs.pod:1377
2677 msgid "GUESTFISH supported COMMAND"
2678 msgstr ""
2679
2680 # type: textblock
2681 #: ../src/guestfs.pod:1379
2682 msgid ""
2683 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2684 "prints out the available groups and whether they are supported by this build "
2685 "of libguestfs.  Note however that you have to do C<run> first."
2686 msgstr ""
2687
2688 # type: =head2
2689 #: ../src/guestfs.pod:1384
2690 msgid "SINGLE CALLS AT COMPILE TIME"
2691 msgstr ""
2692
2693 # type: textblock
2694 #: ../src/guestfs.pod:1386
2695 msgid ""
2696 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2697 "function, such as:"
2698 msgstr ""
2699
2700 # type: verbatim
2701 #: ../src/guestfs.pod:1389
2702 #, no-wrap
2703 msgid ""
2704 " #define LIBGUESTFS_HAVE_DD 1\n"
2705 "\n"
2706 msgstr ""
2707
2708 # type: textblock
2709 #: ../src/guestfs.pod:1391
2710 msgid "if L</guestfs_dd> is available."
2711 msgstr ""
2712
2713 # type: textblock
2714 #: ../src/guestfs.pod:1393
2715 msgid ""
2716 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2717 "function is available at compile time, we recommended using build tools such "
2718 "as autoconf or cmake.  For example in autotools you could use:"
2719 msgstr ""
2720
2721 # type: verbatim
2722 #: ../src/guestfs.pod:1398
2723 #, no-wrap
2724 msgid ""
2725 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2726 " AC_CHECK_FUNCS([guestfs_dd])\n"
2727 "\n"
2728 msgstr ""
2729
2730 # type: textblock
2731 #: ../src/guestfs.pod:1401
2732 msgid ""
2733 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2734 "in your program."
2735 msgstr ""
2736
2737 # type: =head2
2738 #: ../src/guestfs.pod:1404
2739 msgid "SINGLE CALLS AT RUN TIME"
2740 msgstr ""
2741
2742 # type: textblock
2743 #: ../src/guestfs.pod:1406
2744 msgid ""
2745 "Testing at compile time doesn't guarantee that a function really exists in "
2746 "the library.  The reason is that you might be dynamically linked against a "
2747 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
2748 "This situation unfortunately results in a segmentation fault, which is a "
2749 "shortcoming of the C dynamic linking system itself."
2750 msgstr ""
2751
2752 # type: textblock
2753 #: ../src/guestfs.pod:1413
2754 msgid ""
2755 "You can use L<dlopen(3)> to test if a function is available at run time, as "
2756 "in this example program (note that you still need the compile time check as "
2757 "well):"
2758 msgstr ""
2759
2760 # type: verbatim
2761 #: ../src/guestfs.pod:1417
2762 #, no-wrap
2763 msgid ""
2764 " #include <stdio.h>\n"
2765 " #include <stdlib.h>\n"
2766 " #include <unistd.h>\n"
2767 " #include <dlfcn.h>\n"
2768 " #include <guestfs.h>\n"
2769 " \n"
2770 msgstr ""
2771
2772 # type: verbatim
2773 #: ../src/guestfs.pod:1423
2774 #, no-wrap
2775 msgid ""
2776 " main ()\n"
2777 " {\n"
2778 " #ifdef LIBGUESTFS_HAVE_DD\n"
2779 "   void *dl;\n"
2780 "   int has_function;\n"
2781 " \n"
2782 msgstr ""
2783
2784 # type: verbatim
2785 #: ../src/guestfs.pod:1429
2786 #, no-wrap
2787 msgid ""
2788 "   /* Test if the function guestfs_dd is really available. */\n"
2789 "   dl = dlopen (NULL, RTLD_LAZY);\n"
2790 "   if (!dl) {\n"
2791 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
2792 "     exit (EXIT_FAILURE);\n"
2793 "   }\n"
2794 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
2795 "   dlclose (dl);\n"
2796 " \n"
2797 msgstr ""
2798
2799 # type: verbatim
2800 #: ../src/guestfs.pod:1438
2801 #, no-wrap
2802 msgid ""
2803 "   if (!has_function)\n"
2804 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
2805 "   else {\n"
2806 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
2807 "     /* Now it's safe to call\n"
2808 "     guestfs_dd (g, \"foo\", \"bar\");\n"
2809 "     */\n"
2810 "   }\n"
2811 " #else\n"
2812 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
2813 " #endif\n"
2814 "  }\n"
2815 "\n"
2816 msgstr ""
2817
2818 # type: textblock
2819 #: ../src/guestfs.pod:1451
2820 msgid ""
2821 "You may think the above is an awful lot of hassle, and it is.  There are "
2822 "other ways outside of the C linking system to ensure that this kind of "
2823 "incompatibility never arises, such as using package versioning:"
2824 msgstr ""
2825
2826 # type: verbatim
2827 #: ../src/guestfs.pod:1456
2828 #, no-wrap
2829 msgid ""
2830 " Requires: libguestfs >= 1.0.80\n"
2831 "\n"
2832 msgstr ""
2833
2834 # type: =head1
2835 #: ../src/guestfs.pod:1458
2836 msgid "CALLS WITH OPTIONAL ARGUMENTS"
2837 msgstr ""
2838
2839 # type: textblock
2840 #: ../src/guestfs.pod:1460
2841 msgid ""
2842 "A recent feature of the API is the introduction of calls which take optional "
2843 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
2844 "takes variable arguments (ie. C<...>), as in this example:"
2845 msgstr ""
2846
2847 # type: verbatim
2848 #: ../src/guestfs.pod:1465
2849 #, no-wrap
2850 msgid ""
2851 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
2852 "\n"
2853 msgstr ""
2854
2855 # type: textblock
2856 #: ../src/guestfs.pod:1467
2857 msgid ""
2858 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
2859 "call with no optional arguments specified:"
2860 msgstr ""
2861
2862 # type: verbatim
2863 #: ../src/guestfs.pod:1470
2864 #, no-wrap
2865 msgid ""
2866 " guestfs_add_drive_opts (g, filename, -1);\n"
2867 "\n"
2868 msgstr ""
2869
2870 # type: textblock
2871 #: ../src/guestfs.pod:1472
2872 msgid "With a single optional argument:"
2873 msgstr ""
2874
2875 # type: verbatim
2876 #: ../src/guestfs.pod:1474
2877 #, no-wrap
2878 msgid ""
2879 " guestfs_add_drive_opts (g, filename,\n"
2880 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
2881 "                         -1);\n"
2882 "\n"
2883 msgstr ""
2884
2885 # type: textblock
2886 #: ../src/guestfs.pod:1478
2887 msgid "With two:"
2888 msgstr ""
2889
2890 # type: verbatim
2891 #: ../src/guestfs.pod:1480
2892 #, no-wrap
2893 msgid ""
2894 " guestfs_add_drive_opts (g, filename,\n"
2895 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
2896 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
2897 "                         -1);\n"
2898 "\n"
2899 msgstr ""
2900
2901 # type: textblock
2902 #: ../src/guestfs.pod:1485
2903 msgid ""
2904 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
2905 "happen!"
2906 msgstr ""
2907
2908 # type: =head2
2909 #: ../src/guestfs.pod:1488
2910 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
2911 msgstr ""
2912
2913 # type: textblock
2914 #: ../src/guestfs.pod:1490
2915 msgid ""
2916 "The second variant has the same name with the suffix C<_va>, which works the "
2917 "same way but takes a C<va_list>.  See the C manual for details.  For the "
2918 "example function, this is declared:"
2919 msgstr ""
2920
2921 # type: verbatim
2922 #: ../src/guestfs.pod:1494
2923 #, no-wrap
2924 msgid ""
2925 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
2926 "                                va_list args);\n"
2927 "\n"
2928 msgstr ""
2929
2930 # type: =head2
2931 #: ../src/guestfs.pod:1497
2932 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
2933 msgstr ""
2934
2935 # type: textblock
2936 #: ../src/guestfs.pod:1499
2937 msgid ""
2938 "The third variant is useful where you need to construct these calls.  You "
2939 "pass in a structure where you fill in the optional fields.  The structure "
2940 "has a bitmask as the first element which you must set to indicate which "
2941 "fields you have filled in.  For our example function the structure and call "
2942 "are declared:"
2943 msgstr ""
2944
2945 # type: verbatim
2946 #: ../src/guestfs.pod:1505
2947 #, no-wrap
2948 msgid ""
2949 " struct guestfs_add_drive_opts_argv {\n"
2950 "   uint64_t bitmask;\n"
2951 "   int readonly;\n"
2952 "   const char *format;\n"
2953 "   /* ... */\n"
2954 " };\n"
2955 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
2956 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
2957 "\n"
2958 msgstr ""
2959
2960 # type: textblock
2961 #: ../src/guestfs.pod:1514
2962 msgid "You could call it like this:"
2963 msgstr ""
2964
2965 # type: verbatim
2966 #: ../src/guestfs.pod:1516
2967 #, no-wrap
2968 msgid ""
2969 " struct guestfs_add_drive_opts_argv optargs = {\n"
2970 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
2971 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
2972 "   .readonly = 1,\n"
2973 "   .format = \"qcow2\"\n"
2974 " };\n"
2975 " \n"
2976 msgstr ""
2977
2978 # type: verbatim
2979 #: ../src/guestfs.pod:1523
2980 #, no-wrap
2981 msgid ""
2982 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
2983 "\n"
2984 msgstr ""
2985
2986 # type: textblock
2987 #: ../src/guestfs.pod:1525 ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1842 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1255
2988 msgid "Notes:"
2989 msgstr ""
2990
2991 # type: textblock
2992 #: ../src/guestfs.pod:1531
2993 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
2994 msgstr ""
2995
2996 # type: textblock
2997 #: ../src/guestfs.pod:1536
2998 msgid "You do not need to fill in all fields of the structure."
2999 msgstr ""
3000
3001 # type: textblock
3002 #: ../src/guestfs.pod:1540
3003 msgid ""
3004 "There must be a one-to-one correspondence between fields of the structure "
3005 "that are filled in, and bits set in the bitmask."
3006 msgstr ""
3007
3008 # type: =head2
3009 #: ../src/guestfs.pod:1545
3010 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3011 msgstr ""
3012
3013 # type: textblock
3014 #: ../src/guestfs.pod:1547
3015 msgid ""
3016 "In other languages, optional arguments are expressed in the way that is "
3017 "natural for that language.  We refer you to the language-specific "
3018 "documentation for more details on that."
3019 msgstr ""
3020
3021 # type: textblock
3022 #: ../src/guestfs.pod:1551
3023 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3024 msgstr ""
3025
3026 # type: =head2
3027 #: ../src/guestfs.pod:1553
3028 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3029 msgstr ""
3030
3031 # type: textblock
3032 #: ../src/guestfs.pod:1555
3033 msgid ""
3034 "The child process generates events in some situations.  Current events "
3035 "include: receiving a log message, the child process exits."
3036 msgstr ""
3037
3038 # type: textblock
3039 #: ../src/guestfs.pod:1558
3040 msgid ""
3041 "Use the C<guestfs_set_*_callback> functions to set a callback for different "
3042 "types of events."
3043 msgstr ""
3044
3045 # type: textblock
3046 #: ../src/guestfs.pod:1561
3047 msgid ""
3048 "Only I<one callback of each type> can be registered for each handle.  "
3049 "Calling C<guestfs_set_*_callback> again overwrites the previous callback of "
3050 "that type.  Cancel all callbacks of this type by calling this function with "
3051 "C<cb> set to C<NULL>."
3052 msgstr ""
3053
3054 # type: =head2
3055 #: ../src/guestfs.pod:1566
3056 msgid "guestfs_set_log_message_callback"
3057 msgstr ""
3058
3059 # type: verbatim
3060 #: ../src/guestfs.pod:1568
3061 #, no-wrap
3062 msgid ""
3063 " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n"
3064 "                                         char *buf, int len);\n"
3065 " void guestfs_set_log_message_callback (guestfs_h *g,\n"
3066 "                                        guestfs_log_message_cb cb,\n"
3067 "                                        void *opaque);\n"
3068 "\n"
3069 msgstr ""
3070
3071 # type: textblock
3072 #: ../src/guestfs.pod:1574
3073 msgid ""
3074 "The callback function C<cb> will be called whenever qemu or the guest writes "
3075 "anything to the console."
3076 msgstr ""
3077
3078 # type: textblock
3079 #: ../src/guestfs.pod:1577
3080 msgid "Use this function to capture kernel messages and similar."
3081 msgstr ""
3082
3083 # type: textblock
3084 #: ../src/guestfs.pod:1579
3085 msgid ""
3086 "Normally there is no log message handler, and log messages are just "
3087 "discarded."
3088 msgstr ""
3089
3090 # type: =head2
3091 #: ../src/guestfs.pod:1582
3092 msgid "guestfs_set_subprocess_quit_callback"
3093 msgstr ""
3094
3095 # type: verbatim
3096 #: ../src/guestfs.pod:1584
3097 #, no-wrap
3098 msgid ""
3099 " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n"
3100 " void guestfs_set_subprocess_quit_callback (guestfs_h *g,\n"
3101 "                                            guestfs_subprocess_quit_cb cb,\n"
3102 "                                            void *opaque);\n"
3103 "\n"
3104 msgstr ""
3105
3106 # type: textblock
3107 #: ../src/guestfs.pod:1589
3108 msgid ""
3109 "The callback function C<cb> will be called when the child process quits, "
3110 "either asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3111 "corresponds to a transition from any state to the CONFIG state)."
3112 msgstr ""
3113
3114 # type: =head2
3115 #: ../src/guestfs.pod:1594
3116 msgid "guestfs_set_launch_done_callback"
3117 msgstr ""
3118
3119 # type: verbatim
3120 #: ../src/guestfs.pod:1596
3121 #, no-wrap
3122 msgid ""
3123 " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n"
3124 " void guestfs_set_launch_done_callback (guestfs_h *g,\n"
3125 "                                        guestfs_launch_done_cb cb,\n"
3126 "                                        void *opaque);\n"
3127 "\n"
3128 msgstr ""
3129
3130 # type: textblock
3131 #: ../src/guestfs.pod:1601
3132 msgid ""
3133 "The callback function C<cb> will be called when the child process becomes "
3134 "ready first time after it has been launched.  (This corresponds to a "
3135 "transition from LAUNCHING to the READY state)."
3136 msgstr ""
3137
3138 # type: =head2
3139 #: ../src/guestfs.pod:1605
3140 msgid "guestfs_set_close_callback"
3141 msgstr ""
3142
3143 # type: verbatim
3144 #: ../src/guestfs.pod:1607
3145 #, no-wrap
3146 msgid ""
3147 " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n"
3148 " void guestfs_set_close_callback (guestfs_h *g,\n"
3149 "                                  guestfs_close_cb cb,\n"
3150 "                                  void *opaque);\n"
3151 "\n"
3152 msgstr ""
3153
3154 # type: textblock
3155 #: ../src/guestfs.pod:1612
3156 msgid ""
3157 "The callback function C<cb> will be called while the handle is being closed "
3158 "(synchronously from L</guestfs_close>)."
3159 msgstr ""
3160
3161 # type: textblock
3162 #: ../src/guestfs.pod:1615
3163 msgid ""
3164 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3165 "handles that are open when the program exits.  This means that this callback "
3166 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3167 "problems in higher-level languages (eg. if your HLL interpreter has already "
3168 "been cleaned up by the time this is called, and if your callback then jumps "
3169 "into some HLL function)."
3170 msgstr ""
3171
3172 # type: =head2
3173 #: ../src/guestfs.pod:1623
3174 msgid "guestfs_set_progress_callback"
3175 msgstr ""
3176
3177 # type: verbatim
3178 #: ../src/guestfs.pod:1625
3179 #, no-wrap
3180 msgid ""
3181 " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n"
3182 "                                      int proc_nr, int serial,\n"
3183 "                                      uint64_t position, uint64_t total);\n"
3184 " void guestfs_set_progress_callback (guestfs_h *g,\n"
3185 "                                     guestfs_progress_cb cb,\n"
3186 "                                     void *opaque);\n"
3187 "\n"
3188 msgstr ""
3189
3190 # type: textblock
3191 #: ../src/guestfs.pod:1632
3192 msgid ""
3193 "Some long-running operations can generate progress messages.  If this "
3194 "callback is registered, then it will be called each time a progress message "
3195 "is generated (usually two seconds after the operation started, and three "
3196 "times per second thereafter until it completes, although the frequency may "
3197 "change in future versions)."
3198 msgstr ""
3199
3200 # type: textblock
3201 #: ../src/guestfs.pod:1638
3202 msgid ""
3203 "The callback receives two numbers: C<position> and C<total>.  The units of "
3204 "C<total> are not defined, although for some operations C<total> may relate "
3205 "in some way to the amount of data to be transferred (eg. in bytes or "
3206 "megabytes), and C<position> may be the portion which has been transferred."
3207 msgstr ""
3208
3209 # type: textblock
3210 #: ../src/guestfs.pod:1644
3211 msgid "The only defined and stable parts of the API are:"
3212 msgstr ""
3213
3214 # type: textblock
3215 #: ../src/guestfs.pod:1650
3216 msgid ""
3217 "The callback can display to the user some type of progress bar or indicator "
3218 "which shows the ratio of C<position>:C<total>."
3219 msgstr ""
3220
3221 # type: textblock
3222 #: ../src/guestfs.pod:1655
3223 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3224 msgstr ""
3225
3226 # type: textblock
3227 #: ../src/guestfs.pod:1659
3228 msgid ""
3229 "If any progress notification is sent during a call, then a final progress "
3230 "notification is always sent when C<position> = C<total>."
3231 msgstr ""
3232
3233 # type: textblock
3234 #: ../src/guestfs.pod:1662
3235 msgid ""
3236 "This is to simplify caller code, so callers can easily set the progress "
3237 "indicator to \"100%\" at the end of the operation, without requiring special "
3238 "code to detect this case."
3239 msgstr ""
3240
3241 # type: textblock
3242 #: ../src/guestfs.pod:1668
3243 msgid ""
3244 "The callback also receives the procedure number and serial number of the "
3245 "call.  These are only useful for debugging protocol issues, and the callback "
3246 "can normally ignore them.  The callback may want to print these numbers in "
3247 "error messages or debugging messages."
3248 msgstr ""
3249
3250 # type: =head1
3251 #: ../src/guestfs.pod:1673
3252 msgid "PRIVATE DATA AREA"
3253 msgstr ""
3254
3255 # type: textblock
3256 #: ../src/guestfs.pod:1675
3257 msgid ""
3258 "You can attach named pieces of private data to the libguestfs handle, and "
3259 "fetch them by name for the lifetime of the handle.  This is called the "
3260 "private data area and is only available from the C API."
3261 msgstr ""
3262
3263 # type: textblock
3264 #: ../src/guestfs.pod:1679
3265 msgid "To attach a named piece of data, use the following call:"
3266 msgstr ""
3267
3268 # type: verbatim
3269 #: ../src/guestfs.pod:1681
3270 #, no-wrap
3271 msgid ""
3272 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3273 "\n"
3274 msgstr ""
3275
3276 # type: textblock
3277 #: ../src/guestfs.pod:1683
3278 msgid ""
3279 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3280 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3281 "overwritten."
3282 msgstr ""
3283
3284 # type: textblock
3285 #: ../src/guestfs.pod:1687
3286 msgid ""
3287 "You can use any C<key> you want, but names beginning with an underscore "
3288 "character are reserved for internal libguestfs purposes (for implementing "
3289 "language bindings).  It is recommended to prefix the name with some unique "
3290 "string to avoid collisions with other users."
3291 msgstr ""
3292
3293 # type: textblock
3294 #: ../src/guestfs.pod:1692
3295 msgid "To retrieve the pointer, use:"
3296 msgstr ""
3297
3298 # type: verbatim
3299 #: ../src/guestfs.pod:1694
3300 #, no-wrap
3301 msgid ""
3302 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3303 "\n"
3304 msgstr ""
3305
3306 # type: textblock
3307 #: ../src/guestfs.pod:1696
3308 msgid ""
3309 "This function returns C<NULL> if either no data is found associated with "
3310 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3311 "C<NULL>."
3312 msgstr ""
3313
3314 # type: textblock
3315 #: ../src/guestfs.pod:1700
3316 msgid ""
3317 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3318 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3319 "all.  In particular, libguestfs does I<not> try to free the data when the "
3320 "handle is closed.  If the data must be freed, then the caller must either "
3321 "free it before calling L</guestfs_close> or must set up a close callback to "
3322 "do it (see L</guestfs_set_close_callback>, and note that only one callback "
3323 "can be registered for a handle)."
3324 msgstr ""
3325
3326 # type: textblock
3327 #: ../src/guestfs.pod:1708
3328 msgid ""
3329 "The private data area is implemented using a hash table, and should be "
3330 "reasonably efficient for moderate numbers of keys."
3331 msgstr ""
3332
3333 # type: =end
3334 #: ../src/guestfs.pod:1711 ../src/guestfs.pod:1716
3335 msgid "html"
3336 msgstr ""
3337
3338 # type: textblock
3339 #: ../src/guestfs.pod:1713
3340 msgid ""
3341 "<!-- old anchor for the next section --> <a "
3342 "name=\"state_machine_and_low_level_event_api\"/>"
3343 msgstr ""
3344
3345 # type: =head1
3346 #: ../src/guestfs.pod:1718
3347 msgid "ARCHITECTURE"
3348 msgstr ""
3349
3350 # type: textblock
3351 #: ../src/guestfs.pod:1720
3352 msgid ""
3353 "Internally, libguestfs is implemented by running an appliance (a special "
3354 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
3355 "process of the main program."
3356 msgstr ""
3357
3358 # type: verbatim
3359 #: ../src/guestfs.pod:1724
3360 #, no-wrap
3361 msgid ""
3362 "  ___________________\n"
3363 " /                   \\\n"
3364 " | main program      |\n"
3365 " |                   |\n"
3366 " |                   |           child process / appliance\n"
3367 " |                   |           __________________________\n"
3368 " |                   |          / qemu                     \\\n"
3369 " +-------------------+   RPC    |      +-----------------+ |\n"
3370 " | libguestfs     <--------------------> guestfsd        | |\n"
3371 " |                   |          |      +-----------------+ |\n"
3372 " \\___________________/          |      | Linux kernel    | |\n"
3373 "                                |      +--^--------------+ |\n"
3374 "                                \\_________|________________/\n"
3375 "                                          |\n"
3376 "                                   _______v______\n"
3377 "                                  /              \\\n"
3378 "                                  | Device or    |\n"
3379 "                                  | disk image   |\n"
3380 "                                  \\______________/\n"
3381 "\n"
3382 msgstr ""
3383
3384 # type: textblock
3385 #: ../src/guestfs.pod:1744
3386 msgid ""
3387 "The library, linked to the main program, creates the child process and hence "
3388 "the appliance in the L</guestfs_launch> function."
3389 msgstr ""
3390
3391 # type: textblock
3392 #: ../src/guestfs.pod:1747
3393 msgid ""
3394 "Inside the appliance is a Linux kernel and a complete stack of userspace "
3395 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
3396 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
3397 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
3398 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
3399 "attached to the qemu process which translates device access by the "
3400 "appliance's Linux kernel into accesses to the image."
3401 msgstr ""
3402
3403 # type: textblock
3404 #: ../src/guestfs.pod:1756
3405 msgid ""
3406 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
3407 "Although the disk image you are attached to might also be used by some "
3408 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
3409 "care if both libguestfs's qemu process and your virtual machine are trying "
3410 "to update the disk image at the same time, since these usually results in "
3411 "massive disk corruption)."
3412 msgstr ""
3413
3414 # type: =head1
3415 #: ../src/guestfs.pod:1763
3416 msgid "STATE MACHINE"
3417 msgstr ""
3418
3419 # type: textblock
3420 #: ../src/guestfs.pod:1765
3421 msgid "libguestfs uses a state machine to model the child process:"
3422 msgstr ""
3423
3424 # type: verbatim
3425 #: ../src/guestfs.pod:1767
3426 #, no-wrap
3427 msgid ""
3428 "                         |\n"
3429 "                    guestfs_create\n"
3430 "                         |\n"
3431 "                         |\n"
3432 "                     ____V_____\n"
3433 "                    /          \\\n"
3434 "                    |  CONFIG  |\n"
3435 "                    \\__________/\n"
3436 "                     ^ ^   ^  \\\n"
3437 "                    /  |    \\  \\ guestfs_launch\n"
3438 "                   /   |    _\\__V______\n"
3439 "                  /    |   /           \\\n"
3440 "                 /     |   | LAUNCHING |\n"
3441 "                /      |   \\___________/\n"
3442 "               /       |       /\n"
3443 "              /        |  guestfs_launch\n"
3444 "             /         |     /\n"
3445 "    ______  /        __|____V\n"
3446 "   /      \\ ------> /        \\\n"
3447 "   | BUSY |         | READY  |\n"
3448 "   \\______/ <------ \\________/\n"
3449 "\n"
3450 msgstr ""
3451
3452 # type: textblock
3453 #: ../src/guestfs.pod:1789
3454 msgid ""
3455 "The normal transitions are (1) CONFIG (when the handle is created, but there "
3456 "is no child process), (2) LAUNCHING (when the child process is booting up), "
3457 "(3) alternating between READY and BUSY as commands are issued to, and "
3458 "carried out by, the child process."
3459 msgstr ""
3460
3461 # type: textblock
3462 #: ../src/guestfs.pod:1794
3463 msgid ""
3464 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
3465 "asynchronously at any time (eg. due to some internal error), and that causes "
3466 "the state to transition back to CONFIG."
3467 msgstr ""
3468
3469 # type: textblock
3470 #: ../src/guestfs.pod:1798
3471 msgid ""
3472 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
3473 "issued when in the CONFIG state."
3474 msgstr ""
3475
3476 # type: textblock
3477 #: ../src/guestfs.pod:1801
3478 msgid ""
3479 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
3480 "L</guestfs_launch> blocks until the child process is READY to accept "
3481 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
3482 "moves the state from CONFIG to LAUNCHING while it is running."
3483 msgstr ""
3484
3485 # type: textblock
3486 #: ../src/guestfs.pod:1807
3487 msgid ""
3488 "API actions such as L</guestfs_mount> can only be issued when in the READY "
3489 "state.  These API calls block waiting for the command to be carried out "
3490 "(ie. the state to transition to BUSY and then back to READY).  There are no "
3491 "non-blocking versions, and no way to issue more than one command per handle "
3492 "at the same time."
3493 msgstr ""
3494
3495 # type: textblock
3496 #: ../src/guestfs.pod:1813
3497 msgid ""
3498 "Finally, the child process sends asynchronous messages back to the main "
3499 "program, such as kernel log messages.  You can register a callback to "
3500 "receive these messages."
3501 msgstr ""
3502
3503 # type: =head1
3504 #: ../src/guestfs.pod:1817
3505 msgid "INTERNALS"
3506 msgstr ""
3507
3508 # type: =head2
3509 #: ../src/guestfs.pod:1819
3510 msgid "COMMUNICATION PROTOCOL"
3511 msgstr ""
3512
3513 # type: textblock
3514 #: ../src/guestfs.pod:1821
3515 msgid ""
3516 "Don't rely on using this protocol directly.  This section documents how it "
3517 "currently works, but it may change at any time."
3518 msgstr ""
3519
3520 # type: textblock
3521 #: ../src/guestfs.pod:1824
3522 msgid ""
3523 "The protocol used to talk between the library and the daemon running inside "
3524 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
3525 "1014, RFC 1832, RFC 4506)."
3526 msgstr ""
3527
3528 # type: textblock
3529 #: ../src/guestfs.pod:1828
3530 msgid ""
3531 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
3532 "this file is automatically generated)."
3533 msgstr ""
3534
3535 # type: textblock
3536 #: ../src/guestfs.pod:1831
3537 msgid ""
3538 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
3539 "and C<FileOut> parameters, which are handled with very simple request/reply "
3540 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
3541 "parameters, which use the same request and reply messages, but they may also "
3542 "be followed by files sent using a chunked encoding."
3543 msgstr ""
3544
3545 # type: =head3
3546 #: ../src/guestfs.pod:1838
3547 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
3548 msgstr ""
3549
3550 # type: textblock
3551 #: ../src/guestfs.pod:1840
3552 msgid "For ordinary functions, the request message is:"
3553 msgstr ""
3554
3555 # type: verbatim
3556 #: ../src/guestfs.pod:1842
3557 #, no-wrap
3558 msgid ""
3559 " total length (header + arguments,\n"
3560 "      but not including the length word itself)\n"
3561 " struct guestfs_message_header (encoded as XDR)\n"
3562 " struct guestfs_<foo>_args (encoded as XDR)\n"
3563 "\n"
3564 msgstr ""
3565
3566 # type: textblock
3567 #: ../src/guestfs.pod:1847
3568 msgid ""
3569 "The total length field allows the daemon to allocate a fixed size buffer "
3570 "into which it slurps the rest of the message.  As a result, the total length "
3571 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
3572 "effective size of any request is limited to somewhere under this size."
3573 msgstr ""
3574
3575 # type: textblock
3576 #: ../src/guestfs.pod:1853
3577 msgid ""
3578 "Note also that many functions don't take any arguments, in which case the "
3579 "C<guestfs_I<foo>_args> is completely omitted."
3580 msgstr ""
3581
3582 # type: textblock
3583 #: ../src/guestfs.pod:1856
3584 msgid ""
3585 "The header contains the procedure number (C<guestfs_proc>) which is how the "
3586 "receiver knows what type of args structure to expect, or none at all."
3587 msgstr ""
3588
3589 # type: textblock
3590 #: ../src/guestfs.pod:1860
3591 msgid "The reply message for ordinary functions is:"
3592 msgstr ""
3593
3594 # type: verbatim
3595 #: ../src/guestfs.pod:1862
3596 #, no-wrap
3597 msgid ""
3598 " total length (header + ret,\n"
3599 "      but not including the length word itself)\n"
3600 " struct guestfs_message_header (encoded as XDR)\n"
3601 " struct guestfs_<foo>_ret (encoded as XDR)\n"
3602 "\n"
3603 msgstr ""
3604
3605 # type: textblock
3606 #: ../src/guestfs.pod:1867
3607 msgid ""
3608 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
3609 "functions that return no formal return values."
3610 msgstr ""
3611
3612 # type: textblock
3613 #: ../src/guestfs.pod:1870
3614 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
3615 msgstr ""
3616
3617 # type: textblock
3618 #: ../src/guestfs.pod:1873
3619 msgid ""
3620 "In the case of an error, a flag is set in the header, and the reply message "
3621 "is slightly changed:"
3622 msgstr ""
3623
3624 # type: verbatim
3625 #: ../src/guestfs.pod:1876
3626 #, no-wrap
3627 msgid ""
3628 " total length (header + error,\n"
3629 "      but not including the length word itself)\n"
3630 " struct guestfs_message_header (encoded as XDR)\n"
3631 " struct guestfs_message_error (encoded as XDR)\n"
3632 "\n"
3633 msgstr ""
3634
3635 # type: textblock
3636 #: ../src/guestfs.pod:1881
3637 msgid ""
3638 "The C<guestfs_message_error> structure contains the error message as a "
3639 "string."
3640 msgstr ""
3641
3642 # type: =head3
3643 #: ../src/guestfs.pod:1884
3644 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
3645 msgstr ""
3646
3647 # type: textblock
3648 #: ../src/guestfs.pod:1886
3649 msgid ""
3650 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
3651 "The normal request message is sent (see above).  However this is followed by "
3652 "a sequence of file chunks."
3653 msgstr ""
3654
3655 # type: verbatim
3656 #: ../src/guestfs.pod:1890
3657 #, no-wrap
3658 msgid ""
3659 " total length (header + arguments,\n"
3660 "      but not including the length word itself,\n"
3661 "      and not including the chunks)\n"
3662 " struct guestfs_message_header (encoded as XDR)\n"
3663 " struct guestfs_<foo>_args (encoded as XDR)\n"
3664 " sequence of chunks for FileIn param #0\n"
3665 " sequence of chunks for FileIn param #1 etc.\n"
3666 "\n"
3667 msgstr ""
3668
3669 # type: textblock
3670 #: ../src/guestfs.pod:1898
3671 msgid "The \"sequence of chunks\" is:"
3672 msgstr ""
3673
3674 # type: verbatim
3675 #: ../src/guestfs.pod:1900
3676 #, no-wrap
3677 msgid ""
3678 " length of chunk (not including length word itself)\n"
3679 " struct guestfs_chunk (encoded as XDR)\n"
3680 " length of chunk\n"
3681 " struct guestfs_chunk (encoded as XDR)\n"
3682 "   ...\n"
3683 " length of chunk\n"
3684 " struct guestfs_chunk (with data.data_len == 0)\n"
3685 "\n"
3686 msgstr ""
3687
3688 # type: textblock
3689 #: ../src/guestfs.pod:1908
3690 msgid ""
3691 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
3692 "is set in the final chunk to indicate either successful completion or early "
3693 "cancellation."
3694 msgstr ""
3695
3696 # type: textblock
3697 #: ../src/guestfs.pod:1912
3698 msgid ""
3699 "At time of writing there are no functions that have more than one FileIn "
3700 "parameter.  However this is (theoretically) supported, by sending the "
3701 "sequence of chunks for each FileIn parameter one after another (from left to "
3702 "right)."
3703 msgstr ""
3704
3705 # type: textblock
3706 #: ../src/guestfs.pod:1917
3707 msgid ""
3708 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
3709 "transfer.  The library does this by sending a chunk with a special flag set "
3710 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
3711 "RPC, does I<not> send any reply, and goes back to reading the next request."
3712 msgstr ""
3713
3714 # type: textblock
3715 #: ../src/guestfs.pod:1923
3716 msgid ""
3717 "The daemon may also cancel.  It does this by writing a special word "
3718 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
3719 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
3720 "cancel chunk).  The special word is chosen so that even if cancellation "
3721 "happens right at the end of the transfer (after the library has finished "
3722 "writing and has started listening for the reply), the \"spurious\" cancel "
3723 "flag will not be confused with the reply message."
3724 msgstr ""
3725
3726 # type: textblock
3727 #: ../src/guestfs.pod:1932
3728 msgid ""
3729 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
3730 "limit), and also files where the size is not known in advance (eg. from "
3731 "pipes or sockets).  However the chunks are rather small "
3732 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
3733 "to keep much in memory."
3734 msgstr ""
3735
3736 # type: =head3
3737 #: ../src/guestfs.pod:1938
3738 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
3739 msgstr ""
3740
3741 # type: textblock
3742 #: ../src/guestfs.pod:1940
3743 msgid ""
3744 "The protocol for FileOut parameters is exactly the same as for FileIn "
3745 "parameters, but with the roles of daemon and library reversed."
3746 msgstr ""
3747
3748 # type: verbatim
3749 #: ../src/guestfs.pod:1943
3750 #, no-wrap
3751 msgid ""
3752 " total length (header + ret,\n"
3753 "      but not including the length word itself,\n"
3754 "      and not including the chunks)\n"
3755 " struct guestfs_message_header (encoded as XDR)\n"
3756 " struct guestfs_<foo>_ret (encoded as XDR)\n"
3757 " sequence of chunks for FileOut param #0\n"
3758 " sequence of chunks for FileOut param #1 etc.\n"
3759 "\n"
3760 msgstr ""
3761
3762 # type: =head3
3763 #: ../src/guestfs.pod:1951
3764 msgid "INITIAL MESSAGE"
3765 msgstr ""
3766
3767 # type: textblock
3768 #: ../src/guestfs.pod:1953
3769 msgid ""
3770 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
3771 "which indicates that the guest and daemon is alive.  This is what "
3772 "L</guestfs_launch> waits for."
3773 msgstr ""
3774
3775 # type: =head3
3776 #: ../src/guestfs.pod:1957
3777 msgid "PROGRESS NOTIFICATION MESSAGES"
3778 msgstr ""
3779
3780 # type: textblock
3781 #: ../src/guestfs.pod:1959
3782 msgid ""
3783 "The daemon may send progress notification messages at any time.  These are "
3784 "distinguished by the normal length word being replaced by "
3785 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
3786 msgstr ""
3787
3788 # type: textblock
3789 #: ../src/guestfs.pod:1963
3790 msgid ""
3791 "The library turns them into progress callbacks (see "
3792 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
3793 "discards them if not."
3794 msgstr ""
3795
3796 # type: textblock
3797 #: ../src/guestfs.pod:1967
3798 msgid ""
3799 "The daemon self-limits the frequency of progress messages it sends (see "
3800 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
3801 "messages."
3802 msgstr ""
3803
3804 # type: =head1
3805 #: ../src/guestfs.pod:1971
3806 msgid "LIBGUESTFS VERSION NUMBERS"
3807 msgstr ""
3808
3809 # type: textblock
3810 #: ../src/guestfs.pod:1973
3811 msgid ""
3812 "Since April 2010, libguestfs has started to make separate development and "
3813 "stable releases, along with corresponding branches in our git repository.  "
3814 "These separate releases can be identified by version number:"
3815 msgstr ""
3816
3817 # type: verbatim
3818 #: ../src/guestfs.pod:1978
3819 #, no-wrap
3820 msgid ""
3821 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
3822 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
3823 "       |\n"
3824 "       v\n"
3825 " 1  .  3  .  5\n"
3826 " ^           ^\n"
3827 " |           |\n"
3828 " |           `-------- sub-version\n"
3829 " |\n"
3830 " `------ always '1' because we don't change the ABI\n"
3831 "\n"
3832 msgstr ""
3833
3834 # type: textblock
3835 #: ../src/guestfs.pod:1989
3836 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
3837 msgstr ""
3838
3839 # type: textblock
3840 #: ../src/guestfs.pod:1991
3841 msgid ""
3842 "As time passes we cherry pick fixes from the development branch and backport "
3843 "those into the stable branch, the effect being that the stable branch should "
3844 "get more stable and less buggy over time.  So the stable releases are ideal "
3845 "for people who don't need new features but would just like the software to "
3846 "work."
3847 msgstr ""
3848
3849 # type: textblock
3850 #: ../src/guestfs.pod:1997
3851 msgid "Our criteria for backporting changes are:"
3852 msgstr ""
3853
3854 # type: textblock
3855 #: ../src/guestfs.pod:2003
3856 msgid ""
3857 "Documentation changes which don't affect any code are backported unless the "
3858 "documentation refers to a future feature which is not in stable."
3859 msgstr ""
3860
3861 # type: textblock
3862 #: ../src/guestfs.pod:2009
3863 msgid ""
3864 "Bug fixes which are not controversial, fix obvious problems, and have been "
3865 "well tested are backported."
3866 msgstr ""
3867
3868 # type: textblock
3869 #: ../src/guestfs.pod:2014
3870 msgid ""
3871 "Simple rearrangements of code which shouldn't affect how it works get "
3872 "backported.  This is so that the code in the two branches doesn't get too "
3873 "far out of step, allowing us to backport future fixes more easily."
3874 msgstr ""
3875
3876 # type: textblock
3877 #: ../src/guestfs.pod:2020
3878 msgid ""
3879 "We I<don't> backport new features, new APIs, new tools etc, except in one "
3880 "exceptional case: the new feature is required in order to implement an "
3881 "important bug fix."
3882 msgstr ""
3883
3884 # type: textblock
3885 #: ../src/guestfs.pod:2026
3886 msgid ""
3887 "A new stable branch starts when we think the new features in development are "
3888 "substantial and compelling enough over the current stable branch to warrant "
3889 "it.  When that happens we create new stable and development versions 1.N.0 "
3890 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
3891 "stable at this point, but by backporting fixes from development, that branch "
3892 "will stabilize over time."
3893 msgstr ""
3894
3895 # type: =head1
3896 #: ../src/guestfs.pod:2034 ../fish/guestfish.pod:915 ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330 ../tools/virt-rescue.pl:255
3897 msgid "ENVIRONMENT VARIABLES"
3898 msgstr ""
3899
3900 # type: =item
3901 #: ../src/guestfs.pod:2038 ../fish/guestfish.pod:941
3902 msgid "LIBGUESTFS_APPEND"
3903 msgstr ""
3904
3905 # type: textblock
3906 #: ../src/guestfs.pod:2040 ../fish/guestfish.pod:943
3907 msgid "Pass additional options to the guest kernel."
3908 msgstr ""
3909
3910 # type: =item
3911 #: ../src/guestfs.pod:2042 ../fish/guestfish.pod:945
3912 msgid "LIBGUESTFS_DEBUG"
3913 msgstr ""
3914
3915 # type: textblock
3916 #: ../src/guestfs.pod:2044
3917 msgid ""
3918 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
3919 "effect as calling C<guestfs_set_verbose (g, 1)>."
3920 msgstr ""
3921
3922 # type: =item
3923 #: ../src/guestfs.pod:2047 ../fish/guestfish.pod:950
3924 msgid "LIBGUESTFS_MEMSIZE"
3925 msgstr ""
3926
3927 # type: textblock
3928 #: ../src/guestfs.pod:2049 ../fish/guestfish.pod:952
3929 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
3930 msgstr ""
3931
3932 # type: verbatim
3933 #: ../src/guestfs.pod:2052 ../fish/guestfish.pod:955
3934 #, no-wrap
3935 msgid ""
3936 " LIBGUESTFS_MEMSIZE=700\n"
3937 "\n"
3938 msgstr ""
3939
3940 # type: =item
3941 #: ../src/guestfs.pod:2054 ../fish/guestfish.pod:957
3942 msgid "LIBGUESTFS_PATH"
3943 msgstr ""
3944
3945 # type: textblock
3946 #: ../src/guestfs.pod:2056
3947 msgid ""
3948 "Set the path that libguestfs uses to search for kernel and initrd.img.  See "
3949 "the discussion of paths in section PATH above."
3950 msgstr ""
3951
3952 # type: =item
3953 #: ../src/guestfs.pod:2059 ../fish/guestfish.pod:962
3954 msgid "LIBGUESTFS_QEMU"
3955 msgstr ""
3956
3957 # type: textblock
3958 #: ../src/guestfs.pod:2061 ../fish/guestfish.pod:964
3959 msgid ""
3960 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
3961 "which was found at compile time by the configure script is used."
3962 msgstr ""
3963
3964 # type: textblock
3965 #: ../src/guestfs.pod:2065
3966 msgid "See also L</QEMU WRAPPERS> above."
3967 msgstr ""
3968
3969 # type: =item
3970 #: ../src/guestfs.pod:2067 ../fish/guestfish.pod:968
3971 msgid "LIBGUESTFS_TRACE"
3972 msgstr ""
3973
3974 # type: textblock
3975 #: ../src/guestfs.pod:2069
3976 msgid ""
3977 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
3978 "effect as calling C<guestfs_set_trace (g, 1)>."
3979 msgstr ""
3980
3981 # type: =item
3982 #: ../src/guestfs.pod:2072 ../fish/guestfish.pod:977
3983 msgid "TMPDIR"
3984 msgstr ""
3985
3986 # type: textblock
3987 #: ../src/guestfs.pod:2074 ../fish/guestfish.pod:979
3988 msgid "Location of temporary directory, defaults to C</tmp>."
3989 msgstr ""
3990
3991 # type: textblock
3992 #: ../src/guestfs.pod:2076 ../fish/guestfish.pod:981
3993 msgid ""
3994 "If libguestfs was compiled to use the supermin appliance then the real "
3995 "appliance is cached in this directory, shared between all handles belonging "
3996 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
3997 "use in case C</tmp> is not large enough."
3998 msgstr ""
3999
4000 # type: =head1
4001 #: ../src/guestfs.pod:2084 ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233 ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:484 ../tools/virt-df.pl:640 ../tools/virt-resize.pl:1485 ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:281 ../tools/virt-rescue.pl:267 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:257
4002 msgid "SEE ALSO"
4003 msgstr ""
4004
4005 # type: textblock
4006 #: ../src/guestfs.pod:2086
4007 msgid ""
4008 "L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-df(1)>, "
4009 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, "
4010 "L<virt-list-filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, "
4011 "L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, "
4012 "L<qemu(1)>, L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
4013 msgstr ""
4014
4015 # type: textblock
4016 #: ../src/guestfs.pod:2105
4017 msgid ""
4018 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
4019 "L<lvm(8)>, L<disktype(1)>."
4020 msgstr ""
4021
4022 # type: =head1
4023 #: ../src/guestfs.pod:2112 ../tools/virt-win-reg.pl:499 ../tools/virt-make-fs.pl:548
4024 msgid "BUGS"
4025 msgstr ""
4026
4027 # type: textblock
4028 #: ../src/guestfs.pod:2114
4029 msgid "To get a list of bugs against libguestfs use this link:"
4030 msgstr ""
4031
4032 # type: textblock
4033 #: ../src/guestfs.pod:2116
4034 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
4035 msgstr ""
4036
4037 # type: textblock
4038 #: ../src/guestfs.pod:2118
4039 msgid "To report a new bug against libguestfs use this link:"
4040 msgstr ""
4041
4042 # type: textblock
4043 #: ../src/guestfs.pod:2120
4044 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
4045 msgstr ""
4046
4047 # type: textblock
4048 #: ../src/guestfs.pod:2122
4049 msgid "When reporting a bug, please check:"
4050 msgstr ""
4051
4052 # type: textblock
4053 #: ../src/guestfs.pod:2128
4054 msgid "That the bug hasn't been reported already."
4055 msgstr ""
4056
4057 # type: textblock
4058 #: ../src/guestfs.pod:2132
4059 msgid "That you are testing a recent version."
4060 msgstr ""
4061
4062 # type: textblock
4063 #: ../src/guestfs.pod:2136
4064 msgid "Describe the bug accurately, and give a way to reproduce it."
4065 msgstr ""
4066
4067 # type: textblock
4068 #: ../src/guestfs.pod:2140
4069 msgid ""
4070 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
4071 "bug report."
4072 msgstr ""
4073
4074 # type: =head1
4075 #: ../src/guestfs.pod:2145 ../fish/guestfish.pod:1058 ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
4076 msgid "AUTHORS"
4077 msgstr ""
4078
4079 # type: textblock
4080 #: ../src/guestfs.pod:2147 ../fish/guestfish.pod:1060 ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
4081 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
4082 msgstr ""
4083
4084 # type: =head1
4085 #: ../src/guestfs.pod:2149 ../fish/guestfish.pod:1062 ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248 ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:514 ../tools/virt-df.pl:653 ../tools/virt-resize.pl:1510 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:296 ../tools/virt-rescue.pl:281 ../tools/virt-make-fs.pl:563 ../tools/virt-list-partitions.pl:273
4086 msgid "COPYRIGHT"
4087 msgstr ""
4088
4089 # type: textblock
4090 #: ../src/guestfs.pod:2151 ../fish/guestfish.pod:1064 ../fuse/guestmount.pod:250
4091 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
4092 msgstr ""
4093
4094 # type: textblock
4095 #: ../src/guestfs.pod:2154
4096 msgid ""
4097 "This library is free software; you can redistribute it and/or modify it "
4098 "under the terms of the GNU Lesser General Public License as published by the "
4099 "Free Software Foundation; either version 2 of the License, or (at your "
4100 "option) any later version."
4101 msgstr ""
4102
4103 # type: textblock
4104 #: ../src/guestfs.pod:2159
4105 msgid ""
4106 "This library is distributed in the hope that it will be useful, but WITHOUT "
4107 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
4108 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
4109 "for more details."
4110 msgstr ""
4111
4112 # type: textblock
4113 #: ../src/guestfs.pod:2164
4114 msgid ""
4115 "You should have received a copy of the GNU Lesser General Public License "
4116 "along with this library; if not, write to the Free Software Foundation, "
4117 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
4118 msgstr ""
4119
4120 # type: =head2
4121 #: ../src/guestfs-actions.pod:1
4122 msgid "guestfs_add_cdrom"
4123 msgstr ""
4124
4125 # type: verbatim
4126 #: ../src/guestfs-actions.pod:3
4127 #, no-wrap
4128 msgid ""
4129 " int\n"
4130 " guestfs_add_cdrom (guestfs_h *g,\n"
4131 "                    const char *filename);\n"
4132 "\n"
4133 msgstr ""
4134
4135 # type: textblock
4136 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
4137 msgid "This function adds a virtual CD-ROM disk image to the guest."
4138 msgstr ""
4139
4140 # type: textblock
4141 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
4142 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
4143 msgstr ""
4144
4145 # type: textblock
4146 #: ../src/guestfs-actions.pod:17
4147 msgid ""
4148 "This call checks for the existence of C<filename>.  This stops you from "
4149 "specifying other types of drive which are supported by qemu such as C<nbd:> "
4150 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
4151 "instead."
4152 msgstr ""
4153
4154 # type: textblock
4155 #: ../src/guestfs-actions.pod:24
4156 msgid ""
4157 "If you just want to add an ISO file (often you use this as an efficient way "
4158 "to transfer large files into the guest), then you should probably use "
4159 "C<guestfs_add_drive_ro> instead."
4160 msgstr ""
4161
4162 # type: textblock
4163 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:126 ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:224 ../src/guestfs-actions.pod:238 ../src/guestfs-actions.pod:259 ../src/guestfs-actions.pod:279 ../src/guestfs-actions.pod:293 ../src/guestfs-actions.pod:408 ../src/guestfs-actions.pod:428 ../src/guestfs-actions.pod:442 ../src/guestfs-actions.pod:487 ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:533 ../src/guestfs-actions.pod:600 ../src/guestfs-actions.pod:633 ../src/guestfs-actions.pod:647 ../src/guestfs-actions.pod:662 ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:779 ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:807 ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:988 ../src/guestfs-actions.pod:1006 ../src/guestfs-actions.pod:1090 ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1127 ../src/guestfs-actions.pod:1141 ../src/guestfs-actions.pod:1161 ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:1262 ../src/guestfs-actions.pod:1287 ../src/guestfs-actions.pod:1324 ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1464 ../src/guestfs-actions.pod:1682 ../src/guestfs-actions.pod:1704 ../src/guestfs-actions.pod:1791 ../src/guestfs-actions.pod:2213 ../src/guestfs-actions.pod:2357 ../src/guestfs-actions.pod:2418 ../src/guestfs-actions.pod:2453 ../src/guestfs-actions.pod:3182 ../src/guestfs-actions.pod:3197 ../src/guestfs-actions.pod:3217 ../src/guestfs-actions.pod:3342 ../src/guestfs-actions.pod:3356 ../src/guestfs-actions.pod:3369 ../src/guestfs-actions.pod:3383 ../src/guestfs-actions.pod:3398 ../src/guestfs-actions.pod:3434 ../src/guestfs-actions.pod:3506 ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:3543 ../src/guestfs-actions.pod:3566 ../src/guestfs-actions.pod:3589 ../src/guestfs-actions.pod:3621 ../src/guestfs-actions.pod:3640 ../src/guestfs-actions.pod:3659 ../src/guestfs-actions.pod:3694 ../src/guestfs-actions.pod:3706 ../src/guestfs-actions.pod:3742 ../src/guestfs-actions.pod:3758 ../src/guestfs-actions.pod:3771 ../src/guestfs-actions.pod:3786 ../src/guestfs-actions.pod:3803 ../src/guestfs-actions.pod:3896 ../src/guestfs-actions.pod:3916 ../src/guestfs-actions.pod:3929 ../src/guestfs-actions.pod:3980 ../src/guestfs-actions.pod:3998 ../src/guestfs-actions.pod:4016 ../src/guestfs-actions.pod:4032 ../src/guestfs-actions.pod:4046 ../src/guestfs-actions.pod:4060 ../src/guestfs-actions.pod:4077 ../src/guestfs-actions.pod:4092 ../src/guestfs-actions.pod:4112 ../src/guestfs-actions.pod:4161 ../src/guestfs-actions.pod:4192 ../src/guestfs-actions.pod:4211 ../src/guestfs-actions.pod:4230 ../src/guestfs-actions.pod:4242 ../src/guestfs-actions.pod:4259 ../src/guestfs-actions.pod:4272 ../src/guestfs-actions.pod:4287 ../src/guestfs-actions.pod:4302 ../src/guestfs-actions.pod:4337 ../src/guestfs-actions.pod:4352 ../src/guestfs-actions.pod:4372 ../src/guestfs-actions.pod:4386 ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:4452 ../src/guestfs-actions.pod:4489 ../src/guestfs-actions.pod:4503 ../src/guestfs-actions.pod:4531 ../src/guestfs-actions.pod:4548 ../src/guestfs-actions.pod:4566 ../src/guestfs-actions.pod:4700 ../src/guestfs-actions.pod:4757 ../src/guestfs-actions.pod:4779 ../src/guestfs-actions.pod:4797 ../src/guestfs-actions.pod:4829 ../src/guestfs-actions.pod:4895 ../src/guestfs-actions.pod:4912 ../src/guestfs-actions.pod:4925 ../src/guestfs-actions.pod:4939 ../src/guestfs-actions.pod:5228 ../src/guestfs-actions.pod:5247 ../src/guestfs-actions.pod:5261 ../src/guestfs-actions.pod:5273 ../src/guestfs-actions.pod:5287 ../src/guestfs-actions.pod:5299 ../src/guestfs-actions.pod:5313 ../src/guestfs-actions.pod:5329 ../src/guestfs-actions.pod:5350 ../src/guestfs-actions.pod:5369 ../src/guestfs-actions.pod:5388 ../src/guestfs-actions.pod:5406 ../src/guestfs-actions.pod:5429 ../src/guestfs-actions.pod:5447 ../src/guestfs-actions.pod:5466 ../src/guestfs-actions.pod:5487 ../src/guestfs-actions.pod:5506 ../src/guestfs-actions.pod:5523 ../src/guestfs-actions.pod:5551 ../src/guestfs-actions.pod:5575 ../src/guestfs-actions.pod:5594 ../src/guestfs-actions.pod:5618 ../src/guestfs-actions.pod:5633 ../src/guestfs-actions.pod:5648 ../src/guestfs-actions.pod:5667 ../src/guestfs-actions.pod:5704 ../src/guestfs-actions.pod:5727 ../src/guestfs-actions.pod:5753 ../src/guestfs-actions.pod:5861 ../src/guestfs-actions.pod:5982 ../src/guestfs-actions.pod:5994 ../src/guestfs-actions.pod:6007 ../src/guestfs-actions.pod:6020 ../src/guestfs-actions.pod:6042 ../src/guestfs-actions.pod:6055 ../src/guestfs-actions.pod:6068 ../src/guestfs-actions.pod:6081 ../src/guestfs-actions.pod:6096 ../src/guestfs-actions.pod:6155 ../src/guestfs-actions.pod:6172 ../src/guestfs-actions.pod:6188 ../src/guestfs-actions.pod:6204 ../src/guestfs-actions.pod:6221 ../src/guestfs-actions.pod:6234 ../src/guestfs-actions.pod:6254 ../src/guestfs-actions.pod:6290 ../src/guestfs-actions.pod:6304 ../src/guestfs-actions.pod:6345 ../src/guestfs-actions.pod:6358 ../src/guestfs-actions.pod:6376 ../src/guestfs-actions.pod:6405 ../src/guestfs-actions.pod:6436 ../src/guestfs-actions.pod:6555 ../src/guestfs-actions.pod:6573 ../src/guestfs-actions.pod:6587 ../src/guestfs-actions.pod:6642 ../src/guestfs-actions.pod:6655 ../src/guestfs-actions.pod:6700 ../src/guestfs-actions.pod:6733 ../src/guestfs-actions.pod:6787 ../src/guestfs-actions.pod:6813 ../src/guestfs-actions.pod:6879 ../src/guestfs-actions.pod:6898 ../src/guestfs-actions.pod:6927
4164 msgid "This function returns 0 on success or -1 on error."
4165 msgstr ""
4166
4167 # type: textblock
4168 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240 ../src/guestfs-actions.pod:261 ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:153 ../fish/guestfish-actions.pod:167
4169 msgid ""
4170 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
4171 "instead."
4172 msgstr ""
4173
4174 # type: textblock
4175 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243 ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1921 ../src/guestfs-actions.pod:1942 ../src/guestfs-actions.pod:6821 ../src/guestfs-actions.pod:6990 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:156 ../fish/guestfish-actions.pod:170 ../fish/guestfish-actions.pod:951 ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1322 ../fish/guestfish-actions.pod:4549 ../fish/guestfish-actions.pod:4646
4176 msgid ""
4177 "Deprecated functions will not be removed from the API, but the fact that "
4178 "they are deprecated indicates that there are problems with correct use of "
4179 "these functions."
4180 msgstr ""
4181
4182 # type: textblock
4183 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128 ../src/guestfs-actions.pod:1092 ../src/guestfs-actions.pod:1893 ../src/guestfs-actions.pod:1991 ../src/guestfs-actions.pod:2094 ../src/guestfs-actions.pod:3184 ../src/guestfs-actions.pod:3199 ../src/guestfs-actions.pod:4339 ../src/guestfs-actions.pod:5408 ../src/guestfs-actions.pod:5525 ../src/guestfs-actions.pod:5635 ../src/guestfs-actions.pod:6098 ../src/guestfs-actions.pod:6223 ../src/guestfs-actions.pod:6735
4184 msgid "(Added in 0.3)"
4185 msgstr ""
4186
4187 # type: =head2
4188 #: ../src/guestfs-actions.pod:41
4189 msgid "guestfs_add_domain"
4190 msgstr ""
4191
4192 # type: verbatim
4193 #: ../src/guestfs-actions.pod:43
4194 #, no-wrap
4195 msgid ""
4196 " int\n"
4197 " guestfs_add_domain (guestfs_h *g,\n"
4198 "                     const char *dom,\n"
4199 "                     ...);\n"
4200 "\n"
4201 msgstr ""
4202
4203 # type: textblock
4204 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137
4205 msgid ""
4206 "You may supply a list of optional arguments to this call.  Use zero or more "
4207 "of the following pairs of parameters, and terminate the list with C<-1> on "
4208 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
4209 msgstr ""
4210
4211 # type: verbatim
4212 #: ../src/guestfs-actions.pod:53
4213 #, no-wrap
4214 msgid ""
4215 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
4216 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
4217 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
4218 "\n"
4219 msgstr ""
4220
4221 # type: textblock
4222 #: ../src/guestfs-actions.pod:57
4223 msgid ""
4224 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
4225 "It works by connecting to libvirt, requesting the domain and domain XML from "
4226 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
4227 "one."
4228 msgstr ""
4229
4230 # type: textblock
4231 #: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
4232 msgid ""
4233 "The number of disks added is returned.  This operation is atomic: if an "
4234 "error is returned, then no disks are added."
4235 msgstr ""
4236
4237 # type: textblock
4238 #: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
4239 msgid ""
4240 "This function does some minimal checks to make sure the libvirt domain is "
4241 "not running (unless C<readonly> is true).  In a future version we will try "
4242 "to acquire the libvirt lock on each disk."
4243 msgstr ""
4244
4245 # type: textblock
4246 #: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
4247 msgid ""
4248 "Disks must be accessible locally.  This often means that adding disks from a "
4249 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
4250 "unless those disks are accessible via the same device path locally too."
4251 msgstr ""
4252
4253 # type: textblock
4254 #: ../src/guestfs-actions.pod:74
4255 msgid ""
4256 "The optional C<libvirturi> parameter sets the libvirt URI (see "
4257 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
4258 "default libvirt URI (or one set through an environment variable, see the "
4259 "libvirt documentation for full details).  If you are using the C API "
4260 "directly then it is more flexible to create the libvirt connection object "
4261 "yourself, get the domain object, and call C<guestfs_add_libvirt_dom>."
4262 msgstr ""
4263
4264 # type: textblock
4265 #: ../src/guestfs-actions.pod:82
4266 msgid ""
4267 "The other optional parameters are passed directly through to "
4268 "C<guestfs_add_drive_opts>."
4269 msgstr ""
4270
4271 # type: textblock
4272 #: ../src/guestfs-actions.pod:85 ../src/guestfs-actions.pod:336 ../src/guestfs-actions.pod:501 ../src/guestfs-actions.pod:679 ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:728 ../src/guestfs-actions.pod:747 ../src/guestfs-actions.pod:1307 ../src/guestfs-actions.pod:1661 ../src/guestfs-actions.pod:1864 ../src/guestfs-actions.pod:1963 ../src/guestfs-actions.pod:2003 ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:2081 ../src/guestfs-actions.pod:2344 ../src/guestfs-actions.pod:2630 ../src/guestfs-actions.pod:2651 ../src/guestfs-actions.pod:4475 ../src/guestfs-actions.pod:4603 ../src/guestfs-actions.pod:5009 ../src/guestfs-actions.pod:5035 ../src/guestfs-actions.pod:6331 ../src/guestfs-actions.pod:6746 ../src/guestfs-actions.pod:6759 ../src/guestfs-actions.pod:6772
4273 msgid "On error this function returns -1."
4274 msgstr ""
4275
4276 # type: =head2
4277 #: ../src/guestfs-actions.pod:87
4278 msgid "guestfs_add_domain_va"
4279 msgstr ""
4280
4281 # type: verbatim
4282 #: ../src/guestfs-actions.pod:89
4283 #, no-wrap
4284 msgid ""
4285 " int\n"
4286 " guestfs_add_domain_va (guestfs_h *g,\n"
4287 "                        const char *dom,\n"
4288 "                        va_list args);\n"
4289 "\n"
4290 msgstr ""
4291
4292 # type: textblock
4293 #: ../src/guestfs-actions.pod:94
4294 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
4295 msgstr ""
4296
4297 # type: textblock
4298 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107 ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211
4299 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
4300 msgstr ""
4301
4302 # type: =head2
4303 #: ../src/guestfs-actions.pod:98
4304 msgid "guestfs_add_domain_argv"
4305 msgstr ""
4306
4307 # type: verbatim
4308 #: ../src/guestfs-actions.pod:100
4309 #, no-wrap
4310 msgid ""
4311 " int\n"
4312 " guestfs_add_domain_argv (guestfs_h *g,\n"
4313 "                          const char *dom,\n"
4314 "                          const struct guestfs_add_domain_argv *optargs);\n"
4315 "\n"
4316 msgstr ""
4317
4318 # type: textblock
4319 #: ../src/guestfs-actions.pod:105
4320 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
4321 msgstr ""
4322
4323 # type: =head2
4324 #: ../src/guestfs-actions.pod:109
4325 msgid "guestfs_add_drive"
4326 msgstr ""
4327
4328 # type: verbatim
4329 #: ../src/guestfs-actions.pod:111
4330 #, no-wrap
4331 msgid ""
4332 " int\n"
4333 " guestfs_add_drive (guestfs_h *g,\n"
4334 "                    const char *filename);\n"
4335 "\n"
4336 msgstr ""
4337
4338 # type: textblock
4339 #: ../src/guestfs-actions.pod:115
4340 msgid ""
4341 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
4342 "optional parameters, so the disk is added writable, with the format being "
4343 "detected automatically."
4344 msgstr ""
4345
4346 # type: textblock
4347 #: ../src/guestfs-actions.pod:119
4348 msgid ""
4349 "Automatic detection of the format opens you up to a potential security hole "
4350 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
4351 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
4352 "you should think about replacing calls to this function with calls to "
4353 "C<guestfs_add_drive_opts>, and specifying the format."
4354 msgstr ""
4355
4356 # type: =head2
4357 #: ../src/guestfs-actions.pod:130
4358 msgid "guestfs_add_drive_opts"
4359 msgstr ""
4360
4361 # type: verbatim
4362 #: ../src/guestfs-actions.pod:132
4363 #, no-wrap
4364 msgid ""
4365 " int\n"
4366 " guestfs_add_drive_opts (guestfs_h *g,\n"
4367 "                         const char *filename,\n"
4368 "                         ...);\n"
4369 "\n"
4370 msgstr ""
4371
4372 # type: verbatim
4373 #: ../src/guestfs-actions.pod:142
4374 #, no-wrap
4375 msgid ""
4376 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
4377 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
4378 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
4379 "\n"
4380 msgstr ""
4381
4382 # type: textblock
4383 #: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:92
4384 msgid ""
4385 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
4386 "The first time you call this function, the disk appears as C</dev/sda>, the "
4387 "second time as C</dev/sdb>, and so on."
4388 msgstr ""
4389
4390 # type: textblock
4391 #: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:97
4392 msgid ""
4393 "You don't necessarily need to be root when using libguestfs.  However you "
4394 "obviously do need sufficient permissions to access the filename for whatever "
4395 "operations you want to perform (ie. read access if you just want to read the "
4396 "image or write access if you want to modify the image)."
4397 msgstr ""
4398
4399 # type: textblock
4400 #: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:103
4401 msgid "This call checks that C<filename> exists."
4402 msgstr ""
4403
4404 # type: textblock
4405 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:105
4406 msgid "The optional arguments are:"
4407 msgstr ""
4408
4409 # type: =item
4410 #: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:109
4411 msgid "C<readonly>"
4412 msgstr ""
4413
4414 # type: textblock
4415 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:111
4416 msgid ""
4417 "If true then the image is treated as read-only.  Writes are still allowed, "
4418 "but they are stored in a temporary snapshot overlay which is discarded at "
4419 "the end.  The disk that you add is not modified."
4420 msgstr ""
4421
4422 # type: =item
4423 #: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:115
4424 msgid "C<format>"
4425 msgstr ""
4426
4427 # type: textblock
4428 #: ../src/guestfs-actions.pod:171
4429 msgid ""
4430 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
4431 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
4432 "Possible formats include C<raw> and C<qcow2>."
4433 msgstr ""
4434
4435 # type: textblock
4436 #: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:121
4437 msgid ""
4438 "Automatic detection of the format opens you up to a potential security hole "
4439 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
4440 "RHBZ#642934.  Specifying the format closes this security hole."
4441 msgstr ""
4442
4443 # type: =item
4444 #: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:126
4445 msgid "C<iface>"
4446 msgstr ""
4447
4448 # type: textblock
4449 #: ../src/guestfs-actions.pod:182
4450 msgid ""
4451 "This rarely-used option lets you emulate the behaviour of the deprecated "
4452 "C<guestfs_add_drive_with_if> call (q.v.)"
4453 msgstr ""
4454
4455 # type: textblock
4456 #: ../src/guestfs-actions.pod:189
4457 msgid "(Added in 1.5.23)"
4458 msgstr ""
4459
4460 # type: =head2
4461 #: ../src/guestfs-actions.pod:191
4462 msgid "guestfs_add_drive_opts_va"
4463 msgstr ""
4464
4465 # type: verbatim
4466 #: ../src/guestfs-actions.pod:193
4467 #, no-wrap
4468 msgid ""
4469 " int\n"
4470 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
4471 "                            const char *filename,\n"
4472 "                            va_list args);\n"
4473 "\n"
4474 msgstr ""
4475
4476 # type: textblock
4477 #: ../src/guestfs-actions.pod:198
4478 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
4479 msgstr ""
4480
4481 # type: =head2
4482 #: ../src/guestfs-actions.pod:202
4483 msgid "guestfs_add_drive_opts_argv"
4484 msgstr ""
4485
4486 # type: verbatim
4487 #: ../src/guestfs-actions.pod:204
4488 #, no-wrap
4489 msgid ""
4490 " int\n"
4491 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
4492 "                              const char *filename,\n"
4493 "                              const struct guestfs_add_drive_opts_argv "
4494 "*optargs);\n"
4495 "\n"
4496 msgstr ""
4497
4498 # type: textblock
4499 #: ../src/guestfs-actions.pod:209
4500 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
4501 msgstr ""
4502
4503 # type: =head2
4504 #: ../src/guestfs-actions.pod:213
4505 msgid "guestfs_add_drive_ro"
4506 msgstr ""
4507
4508 # type: verbatim
4509 #: ../src/guestfs-actions.pod:215
4510 #, no-wrap
4511 msgid ""
4512 " int\n"
4513 " guestfs_add_drive_ro (guestfs_h *g,\n"
4514 "                       const char *filename);\n"
4515 "\n"
4516 msgstr ""
4517
4518 # type: textblock
4519 #: ../src/guestfs-actions.pod:219
4520 msgid ""
4521 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
4522 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
4523 "disk is added read-only, with the format being detected automatically."
4524 msgstr ""
4525
4526 # type: textblock
4527 #: ../src/guestfs-actions.pod:226
4528 msgid "(Added in 1.0.38)"
4529 msgstr ""
4530
4531 # type: =head2
4532 #: ../src/guestfs-actions.pod:228
4533 msgid "guestfs_add_drive_ro_with_if"
4534 msgstr ""
4535
4536 # type: verbatim
4537 #: ../src/guestfs-actions.pod:230
4538 #, no-wrap
4539 msgid ""
4540 " int\n"
4541 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
4542 "                               const char *filename,\n"
4543 "                               const char *iface);\n"
4544 "\n"
4545 msgstr ""
4546
4547 # type: textblock
4548 #: ../src/guestfs-actions.pod:235
4549 msgid ""
4550 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
4551 "QEMU interface emulation to use at run time."
4552 msgstr ""
4553
4554 # type: textblock
4555 #: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268 ../src/guestfs-actions.pod:2303
4556 msgid "(Added in 1.0.84)"
4557 msgstr ""
4558
4559 # type: =head2
4560 #: ../src/guestfs-actions.pod:249
4561 msgid "guestfs_add_drive_with_if"
4562 msgstr ""
4563
4564 # type: verbatim
4565 #: ../src/guestfs-actions.pod:251
4566 #, no-wrap
4567 msgid ""
4568 " int\n"
4569 " guestfs_add_drive_with_if (guestfs_h *g,\n"
4570 "                            const char *filename,\n"
4571 "                            const char *iface);\n"
4572 "\n"
4573 msgstr ""
4574
4575 # type: textblock
4576 #: ../src/guestfs-actions.pod:256
4577 msgid ""
4578 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
4579 "QEMU interface emulation to use at run time."
4580 msgstr ""
4581
4582 # type: =head2
4583 #: ../src/guestfs-actions.pod:270
4584 msgid "guestfs_aug_clear"
4585 msgstr ""
4586
4587 # type: verbatim
4588 #: ../src/guestfs-actions.pod:272
4589 #, no-wrap
4590 msgid ""
4591 " int\n"
4592 " guestfs_aug_clear (guestfs_h *g,\n"
4593 "                    const char *augpath);\n"
4594 "\n"
4595 msgstr ""
4596
4597 # type: textblock
4598 #: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:178
4599 msgid ""
4600 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
4601 "L<augtool(1)> C<clear> command."
4602 msgstr ""
4603
4604 # type: textblock
4605 #: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2083
4606 msgid "(Added in 1.3.4)"
4607 msgstr ""
4608
4609 # type: =head2
4610 #: ../src/guestfs-actions.pod:283
4611 msgid "guestfs_aug_close"
4612 msgstr ""
4613
4614 # type: verbatim
4615 #: ../src/guestfs-actions.pod:285
4616 #, no-wrap
4617 msgid ""
4618 " int\n"
4619 " guestfs_aug_close (guestfs_h *g);\n"
4620 "\n"
4621 msgstr ""
4622
4623 # type: textblock
4624 #: ../src/guestfs-actions.pod:288
4625 msgid ""
4626 "Close the current Augeas handle and free up any resources used by it.  After "
4627 "calling this, you have to call C<guestfs_aug_init> again before you can use "
4628 "any other Augeas functions."
4629 msgstr ""
4630
4631 # type: textblock
4632 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:320 ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:352 ../src/guestfs-actions.pod:410 ../src/guestfs-actions.pod:430 ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:475 ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535 ../src/guestfs-actions.pod:5086
4633 msgid "(Added in 0.7)"
4634 msgstr ""
4635
4636 # type: =head2
4637 #: ../src/guestfs-actions.pod:297
4638 msgid "guestfs_aug_defnode"
4639 msgstr ""
4640
4641 # type: verbatim
4642 #: ../src/guestfs-actions.pod:299
4643 #, no-wrap
4644 msgid ""
4645 " struct guestfs_int_bool *\n"
4646 " guestfs_aug_defnode (guestfs_h *g,\n"
4647 "                      const char *name,\n"
4648 "                      const char *expr,\n"
4649 "                      const char *val);\n"
4650 "\n"
4651 msgstr ""
4652
4653 # type: textblock
4654 #: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:194
4655 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
4656 msgstr ""
4657
4658 # type: textblock
4659 #: ../src/guestfs-actions.pod:308
4660 msgid ""
4661 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
4662 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
4663 "containing that single node."
4664 msgstr ""
4665
4666 # type: textblock
4667 #: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:201
4668 msgid ""
4669 "On success this returns a pair containing the number of nodes in the "
4670 "nodeset, and a boolean flag if a node was created."
4671 msgstr ""
4672
4673 # type: textblock
4674 #: ../src/guestfs-actions.pod:316
4675 msgid ""
4676 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
4677 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
4678 msgstr ""
4679
4680 # type: =head2
4681 #: ../src/guestfs-actions.pod:322
4682 msgid "guestfs_aug_defvar"
4683 msgstr ""
4684
4685 # type: verbatim
4686 #: ../src/guestfs-actions.pod:324
4687 #, no-wrap
4688 msgid ""
4689 " int\n"
4690 " guestfs_aug_defvar (guestfs_h *g,\n"
4691 "                     const char *name,\n"
4692 "                     const char *expr);\n"
4693 "\n"
4694 msgstr ""
4695
4696 # type: textblock
4697 #: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:209
4698 msgid ""
4699 "Defines an Augeas variable C<name> whose value is the result of evaluating "
4700 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
4701 msgstr ""
4702
4703 # type: textblock
4704 #: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:213
4705 msgid ""
4706 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
4707 "evaluates to something which is not a nodeset."
4708 msgstr ""
4709
4710 # type: =head2
4711 #: ../src/guestfs-actions.pod:340
4712 msgid "guestfs_aug_get"
4713 msgstr ""
4714
4715 # type: verbatim
4716 #: ../src/guestfs-actions.pod:342
4717 #, no-wrap
4718 msgid ""
4719 " char *\n"
4720 " guestfs_aug_get (guestfs_h *g,\n"
4721 "                  const char *augpath);\n"
4722 "\n"
4723 msgstr ""
4724
4725 # type: textblock
4726 #: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:220
4727 msgid ""
4728 "Look up the value associated with C<path>.  If C<path> matches exactly one "
4729 "node, the C<value> is returned."
4730 msgstr ""
4731
4732 # type: textblock
4733 #: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:849 ../src/guestfs-actions.pod:867 ../src/guestfs-actions.pod:927 ../src/guestfs-actions.pod:943 ../src/guestfs-actions.pod:1046 ../src/guestfs-actions.pod:1176 ../src/guestfs-actions.pod:1193 ../src/guestfs-actions.pod:1212 ../src/guestfs-actions.pod:1341 ../src/guestfs-actions.pod:1532 ../src/guestfs-actions.pod:1644 ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:1824 ../src/guestfs-actions.pod:1915 ../src/guestfs-actions.pod:1936 ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:2268 ../src/guestfs-actions.pod:2475 ../src/guestfs-actions.pod:2556 ../src/guestfs-actions.pod:2604 ../src/guestfs-actions.pod:2712 ../src/guestfs-actions.pod:2741 ../src/guestfs-actions.pod:2763 ../src/guestfs-actions.pod:2823 ../src/guestfs-actions.pod:2846 ../src/guestfs-actions.pod:3328 ../src/guestfs-actions.pod:3678 ../src/guestfs-actions.pod:3848 ../src/guestfs-actions.pod:3958 ../src/guestfs-actions.pod:4621 ../src/guestfs-actions.pod:4814 ../src/guestfs-actions.pod:4984 ../src/guestfs-actions.pod:5162 ../src/guestfs-actions.pod:5211 ../src/guestfs-actions.pod:5774 ../src/guestfs-actions.pod:5790 ../src/guestfs-actions.pod:5807 ../src/guestfs-actions.pod:5831 ../src/guestfs-actions.pod:6495 ../src/guestfs-actions.pod:6514 ../src/guestfs-actions.pod:6532 ../src/guestfs-actions.pod:6712 ../src/guestfs-actions.pod:6984
4734 msgid ""
4735 "This function returns a string, or NULL on error.  I<The caller must free "
4736 "the returned string after use>."
4737 msgstr ""
4738
4739 # type: =head2
4740 #: ../src/guestfs-actions.pod:354
4741 msgid "guestfs_aug_init"
4742 msgstr ""
4743
4744 # type: verbatim
4745 #: ../src/guestfs-actions.pod:356
4746 #, no-wrap
4747 msgid ""
4748 " int\n"
4749 " guestfs_aug_init (guestfs_h *g,\n"
4750 "                   const char *root,\n"
4751 "                   int flags);\n"
4752 "\n"
4753 msgstr ""
4754
4755 # type: textblock
4756 #: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:227
4757 msgid ""
4758 "Create a new Augeas handle for editing configuration files.  If there was "
4759 "any previous Augeas handle associated with this guestfs session, then it is "
4760 "closed."
4761 msgstr ""
4762
4763 # type: textblock
4764 #: ../src/guestfs-actions.pod:365
4765 msgid "You must call this before using any other C<guestfs_aug_*> commands."
4766 msgstr ""
4767
4768 # type: textblock
4769 #: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:234
4770 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
4771 msgstr ""
4772
4773 # type: textblock
4774 #: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:237
4775 msgid ""
4776 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
4777 "logical I<or> of the following integers:"
4778 msgstr ""
4779
4780 # type: =item
4781 #: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:243
4782 msgid "C<AUG_SAVE_BACKUP> = 1"
4783 msgstr ""
4784
4785 # type: textblock
4786 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:245
4787 msgid "Keep the original file with a C<.augsave> extension."
4788 msgstr ""
4789
4790 # type: =item
4791 #: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:247
4792 msgid "C<AUG_SAVE_NEWFILE> = 2"
4793 msgstr ""
4794
4795 # type: textblock
4796 #: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:249
4797 msgid ""
4798 "Save changes into a file with extension C<.augnew>, and do not overwrite "
4799 "original.  Overrides C<AUG_SAVE_BACKUP>."
4800 msgstr ""
4801
4802 # type: =item
4803 #: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:252
4804 msgid "C<AUG_TYPE_CHECK> = 4"
4805 msgstr ""
4806
4807 # type: textblock
4808 #: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:254
4809 msgid "Typecheck lenses (can be expensive)."
4810 msgstr ""
4811
4812 # type: =item
4813 #: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:256
4814 msgid "C<AUG_NO_STDINC> = 8"
4815 msgstr ""
4816
4817 # type: textblock
4818 #: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:258
4819 msgid "Do not use standard load path for modules."
4820 msgstr ""
4821
4822 # type: =item
4823 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:260
4824 msgid "C<AUG_SAVE_NOOP> = 16"
4825 msgstr ""
4826
4827 # type: textblock
4828 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:262
4829 msgid "Make save a no-op, just record what would have been changed."
4830 msgstr ""
4831
4832 # type: =item
4833 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:264
4834 msgid "C<AUG_NO_LOAD> = 32"
4835 msgstr ""
4836
4837 # type: textblock
4838 #: ../src/guestfs-actions.pod:400
4839 msgid "Do not load the tree in C<guestfs_aug_init>."
4840 msgstr ""
4841
4842 # type: textblock
4843 #: ../src/guestfs-actions.pod:404
4844 msgid "To close the handle, you can call C<guestfs_aug_close>."
4845 msgstr ""
4846
4847 # type: textblock
4848 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:272
4849 msgid "To find out more about Augeas, see L<http://augeas.net/>."
4850 msgstr ""
4851
4852 # type: =head2
4853 #: ../src/guestfs-actions.pod:412
4854 msgid "guestfs_aug_insert"
4855 msgstr ""
4856
4857 # type: verbatim
4858 #: ../src/guestfs-actions.pod:414
4859 #, no-wrap
4860 msgid ""
4861 " int\n"
4862 " guestfs_aug_insert (guestfs_h *g,\n"
4863 "                     const char *augpath,\n"
4864 "                     const char *label,\n"
4865 "                     int before);\n"
4866 "\n"
4867 msgstr ""
4868
4869 # type: textblock
4870 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:278
4871 msgid ""
4872 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
4873 "or after C<path> (depending on the boolean flag C<before>)."
4874 msgstr ""
4875
4876 # type: textblock
4877 #: ../src/guestfs-actions.pod:424 ../fish/guestfish-actions.pod:282
4878 msgid ""
4879 "C<path> must match exactly one existing node in the tree, and C<label> must "
4880 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
4881 msgstr ""
4882
4883 # type: =head2
4884 #: ../src/guestfs-actions.pod:432
4885 msgid "guestfs_aug_load"
4886 msgstr ""
4887
4888 # type: verbatim
4889 #: ../src/guestfs-actions.pod:434
4890 #, no-wrap
4891 msgid ""
4892 " int\n"
4893 " guestfs_aug_load (guestfs_h *g);\n"
4894 "\n"
4895 msgstr ""
4896
4897 # type: textblock
4898 #: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:290
4899 msgid "Load files into the tree."
4900 msgstr ""
4901
4902 # type: textblock
4903 #: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:292
4904 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
4905 msgstr ""
4906
4907 # type: =head2
4908 #: ../src/guestfs-actions.pod:446
4909 msgid "guestfs_aug_ls"
4910 msgstr ""
4911
4912 # type: verbatim
4913 #: ../src/guestfs-actions.pod:448
4914 #, no-wrap
4915 msgid ""
4916 " char **\n"
4917 " guestfs_aug_ls (guestfs_h *g,\n"
4918 "                 const char *augpath);\n"
4919 "\n"
4920 msgstr ""
4921
4922 # type: textblock
4923 #: ../src/guestfs-actions.pod:452
4924 msgid ""
4925 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
4926 "sorting the resulting nodes into alphabetical order."
4927 msgstr ""
4928
4929 # type: textblock
4930 #: ../src/guestfs-actions.pod:455 ../src/guestfs-actions.pod:471 ../src/guestfs-actions.pod:617 ../src/guestfs-actions.pod:1065 ../src/guestfs-actions.pod:1356 ../src/guestfs-actions.pod:1375 ../src/guestfs-actions.pod:1478 ../src/guestfs-actions.pod:1497 ../src/guestfs-actions.pod:1746 ../src/guestfs-actions.pod:2148 ../src/guestfs-actions.pod:2164 ../src/guestfs-actions.pod:2183 ../src/guestfs-actions.pod:2226 ../src/guestfs-actions.pod:2250 ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2370 ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2782 ../src/guestfs-actions.pod:2993 ../src/guestfs-actions.pod:3248 ../src/guestfs-actions.pod:3310 ../src/guestfs-actions.pod:3415 ../src/guestfs-actions.pod:3820 ../src/guestfs-actions.pod:4436 ../src/guestfs-actions.pod:4956 ../src/guestfs-actions.pod:5082 ../src/guestfs-actions.pod:5196 ../src/guestfs-actions.pod:5847 ../src/guestfs-actions.pod:5908 ../src/guestfs-actions.pod:5963 ../src/guestfs-actions.pod:6109 ../src/guestfs-actions.pod:6133 ../src/guestfs-actions.pod:6605 ../src/guestfs-actions.pod:6625 ../src/guestfs-actions.pod:6672 ../src/guestfs-actions.pod:6837 ../src/guestfs-actions.pod:6856 ../src/guestfs-actions.pod:6941 ../src/guestfs-actions.pod:6960 ../src/guestfs-actions.pod:7006 ../src/guestfs-actions.pod:7025
4931 msgid ""
4932 "This function returns a NULL-terminated array of strings (like "
4933 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
4934 "strings and the array after use>."
4935 msgstr ""
4936
4937 # type: textblock
4938 #: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990 ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413 ../src/guestfs-actions.pod:3071 ../src/guestfs-actions.pod:3102 ../src/guestfs-actions.pod:3661 ../src/guestfs-actions.pod:3711 ../src/guestfs-actions.pod:3898 ../src/guestfs-actions.pod:3931 ../src/guestfs-actions.pod:4094 ../src/guestfs-actions.pod:4440 ../src/guestfs-actions.pod:4897 ../src/guestfs-actions.pod:5275 ../src/guestfs-actions.pod:5289 ../src/guestfs-actions.pod:5301 ../src/guestfs-actions.pod:5709 ../src/guestfs-actions.pod:6347 ../src/guestfs-actions.pod:6360 ../src/guestfs-actions.pod:6589 ../src/guestfs-actions.pod:6792 ../src/guestfs-actions.pod:6825
4939 msgid "(Added in 0.8)"
4940 msgstr ""
4941
4942 # type: =head2
4943 #: ../src/guestfs-actions.pod:461
4944 msgid "guestfs_aug_match"
4945 msgstr ""
4946
4947 # type: verbatim
4948 #: ../src/guestfs-actions.pod:463
4949 #, no-wrap
4950 msgid ""
4951 " char **\n"
4952 " guestfs_aug_match (guestfs_h *g,\n"
4953 "                    const char *augpath);\n"
4954 "\n"
4955 msgstr ""
4956
4957 # type: textblock
4958 #: ../src/guestfs-actions.pod:467 ../fish/guestfish-actions.pod:306
4959 msgid ""
4960 "Returns a list of paths which match the path expression C<path>.  The "
4961 "returned paths are sufficiently qualified so that they match exactly one "
4962 "node in the current tree."
4963 msgstr ""
4964
4965 # type: =head2
4966 #: ../src/guestfs-actions.pod:477
4967 msgid "guestfs_aug_mv"
4968 msgstr ""
4969
4970 # type: verbatim
4971 #: ../src/guestfs-actions.pod:479
4972 #, no-wrap
4973 msgid ""
4974 " int\n"
4975 " guestfs_aug_mv (guestfs_h *g,\n"
4976 "                 const char *src,\n"
4977 "                 const char *dest);\n"
4978 "\n"
4979 msgstr ""
4980
4981 # type: textblock
4982 #: ../src/guestfs-actions.pod:484 ../fish/guestfish-actions.pod:314
4983 msgid ""
4984 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
4985 "C<dest> is overwritten if it exists."
4986 msgstr ""
4987
4988 # type: =head2
4989 #: ../src/guestfs-actions.pod:491
4990 msgid "guestfs_aug_rm"
4991 msgstr ""
4992
4993 # type: verbatim
4994 #: ../src/guestfs-actions.pod:493
4995 #, no-wrap
4996 msgid ""
4997 " int\n"
4998 " guestfs_aug_rm (guestfs_h *g,\n"
4999 "                 const char *augpath);\n"
5000 "\n"
5001 msgstr ""
5002
5003 # type: textblock
5004 #: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:321
5005 msgid "Remove C<path> and all of its children."
5006 msgstr ""
5007
5008 # type: textblock
5009 #: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:323
5010 msgid "On success this returns the number of entries which were removed."
5011 msgstr ""
5012
5013 # type: =head2
5014 #: ../src/guestfs-actions.pod:505
5015 msgid "guestfs_aug_save"
5016 msgstr ""
5017
5018 # type: verbatim
5019 #: ../src/guestfs-actions.pod:507
5020 #, no-wrap
5021 msgid ""
5022 " int\n"
5023 " guestfs_aug_save (guestfs_h *g);\n"
5024 "\n"
5025 msgstr ""
5026
5027 # type: textblock
5028 #: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:329
5029 msgid "This writes all pending changes to disk."
5030 msgstr ""
5031
5032 # type: textblock
5033 #: ../src/guestfs-actions.pod:512
5034 msgid ""
5035 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
5036 "are saved."
5037 msgstr ""
5038
5039 # type: =head2
5040 #: ../src/guestfs-actions.pod:519
5041 msgid "guestfs_aug_set"
5042 msgstr ""
5043
5044 # type: verbatim
5045 #: ../src/guestfs-actions.pod:521
5046 #, no-wrap
5047 msgid ""
5048 " int\n"
5049 " guestfs_aug_set (guestfs_h *g,\n"
5050 "                  const char *augpath,\n"
5051 "                  const char *val);\n"
5052 "\n"
5053 msgstr ""
5054
5055 # type: textblock
5056 #: ../src/guestfs-actions.pod:526 ../fish/guestfish-actions.pod:338
5057 msgid "Set the value associated with C<path> to C<val>."
5058 msgstr ""
5059
5060 # type: textblock
5061 #: ../src/guestfs-actions.pod:528
5062 msgid ""
5063 "In the Augeas API, it is possible to clear a node by setting the value to "
5064 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
5065 "this call.  Instead you must use the C<guestfs_aug_clear> call."
5066 msgstr ""
5067
5068 # type: =head2
5069 #: ../src/guestfs-actions.pod:537
5070 msgid "guestfs_available"
5071 msgstr ""
5072
5073 # type: verbatim
5074 #: ../src/guestfs-actions.pod:539
5075 #, no-wrap
5076 msgid ""
5077 " int\n"
5078 " guestfs_available (guestfs_h *g,\n"
5079 "                    char *const *groups);\n"
5080 "\n"
5081 msgstr ""
5082
5083 # type: textblock
5084 #: ../src/guestfs-actions.pod:543 ../fish/guestfish-actions.pod:349
5085 msgid ""
5086 "This command is used to check the availability of some groups of "
5087 "functionality in the appliance, which not all builds of the libguestfs "
5088 "appliance will be able to provide."
5089 msgstr ""
5090
5091 # type: textblock
5092 #: ../src/guestfs-actions.pod:547
5093 msgid ""
5094 "The libguestfs groups, and the functions that those groups correspond to, "
5095 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
5096 "runtime by calling C<guestfs_available_all_groups>."
5097 msgstr ""
5098
5099 # type: textblock
5100 #: ../src/guestfs-actions.pod:552 ../fish/guestfish-actions.pod:358
5101 msgid ""
5102 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
5103 "\"augeas\"]> would check for the availability of the Linux inotify functions "
5104 "and Augeas (configuration file editing) functions."
5105 msgstr ""
5106
5107 # type: textblock
5108 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:363
5109 msgid "The command returns no error if I<all> requested groups are available."
5110 msgstr ""
5111
5112 # type: textblock
5113 #: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:365
5114 msgid ""
5115 "It fails with an error if one or more of the requested groups is unavailable "
5116 "in the appliance."
5117 msgstr ""
5118
5119 # type: textblock
5120 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:368
5121 msgid ""
5122 "If an unknown group name is included in the list of groups then an error is "
5123 "always returned."
5124 msgstr ""
5125
5126 # type: textblock
5127 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:371
5128 msgid "I<Notes:>"
5129 msgstr ""
5130
5131 # type: textblock
5132 #: ../src/guestfs-actions.pod:571
5133 msgid "You must call C<guestfs_launch> before calling this function."
5134 msgstr ""
5135
5136 # type: textblock
5137 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:379
5138 msgid ""
5139 "The reason is because we don't know what groups are supported by the "
5140 "appliance/daemon until it is running and can be queried."
5141 msgstr ""
5142
5143 # type: textblock
5144 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:385
5145 msgid ""
5146 "If a group of functions is available, this does not necessarily mean that "
5147 "they will work.  You still have to check for errors when calling individual "
5148 "API functions even if they are available."
5149 msgstr ""
5150
5151 # type: textblock
5152 #: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:392
5153 msgid ""
5154 "It is usually the job of distro packagers to build complete functionality "
5155 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
5156 "with all requirements satisfied, will support everything."
5157 msgstr ""
5158
5159 # type: textblock
5160 #: ../src/guestfs-actions.pod:593
5161 msgid ""
5162 "This call was added in version C<1.0.80>.  In previous versions of "
5163 "libguestfs all you could do would be to speculatively execute a command to "
5164 "find out if the daemon implemented it.  See also C<guestfs_version>."
5165 msgstr ""
5166
5167 # type: textblock
5168 #: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:1163
5169 msgid "(Added in 1.0.80)"
5170 msgstr ""
5171
5172 # type: =head2
5173 #: ../src/guestfs-actions.pod:604
5174 msgid "guestfs_available_all_groups"
5175 msgstr ""
5176
5177 # type: verbatim
5178 #: ../src/guestfs-actions.pod:606
5179 #, no-wrap
5180 msgid ""
5181 " char **\n"
5182 " guestfs_available_all_groups (guestfs_h *g);\n"
5183 "\n"
5184 msgstr ""
5185
5186 # type: textblock
5187 #: ../src/guestfs-actions.pod:609
5188 msgid ""
5189 "This command returns a list of all optional groups that this daemon knows "
5190 "about.  Note this returns both supported and unsupported groups.  To find "
5191 "out which ones the daemon can actually support you have to call "
5192 "C<guestfs_available> on each member of the returned list."
5193 msgstr ""
5194
5195 # type: textblock
5196 #: ../src/guestfs-actions.pod:615
5197 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
5198 msgstr ""
5199
5200 # type: textblock
5201 #: ../src/guestfs-actions.pod:621
5202 msgid "(Added in 1.3.15)"
5203 msgstr ""
5204
5205 # type: =head2
5206 #: ../src/guestfs-actions.pod:623
5207 msgid "guestfs_base64_in"
5208 msgstr ""
5209
5210 # type: verbatim
5211 #: ../src/guestfs-actions.pod:625
5212 #, no-wrap
5213 msgid ""
5214 " int\n"
5215 " guestfs_base64_in (guestfs_h *g,\n"
5216 "                    const char *base64file,\n"
5217 "                    const char *filename);\n"
5218 "\n"
5219 msgstr ""
5220
5221 # type: textblock
5222 #: ../src/guestfs-actions.pod:630 ../fish/guestfish-actions.pod:422
5223 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
5224 msgstr ""
5225
5226 # type: textblock
5227 #: ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649
5228 msgid "(Added in 1.3.5)"
5229 msgstr ""
5230
5231 # type: =head2
5232 #: ../src/guestfs-actions.pod:637
5233 msgid "guestfs_base64_out"
5234 msgstr ""
5235
5236 # type: verbatim
5237 #: ../src/guestfs-actions.pod:639
5238 #, no-wrap
5239 msgid ""
5240 " int\n"
5241 " guestfs_base64_out (guestfs_h *g,\n"
5242 "                     const char *filename,\n"
5243 "                     const char *base64file);\n"
5244 "\n"
5245 msgstr ""
5246
5247 # type: textblock
5248 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:431
5249 msgid ""
5250 "This command downloads the contents of C<filename>, writing it out to local "
5251 "file C<base64file> encoded as base64."
5252 msgstr ""
5253
5254 # type: =head2
5255 #: ../src/guestfs-actions.pod:651
5256 msgid "guestfs_blockdev_flushbufs"
5257 msgstr ""
5258
5259 # type: verbatim
5260 #: ../src/guestfs-actions.pod:653
5261 #, no-wrap
5262 msgid ""
5263 " int\n"
5264 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
5265 "                             const char *device);\n"
5266 "\n"
5267 msgstr ""
5268
5269 # type: textblock
5270 #: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:440
5271 msgid "This tells the kernel to flush internal buffers associated with C<device>."
5272 msgstr ""
5273
5274 # type: textblock
5275 #: ../src/guestfs-actions.pod:660 ../src/guestfs-actions.pod:677 ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:708 ../src/guestfs-actions.pod:726 ../src/guestfs-actions.pod:745 ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:777 ../src/guestfs-actions.pod:791 ../src/guestfs-actions.pod:805 ../fish/guestfish-actions.pod:443 ../fish/guestfish-actions.pod:454 ../fish/guestfish-actions.pod:463 ../fish/guestfish-actions.pod:473 ../fish/guestfish-actions.pod:485 ../fish/guestfish-actions.pod:498 ../fish/guestfish-actions.pod:506 ../fish/guestfish-actions.pod:517 ../fish/guestfish-actions.pod:525 ../fish/guestfish-actions.pod:533
5276 msgid "This uses the L<blockdev(8)> command."
5277 msgstr ""
5278
5279 # type: textblock
5280 #: ../src/guestfs-actions.pod:664 ../src/guestfs-actions.pod:681 ../src/guestfs-actions.pod:696 ../src/guestfs-actions.pod:712 ../src/guestfs-actions.pod:730 ../src/guestfs-actions.pod:749 ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:781 ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809
5281 msgid "(Added in 0.9.3)"
5282 msgstr ""
5283
5284 # type: =head2
5285 #: ../src/guestfs-actions.pod:666
5286 msgid "guestfs_blockdev_getbsz"
5287 msgstr ""
5288
5289 # type: verbatim
5290 #: ../src/guestfs-actions.pod:668
5291 #, no-wrap
5292 msgid ""
5293 " int\n"
5294 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
5295 "                          const char *device);\n"
5296 "\n"
5297 msgstr ""
5298
5299 # type: textblock
5300 #: ../src/guestfs-actions.pod:672 ../fish/guestfish-actions.pod:449
5301 msgid "This returns the block size of a device."
5302 msgstr ""
5303
5304 # type: textblock
5305 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:774 ../fish/guestfish-actions.pod:451 ../fish/guestfish-actions.pod:514
5306 msgid ""
5307 "(Note this is different from both I<size in blocks> and I<filesystem block "
5308 "size>)."
5309 msgstr ""
5310
5311 # type: =head2
5312 #: ../src/guestfs-actions.pod:683
5313 msgid "guestfs_blockdev_getro"
5314 msgstr ""
5315
5316 # type: verbatim
5317 #: ../src/guestfs-actions.pod:685
5318 #, no-wrap
5319 msgid ""
5320 " int\n"
5321 " guestfs_blockdev_getro (guestfs_h *g,\n"
5322 "                         const char *device);\n"
5323 "\n"
5324 msgstr ""
5325
5326 # type: textblock
5327 #: ../src/guestfs-actions.pod:689 ../fish/guestfish-actions.pod:460
5328 msgid ""
5329 "Returns a boolean indicating if the block device is read-only (true if "
5330 "read-only, false if not)."
5331 msgstr ""
5332
5333 # type: textblock
5334 #: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1396 ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:1891 ../src/guestfs-actions.pod:1902 ../src/guestfs-actions.pod:1974 ../src/guestfs-actions.pod:2029 ../src/guestfs-actions.pod:2044 ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2092 ../src/guestfs-actions.pod:3010 ../src/guestfs-actions.pod:3024 ../src/guestfs-actions.pod:3039 ../src/guestfs-actions.pod:3053 ../src/guestfs-actions.pod:3069 ../src/guestfs-actions.pod:3084 ../src/guestfs-actions.pod:3100 ../src/guestfs-actions.pod:3114 ../src/guestfs-actions.pod:3127 ../src/guestfs-actions.pod:3141 ../src/guestfs-actions.pod:3156 ../src/guestfs-actions.pod:3171 ../src/guestfs-actions.pod:4585
5335 msgid "This function returns a C truth value on success or -1 on error."
5336 msgstr ""
5337
5338 # type: =head2
5339 #: ../src/guestfs-actions.pod:698
5340 msgid "guestfs_blockdev_getsize64"
5341 msgstr ""
5342
5343 # type: verbatim
5344 #: ../src/guestfs-actions.pod:700
5345 #, no-wrap
5346 msgid ""
5347 " int64_t\n"
5348 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
5349 "                             const char *device);\n"
5350 "\n"
5351 msgstr ""
5352
5353 # type: textblock
5354 #: ../src/guestfs-actions.pod:704 ../fish/guestfish-actions.pod:469
5355 msgid "This returns the size of the device in bytes."
5356 msgstr ""
5357
5358 # type: textblock
5359 #: ../src/guestfs-actions.pod:706
5360 msgid "See also C<guestfs_blockdev_getsz>."
5361 msgstr ""
5362
5363 # type: =head2
5364 #: ../src/guestfs-actions.pod:714
5365 msgid "guestfs_blockdev_getss"
5366 msgstr ""
5367
5368 # type: verbatim
5369 #: ../src/guestfs-actions.pod:716
5370 #, no-wrap
5371 msgid ""
5372 " int\n"
5373 " guestfs_blockdev_getss (guestfs_h *g,\n"
5374 "                         const char *device);\n"
5375 "\n"
5376 msgstr ""
5377
5378 # type: textblock
5379 #: ../src/guestfs-actions.pod:720 ../fish/guestfish-actions.pod:479
5380 msgid ""
5381 "This returns the size of sectors on a block device.  Usually 512, but can be "
5382 "larger for modern devices."
5383 msgstr ""
5384
5385 # type: textblock
5386 #: ../src/guestfs-actions.pod:723
5387 msgid ""
5388 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
5389 "that)."
5390 msgstr ""
5391
5392 # type: =head2
5393 #: ../src/guestfs-actions.pod:732
5394 msgid "guestfs_blockdev_getsz"
5395 msgstr ""
5396
5397 # type: verbatim
5398 #: ../src/guestfs-actions.pod:734
5399 #, no-wrap
5400 msgid ""
5401 " int64_t\n"
5402 " guestfs_blockdev_getsz (guestfs_h *g,\n"
5403 "                         const char *device);\n"
5404 "\n"
5405 msgstr ""
5406
5407 # type: textblock
5408 #: ../src/guestfs-actions.pod:738 ../fish/guestfish-actions.pod:491
5409 msgid ""
5410 "This returns the size of the device in units of 512-byte sectors (even if "
5411 "the sectorsize isn't 512 bytes ... weird)."
5412 msgstr ""
5413
5414 # type: textblock
5415 #: ../src/guestfs-actions.pod:741
5416 msgid ""
5417 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
5418 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
5419 msgstr ""
5420
5421 # type: =head2
5422 #: ../src/guestfs-actions.pod:751
5423 msgid "guestfs_blockdev_rereadpt"
5424 msgstr ""
5425
5426 # type: verbatim
5427 #: ../src/guestfs-actions.pod:753
5428 #, no-wrap
5429 msgid ""
5430 " int\n"
5431 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
5432 "                            const char *device);\n"
5433 "\n"
5434 msgstr ""
5435
5436 # type: textblock
5437 #: ../src/guestfs-actions.pod:757 ../fish/guestfish-actions.pod:504
5438 msgid "Reread the partition table on C<device>."
5439 msgstr ""
5440
5441 # type: =head2
5442 #: ../src/guestfs-actions.pod:765
5443 msgid "guestfs_blockdev_setbsz"
5444 msgstr ""
5445
5446 # type: verbatim
5447 #: ../src/guestfs-actions.pod:767
5448 #, no-wrap
5449 msgid ""
5450 " int\n"
5451 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
5452 "                          const char *device,\n"
5453 "                          int blocksize);\n"
5454 "\n"
5455 msgstr ""
5456
5457 # type: textblock
5458 #: ../src/guestfs-actions.pod:772 ../fish/guestfish-actions.pod:512
5459 msgid "This sets the block size of a device."
5460 msgstr ""
5461
5462 # type: =head2
5463 #: ../src/guestfs-actions.pod:783
5464 msgid "guestfs_blockdev_setro"
5465 msgstr ""
5466
5467 # type: verbatim
5468 #: ../src/guestfs-actions.pod:785
5469 #, no-wrap
5470 msgid ""
5471 " int\n"
5472 " guestfs_blockdev_setro (guestfs_h *g,\n"
5473 "                         const char *device);\n"
5474 "\n"
5475 msgstr ""
5476
5477 # type: textblock
5478 #: ../src/guestfs-actions.pod:789 ../fish/guestfish-actions.pod:523
5479 msgid "Sets the block device named C<device> to read-only."
5480 msgstr ""
5481
5482 # type: =head2
5483 #: ../src/guestfs-actions.pod:797
5484 msgid "guestfs_blockdev_setrw"
5485 msgstr ""
5486
5487 # type: verbatim
5488 #: ../src/guestfs-actions.pod:799
5489 #, no-wrap
5490 msgid ""
5491 " int\n"
5492 " guestfs_blockdev_setrw (guestfs_h *g,\n"
5493 "                         const char *device);\n"
5494 "\n"
5495 msgstr ""
5496
5497 # type: textblock
5498 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:531
5499 msgid "Sets the block device named C<device> to read-write."
5500 msgstr ""
5501
5502 # type: =head2
5503 #: ../src/guestfs-actions.pod:811
5504 msgid "guestfs_case_sensitive_path"
5505 msgstr ""
5506
5507 # type: verbatim
5508 #: ../src/guestfs-actions.pod:813
5509 #, no-wrap
5510 msgid ""
5511 " char *\n"
5512 " guestfs_case_sensitive_path (guestfs_h *g,\n"
5513 "                              const char *path);\n"
5514 "\n"
5515 msgstr ""
5516
5517 # type: textblock
5518 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:539
5519 msgid ""
5520 "This can be used to resolve case insensitive paths on a filesystem which is "
5521 "case sensitive.  The use case is to resolve paths which you have read from "
5522 "Windows configuration files or the Windows Registry, to the true path."
5523 msgstr ""
5524
5525 # type: textblock
5526 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:544
5527 msgid ""
5528 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
5529 "(and probably others), which is that although the underlying filesystem is "
5530 "case-insensitive, the driver exports the filesystem to Linux as "
5531 "case-sensitive."
5532 msgstr ""
5533
5534 # type: textblock
5535 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:549
5536 msgid ""
5537 "One consequence of this is that special directories such as C<c:\\windows> "
5538 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
5539 "precise details of how they were created.  In Windows itself this would not "
5540 "be a problem."
5541 msgstr ""
5542
5543 # type: textblock
5544 #: ../src/guestfs-actions.pod:833 ../fish/guestfish-actions.pod:555
5545 msgid ""
5546 "Bug or feature? You decide: "
5547 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
5548 msgstr ""
5549
5550 # type: textblock
5551 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:558
5552 msgid ""
5553 "This function resolves the true case of each element in the path and returns "
5554 "the case-sensitive path."
5555 msgstr ""
5556
5557 # type: textblock
5558 #: ../src/guestfs-actions.pod:839
5559 msgid ""
5560 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
5561 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
5562 "how the directories were originally created under Windows)."
5563 msgstr ""
5564
5565 # type: textblock
5566 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:566
5567 msgid "I<Note>: This function does not handle drive names, backslashes etc."
5568 msgstr ""
5569
5570 # type: textblock
5571 #: ../src/guestfs-actions.pod:847
5572 msgid "See also C<guestfs_realpath>."
5573 msgstr ""
5574
5575 # type: textblock
5576 #: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6517
5577 msgid "(Added in 1.0.75)"
5578 msgstr ""
5579
5580 # type: =head2
5581 #: ../src/guestfs-actions.pod:854
5582 msgid "guestfs_cat"
5583 msgstr ""
5584
5585 # type: verbatim
5586 #: ../src/guestfs-actions.pod:856
5587 #, no-wrap
5588 msgid ""
5589 " char *\n"
5590 " guestfs_cat (guestfs_h *g,\n"
5591 "              const char *path);\n"
5592 "\n"
5593 msgstr ""
5594
5595 # type: textblock
5596 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5072 ../fish/guestfish-actions.pod:575 ../fish/guestfish-actions.pod:3393
5597 msgid "Return the contents of the file named C<path>."
5598 msgstr ""
5599
5600 # type: textblock
5601 #: ../src/guestfs-actions.pod:862
5602 msgid ""
5603 "Note that this function cannot correctly handle binary files (specifically, "
5604 "files containing C<\\0> character which is treated as end of string).  For "
5605 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
5606 "functions which have a more complex interface."
5607 msgstr ""
5608
5609 # type: textblock
5610 #: ../src/guestfs-actions.pod:870 ../src/guestfs-actions.pod:1049 ../src/guestfs-actions.pod:1069 ../src/guestfs-actions.pod:1360 ../src/guestfs-actions.pod:1379 ../src/guestfs-actions.pod:1482 ../src/guestfs-actions.pod:1501 ../src/guestfs-actions.pod:1750 ../src/guestfs-actions.pod:2168 ../src/guestfs-actions.pod:2187 ../src/guestfs-actions.pod:2230 ../src/guestfs-actions.pod:2254 ../src/guestfs-actions.pod:2271 ../src/guestfs-actions.pod:2300 ../src/guestfs-actions.pod:4854 ../src/guestfs-actions.pod:4880 ../src/guestfs-actions.pod:5011 ../src/guestfs-actions.pod:5037 ../src/guestfs-actions.pod:5061 ../src/guestfs-actions.pod:5912 ../src/guestfs-actions.pod:5967 ../src/guestfs-actions.pod:6113 ../src/guestfs-actions.pod:6137 ../src/guestfs-actions.pod:6789 ../src/guestfs-actions.pod:6815 ../src/guestfs-actions.pod:6841 ../src/guestfs-actions.pod:6860 ../src/guestfs-actions.pod:6945 ../src/guestfs-actions.pod:6964 ../src/guestfs-actions.pod:7010 ../src/guestfs-actions.pod:7029 ../fish/guestfish-actions.pod:582 ../fish/guestfish-actions.pod:717 ../fish/guestfish-actions.pod:729 ../fish/guestfish-actions.pod:905 ../fish/guestfish-actions.pod:915 ../fish/guestfish-actions.pod:982 ../fish/guestfish-actions.pod:992 ../fish/guestfish-actions.pod:1187 ../fish/guestfish-actions.pod:1462 ../fish/guestfish-actions.pod:1472 ../fish/guestfish-actions.pod:1500 ../fish/guestfish-actions.pod:1515 ../fish/guestfish-actions.pod:1525 ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:3263 ../fish/guestfish-actions.pod:3278 ../fish/guestfish-actions.pod:3354 ../fish/guestfish-actions.pod:3371 ../fish/guestfish-actions.pod:3386 ../fish/guestfish-actions.pod:3969 ../fish/guestfish-actions.pod:4015 ../fish/guestfish-actions.pod:4100 ../fish/guestfish-actions.pod:4115 ../fish/guestfish-actions.pod:4525 ../fish/guestfish-actions.pod:4543 ../fish/guestfish-actions.pod:4560 ../fish/guestfish-actions.pod:4570 ../fish/guestfish-actions.pod:4618 ../fish/guestfish-actions.pod:4628 ../fish/guestfish-actions.pod:4657 ../fish/guestfish-actions.pod:4667
5611 msgid ""
5612 "Because of the message protocol, there is a transfer limit of somewhere "
5613 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
5614 msgstr ""
5615
5616 # type: textblock
5617 #: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3252 ../src/guestfs-actions.pod:3314 ../src/guestfs-actions.pod:3331 ../src/guestfs-actions.pod:3419 ../src/guestfs-actions.pod:3824 ../src/guestfs-actions.pod:3838 ../src/guestfs-actions.pod:4960 ../src/guestfs-actions.pod:4974 ../src/guestfs-actions.pod:6676 ../src/guestfs-actions.pod:6690
5618 msgid "(Added in 0.4)"
5619 msgstr ""
5620
5621 # type: =head2
5622 #: ../src/guestfs-actions.pod:875
5623 msgid "guestfs_checksum"
5624 msgstr ""
5625
5626 # type: verbatim
5627 #: ../src/guestfs-actions.pod:877
5628 #, no-wrap
5629 msgid ""
5630 " char *\n"
5631 " guestfs_checksum (guestfs_h *g,\n"
5632 "                   const char *csumtype,\n"
5633 "                   const char *path);\n"
5634 "\n"
5635 msgstr ""
5636
5637 # type: textblock
5638 #: ../src/guestfs-actions.pod:882 ../fish/guestfish-actions.pod:589
5639 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
5640 msgstr ""
5641
5642 # type: textblock
5643 #: ../src/guestfs-actions.pod:885 ../fish/guestfish-actions.pod:592
5644 msgid ""
5645 "The type of checksum to compute is given by the C<csumtype> parameter which "
5646 "must have one of the following values:"
5647 msgstr ""
5648
5649 # type: =item
5650 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:597
5651 msgid "C<crc>"
5652 msgstr ""
5653
5654 # type: textblock
5655 #: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:599
5656 msgid ""
5657 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
5658 "C<cksum> command."
5659 msgstr ""
5660
5661 # type: =item
5662 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:602
5663 msgid "C<md5>"
5664 msgstr ""
5665
5666 # type: textblock
5667 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:604
5668 msgid "Compute the MD5 hash (using the C<md5sum> program)."
5669 msgstr ""
5670
5671 # type: =item
5672 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:606
5673 msgid "C<sha1>"
5674 msgstr ""
5675
5676 # type: textblock
5677 #: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:608
5678 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
5679 msgstr ""
5680
5681 # type: =item
5682 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:610
5683 msgid "C<sha224>"
5684 msgstr ""
5685
5686 # type: textblock
5687 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:612
5688 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
5689 msgstr ""
5690
5691 # type: =item
5692 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:614
5693 msgid "C<sha256>"
5694 msgstr ""
5695
5696 # type: textblock
5697 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:616
5698 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
5699 msgstr ""
5700
5701 # type: =item
5702 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:618
5703 msgid "C<sha384>"
5704 msgstr ""
5705
5706 # type: textblock
5707 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:620
5708 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
5709 msgstr ""
5710
5711 # type: =item
5712 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:622
5713 msgid "C<sha512>"
5714 msgstr ""
5715
5716 # type: textblock
5717 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:624
5718 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
5719 msgstr ""
5720
5721 # type: textblock
5722 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:628
5723 msgid "The checksum is returned as a printable string."
5724 msgstr ""
5725
5726 # type: textblock
5727 #: ../src/guestfs-actions.pod:923
5728 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
5729 msgstr ""
5730
5731 # type: textblock
5732 #: ../src/guestfs-actions.pod:925
5733 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
5734 msgstr ""
5735
5736 # type: textblock
5737 #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:3026 ../src/guestfs-actions.pod:3055 ../src/guestfs-actions.pod:3116 ../src/guestfs-actions.pod:3143 ../src/guestfs-actions.pod:6378
5738 msgid "(Added in 1.0.2)"
5739 msgstr ""
5740
5741 # type: =head2
5742 #: ../src/guestfs-actions.pod:932
5743 msgid "guestfs_checksum_device"
5744 msgstr ""
5745
5746 # type: verbatim
5747 #: ../src/guestfs-actions.pod:934
5748 #, no-wrap
5749 msgid ""
5750 " char *\n"
5751 " guestfs_checksum_device (guestfs_h *g,\n"
5752 "                          const char *csumtype,\n"
5753 "                          const char *device);\n"
5754 "\n"
5755 msgstr ""
5756
5757 # type: textblock
5758 #: ../src/guestfs-actions.pod:939
5759 msgid ""
5760 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
5761 "device named C<device>.  For the types of checksums supported see the "
5762 "C<guestfs_checksum> command."
5763 msgstr ""
5764
5765 # type: textblock
5766 #: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4491 ../src/guestfs-actions.pod:4550 ../src/guestfs-actions.pod:4587 ../src/guestfs-actions.pod:4605 ../src/guestfs-actions.pod:4781 ../src/guestfs-actions.pod:6292 ../src/guestfs-actions.pod:6306 ../src/guestfs-actions.pod:6702
5767 msgid "(Added in 1.3.2)"
5768 msgstr ""
5769
5770 # type: =head2
5771 #: ../src/guestfs-actions.pod:948
5772 msgid "guestfs_checksums_out"
5773 msgstr ""
5774
5775 # type: verbatim
5776 #: ../src/guestfs-actions.pod:950
5777 #, no-wrap
5778 msgid ""
5779 " int\n"
5780 " guestfs_checksums_out (guestfs_h *g,\n"
5781 "                        const char *csumtype,\n"
5782 "                        const char *directory,\n"
5783 "                        const char *sumsfile);\n"
5784 "\n"
5785 msgstr ""
5786
5787 # type: textblock
5788 #: ../src/guestfs-actions.pod:956 ../fish/guestfish-actions.pod:646
5789 msgid ""
5790 "This command computes the checksums of all regular files in C<directory> and "
5791 "then emits a list of those checksums to the local output file C<sumsfile>."
5792 msgstr ""
5793
5794 # type: textblock
5795 #: ../src/guestfs-actions.pod:960 ../fish/guestfish-actions.pod:650
5796 msgid ""
5797 "This can be used for verifying the integrity of a virtual machine.  However "
5798 "to be properly secure you should pay attention to the output of the checksum "
5799 "command (it uses the ones from GNU coreutils).  In particular when the "
5800 "filename is not printable, coreutils uses a special backslash syntax.  For "
5801 "more information, see the GNU coreutils info file."
5802 msgstr ""
5803
5804 # type: textblock
5805 #: ../src/guestfs-actions.pod:970
5806 msgid "(Added in 1.3.7)"
5807 msgstr ""
5808
5809 # type: =head2
5810 #: ../src/guestfs-actions.pod:972
5811 msgid "guestfs_chmod"
5812 msgstr ""
5813
5814 # type: verbatim
5815 #: ../src/guestfs-actions.pod:974
5816 #, no-wrap
5817 msgid ""
5818 " int\n"
5819 " guestfs_chmod (guestfs_h *g,\n"
5820 "                int mode,\n"
5821 "                const char *path);\n"
5822 "\n"
5823 msgstr ""
5824
5825 # type: textblock
5826 #: ../src/guestfs-actions.pod:979 ../fish/guestfish-actions.pod:664
5827 msgid ""
5828 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
5829 "supported."
5830 msgstr ""
5831
5832 # type: textblock
5833 #: ../src/guestfs-actions.pod:982 ../fish/guestfish-actions.pod:667
5834 msgid ""
5835 "I<Note>: When using this command from guestfish, C<mode> by default would be "
5836 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
5837 "C<700>."
5838 msgstr ""
5839
5840 # type: textblock
5841 #: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4075 ../src/guestfs-actions.pod:4190 ../src/guestfs-actions.pod:4209 ../src/guestfs-actions.pod:4228 ../fish/guestfish-actions.pod:671 ../fish/guestfish-actions.pod:2753 ../fish/guestfish-actions.pod:2838 ../fish/guestfish-actions.pod:2848 ../fish/guestfish-actions.pod:2858
5842 msgid "The mode actually set is affected by the umask."
5843 msgstr ""
5844
5845 # type: =head2
5846 #: ../src/guestfs-actions.pod:992
5847 msgid "guestfs_chown"
5848 msgstr ""
5849
5850 # type: verbatim
5851 #: ../src/guestfs-actions.pod:994
5852 #, no-wrap
5853 msgid ""
5854 " int\n"
5855 " guestfs_chown (guestfs_h *g,\n"
5856 "                int owner,\n"
5857 "                int group,\n"
5858 "                const char *path);\n"
5859 "\n"
5860 msgstr ""
5861
5862 # type: textblock
5863 #: ../src/guestfs-actions.pod:1000 ../fish/guestfish-actions.pod:677
5864 msgid "Change the file owner to C<owner> and group to C<group>."
5865 msgstr ""
5866
5867 # type: textblock
5868 #: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3213 ../fish/guestfish-actions.pod:679 ../fish/guestfish-actions.pod:2231
5869 msgid ""
5870 "Only numeric uid and gid are supported.  If you want to use names, you will "
5871 "need to locate and parse the password file yourself (Augeas support makes "
5872 "this relatively easy)."
5873 msgstr ""
5874
5875 # type: =head2
5876 #: ../src/guestfs-actions.pod:1010
5877 msgid "guestfs_command"
5878 msgstr ""
5879
5880 # type: verbatim
5881 #: ../src/guestfs-actions.pod:1012
5882 #, no-wrap
5883 msgid ""
5884 " char *\n"
5885 " guestfs_command (guestfs_h *g,\n"
5886 "                  char *const *arguments);\n"
5887 "\n"
5888 msgstr ""
5889
5890 # type: textblock
5891 #: ../src/guestfs-actions.pod:1016 ../fish/guestfish-actions.pod:687
5892 msgid ""
5893 "This call runs a command from the guest filesystem.  The filesystem must be "
5894 "mounted, and must contain a compatible operating system (ie. something "
5895 "Linux, with the same or compatible processor architecture)."
5896 msgstr ""
5897
5898 # type: textblock
5899 #: ../src/guestfs-actions.pod:1021
5900 msgid ""
5901 "The single parameter is an argv-style list of arguments.  The first element "
5902 "is the name of the program to run.  Subsequent elements are parameters.  The "
5903 "list must be non-empty (ie. must contain a program name).  Note that the "
5904 "command runs directly, and is I<not> invoked via the shell (see "
5905 "C<guestfs_sh>)."
5906 msgstr ""
5907
5908 # type: textblock
5909 #: ../src/guestfs-actions.pod:1028 ../fish/guestfish-actions.pod:699
5910 msgid "The return value is anything printed to I<stdout> by the command."
5911 msgstr ""
5912
5913 # type: textblock
5914 #: ../src/guestfs-actions.pod:1031 ../fish/guestfish-actions.pod:702
5915 msgid ""
5916 "If the command returns a non-zero exit status, then this function returns an "
5917 "error message.  The error message string is the content of I<stderr> from "
5918 "the command."
5919 msgstr ""
5920
5921 # type: textblock
5922 #: ../src/guestfs-actions.pod:1035 ../fish/guestfish-actions.pod:706
5923 msgid ""
5924 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
5925 "C</bin>.  If you require a program from another location, you should provide "
5926 "the full path in the first parameter."
5927 msgstr ""
5928
5929 # type: textblock
5930 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:711
5931 msgid ""
5932 "Shared libraries and data files required by the program must be available on "
5933 "filesystems which are mounted in the correct places.  It is the caller's "
5934 "responsibility to ensure all filesystems that are needed are mounted at the "
5935 "right locations."
5936 msgstr ""
5937
5938 # type: textblock
5939 #: ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1072 ../src/guestfs-actions.pod:1535
5940 msgid "(Added in 0.9.1)"
5941 msgstr ""
5942
5943 # type: =head2
5944 #: ../src/guestfs-actions.pod:1054
5945 msgid "guestfs_command_lines"
5946 msgstr ""
5947
5948 # type: verbatim
5949 #: ../src/guestfs-actions.pod:1056
5950 #, no-wrap
5951 msgid ""
5952 " char **\n"
5953 " guestfs_command_lines (guestfs_h *g,\n"
5954 "                        char *const *arguments);\n"
5955 "\n"
5956 msgstr ""
5957
5958 # type: textblock
5959 #: ../src/guestfs-actions.pod:1060
5960 msgid ""
5961 "This is the same as C<guestfs_command>, but splits the result into a list of "
5962 "lines."
5963 msgstr ""
5964
5965 # type: textblock
5966 #: ../src/guestfs-actions.pod:1063
5967 msgid "See also: C<guestfs_sh_lines>"
5968 msgstr ""
5969
5970 # type: =head2
5971 #: ../src/guestfs-actions.pod:1074
5972 msgid "guestfs_config"
5973 msgstr ""
5974
5975 # type: verbatim
5976 #: ../src/guestfs-actions.pod:1076
5977 #, no-wrap
5978 msgid ""
5979 " int\n"
5980 " guestfs_config (guestfs_h *g,\n"
5981 "                 const char *qemuparam,\n"
5982 "                 const char *qemuvalue);\n"
5983 "\n"
5984 msgstr ""
5985
5986 # type: textblock
5987 #: ../src/guestfs-actions.pod:1081 ../fish/guestfish-actions.pod:736
5988 msgid ""
5989 "This can be used to add arbitrary qemu command line parameters of the form "
5990 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
5991 "setting some parameters which would interfere with parameters that we use."
5992 msgstr ""
5993
5994 # type: textblock
5995 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:741
5996 msgid "The first character of C<param> string must be a C<-> (dash)."
5997 msgstr ""
5998
5999 # type: textblock
6000 #: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:743
6001 msgid "C<value> can be NULL."
6002 msgstr ""
6003
6004 # type: =head2
6005 #: ../src/guestfs-actions.pod:1094
6006 msgid "guestfs_copy_size"
6007 msgstr ""
6008
6009 # type: verbatim
6010 #: ../src/guestfs-actions.pod:1096
6011 #, no-wrap
6012 msgid ""
6013 " int\n"
6014 " guestfs_copy_size (guestfs_h *g,\n"
6015 "                    const char *src,\n"
6016 "                    const char *dest,\n"
6017 "                    int64_t size);\n"
6018 "\n"
6019 msgstr ""
6020
6021 # type: textblock
6022 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:749
6023 msgid ""
6024 "This command copies exactly C<size> bytes from one source device or file "
6025 "C<src> to another destination device or file C<dest>."
6026 msgstr ""
6027
6028 # type: textblock
6029 #: ../src/guestfs-actions.pod:1105 ../fish/guestfish-actions.pod:752
6030 msgid ""
6031 "Note this will fail if the source is too short or if the destination is not "
6032 "large enough."
6033 msgstr ""
6034
6035 # type: textblock
6036 #: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1233 ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1684 ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:6881 ../src/guestfs-actions.pod:6900
6037 msgid ""
6038 "This long-running command can generate progress notification messages so "
6039 "that the caller can display a progress bar or indicator.  To receive these "
6040 "messages, the caller must register a progress callback.  See "
6041 "L<guestfs(3)/guestfs_set_progress_callback>."
6042 msgstr ""
6043
6044 # type: textblock
6045 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3851 ../src/guestfs-actions.pod:4987 ../src/guestfs-actions.pod:6609 ../src/guestfs-actions.pod:6629 ../src/guestfs-actions.pod:6715
6046 msgid "(Added in 1.0.87)"
6047 msgstr ""
6048
6049 # type: =head2
6050 #: ../src/guestfs-actions.pod:1117
6051 msgid "guestfs_cp"
6052 msgstr ""
6053
6054 # type: verbatim
6055 #: ../src/guestfs-actions.pod:1119
6056 #, no-wrap
6057 msgid ""
6058 " int\n"
6059 " guestfs_cp (guestfs_h *g,\n"
6060 "             const char *src,\n"
6061 "             const char *dest);\n"
6062 "\n"
6063 msgstr ""
6064
6065 # type: textblock
6066 #: ../src/guestfs-actions.pod:1124 ../fish/guestfish-actions.pod:759
6067 msgid ""
6068 "This copies a file from C<src> to C<dest> where C<dest> is either a "
6069 "destination filename or destination directory."
6070 msgstr ""
6071
6072 # type: textblock
6073 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1215 ../src/guestfs-actions.pod:1289 ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4454 ../src/guestfs-actions.pod:4831
6074 msgid "(Added in 1.0.18)"
6075 msgstr ""
6076
6077 # type: =head2
6078 #: ../src/guestfs-actions.pod:1131
6079 msgid "guestfs_cp_a"
6080 msgstr ""
6081
6082 # type: verbatim
6083 #: ../src/guestfs-actions.pod:1133
6084 #, no-wrap
6085 msgid ""
6086 " int\n"
6087 " guestfs_cp_a (guestfs_h *g,\n"
6088 "               const char *src,\n"
6089 "               const char *dest);\n"
6090 "\n"
6091 msgstr ""
6092
6093 # type: textblock
6094 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:766
6095 msgid ""
6096 "This copies a file or directory from C<src> to C<dest> recursively using the "
6097 "C<cp -a> command."
6098 msgstr ""
6099
6100 # type: =head2
6101 #: ../src/guestfs-actions.pod:1145
6102 msgid "guestfs_dd"
6103 msgstr ""
6104
6105 # type: verbatim
6106 #: ../src/guestfs-actions.pod:1147
6107 #, no-wrap
6108 msgid ""
6109 " int\n"
6110 " guestfs_dd (guestfs_h *g,\n"
6111 "             const char *src,\n"
6112 "             const char *dest);\n"
6113 "\n"
6114 msgstr ""
6115
6116 # type: textblock
6117 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:773
6118 msgid ""
6119 "This command copies from one source device or file C<src> to another "
6120 "destination device or file C<dest>.  Normally you would use this to copy to "
6121 "or from a device or partition, for example to duplicate a filesystem."
6122 msgstr ""
6123
6124 # type: textblock
6125 #: ../src/guestfs-actions.pod:1157
6126 msgid ""
6127 "If the destination is a device, it must be as large or larger than the "
6128 "source file or device, otherwise the copy will fail.  This command cannot do "
6129 "partial copies (see C<guestfs_copy_size>)."
6130 msgstr ""
6131
6132 # type: =head2
6133 #: ../src/guestfs-actions.pod:1165
6134 msgid "guestfs_df"
6135 msgstr ""
6136
6137 # type: verbatim
6138 #: ../src/guestfs-actions.pod:1167
6139 #, no-wrap
6140 msgid ""
6141 " char *\n"
6142 " guestfs_df (guestfs_h *g);\n"
6143 "\n"
6144 msgstr ""
6145
6146 # type: textblock
6147 #: ../src/guestfs-actions.pod:1170 ../fish/guestfish-actions.pod:786
6148 msgid "This command runs the C<df> command to report disk space used."
6149 msgstr ""
6150
6151 # type: textblock
6152 #: ../src/guestfs-actions.pod:1172 ../src/guestfs-actions.pod:1189 ../fish/guestfish-actions.pod:788 ../fish/guestfish-actions.pod:799
6153 msgid ""
6154 "This command is mostly useful for interactive sessions.  It is I<not> "
6155 "intended that you try to parse the output string.  Use C<statvfs> from "
6156 "programs."
6157 msgstr ""
6158
6159 # type: textblock
6160 #: ../src/guestfs-actions.pod:1179 ../src/guestfs-actions.pod:1196 ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:2233 ../src/guestfs-actions.pod:2257 ../src/guestfs-actions.pod:2325 ../src/guestfs-actions.pod:3961 ../src/guestfs-actions.pod:4354 ../src/guestfs-actions.pod:6116 ../src/guestfs-actions.pod:6140 ../src/guestfs-actions.pod:6748 ../src/guestfs-actions.pod:6761 ../src/guestfs-actions.pod:6774
6161 msgid "(Added in 1.0.54)"
6162 msgstr ""
6163
6164 # type: =head2
6165 #: ../src/guestfs-actions.pod:1181
6166 msgid "guestfs_df_h"
6167 msgstr ""
6168
6169 # type: verbatim
6170 #: ../src/guestfs-actions.pod:1183
6171 #, no-wrap
6172 msgid ""
6173 " char *\n"
6174 " guestfs_df_h (guestfs_h *g);\n"
6175 "\n"
6176 msgstr ""
6177
6178 # type: textblock
6179 #: ../src/guestfs-actions.pod:1186 ../fish/guestfish-actions.pod:796
6180 msgid ""
6181 "This command runs the C<df -h> command to report disk space used in "
6182 "human-readable format."
6183 msgstr ""
6184
6185 # type: =head2
6186 #: ../src/guestfs-actions.pod:1198
6187 msgid "guestfs_dmesg"
6188 msgstr ""
6189
6190 # type: verbatim
6191 #: ../src/guestfs-actions.pod:1200
6192 #, no-wrap
6193 msgid ""
6194 " char *\n"
6195 " guestfs_dmesg (guestfs_h *g);\n"
6196 "\n"
6197 msgstr ""
6198
6199 # type: textblock
6200 #: ../src/guestfs-actions.pod:1203 ../fish/guestfish-actions.pod:807
6201 msgid ""
6202 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
6203 "This is sometimes useful for extended debugging of problems."
6204 msgstr ""
6205
6206 # type: textblock
6207 #: ../src/guestfs-actions.pod:1207
6208 msgid ""
6209 "Another way to get the same information is to enable verbose messages with "
6210 "C<guestfs_set_verbose> or by setting the environment variable "
6211 "C<LIBGUESTFS_DEBUG=1> before running the program."
6212 msgstr ""
6213
6214 # type: =head2
6215 #: ../src/guestfs-actions.pod:1217
6216 msgid "guestfs_download"
6217 msgstr ""
6218
6219 # type: verbatim
6220 #: ../src/guestfs-actions.pod:1219
6221 #, no-wrap
6222 msgid ""
6223 " int\n"
6224 " guestfs_download (guestfs_h *g,\n"
6225 "                   const char *remotefilename,\n"
6226 "                   const char *filename);\n"
6227 "\n"
6228 msgstr ""
6229
6230 # type: textblock
6231 #: ../src/guestfs-actions.pod:1224 ../src/guestfs-actions.pod:1249 ../fish/guestfish-actions.pod:820 ../fish/guestfish-actions.pod:833
6232 msgid ""
6233 "Download file C<remotefilename> and save it as C<filename> on the local "
6234 "machine."
6235 msgstr ""
6236
6237 # type: textblock
6238 #: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6372 ../fish/guestfish-actions.pod:823 ../fish/guestfish-actions.pod:4273
6239 msgid "C<filename> can also be a named pipe."
6240 msgstr ""
6241
6242 # type: textblock
6243 #: ../src/guestfs-actions.pod:1229
6244 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
6245 msgstr ""
6246
6247 # type: =head2
6248 #: ../src/guestfs-actions.pod:1240
6249 msgid "guestfs_download_offset"
6250 msgstr ""
6251
6252 # type: verbatim
6253 #: ../src/guestfs-actions.pod:1242
6254 #, no-wrap
6255 msgid ""
6256 " int\n"
6257 " guestfs_download_offset (guestfs_h *g,\n"
6258 "                          const char *remotefilename,\n"
6259 "                          const char *filename,\n"
6260 "                          int64_t offset,\n"
6261 "                          int64_t size);\n"
6262 "\n"
6263 msgstr ""
6264
6265 # type: textblock
6266 #: ../src/guestfs-actions.pod:1252 ../fish/guestfish-actions.pod:836
6267 msgid ""
6268 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
6269 "region must be within the file or device)."
6270 msgstr ""
6271
6272 # type: textblock
6273 #: ../src/guestfs-actions.pod:1255
6274 msgid ""
6275 "Note that there is no limit on the amount of data that can be downloaded "
6276 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
6277 "full amount unless an error occurs."
6278 msgstr ""
6279
6280 # type: textblock
6281 #: ../src/guestfs-actions.pod:1260
6282 msgid "See also C<guestfs_download>, C<guestfs_pread>."
6283 msgstr ""
6284
6285 # type: textblock
6286 #: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6407
6287 msgid "(Added in 1.5.17)"
6288 msgstr ""
6289
6290 # type: =head2
6291 #: ../src/guestfs-actions.pod:1271
6292 msgid "guestfs_drop_caches"
6293 msgstr ""
6294
6295 # type: verbatim
6296 #: ../src/guestfs-actions.pod:1273
6297 #, no-wrap
6298 msgid ""
6299 " int\n"
6300 " guestfs_drop_caches (guestfs_h *g,\n"
6301 "                      int whattodrop);\n"
6302 "\n"
6303 msgstr ""
6304
6305 # type: textblock
6306 #: ../src/guestfs-actions.pod:1277 ../fish/guestfish-actions.pod:852
6307 msgid ""
6308 "This instructs the guest kernel to drop its page cache, and/or dentries and "
6309 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
6310 "to drop, see L<http://linux-mm.org/Drop_Caches>"
6311 msgstr ""
6312
6313 # type: textblock
6314 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:857
6315 msgid "Setting C<whattodrop> to 3 should drop everything."
6316 msgstr ""
6317
6318 # type: textblock
6319 #: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:859
6320 msgid ""
6321 "This automatically calls L<sync(2)> before the operation, so that the "
6322 "maximum guest memory is freed."
6323 msgstr ""
6324
6325 # type: =head2
6326 #: ../src/guestfs-actions.pod:1291
6327 msgid "guestfs_du"
6328 msgstr ""
6329
6330 # type: verbatim
6331 #: ../src/guestfs-actions.pod:1293
6332 #, no-wrap
6333 msgid ""
6334 " int64_t\n"
6335 " guestfs_du (guestfs_h *g,\n"
6336 "             const char *path);\n"
6337 "\n"
6338 msgstr ""
6339
6340 # type: textblock
6341 #: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:866
6342 msgid ""
6343 "This command runs the C<du -s> command to estimate file space usage for "
6344 "C<path>."
6345 msgstr ""
6346
6347 # type: textblock
6348 #: ../src/guestfs-actions.pod:1300 ../fish/guestfish-actions.pod:869
6349 msgid ""
6350 "C<path> can be a file or a directory.  If C<path> is a directory then the "
6351 "estimate includes the contents of the directory and all subdirectories "
6352 "(recursively)."
6353 msgstr ""
6354
6355 # type: textblock
6356 #: ../src/guestfs-actions.pod:1304 ../fish/guestfish-actions.pod:873
6357 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
6358 msgstr ""
6359
6360 # type: =head2
6361 #: ../src/guestfs-actions.pod:1311
6362 msgid "guestfs_e2fsck_f"
6363 msgstr ""
6364
6365 # type: verbatim
6366 #: ../src/guestfs-actions.pod:1313
6367 #, no-wrap
6368 msgid ""
6369 " int\n"
6370 " guestfs_e2fsck_f (guestfs_h *g,\n"
6371 "                   const char *device);\n"
6372 "\n"
6373 msgstr ""
6374
6375 # type: textblock
6376 #: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:880
6377 msgid ""
6378 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
6379 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
6380 "clean (C<-f>)."
6381 msgstr ""
6382
6383 # type: textblock
6384 #: ../src/guestfs-actions.pod:1321
6385 msgid ""
6386 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
6387 "Normally you should use C<guestfs_fsck>."
6388 msgstr ""
6389
6390 # type: textblock
6391 #: ../src/guestfs-actions.pod:1326
6392 msgid "(Added in 1.0.29)"
6393 msgstr ""
6394
6395 # type: =head2
6396 #: ../src/guestfs-actions.pod:1328
6397 msgid "guestfs_echo_daemon"
6398 msgstr ""
6399
6400 # type: verbatim
6401 #: ../src/guestfs-actions.pod:1330
6402 #, no-wrap
6403 msgid ""
6404 " char *\n"
6405 " guestfs_echo_daemon (guestfs_h *g,\n"
6406 "                      char *const *words);\n"
6407 "\n"
6408 msgstr ""
6409
6410 # type: textblock
6411 #: ../src/guestfs-actions.pod:1334 ../fish/guestfish-actions.pod:891
6412 msgid ""
6413 "This command concatenates the list of C<words> passed with single spaces "
6414 "between them and returns the resulting string."
6415 msgstr ""
6416
6417 # type: textblock
6418 #: ../src/guestfs-actions.pod:1337 ../fish/guestfish-actions.pod:894
6419 msgid "You can use this command to test the connection through to the daemon."
6420 msgstr ""
6421
6422 # type: textblock
6423 #: ../src/guestfs-actions.pod:1339
6424 msgid "See also C<guestfs_ping_daemon>."
6425 msgstr ""
6426
6427 # type: textblock
6428 #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071 ../src/guestfs-actions.pod:5620
6429 msgid "(Added in 1.0.69)"
6430 msgstr ""
6431
6432 # type: =head2
6433 #: ../src/guestfs-actions.pod:1346
6434 msgid "guestfs_egrep"
6435 msgstr ""
6436
6437 # type: verbatim
6438 #: ../src/guestfs-actions.pod:1348
6439 #, no-wrap
6440 msgid ""
6441 " char **\n"
6442 " guestfs_egrep (guestfs_h *g,\n"
6443 "                const char *regex,\n"
6444 "                const char *path);\n"
6445 "\n"
6446 msgstr ""
6447
6448 # type: textblock
6449 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:902
6450 msgid "This calls the external C<egrep> program and returns the matching lines."
6451 msgstr ""
6452
6453 # type: textblock
6454 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:1382 ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1485 ../src/guestfs-actions.pod:1504 ../src/guestfs-actions.pod:2171 ../src/guestfs-actions.pod:2190 ../src/guestfs-actions.pod:2346 ../src/guestfs-actions.pod:2359 ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2420 ../src/guestfs-actions.pod:2442 ../src/guestfs-actions.pod:2455 ../src/guestfs-actions.pod:3344 ../src/guestfs-actions.pod:3358 ../src/guestfs-actions.pod:3371 ../src/guestfs-actions.pod:3385 ../src/guestfs-actions.pod:4289 ../src/guestfs-actions.pod:5165 ../src/guestfs-actions.pod:5214 ../src/guestfs-actions.pod:5984 ../src/guestfs-actions.pod:5996 ../src/guestfs-actions.pod:6009 ../src/guestfs-actions.pod:6022 ../src/guestfs-actions.pod:6044 ../src/guestfs-actions.pod:6057 ../src/guestfs-actions.pod:6070 ../src/guestfs-actions.pod:6083 ../src/guestfs-actions.pod:6844 ../src/guestfs-actions.pod:6863 ../src/guestfs-actions.pod:6948 ../src/guestfs-actions.pod:6967 ../src/guestfs-actions.pod:7013 ../src/guestfs-actions.pod:7032
6455 msgid "(Added in 1.0.66)"
6456 msgstr ""
6457
6458 # type: =head2
6459 #: ../src/guestfs-actions.pod:1365
6460 msgid "guestfs_egrepi"
6461 msgstr ""
6462
6463 # type: verbatim
6464 #: ../src/guestfs-actions.pod:1367
6465 #, no-wrap
6466 msgid ""
6467 " char **\n"
6468 " guestfs_egrepi (guestfs_h *g,\n"
6469 "                 const char *regex,\n"
6470 "                 const char *path);\n"
6471 "\n"
6472 msgstr ""
6473
6474 # type: textblock
6475 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:912
6476 msgid "This calls the external C<egrep -i> program and returns the matching lines."
6477 msgstr ""
6478
6479 # type: =head2
6480 #: ../src/guestfs-actions.pod:1384
6481 msgid "guestfs_equal"
6482 msgstr ""
6483
6484 # type: verbatim
6485 #: ../src/guestfs-actions.pod:1386
6486 #, no-wrap
6487 msgid ""
6488 " int\n"
6489 " guestfs_equal (guestfs_h *g,\n"
6490 "                const char *file1,\n"
6491 "                const char *file2);\n"
6492 "\n"
6493 msgstr ""
6494
6495 # type: textblock
6496 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:922
6497 msgid ""
6498 "This compares the two files C<file1> and C<file2> and returns true if their "
6499 "content is exactly equal, or false otherwise."
6500 msgstr ""
6501
6502 # type: textblock
6503 #: ../src/guestfs-actions.pod:1394 ../fish/guestfish-actions.pod:925
6504 msgid "The external L<cmp(1)> program is used for the comparison."
6505 msgstr ""
6506
6507 # type: =head2
6508 #: ../src/guestfs-actions.pod:1400
6509 msgid "guestfs_exists"
6510 msgstr ""
6511
6512 # type: verbatim
6513 #: ../src/guestfs-actions.pod:1402
6514 #, no-wrap
6515 msgid ""
6516 " int\n"
6517 " guestfs_exists (guestfs_h *g,\n"
6518 "                 const char *path);\n"
6519 "\n"
6520 msgstr ""
6521
6522 # type: textblock
6523 #: ../src/guestfs-actions.pod:1406 ../fish/guestfish-actions.pod:931
6524 msgid ""
6525 "This returns C<true> if and only if there is a file, directory (or anything) "
6526 "with the given C<path> name."
6527 msgstr ""
6528
6529 # type: textblock
6530 #: ../src/guestfs-actions.pod:1409
6531 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
6532 msgstr ""
6533
6534 # type: =head2
6535 #: ../src/guestfs-actions.pod:1415
6536 msgid "guestfs_fallocate"
6537 msgstr ""
6538
6539 # type: verbatim
6540 #: ../src/guestfs-actions.pod:1417
6541 #, no-wrap
6542 msgid ""
6543 " int\n"
6544 " guestfs_fallocate (guestfs_h *g,\n"
6545 "                    const char *path,\n"
6546 "                    int len);\n"
6547 "\n"
6548 msgstr ""
6549
6550 # type: textblock
6551 #: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1448 ../fish/guestfish-actions.pod:940 ../fish/guestfish-actions.pod:959
6552 msgid ""
6553 "This command preallocates a file (containing zero bytes) named C<path> of "
6554 "size C<len> bytes.  If the file exists already, it is overwritten."
6555 msgstr ""
6556
6557 # type: textblock
6558 #: ../src/guestfs-actions.pod:1426 ../fish/guestfish-actions.pod:944
6559 msgid ""
6560 "Do not confuse this with the guestfish-specific C<alloc> command which "
6561 "allocates a file in the host and attaches it as a device."
6562 msgstr ""
6563
6564 # type: textblock
6565 #: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:948
6566 msgid ""
6567 "This function is deprecated.  In new code, use the C<fallocate64> call "
6568 "instead."
6569 msgstr ""
6570
6571 # type: =head2
6572 #: ../src/guestfs-actions.pod:1441
6573 msgid "guestfs_fallocate64"
6574 msgstr ""
6575
6576 # type: verbatim
6577 #: ../src/guestfs-actions.pod:1443
6578 #, no-wrap
6579 msgid ""
6580 " int\n"
6581 " guestfs_fallocate64 (guestfs_h *g,\n"
6582 "                      const char *path,\n"
6583 "                      int64_t len);\n"
6584 "\n"
6585 msgstr ""
6586
6587 # type: textblock
6588 #: ../src/guestfs-actions.pod:1452
6589 msgid ""
6590 "Note that this call allocates disk blocks for the file.  To create a sparse "
6591 "file use C<guestfs_truncate_size> instead."
6592 msgstr ""
6593
6594 # type: textblock
6595 #: ../src/guestfs-actions.pod:1455
6596 msgid ""
6597 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
6598 "oversight it only allowed 30 bit lengths to be specified, effectively "
6599 "limiting the maximum size of files created through that call to 1GB."
6600 msgstr ""
6601
6602 # type: textblock
6603 #: ../src/guestfs-actions.pod:1460 ../fish/guestfish-actions.pod:971
6604 msgid ""
6605 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
6606 "commands which create a file in the host and attach it as a device."
6607 msgstr ""
6608
6609 # type: textblock
6610 #: ../src/guestfs-actions.pod:1466
6611 msgid "(Added in 1.3.17)"
6612 msgstr ""
6613
6614 # type: =head2
6615 #: ../src/guestfs-actions.pod:1468
6616 msgid "guestfs_fgrep"
6617 msgstr ""
6618
6619 # type: verbatim
6620 #: ../src/guestfs-actions.pod:1470
6621 #, no-wrap
6622 msgid ""
6623 " char **\n"
6624 " guestfs_fgrep (guestfs_h *g,\n"
6625 "                const char *pattern,\n"
6626 "                const char *path);\n"
6627 "\n"
6628 msgstr ""
6629
6630 # type: textblock
6631 #: ../src/guestfs-actions.pod:1475 ../fish/guestfish-actions.pod:979
6632 msgid "This calls the external C<fgrep> program and returns the matching lines."
6633 msgstr ""
6634
6635 # type: =head2
6636 #: ../src/guestfs-actions.pod:1487
6637 msgid "guestfs_fgrepi"
6638 msgstr ""
6639
6640 # type: verbatim
6641 #: ../src/guestfs-actions.pod:1489
6642 #, no-wrap
6643 msgid ""
6644 " char **\n"
6645 " guestfs_fgrepi (guestfs_h *g,\n"
6646 "                 const char *pattern,\n"
6647 "                 const char *path);\n"
6648 "\n"
6649 msgstr ""
6650
6651 # type: textblock
6652 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:989
6653 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
6654 msgstr ""
6655
6656 # type: =head2
6657 #: ../src/guestfs-actions.pod:1506
6658 msgid "guestfs_file"
6659 msgstr ""
6660
6661 # type: verbatim
6662 #: ../src/guestfs-actions.pod:1508
6663 #, no-wrap
6664 msgid ""
6665 " char *\n"
6666 " guestfs_file (guestfs_h *g,\n"
6667 "               const char *path);\n"
6668 "\n"
6669 msgstr ""
6670
6671 # type: textblock
6672 #: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:999
6673 msgid ""
6674 "This call uses the standard L<file(1)> command to determine the type or "
6675 "contents of the file."
6676 msgstr ""
6677
6678 # type: textblock
6679 #: ../src/guestfs-actions.pod:1515 ../fish/guestfish-actions.pod:1002
6680 msgid ""
6681 "This call will also transparently look inside various types of compressed "
6682 "file."
6683 msgstr ""
6684
6685 # type: textblock
6686 #: ../src/guestfs-actions.pod:1518 ../fish/guestfish-actions.pod:1005
6687 msgid ""
6688 "The exact command which runs is C<file -zb path>.  Note in particular that "
6689 "the filename is not prepended to the output (the C<-b> option)."
6690 msgstr ""
6691
6692 # type: textblock
6693 #: ../src/guestfs-actions.pod:1522
6694 msgid ""
6695 "This command can also be used on C</dev/> devices (and partitions, LV "
6696 "names).  You can for example use this to determine if a device contains a "
6697 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
6698 msgstr ""
6699
6700 # type: textblock
6701 #: ../src/guestfs-actions.pod:1527 ../fish/guestfish-actions.pod:1014
6702 msgid ""
6703 "If the C<path> does not begin with C</dev/> then this command only works for "
6704 "the content of regular files.  For other file types (directory, symbolic "
6705 "link etc) it will just return the string C<directory> etc."
6706 msgstr ""
6707
6708 # type: =head2
6709 #: ../src/guestfs-actions.pod:1537
6710 msgid "guestfs_file_architecture"
6711 msgstr ""
6712
6713 # type: verbatim
6714 #: ../src/guestfs-actions.pod:1539
6715 #, no-wrap
6716 msgid ""
6717 " char *\n"
6718 " guestfs_file_architecture (guestfs_h *g,\n"
6719 "                            const char *filename);\n"
6720 "\n"
6721 msgstr ""
6722
6723 # type: textblock
6724 #: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1023
6725 msgid ""
6726 "This detects the architecture of the binary C<filename>, and returns it if "
6727 "known."
6728 msgstr ""
6729
6730 # type: textblock
6731 #: ../src/guestfs-actions.pod:1546 ../fish/guestfish-actions.pod:1026
6732 msgid "Currently defined architectures are:"
6733 msgstr ""
6734
6735 # type: =item
6736 #: ../src/guestfs-actions.pod:1550 ../fish/guestfish-actions.pod:1030
6737 msgid "\"i386\""
6738 msgstr ""
6739
6740 # type: textblock
6741 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1032
6742 msgid ""
6743 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
6744 "irrespective of the precise processor requirements of the binary."
6745 msgstr ""
6746
6747 # type: =item
6748 #: ../src/guestfs-actions.pod:1555 ../fish/guestfish-actions.pod:1035
6749 msgid "\"x86_64\""
6750 msgstr ""
6751
6752 # type: textblock
6753 #: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1037
6754 msgid "64 bit x86-64."
6755 msgstr ""
6756
6757 # type: =item
6758 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1039
6759 msgid "\"sparc\""
6760 msgstr ""
6761
6762 # type: textblock
6763 #: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1041
6764 msgid "32 bit SPARC."
6765 msgstr ""
6766
6767 # type: =item
6768 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1043
6769 msgid "\"sparc64\""
6770 msgstr ""
6771
6772 # type: textblock
6773 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1045
6774 msgid "64 bit SPARC V9 and above."
6775 msgstr ""
6776
6777 # type: =item
6778 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1047
6779 msgid "\"ia64\""
6780 msgstr ""
6781
6782 # type: textblock
6783 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1049
6784 msgid "Intel Itanium."
6785 msgstr ""
6786
6787 # type: =item
6788 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1051
6789 msgid "\"ppc\""
6790 msgstr ""
6791
6792 # type: textblock
6793 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1053
6794 msgid "32 bit Power PC."
6795 msgstr ""
6796
6797 # type: =item
6798 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1055
6799 msgid "\"ppc64\""
6800 msgstr ""
6801
6802 # type: textblock
6803 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1057
6804 msgid "64 bit Power PC."
6805 msgstr ""
6806
6807 # type: textblock
6808 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1061
6809 msgid "Libguestfs may return other architecture strings in future."
6810 msgstr ""
6811
6812 # type: textblock
6813 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1063
6814 msgid "The function works on at least the following types of files:"
6815 msgstr ""
6816
6817 # type: textblock
6818 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1069
6819 msgid "many types of Un*x and Linux binary"
6820 msgstr ""
6821
6822 # type: textblock
6823 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1073
6824 msgid "many types of Un*x and Linux shared library"
6825 msgstr ""
6826
6827 # type: textblock
6828 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1077
6829 msgid "Windows Win32 and Win64 binaries"
6830 msgstr ""
6831
6832 # type: textblock
6833 #: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1081
6834 msgid "Windows Win32 and Win64 DLLs"
6835 msgstr ""
6836
6837 # type: textblock
6838 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1083
6839 msgid "Win32 binaries and DLLs return C<i386>."
6840 msgstr ""
6841
6842 # type: textblock
6843 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1085
6844 msgid "Win64 binaries and DLLs return C<x86_64>."
6845 msgstr ""
6846
6847 # type: textblock
6848 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1089
6849 msgid "Linux kernel modules"
6850 msgstr ""
6851
6852 # type: textblock
6853 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1093
6854 msgid "Linux new-style initrd images"
6855 msgstr ""
6856
6857 # type: textblock
6858 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1097
6859 msgid "some non-x86 Linux vmlinuz kernels"
6860 msgstr ""
6861
6862 # type: textblock
6863 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1101
6864 msgid "What it can't do currently:"
6865 msgstr ""
6866
6867 # type: textblock
6868 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1107
6869 msgid "static libraries (libfoo.a)"
6870 msgstr ""
6871
6872 # type: textblock
6873 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1111
6874 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
6875 msgstr ""
6876
6877 # type: textblock
6878 #: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1115
6879 msgid "x86 Linux vmlinuz kernels"
6880 msgstr ""
6881
6882 # type: textblock
6883 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1117
6884 msgid ""
6885 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
6886 "compressed code, and are horribly hard to unpack.  If you want to find the "
6887 "architecture of a kernel, use the architecture of the associated initrd or "
6888 "kernel module(s) instead."
6889 msgstr ""
6890
6891 # type: textblock
6892 #: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1810 ../src/guestfs-actions.pod:1827 ../src/guestfs-actions.pod:2478 ../src/guestfs-actions.pod:2559 ../src/guestfs-actions.pod:2585 ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2653 ../src/guestfs-actions.pod:2686 ../src/guestfs-actions.pod:2766 ../src/guestfs-actions.pod:2826 ../src/guestfs-actions.pod:2997 ../src/guestfs-actions.pod:3129
6893 msgid "(Added in 1.5.3)"
6894 msgstr ""
6895
6896 # type: =head2
6897 #: ../src/guestfs-actions.pod:1649
6898 msgid "guestfs_filesize"
6899 msgstr ""
6900
6901 # type: verbatim
6902 #: ../src/guestfs-actions.pod:1651
6903 #, no-wrap
6904 msgid ""
6905 " int64_t\n"
6906 " guestfs_filesize (guestfs_h *g,\n"
6907 "                   const char *file);\n"
6908 "\n"
6909 msgstr ""
6910
6911 # type: textblock
6912 #: ../src/guestfs-actions.pod:1655 ../fish/guestfish-actions.pod:1128
6913 msgid "This command returns the size of C<file> in bytes."
6914 msgstr ""
6915
6916 # type: textblock
6917 #: ../src/guestfs-actions.pod:1657
6918 msgid ""
6919 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
6920 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
6921 "devices, use C<guestfs_blockdev_getsize64>."
6922 msgstr ""
6923
6924 # type: textblock
6925 #: ../src/guestfs-actions.pod:1663
6926 msgid "(Added in 1.0.82)"
6927 msgstr ""
6928
6929 # type: =head2
6930 #: ../src/guestfs-actions.pod:1665
6931 msgid "guestfs_fill"
6932 msgstr ""
6933
6934 # type: verbatim
6935 #: ../src/guestfs-actions.pod:1667
6936 #, no-wrap
6937 msgid ""
6938 " int\n"
6939 " guestfs_fill (guestfs_h *g,\n"
6940 "               int c,\n"
6941 "               int len,\n"
6942 "               const char *path);\n"
6943 "\n"
6944 msgstr ""
6945
6946 # type: textblock
6947 #: ../src/guestfs-actions.pod:1673 ../fish/guestfish-actions.pod:1138
6948 msgid ""
6949 "This command creates a new file called C<path>.  The initial content of the "
6950 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
6951 "C<[0..255]>."
6952 msgstr ""
6953
6954 # type: textblock
6955 #: ../src/guestfs-actions.pod:1677
6956 msgid ""
6957 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
6958 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
6959 "bytes use C<guestfs_fill_pattern>."
6960 msgstr ""
6961
6962 # type: textblock
6963 #: ../src/guestfs-actions.pod:1689
6964 msgid "(Added in 1.0.79)"
6965 msgstr ""
6966
6967 # type: =head2
6968 #: ../src/guestfs-actions.pod:1691
6969 msgid "guestfs_fill_pattern"
6970 msgstr ""
6971
6972 # type: verbatim
6973 #: ../src/guestfs-actions.pod:1693
6974 #, no-wrap
6975 msgid ""
6976 " int\n"
6977 " guestfs_fill_pattern (guestfs_h *g,\n"
6978 "                       const char *pattern,\n"
6979 "                       int len,\n"
6980 "                       const char *path);\n"
6981 "\n"
6982 msgstr ""
6983
6984 # type: textblock
6985 #: ../src/guestfs-actions.pod:1699
6986 msgid ""
6987 "This function is like C<guestfs_fill> except that it creates a new file of "
6988 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
6989 "pattern is truncated if necessary to ensure the length of the file is "
6990 "exactly C<len> bytes."
6991 msgstr ""
6992
6993 # type: textblock
6994 #: ../src/guestfs-actions.pod:1711
6995 msgid "(Added in 1.3.12)"
6996 msgstr ""
6997
6998 # type: =head2
6999 #: ../src/guestfs-actions.pod:1713
7000 msgid "guestfs_find"
7001 msgstr ""
7002
7003 # type: verbatim
7004 #: ../src/guestfs-actions.pod:1715
7005 #, no-wrap
7006 msgid ""
7007 " char **\n"
7008 " guestfs_find (guestfs_h *g,\n"
7009 "               const char *directory);\n"
7010 "\n"
7011 msgstr ""
7012
7013 # type: textblock
7014 #: ../src/guestfs-actions.pod:1719 ../fish/guestfish-actions.pod:1160
7015 msgid ""
7016 "This command lists out all files and directories, recursively, starting at "
7017 "C<directory>.  It is essentially equivalent to running the shell command "
7018 "C<find directory -print> but some post-processing happens on the output, "
7019 "described below."
7020 msgstr ""
7021
7022 # type: textblock
7023 #: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1165
7024 msgid ""
7025 "This returns a list of strings I<without any prefix>.  Thus if the directory "
7026 "structure was:"
7027 msgstr ""
7028
7029 # type: verbatim
7030 #: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1168
7031 #, no-wrap
7032 msgid ""
7033 " /tmp/a\n"
7034 " /tmp/b\n"
7035 " /tmp/c/d\n"
7036 "\n"
7037 msgstr ""
7038
7039 # type: textblock
7040 #: ../src/guestfs-actions.pod:1731
7041 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
7042 msgstr ""
7043
7044 # type: verbatim
7045 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1175
7046 #, no-wrap
7047 msgid ""
7048 " a\n"
7049 " b\n"
7050 " c\n"
7051 " c/d\n"
7052 "\n"
7053 msgstr ""
7054
7055 # type: textblock
7056 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1180
7057 msgid "If C<directory> is not a directory, then this command returns an error."
7058 msgstr ""
7059
7060 # type: textblock
7061 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1183
7062 msgid "The returned list is sorted."
7063 msgstr ""
7064
7065 # type: textblock
7066 #: ../src/guestfs-actions.pod:1744
7067 msgid "See also C<guestfs_find0>."
7068 msgstr ""
7069
7070 # type: textblock
7071 #: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3788 ../src/guestfs-actions.pod:5249
7072 msgid "(Added in 1.0.27)"
7073 msgstr ""
7074
7075 # type: =head2
7076 #: ../src/guestfs-actions.pod:1755
7077 msgid "guestfs_find0"
7078 msgstr ""
7079
7080 # type: verbatim
7081 #: ../src/guestfs-actions.pod:1757
7082 #, no-wrap
7083 msgid ""
7084 " int\n"
7085 " guestfs_find0 (guestfs_h *g,\n"
7086 "                const char *directory,\n"
7087 "                const char *files);\n"
7088 "\n"
7089 msgstr ""
7090
7091 # type: textblock
7092 #: ../src/guestfs-actions.pod:1762 ../fish/guestfish-actions.pod:1194
7093 msgid ""
7094 "This command lists out all files and directories, recursively, starting at "
7095 "C<directory>, placing the resulting list in the external file called "
7096 "C<files>."
7097 msgstr ""
7098
7099 # type: textblock
7100 #: ../src/guestfs-actions.pod:1766
7101 msgid ""
7102 "This command works the same way as C<guestfs_find> with the following "
7103 "exceptions:"
7104 msgstr ""
7105
7106 # type: textblock
7107 #: ../src/guestfs-actions.pod:1773 ../fish/guestfish-actions.pod:1205
7108 msgid "The resulting list is written to an external file."
7109 msgstr ""
7110
7111 # type: textblock
7112 #: ../src/guestfs-actions.pod:1777 ../fish/guestfish-actions.pod:1209
7113 msgid ""
7114 "Items (filenames) in the result are separated by C<\\0> characters.  See "
7115 "L<find(1)> option I<-print0>."
7116 msgstr ""
7117
7118 # type: textblock
7119 #: ../src/guestfs-actions.pod:1782 ../fish/guestfish-actions.pod:1214
7120 msgid "This command is not limited in the number of names that it can return."
7121 msgstr ""
7122
7123 # type: textblock
7124 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1219
7125 msgid "The result list is not sorted."
7126 msgstr ""
7127
7128 # type: textblock
7129 #: ../src/guestfs-actions.pod:1793
7130 msgid "(Added in 1.0.74)"
7131 msgstr ""
7132
7133 # type: =head2
7134 #: ../src/guestfs-actions.pod:1795
7135 msgid "guestfs_findfs_label"
7136 msgstr ""
7137
7138 # type: verbatim
7139 #: ../src/guestfs-actions.pod:1797
7140 #, no-wrap
7141 msgid ""
7142 " char *\n"
7143 " guestfs_findfs_label (guestfs_h *g,\n"
7144 "                       const char *label);\n"
7145 "\n"
7146 msgstr ""
7147
7148 # type: textblock
7149 #: ../src/guestfs-actions.pod:1801 ../fish/guestfish-actions.pod:1229
7150 msgid ""
7151 "This command searches the filesystems and returns the one which has the "
7152 "given label.  An error is returned if no such filesystem can be found."
7153 msgstr ""
7154
7155 # type: textblock
7156 #: ../src/guestfs-actions.pod:1805
7157 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
7158 msgstr ""
7159
7160 # type: =head2
7161 #: ../src/guestfs-actions.pod:1812
7162 msgid "guestfs_findfs_uuid"
7163 msgstr ""
7164
7165 # type: verbatim
7166 #: ../src/guestfs-actions.pod:1814
7167 #, no-wrap
7168 msgid ""
7169 " char *\n"
7170 " guestfs_findfs_uuid (guestfs_h *g,\n"
7171 "                      const char *uuid);\n"
7172 "\n"
7173 msgstr ""
7174
7175 # type: textblock
7176 #: ../src/guestfs-actions.pod:1818 ../fish/guestfish-actions.pod:1239
7177 msgid ""
7178 "This command searches the filesystems and returns the one which has the "
7179 "given UUID.  An error is returned if no such filesystem can be found."
7180 msgstr ""
7181
7182 # type: textblock
7183 #: ../src/guestfs-actions.pod:1822
7184 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
7185 msgstr ""
7186
7187 # type: =head2
7188 #: ../src/guestfs-actions.pod:1829
7189 msgid "guestfs_fsck"
7190 msgstr ""
7191
7192 # type: verbatim
7193 #: ../src/guestfs-actions.pod:1831
7194 #, no-wrap
7195 msgid ""
7196 " int\n"
7197 " guestfs_fsck (guestfs_h *g,\n"
7198 "               const char *fstype,\n"
7199 "               const char *device);\n"
7200 "\n"
7201 msgstr ""
7202
7203 # type: textblock
7204 #: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1249
7205 msgid ""
7206 "This runs the filesystem checker (fsck) on C<device> which should have "
7207 "filesystem type C<fstype>."
7208 msgstr ""
7209
7210 # type: textblock
7211 #: ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:1252
7212 msgid ""
7213 "The returned integer is the status.  See L<fsck(8)> for the list of status "
7214 "codes from C<fsck>."
7215 msgstr ""
7216
7217 # type: textblock
7218 #: ../src/guestfs-actions.pod:1848 ../fish/guestfish-actions.pod:1261
7219 msgid "Multiple status codes can be summed together."
7220 msgstr ""
7221
7222 # type: textblock
7223 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1265
7224 msgid ""
7225 "A non-zero return code can mean \"success\", for example if errors have been "
7226 "corrected on the filesystem."
7227 msgstr ""
7228
7229 # type: textblock
7230 #: ../src/guestfs-actions.pod:1857 ../fish/guestfish-actions.pod:1270
7231 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
7232 msgstr ""
7233
7234 # type: textblock
7235 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1275
7236 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
7237 msgstr ""
7238
7239 # type: textblock
7240 #: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:6886
7241 msgid "(Added in 1.0.16)"
7242 msgstr ""
7243
7244 # type: =head2
7245 #: ../src/guestfs-actions.pod:1868
7246 msgid "guestfs_get_append"
7247 msgstr ""
7248
7249 # type: verbatim
7250 #: ../src/guestfs-actions.pod:1870
7251 #, no-wrap
7252 msgid ""
7253 " const char *\n"
7254 " guestfs_get_append (guestfs_h *g);\n"
7255 "\n"
7256 msgstr ""
7257
7258 # type: textblock
7259 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1281
7260 msgid ""
7261 "Return the additional kernel options which are added to the guest kernel "
7262 "command line."
7263 msgstr ""
7264
7265 # type: textblock
7266 #: ../src/guestfs-actions.pod:1876 ../fish/guestfish-actions.pod:1284
7267 msgid "If C<NULL> then no options are added."
7268 msgstr ""
7269
7270 # type: textblock
7271 #: ../src/guestfs-actions.pod:1878
7272 msgid ""
7273 "This function returns a string which may be NULL.  There is no way to return "
7274 "an error from this function.  The string is owned by the guest handle and "
7275 "must I<not> be freed."
7276 msgstr ""
7277
7278 # type: textblock
7279 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:4927 ../src/guestfs-actions.pod:5390 ../src/guestfs-actions.pod:5758 ../src/guestfs-actions.pod:5777 ../src/guestfs-actions.pod:5793 ../src/guestfs-actions.pod:5810 ../src/guestfs-actions.pod:6557 ../src/guestfs-actions.pod:6575 ../src/guestfs-actions.pod:6929
7280 msgid "(Added in 1.0.26)"
7281 msgstr ""
7282
7283 # type: =head2
7284 #: ../src/guestfs-actions.pod:1884
7285 msgid "guestfs_get_autosync"
7286 msgstr ""
7287
7288 # type: verbatim
7289 #: ../src/guestfs-actions.pod:1886
7290 #, no-wrap
7291 msgid ""
7292 " int\n"
7293 " guestfs_get_autosync (guestfs_h *g);\n"
7294 "\n"
7295 msgstr ""
7296
7297 # type: textblock
7298 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1290
7299 msgid "Get the autosync flag."
7300 msgstr ""
7301
7302 # type: =head2
7303 #: ../src/guestfs-actions.pod:1895
7304 msgid "guestfs_get_direct"
7305 msgstr ""
7306
7307 # type: verbatim
7308 #: ../src/guestfs-actions.pod:1897
7309 #, no-wrap
7310 msgid ""
7311 " int\n"
7312 " guestfs_get_direct (guestfs_h *g);\n"
7313 "\n"
7314 msgstr ""
7315
7316 # type: textblock
7317 #: ../src/guestfs-actions.pod:1900 ../fish/guestfish-actions.pod:1296
7318 msgid "Return the direct appliance mode flag."
7319 msgstr ""
7320
7321 # type: textblock
7322 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5431
7323 msgid "(Added in 1.0.72)"
7324 msgstr ""
7325
7326 # type: =head2
7327 #: ../src/guestfs-actions.pod:1906
7328 msgid "guestfs_get_e2label"
7329 msgstr ""
7330
7331 # type: verbatim
7332 #: ../src/guestfs-actions.pod:1908
7333 #, no-wrap
7334 msgid ""
7335 " char *\n"
7336 " guestfs_get_e2label (guestfs_h *g,\n"
7337 "                      const char *device);\n"
7338 "\n"
7339 msgstr ""
7340
7341 # type: textblock
7342 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1302
7343 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
7344 msgstr ""
7345
7346 # type: textblock
7347 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1305
7348 msgid ""
7349 "This function is deprecated.  In new code, use the C<vfs_label> call "
7350 "instead."
7351 msgstr ""
7352
7353 # type: textblock
7354 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946 ../src/guestfs-actions.pod:5449 ../src/guestfs-actions.pod:5468
7355 msgid "(Added in 1.0.15)"
7356 msgstr ""
7357
7358 # type: =head2
7359 #: ../src/guestfs-actions.pod:1927
7360 msgid "guestfs_get_e2uuid"
7361 msgstr ""
7362
7363 # type: verbatim
7364 #: ../src/guestfs-actions.pod:1929
7365 #, no-wrap
7366 msgid ""
7367 " char *\n"
7368 " guestfs_get_e2uuid (guestfs_h *g,\n"
7369 "                     const char *device);\n"
7370 "\n"
7371 msgstr ""
7372
7373 # type: textblock
7374 #: ../src/guestfs-actions.pod:1933 ../fish/guestfish-actions.pod:1316
7375 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
7376 msgstr ""
7377
7378 # type: textblock
7379 #: ../src/guestfs-actions.pod:1939 ../fish/guestfish-actions.pod:1319
7380 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
7381 msgstr ""
7382
7383 # type: =head2
7384 #: ../src/guestfs-actions.pod:1948
7385 msgid "guestfs_get_memsize"
7386 msgstr ""
7387
7388 # type: verbatim
7389 #: ../src/guestfs-actions.pod:1950
7390 #, no-wrap
7391 msgid ""
7392 " int\n"
7393 " guestfs_get_memsize (guestfs_h *g);\n"
7394 "\n"
7395 msgstr ""
7396
7397 # type: textblock
7398 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1330
7399 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
7400 msgstr ""
7401
7402 # type: textblock
7403 #: ../src/guestfs-actions.pod:1956
7404 msgid ""
7405 "If C<guestfs_set_memsize> was not called on this handle, and if "
7406 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
7407 "value for memsize."
7408 msgstr ""
7409
7410 # type: textblock
7411 #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041 ../src/guestfs-actions.pod:5484 ../src/guestfs-actions.pod:5591 ../fish/guestfish-actions.pod:1337 ../fish/guestfish-actions.pod:1388 ../fish/guestfish-actions.pod:3680 ../fish/guestfish-actions.pod:3767
7412 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
7413 msgstr ""
7414
7415 # type: textblock
7416 #: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:4079 ../src/guestfs-actions.pod:4194 ../src/guestfs-actions.pod:4213 ../src/guestfs-actions.pod:4232 ../src/guestfs-actions.pod:4244 ../src/guestfs-actions.pod:4261 ../src/guestfs-actions.pod:4274 ../src/guestfs-actions.pod:5152 ../src/guestfs-actions.pod:5489 ../src/guestfs-actions.pod:5732 ../src/guestfs-actions.pod:6333
7417 msgid "(Added in 1.0.55)"
7418 msgstr ""
7419
7420 # type: =head2
7421 #: ../src/guestfs-actions.pod:1967
7422 msgid "guestfs_get_network"
7423 msgstr ""
7424
7425 # type: verbatim
7426 #: ../src/guestfs-actions.pod:1969
7427 #, no-wrap
7428 msgid ""
7429 " int\n"
7430 " guestfs_get_network (guestfs_h *g);\n"
7431 "\n"
7432 msgstr ""
7433
7434 # type: textblock
7435 #: ../src/guestfs-actions.pod:1972 ../fish/guestfish-actions.pod:1344
7436 msgid "This returns the enable network flag."
7437 msgstr ""
7438
7439 # type: textblock
7440 #: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5508
7441 msgid "(Added in 1.5.4)"
7442 msgstr ""
7443
7444 # type: =head2
7445 #: ../src/guestfs-actions.pod:1978
7446 msgid "guestfs_get_path"
7447 msgstr ""
7448
7449 # type: verbatim
7450 #: ../src/guestfs-actions.pod:1980
7451 #, no-wrap
7452 msgid ""
7453 " const char *\n"
7454 " guestfs_get_path (guestfs_h *g);\n"
7455 "\n"
7456 msgstr ""
7457
7458 # type: textblock
7459 #: ../src/guestfs-actions.pod:1983 ../fish/guestfish-actions.pod:1350
7460 msgid "Return the current search path."
7461 msgstr ""
7462
7463 # type: textblock
7464 #: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1352
7465 msgid ""
7466 "This is always non-NULL.  If it wasn't set already, then this will return "
7467 "the default path."
7468 msgstr ""
7469
7470 # type: textblock
7471 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2017
7472 msgid ""
7473 "This function returns a string, or NULL on error.  The string is owned by "
7474 "the guest handle and must I<not> be freed."
7475 msgstr ""
7476
7477 # type: =head2
7478 #: ../src/guestfs-actions.pod:1993
7479 msgid "guestfs_get_pid"
7480 msgstr ""
7481
7482 # type: verbatim
7483 #: ../src/guestfs-actions.pod:1995
7484 #, no-wrap
7485 msgid ""
7486 " int\n"
7487 " guestfs_get_pid (guestfs_h *g);\n"
7488 "\n"
7489 msgstr ""
7490
7491 # type: textblock
7492 #: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1361
7493 msgid ""
7494 "Return the process ID of the qemu subprocess.  If there is no qemu "
7495 "subprocess, then this will return an error."
7496 msgstr ""
7497
7498 # type: textblock
7499 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1364
7500 msgid "This is an internal call used for debugging and testing."
7501 msgstr ""
7502
7503 # type: textblock
7504 #: ../src/guestfs-actions.pod:2005
7505 msgid "(Added in 1.0.56)"
7506 msgstr ""
7507
7508 # type: =head2
7509 #: ../src/guestfs-actions.pod:2007
7510 msgid "guestfs_get_qemu"
7511 msgstr ""
7512
7513 # type: verbatim
7514 #: ../src/guestfs-actions.pod:2009
7515 #, no-wrap
7516 msgid ""
7517 " const char *\n"
7518 " guestfs_get_qemu (guestfs_h *g);\n"
7519 "\n"
7520 msgstr ""
7521
7522 # type: textblock
7523 #: ../src/guestfs-actions.pod:2012 ../fish/guestfish-actions.pod:1370
7524 msgid "Return the current qemu binary."
7525 msgstr ""
7526
7527 # type: textblock
7528 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1372
7529 msgid ""
7530 "This is always non-NULL.  If it wasn't set already, then this will return "
7531 "the default qemu binary name."
7532 msgstr ""
7533
7534 # type: textblock
7535 #: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5553
7536 msgid "(Added in 1.0.6)"
7537 msgstr ""
7538
7539 # type: =head2
7540 #: ../src/guestfs-actions.pod:2022
7541 msgid "guestfs_get_recovery_proc"
7542 msgstr ""
7543
7544 # type: verbatim
7545 #: ../src/guestfs-actions.pod:2024
7546 #, no-wrap
7547 msgid ""
7548 " int\n"
7549 " guestfs_get_recovery_proc (guestfs_h *g);\n"
7550 "\n"
7551 msgstr ""
7552
7553 # type: textblock
7554 #: ../src/guestfs-actions.pod:2027 ../fish/guestfish-actions.pod:1379
7555 msgid "Return the recovery process enabled flag."
7556 msgstr ""
7557
7558 # type: textblock
7559 #: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3219 ../src/guestfs-actions.pod:3486 ../src/guestfs-actions.pod:3886 ../src/guestfs-actions.pod:3918 ../src/guestfs-actions.pod:4857 ../src/guestfs-actions.pod:5200 ../src/guestfs-actions.pod:5577 ../src/guestfs-actions.pod:6236 ../src/guestfs-actions.pod:6256 ../src/guestfs-actions.pod:6438
7560 msgid "(Added in 1.0.77)"
7561 msgstr ""
7562
7563 # type: =head2
7564 #: ../src/guestfs-actions.pod:2033
7565 msgid "guestfs_get_selinux"
7566 msgstr ""
7567
7568 # type: verbatim
7569 #: ../src/guestfs-actions.pod:2035
7570 #, no-wrap
7571 msgid ""
7572 " int\n"
7573 " guestfs_get_selinux (guestfs_h *g);\n"
7574 "\n"
7575 msgstr ""
7576
7577 # type: textblock
7578 #: ../src/guestfs-actions.pod:2038
7579 msgid ""
7580 "This returns the current setting of the selinux flag which is passed to the "
7581 "appliance at boot time.  See C<guestfs_set_selinux>."
7582 msgstr ""
7583
7584 # type: textblock
7585 #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109 ../src/guestfs-actions.pod:5596 ../src/guestfs-actions.pod:5650
7586 msgid "(Added in 1.0.67)"
7587 msgstr ""
7588
7589 # type: =head2
7590 #: ../src/guestfs-actions.pod:2048
7591 msgid "guestfs_get_state"
7592 msgstr ""
7593
7594 # type: verbatim
7595 #: ../src/guestfs-actions.pod:2050
7596 #, no-wrap
7597 msgid ""
7598 " int\n"
7599 " guestfs_get_state (guestfs_h *g);\n"
7600 "\n"
7601 msgstr ""
7602
7603 # type: textblock
7604 #: ../src/guestfs-actions.pod:2053 ../fish/guestfish-actions.pod:1395
7605 msgid ""
7606 "This returns the current state as an opaque integer.  This is only useful "
7607 "for printing debug and internal error messages."
7608 msgstr ""
7609
7610 # type: textblock
7611 #: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:3022 ../src/guestfs-actions.pod:3051 ../src/guestfs-actions.pod:3112 ../src/guestfs-actions.pod:3139 ../fish/guestfish-actions.pod:1398 ../fish/guestfish-actions.pod:2113 ../fish/guestfish-actions.pod:2131 ../fish/guestfish-actions.pod:2169 ../fish/guestfish-actions.pod:2185
7612 msgid "For more information on states, see L<guestfs(3)>."
7613 msgstr ""
7614
7615 # type: =head2
7616 #: ../src/guestfs-actions.pod:2062
7617 msgid "guestfs_get_trace"
7618 msgstr ""
7619
7620 # type: verbatim
7621 #: ../src/guestfs-actions.pod:2064
7622 #, no-wrap
7623 msgid ""
7624 " int\n"
7625 " guestfs_get_trace (guestfs_h *g);\n"
7626 "\n"
7627 msgstr ""
7628
7629 # type: textblock
7630 #: ../src/guestfs-actions.pod:2067 ../fish/guestfish-actions.pod:1404
7631 msgid "Return the command trace flag."
7632 msgstr ""
7633
7634 # type: =head2
7635 #: ../src/guestfs-actions.pod:2073
7636 msgid "guestfs_get_umask"
7637 msgstr ""
7638
7639 # type: verbatim
7640 #: ../src/guestfs-actions.pod:2075
7641 #, no-wrap
7642 msgid ""
7643 " int\n"
7644 " guestfs_get_umask (guestfs_h *g);\n"
7645 "\n"
7646 msgstr ""
7647
7648 # type: textblock
7649 #: ../src/guestfs-actions.pod:2078
7650 msgid ""
7651 "Return the current umask.  By default the umask is C<022> unless it has been "
7652 "set by calling C<guestfs_umask>."
7653 msgstr ""
7654
7655 # type: =head2
7656 #: ../src/guestfs-actions.pod:2085
7657 msgid "guestfs_get_verbose"
7658 msgstr ""
7659
7660 # type: verbatim
7661 #: ../src/guestfs-actions.pod:2087
7662 #, no-wrap
7663 msgid ""
7664 " int\n"
7665 " guestfs_get_verbose (guestfs_h *g);\n"
7666 "\n"
7667 msgstr ""
7668
7669 # type: textblock
7670 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1417
7671 msgid "This returns the verbose messages flag."
7672 msgstr ""
7673
7674 # type: =head2
7675 #: ../src/guestfs-actions.pod:2096
7676 msgid "guestfs_getcon"
7677 msgstr ""
7678
7679 # type: verbatim
7680 #: ../src/guestfs-actions.pod:2098
7681 #, no-wrap
7682 msgid ""
7683 " char *\n"
7684 " guestfs_getcon (guestfs_h *g);\n"
7685 "\n"
7686 msgstr ""
7687
7688 # type: textblock
7689 #: ../src/guestfs-actions.pod:2101 ../fish/guestfish-actions.pod:1423
7690 msgid "This gets the SELinux security context of the daemon."
7691 msgstr ""
7692
7693 # type: textblock
7694 #: ../src/guestfs-actions.pod:2103
7695 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
7696 msgstr ""
7697
7698 # type: =head2
7699 #: ../src/guestfs-actions.pod:2111
7700 msgid "guestfs_getxattrs"
7701 msgstr ""
7702
7703 # type: verbatim
7704 #: ../src/guestfs-actions.pod:2113
7705 #, no-wrap
7706 msgid ""
7707 " struct guestfs_xattr_list *\n"
7708 " guestfs_getxattrs (guestfs_h *g,\n"
7709 "                    const char *path);\n"
7710 "\n"
7711 msgstr ""
7712
7713 # type: textblock
7714 #: ../src/guestfs-actions.pod:2117 ../fish/guestfish-actions.pod:1432
7715 msgid "This call lists the extended attributes of the file or directory C<path>."
7716 msgstr ""
7717
7718 # type: textblock
7719 #: ../src/guestfs-actions.pod:2120 ../fish/guestfish-actions.pod:1435
7720 msgid ""
7721 "At the system call level, this is a combination of the L<listxattr(2)> and "
7722 "L<getxattr(2)> calls."
7723 msgstr ""
7724
7725 # type: textblock
7726 #: ../src/guestfs-actions.pod:2123
7727 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
7728 msgstr ""
7729
7730 # type: textblock
7731 #: ../src/guestfs-actions.pod:2125 ../src/guestfs-actions.pod:3231 ../src/guestfs-actions.pod:3882
7732 msgid ""
7733 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
7734 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
7735 msgstr ""
7736
7737 # type: textblock
7738 #: ../src/guestfs-actions.pod:2129 ../src/guestfs-actions.pod:3235 ../src/guestfs-actions.pod:3400 ../src/guestfs-actions.pod:3436 ../src/guestfs-actions.pod:5230 ../src/guestfs-actions.pod:5669 ../src/guestfs-actions.pod:6994
7739 msgid "(Added in 1.0.59)"
7740 msgstr ""
7741
7742 # type: =head2
7743 #: ../src/guestfs-actions.pod:2131
7744 msgid "guestfs_glob_expand"
7745 msgstr ""
7746
7747 # type: verbatim
7748 #: ../src/guestfs-actions.pod:2133
7749 #, no-wrap
7750 msgid ""
7751 " char **\n"
7752 " guestfs_glob_expand (guestfs_h *g,\n"
7753 "                      const char *pattern);\n"
7754 "\n"
7755 msgstr ""
7756
7757 # type: textblock
7758 #: ../src/guestfs-actions.pod:2137 ../fish/guestfish-actions.pod:1444
7759 msgid ""
7760 "This command searches for all the pathnames matching C<pattern> according to "
7761 "the wildcard expansion rules used by the shell."
7762 msgstr ""
7763
7764 # type: textblock
7765 #: ../src/guestfs-actions.pod:2141 ../fish/guestfish-actions.pod:1448
7766 msgid "If no paths match, then this returns an empty list (note: not an error)."
7767 msgstr ""
7768
7769 # type: textblock
7770 #: ../src/guestfs-actions.pod:2144 ../fish/guestfish-actions.pod:1451
7771 msgid ""
7772 "It is just a wrapper around the C L<glob(3)> function with flags "
7773 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
7774 msgstr ""
7775
7776 # type: textblock
7777 #: ../src/guestfs-actions.pod:2152 ../src/guestfs-actions.pod:5834 ../src/guestfs-actions.pod:5851
7778 msgid "(Added in 1.0.50)"
7779 msgstr ""
7780
7781 # type: =head2
7782 #: ../src/guestfs-actions.pod:2154
7783 msgid "guestfs_grep"
7784 msgstr ""
7785
7786 # type: verbatim
7787 #: ../src/guestfs-actions.pod:2156
7788 #, no-wrap
7789 msgid ""
7790 " char **\n"
7791 " guestfs_grep (guestfs_h *g,\n"
7792 "               const char *regex,\n"
7793 "               const char *path);\n"
7794 "\n"
7795 msgstr ""
7796
7797 # type: textblock
7798 #: ../src/guestfs-actions.pod:2161 ../fish/guestfish-actions.pod:1459
7799 msgid "This calls the external C<grep> program and returns the matching lines."
7800 msgstr ""
7801
7802 # type: =head2
7803 #: ../src/guestfs-actions.pod:2173
7804 msgid "guestfs_grepi"
7805 msgstr ""
7806
7807 # type: verbatim
7808 #: ../src/guestfs-actions.pod:2175
7809 #, no-wrap
7810 msgid ""
7811 " char **\n"
7812 " guestfs_grepi (guestfs_h *g,\n"
7813 "                const char *regex,\n"
7814 "                const char *path);\n"
7815 "\n"
7816 msgstr ""
7817
7818 # type: textblock
7819 #: ../src/guestfs-actions.pod:2180 ../fish/guestfish-actions.pod:1469
7820 msgid "This calls the external C<grep -i> program and returns the matching lines."
7821 msgstr ""
7822
7823 # type: =head2
7824 #: ../src/guestfs-actions.pod:2192
7825 msgid "guestfs_grub_install"
7826 msgstr ""
7827
7828 # type: verbatim
7829 #: ../src/guestfs-actions.pod:2194
7830 #, no-wrap
7831 msgid ""
7832 " int\n"
7833 " guestfs_grub_install (guestfs_h *g,\n"
7834 "                       const char *root,\n"
7835 "                       const char *device);\n"
7836 "\n"
7837 msgstr ""
7838
7839 # type: textblock
7840 #: ../src/guestfs-actions.pod:2199 ../fish/guestfish-actions.pod:1479
7841 msgid ""
7842 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
7843 "the root directory being C<root>."
7844 msgstr ""
7845
7846 # type: textblock
7847 #: ../src/guestfs-actions.pod:2202 ../fish/guestfish-actions.pod:1482
7848 msgid ""
7849 "Note: If grub-install reports the error \"No suitable drive was found in the "
7850 "generated device map.\" it may be that you need to create a "
7851 "C</boot/grub/device.map> file first that contains the mapping between grub "
7852 "device names and Linux device names.  It is usually sufficient to create a "
7853 "file containing:"
7854 msgstr ""
7855
7856 # type: verbatim
7857 #: ../src/guestfs-actions.pod:2209 ../fish/guestfish-actions.pod:1489
7858 #, no-wrap
7859 msgid ""
7860 " (hd0) /dev/vda\n"
7861 "\n"
7862 msgstr ""
7863
7864 # type: textblock
7865 #: ../src/guestfs-actions.pod:2211 ../fish/guestfish-actions.pod:1491
7866 msgid "replacing C</dev/vda> with the name of the installation device."
7867 msgstr ""
7868
7869 # type: textblock
7870 #: ../src/guestfs-actions.pod:2215
7871 msgid "(Added in 1.0.17)"
7872 msgstr ""
7873
7874 # type: =head2
7875 #: ../src/guestfs-actions.pod:2217
7876 msgid "guestfs_head"
7877 msgstr ""
7878
7879 # type: verbatim
7880 #: ../src/guestfs-actions.pod:2219
7881 #, no-wrap
7882 msgid ""
7883 " char **\n"
7884 " guestfs_head (guestfs_h *g,\n"
7885 "               const char *path);\n"
7886 "\n"
7887 msgstr ""
7888
7889 # type: textblock
7890 #: ../src/guestfs-actions.pod:2223 ../fish/guestfish-actions.pod:1497
7891 msgid ""
7892 "This command returns up to the first 10 lines of a file as a list of "
7893 "strings."
7894 msgstr ""
7895
7896 # type: =head2
7897 #: ../src/guestfs-actions.pod:2235
7898 msgid "guestfs_head_n"
7899 msgstr ""
7900
7901 # type: verbatim
7902 #: ../src/guestfs-actions.pod:2237
7903 #, no-wrap
7904 msgid ""
7905 " char **\n"
7906 " guestfs_head_n (guestfs_h *g,\n"
7907 "                 int nrlines,\n"
7908 "                 const char *path);\n"
7909 "\n"
7910 msgstr ""
7911
7912 # type: textblock
7913 #: ../src/guestfs-actions.pod:2242 ../fish/guestfish-actions.pod:1507
7914 msgid ""
7915 "If the parameter C<nrlines> is a positive number, this returns the first "
7916 "C<nrlines> lines of the file C<path>."
7917 msgstr ""
7918
7919 # type: textblock
7920 #: ../src/guestfs-actions.pod:2245 ../fish/guestfish-actions.pod:1510
7921 msgid ""
7922 "If the parameter C<nrlines> is a negative number, this returns lines from "
7923 "the file C<path>, excluding the last C<nrlines> lines."
7924 msgstr ""
7925
7926 # type: textblock
7927 #: ../src/guestfs-actions.pod:2248 ../src/guestfs-actions.pod:6131 ../fish/guestfish-actions.pod:1513 ../fish/guestfish-actions.pod:4113
7928 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
7929 msgstr ""
7930
7931 # type: =head2
7932 #: ../src/guestfs-actions.pod:2259
7933 msgid "guestfs_hexdump"
7934 msgstr ""
7935
7936 # type: verbatim
7937 #: ../src/guestfs-actions.pod:2261
7938 #, no-wrap
7939 msgid ""
7940 " char *\n"
7941 " guestfs_hexdump (guestfs_h *g,\n"
7942 "                  const char *path);\n"
7943 "\n"
7944 msgstr ""
7945
7946 # type: textblock
7947 #: ../src/guestfs-actions.pod:2265 ../fish/guestfish-actions.pod:1522
7948 msgid ""
7949 "This runs C<hexdump -C> on the given C<path>.  The result is the "
7950 "human-readable, canonical hex dump of the file."
7951 msgstr ""
7952
7953 # type: textblock
7954 #: ../src/guestfs-actions.pod:2274 ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:5970
7955 msgid "(Added in 1.0.22)"
7956 msgstr ""
7957
7958 # type: =head2
7959 #: ../src/guestfs-actions.pod:2276
7960 msgid "guestfs_initrd_cat"
7961 msgstr ""
7962
7963 # type: verbatim
7964 #: ../src/guestfs-actions.pod:2278
7965 #, no-wrap
7966 msgid ""
7967 " char *\n"
7968 " guestfs_initrd_cat (guestfs_h *g,\n"
7969 "                     const char *initrdpath,\n"
7970 "                     const char *filename,\n"
7971 "                     size_t *size_r);\n"
7972 "\n"
7973 msgstr ""
7974
7975 # type: textblock
7976 #: ../src/guestfs-actions.pod:2284 ../fish/guestfish-actions.pod:1532
7977 msgid ""
7978 "This command unpacks the file C<filename> from the initrd file called "
7979 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
7980 "character."
7981 msgstr ""
7982
7983 # type: textblock
7984 #: ../src/guestfs-actions.pod:2288 ../fish/guestfish-actions.pod:1536
7985 msgid ""
7986 "For example, in guestfish you could use the following command to examine the "
7987 "boot script (usually called C</init>)  contained in a Linux initrd or "
7988 "initramfs image:"
7989 msgstr ""
7990
7991 # type: verbatim
7992 #: ../src/guestfs-actions.pod:2292 ../fish/guestfish-actions.pod:1540
7993 #, no-wrap
7994 msgid ""
7995 " initrd-cat /boot/initrd-<version>.img init\n"
7996 "\n"
7997 msgstr ""
7998
7999 # type: textblock
8000 #: ../src/guestfs-actions.pod:2294
8001 msgid "See also C<guestfs_initrd_list>."
8002 msgstr ""
8003
8004 # type: textblock
8005 #: ../src/guestfs-actions.pod:2296 ../src/guestfs-actions.pod:4850 ../src/guestfs-actions.pod:4876 ../src/guestfs-actions.pod:5057
8006 msgid ""
8007 "This function returns a buffer, or NULL on error.  The size of the returned "
8008 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
8009 "after use>."
8010 msgstr ""
8011
8012 # type: =head2
8013 #: ../src/guestfs-actions.pod:2305
8014 msgid "guestfs_initrd_list"
8015 msgstr ""
8016
8017 # type: verbatim
8018 #: ../src/guestfs-actions.pod:2307
8019 #, no-wrap
8020 msgid ""
8021 " char **\n"
8022 " guestfs_initrd_list (guestfs_h *g,\n"
8023 "                      const char *path);\n"
8024 "\n"
8025 msgstr ""
8026
8027 # type: textblock
8028 #: ../src/guestfs-actions.pod:2311 ../fish/guestfish-actions.pod:1551
8029 msgid "This command lists out files contained in an initrd."
8030 msgstr ""
8031
8032 # type: textblock
8033 #: ../src/guestfs-actions.pod:2313 ../fish/guestfish-actions.pod:1553
8034 msgid ""
8035 "The files are listed without any initial C</> character.  The files are "
8036 "listed in the order they appear (not necessarily alphabetical).  Directory "
8037 "names are listed as separate items."
8038 msgstr ""
8039
8040 # type: textblock
8041 #: ../src/guestfs-actions.pod:2317 ../fish/guestfish-actions.pod:1557
8042 msgid ""
8043 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
8044 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
8045 "files)."
8046 msgstr ""
8047
8048 # type: =head2
8049 #: ../src/guestfs-actions.pod:2327
8050 msgid "guestfs_inotify_add_watch"
8051 msgstr ""
8052
8053 # type: verbatim
8054 #: ../src/guestfs-actions.pod:2329
8055 #, no-wrap
8056 msgid ""
8057 " int64_t\n"
8058 " guestfs_inotify_add_watch (guestfs_h *g,\n"
8059 "                            const char *path,\n"
8060 "                            int mask);\n"
8061 "\n"
8062 msgstr ""
8063
8064 # type: textblock
8065 #: ../src/guestfs-actions.pod:2334 ../fish/guestfish-actions.pod:1565
8066 msgid "Watch C<path> for the events listed in C<mask>."
8067 msgstr ""
8068
8069 # type: textblock
8070 #: ../src/guestfs-actions.pod:2336 ../fish/guestfish-actions.pod:1567
8071 msgid ""
8072 "Note that if C<path> is a directory then events within that directory are "
8073 "watched, but this does I<not> happen recursively (in subdirectories)."
8074 msgstr ""
8075
8076 # type: textblock
8077 #: ../src/guestfs-actions.pod:2340 ../fish/guestfish-actions.pod:1571
8078 msgid ""
8079 "Note for non-C or non-Linux callers: the inotify events are defined by the "
8080 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
8081 msgstr ""
8082
8083 # type: =head2
8084 #: ../src/guestfs-actions.pod:2348
8085 msgid "guestfs_inotify_close"
8086 msgstr ""
8087
8088 # type: verbatim
8089 #: ../src/guestfs-actions.pod:2350
8090 #, no-wrap
8091 msgid ""
8092 " int\n"
8093 " guestfs_inotify_close (guestfs_h *g);\n"
8094 "\n"
8095 msgstr ""
8096
8097 # type: textblock
8098 #: ../src/guestfs-actions.pod:2353 ../fish/guestfish-actions.pod:1579
8099 msgid ""
8100 "This closes the inotify handle which was previously opened by inotify_init.  "
8101 "It removes all watches, throws away any pending events, and deallocates all "
8102 "resources."
8103 msgstr ""
8104
8105 # type: =head2
8106 #: ../src/guestfs-actions.pod:2361
8107 msgid "guestfs_inotify_files"
8108 msgstr ""
8109
8110 # type: verbatim
8111 #: ../src/guestfs-actions.pod:2363
8112 #, no-wrap
8113 msgid ""
8114 " char **\n"
8115 " guestfs_inotify_files (guestfs_h *g);\n"
8116 "\n"
8117 msgstr ""
8118
8119 # type: textblock
8120 #: ../src/guestfs-actions.pod:2366
8121 msgid ""
8122 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
8123 "returns a list of pathnames of objects that were touched.  The returned "
8124 "pathnames are sorted and deduplicated."
8125 msgstr ""
8126
8127 # type: =head2
8128 #: ../src/guestfs-actions.pod:2376
8129 msgid "guestfs_inotify_init"
8130 msgstr ""
8131
8132 # type: verbatim
8133 #: ../src/guestfs-actions.pod:2378
8134 #, no-wrap
8135 msgid ""
8136 " int\n"
8137 " guestfs_inotify_init (guestfs_h *g,\n"
8138 "                       int maxevents);\n"
8139 "\n"
8140 msgstr ""
8141
8142 # type: textblock
8143 #: ../src/guestfs-actions.pod:2382 ../fish/guestfish-actions.pod:1595
8144 msgid ""
8145 "This command creates a new inotify handle.  The inotify subsystem can be "
8146 "used to notify events which happen to objects in the guest filesystem."
8147 msgstr ""
8148
8149 # type: textblock
8150 #: ../src/guestfs-actions.pod:2386
8151 msgid ""
8152 "C<maxevents> is the maximum number of events which will be queued up between "
8153 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
8154 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
8155 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
8156 "throws away events, but records the fact that it threw them away by setting "
8157 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
8158 "C<guestfs_inotify_read>)."
8159 msgstr ""
8160
8161 # type: textblock
8162 #: ../src/guestfs-actions.pod:2396
8163 msgid ""
8164 "Before any events are generated, you have to add some watches to the "
8165 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
8166 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
8167 msgstr ""
8168
8169 # type: textblock
8170 #: ../src/guestfs-actions.pod:2402
8171 msgid ""
8172 "Queued up events should be read periodically by calling "
8173 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
8174 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
8175 "often enough then you risk the internal queue overflowing."
8176 msgstr ""
8177
8178 # type: textblock
8179 #: ../src/guestfs-actions.pod:2409
8180 msgid ""
8181 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
8182 "This also removes any watches automatically."
8183 msgstr ""
8184
8185 # type: textblock
8186 #: ../src/guestfs-actions.pod:2413 ../fish/guestfish-actions.pod:1626
8187 msgid ""
8188 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
8189 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
8190 "that there is one global inotify handle per libguestfs instance."
8191 msgstr ""
8192
8193 # type: =head2
8194 #: ../src/guestfs-actions.pod:2422
8195 msgid "guestfs_inotify_read"
8196 msgstr ""
8197
8198 # type: verbatim
8199 #: ../src/guestfs-actions.pod:2424
8200 #, no-wrap
8201 msgid ""
8202 " struct guestfs_inotify_event_list *\n"
8203 " guestfs_inotify_read (guestfs_h *g);\n"
8204 "\n"
8205 msgstr ""
8206
8207 # type: textblock
8208 #: ../src/guestfs-actions.pod:2427 ../fish/guestfish-actions.pod:1635
8209 msgid ""
8210 "Return the complete queue of events that have happened since the previous "
8211 "read call."
8212 msgstr ""
8213
8214 # type: textblock
8215 #: ../src/guestfs-actions.pod:2430 ../fish/guestfish-actions.pod:1638
8216 msgid "If no events have happened, this returns an empty list."
8217 msgstr ""
8218
8219 # type: textblock
8220 #: ../src/guestfs-actions.pod:2432 ../fish/guestfish-actions.pod:1640
8221 msgid ""
8222 "I<Note>: In order to make sure that all events have been read, you must call "
8223 "this function repeatedly until it returns an empty list.  The reason is that "
8224 "the call will read events up to the maximum appliance-to-host message size "
8225 "and leave remaining events in the queue."
8226 msgstr ""
8227
8228 # type: textblock
8229 #: ../src/guestfs-actions.pod:2438
8230 msgid ""
8231 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
8232 "there was an error.  I<The caller must call "
8233 "C<guestfs_free_inotify_event_list> after use>."
8234 msgstr ""
8235
8236 # type: =head2
8237 #: ../src/guestfs-actions.pod:2444
8238 msgid "guestfs_inotify_rm_watch"
8239 msgstr ""
8240
8241 # type: verbatim
8242 #: ../src/guestfs-actions.pod:2446
8243 #, no-wrap
8244 msgid ""
8245 " int\n"
8246 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
8247 "                           int wd);\n"
8248 "\n"
8249 msgstr ""
8250
8251 # type: textblock
8252 #: ../src/guestfs-actions.pod:2450
8253 msgid ""
8254 "Remove a previously defined inotify watch.  See "
8255 "C<guestfs_inotify_add_watch>."
8256 msgstr ""
8257
8258 # type: =head2
8259 #: ../src/guestfs-actions.pod:2457
8260 msgid "guestfs_inspect_get_arch"
8261 msgstr ""
8262
8263 # type: verbatim
8264 #: ../src/guestfs-actions.pod:2459
8265 #, no-wrap
8266 msgid ""
8267 " char *\n"
8268 " guestfs_inspect_get_arch (guestfs_h *g,\n"
8269 "                           const char *root);\n"
8270 "\n"
8271 msgstr ""
8272
8273 # type: textblock
8274 #: ../src/guestfs-actions.pod:2463 ../src/guestfs-actions.pod:2486 ../src/guestfs-actions.pod:2567 ../src/guestfs-actions.pod:2593 ../src/guestfs-actions.pod:2613 ../src/guestfs-actions.pod:2640 ../src/guestfs-actions.pod:2661 ../src/guestfs-actions.pod:2694 ../src/guestfs-actions.pod:2721 ../src/guestfs-actions.pod:2750 ../src/guestfs-actions.pod:2792 ../src/guestfs-actions.pod:2834 ../src/guestfs-actions.pod:2857
8275 msgid ""
8276 "This function should only be called with a root device string as returned by "
8277 "C<guestfs_inspect_os>."
8278 msgstr ""
8279
8280 # type: textblock
8281 #: ../src/guestfs-actions.pod:2466
8282 msgid ""
8283 "This returns the architecture of the inspected operating system.  The "
8284 "possible return values are listed under C<guestfs_file_architecture>."
8285 msgstr ""
8286
8287 # type: textblock
8288 #: ../src/guestfs-actions.pod:2470 ../fish/guestfish-actions.pod:1664
8289 msgid ""
8290 "If the architecture could not be determined, then the string C<unknown> is "
8291 "returned."
8292 msgstr ""
8293
8294 # type: textblock
8295 #: ../src/guestfs-actions.pod:2473 ../src/guestfs-actions.pod:2554 ../src/guestfs-actions.pod:2602 ../src/guestfs-actions.pod:2628 ../src/guestfs-actions.pod:2710 ../src/guestfs-actions.pod:2739 ../src/guestfs-actions.pod:2761 ../src/guestfs-actions.pod:2780 ../src/guestfs-actions.pod:2821 ../src/guestfs-actions.pod:2844 ../src/guestfs-actions.pod:2950 ../src/guestfs-actions.pod:2989 ../fish/guestfish-actions.pod:1667 ../fish/guestfish-actions.pod:1741 ../fish/guestfish-actions.pod:1774 ../fish/guestfish-actions.pod:1795 ../fish/guestfish-actions.pod:1855 ../fish/guestfish-actions.pod:1879 ../fish/guestfish-actions.pod:1896 ../fish/guestfish-actions.pod:1909 ../fish/guestfish-actions.pod:1944 ../fish/guestfish-actions.pod:1960 ../fish/guestfish-actions.pod:2059 ../fish/guestfish-actions.pod:2093
8296 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
8297 msgstr ""
8298
8299 # type: =head2
8300 #: ../src/guestfs-actions.pod:2480
8301 msgid "guestfs_inspect_get_distro"
8302 msgstr ""
8303
8304 # type: verbatim
8305 #: ../src/guestfs-actions.pod:2482
8306 #, no-wrap
8307 msgid ""
8308 " char *\n"
8309 " guestfs_inspect_get_distro (guestfs_h *g,\n"
8310 "                             const char *root);\n"
8311 "\n"
8312 msgstr ""
8313
8314 # type: textblock
8315 #: ../src/guestfs-actions.pod:2489 ../fish/guestfish-actions.pod:1676
8316 msgid "This returns the distro (distribution) of the inspected operating system."
8317 msgstr ""
8318
8319 # type: textblock
8320 #: ../src/guestfs-actions.pod:2492 ../fish/guestfish-actions.pod:1679
8321 msgid "Currently defined distros are:"
8322 msgstr ""
8323
8324 # type: =item
8325 #: ../src/guestfs-actions.pod:2496 ../fish/guestfish-actions.pod:1683
8326 msgid "\"archlinux\""
8327 msgstr ""
8328
8329 # type: textblock
8330 #: ../src/guestfs-actions.pod:2498 ../fish/guestfish-actions.pod:1685
8331 msgid "Arch Linux."
8332 msgstr ""
8333
8334 # type: =item
8335 #: ../src/guestfs-actions.pod:2500 ../fish/guestfish-actions.pod:1687
8336 msgid "\"debian\""
8337 msgstr ""
8338
8339 # type: textblock
8340 #: ../src/guestfs-actions.pod:2502 ../fish/guestfish-actions.pod:1689
8341 msgid "Debian."
8342 msgstr ""
8343
8344 # type: =item
8345 #: ../src/guestfs-actions.pod:2504 ../fish/guestfish-actions.pod:1691
8346 msgid "\"fedora\""
8347 msgstr ""
8348
8349 # type: textblock
8350 #: ../src/guestfs-actions.pod:2506 ../fish/guestfish-actions.pod:1693
8351 msgid "Fedora."
8352 msgstr ""
8353
8354 # type: =item
8355 #: ../src/guestfs-actions.pod:2508 ../fish/guestfish-actions.pod:1695
8356 msgid "\"gentoo\""
8357 msgstr ""
8358
8359 # type: textblock
8360 #: ../src/guestfs-actions.pod:2510 ../fish/guestfish-actions.pod:1697
8361 msgid "Gentoo."
8362 msgstr ""
8363
8364 # type: =item
8365 #: ../src/guestfs-actions.pod:2512 ../fish/guestfish-actions.pod:1699
8366 msgid "\"linuxmint\""
8367 msgstr ""
8368
8369 # type: textblock
8370 #: ../src/guestfs-actions.pod:2514 ../fish/guestfish-actions.pod:1701
8371 msgid "Linux Mint."
8372 msgstr ""
8373
8374 # type: =item
8375 #: ../src/guestfs-actions.pod:2516 ../fish/guestfish-actions.pod:1703
8376 msgid "\"mandriva\""
8377 msgstr ""
8378
8379 # type: textblock
8380 #: ../src/guestfs-actions.pod:2518 ../fish/guestfish-actions.pod:1705
8381 msgid "Mandriva."
8382 msgstr ""
8383
8384 # type: =item
8385 #: ../src/guestfs-actions.pod:2520 ../fish/guestfish-actions.pod:1707
8386 msgid "\"meego\""
8387 msgstr ""
8388
8389 # type: textblock
8390 #: ../src/guestfs-actions.pod:2522 ../fish/guestfish-actions.pod:1709
8391 msgid "MeeGo."
8392 msgstr ""
8393
8394 # type: =item
8395 #: ../src/guestfs-actions.pod:2524 ../fish/guestfish-actions.pod:1711
8396 msgid "\"pardus\""
8397 msgstr ""
8398
8399 # type: textblock
8400 #: ../src/guestfs-actions.pod:2526 ../fish/guestfish-actions.pod:1713
8401 msgid "Pardus."
8402 msgstr ""
8403
8404 # type: =item
8405 #: ../src/guestfs-actions.pod:2528 ../fish/guestfish-actions.pod:1715
8406 msgid "\"redhat-based\""
8407 msgstr ""
8408
8409 # type: textblock
8410 #: ../src/guestfs-actions.pod:2530 ../fish/guestfish-actions.pod:1717
8411 msgid "Some Red Hat-derived distro."
8412 msgstr ""
8413
8414 # type: =item
8415 #: ../src/guestfs-actions.pod:2532 ../fish/guestfish-actions.pod:1719
8416 msgid "\"rhel\""
8417 msgstr ""
8418
8419 # type: textblock
8420 #: ../src/guestfs-actions.pod:2534 ../fish/guestfish-actions.pod:1721
8421 msgid "Red Hat Enterprise Linux and some derivatives."
8422 msgstr ""
8423
8424 # type: =item
8425 #: ../src/guestfs-actions.pod:2536 ../fish/guestfish-actions.pod:1723
8426 msgid "\"ubuntu\""
8427 msgstr ""
8428
8429 # type: textblock
8430 #: ../src/guestfs-actions.pod:2538 ../fish/guestfish-actions.pod:1725
8431 msgid "Ubuntu."
8432 msgstr ""
8433
8434 # type: =item
8435 #: ../src/guestfs-actions.pod:2540 ../src/guestfs-actions.pod:2812 ../fish/guestfish-actions.pod:1727 ../fish/guestfish-actions.pod:1935
8436 msgid "\"unknown\""
8437 msgstr ""
8438
8439 # type: textblock
8440 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1729
8441 msgid "The distro could not be determined."
8442 msgstr ""
8443
8444 # type: =item
8445 #: ../src/guestfs-actions.pod:2544 ../src/guestfs-actions.pod:2804 ../fish/guestfish-actions.pod:1731 ../fish/guestfish-actions.pod:1927
8446 msgid "\"windows\""
8447 msgstr ""
8448
8449 # type: textblock
8450 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1733
8451 msgid ""
8452 "Windows does not have distributions.  This string is returned if the OS type "
8453 "is Windows."
8454 msgstr ""
8455
8456 # type: textblock
8457 #: ../src/guestfs-actions.pod:2551 ../src/guestfs-actions.pod:2818 ../fish/guestfish-actions.pod:1738 ../fish/guestfish-actions.pod:1941
8458 msgid ""
8459 "Future versions of libguestfs may return other strings here.  The caller "
8460 "should be prepared to handle any string."
8461 msgstr ""
8462
8463 # type: =head2
8464 #: ../src/guestfs-actions.pod:2561
8465 msgid "guestfs_inspect_get_filesystems"
8466 msgstr ""
8467
8468 # type: verbatim
8469 #: ../src/guestfs-actions.pod:2563
8470 #, no-wrap
8471 msgid ""
8472 " char **\n"
8473 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
8474 "                                  const char *root);\n"
8475 "\n"
8476 msgstr ""
8477
8478 # type: textblock
8479 #: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1750
8480 msgid ""
8481 "This returns a list of all the filesystems that we think are associated with "
8482 "this operating system.  This includes the root filesystem, other ordinary "
8483 "filesystems, and non-mounted devices like swap partitions."
8484 msgstr ""
8485
8486 # type: textblock
8487 #: ../src/guestfs-actions.pod:2575 ../fish/guestfish-actions.pod:1755
8488 msgid ""
8489 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
8490 "to be shared between operating systems."
8491 msgstr ""
8492
8493 # type: textblock
8494 #: ../src/guestfs-actions.pod:2578
8495 msgid ""
8496 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
8497 "C<guestfs_inspect_get_mountpoints>."
8498 msgstr ""
8499
8500 # type: =head2
8501 #: ../src/guestfs-actions.pod:2587
8502 msgid "guestfs_inspect_get_hostname"
8503 msgstr ""
8504
8505 # type: verbatim
8506 #: ../src/guestfs-actions.pod:2589
8507 #, no-wrap
8508 msgid ""
8509 " char *\n"
8510 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
8511 "                               const char *root);\n"
8512 "\n"
8513 msgstr ""
8514
8515 # type: textblock
8516 #: ../src/guestfs-actions.pod:2596 ../fish/guestfish-actions.pod:1768
8517 msgid ""
8518 "This function returns the hostname of the operating system as found by "
8519 "inspection of the guest's configuration files."
8520 msgstr ""
8521
8522 # type: textblock
8523 #: ../src/guestfs-actions.pod:2599 ../fish/guestfish-actions.pod:1771
8524 msgid ""
8525 "If the hostname could not be determined, then the string C<unknown> is "
8526 "returned."
8527 msgstr ""
8528
8529 # type: =head2
8530 #: ../src/guestfs-actions.pod:2607
8531 msgid "guestfs_inspect_get_major_version"
8532 msgstr ""
8533
8534 # type: verbatim
8535 #: ../src/guestfs-actions.pod:2609
8536 #, no-wrap
8537 msgid ""
8538 " int\n"
8539 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
8540 "                                    const char *root);\n"
8541 "\n"
8542 msgstr ""
8543
8544 # type: textblock
8545 #: ../src/guestfs-actions.pod:2616 ../fish/guestfish-actions.pod:1783
8546 msgid "This returns the major version number of the inspected operating system."
8547 msgstr ""
8548
8549 # type: textblock
8550 #: ../src/guestfs-actions.pod:2619 ../fish/guestfish-actions.pod:1786
8551 msgid ""
8552 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
8553 "popular public names used by the operating system.  Notably the operating "
8554 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
8555 "1).  You can find out the real versions corresponding to releases of Windows "
8556 "by consulting Wikipedia or MSDN."
8557 msgstr ""
8558
8559 # type: textblock
8560 #: ../src/guestfs-actions.pod:2626 ../src/guestfs-actions.pod:2646 ../fish/guestfish-actions.pod:1793 ../fish/guestfish-actions.pod:1807
8561 msgid "If the version could not be determined, then C<0> is returned."
8562 msgstr ""
8563
8564 # type: =head2
8565 #: ../src/guestfs-actions.pod:2634
8566 msgid "guestfs_inspect_get_minor_version"
8567 msgstr ""
8568
8569 # type: verbatim
8570 #: ../src/guestfs-actions.pod:2636
8571 #, no-wrap
8572 msgid ""
8573 " int\n"
8574 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
8575 "                                    const char *root);\n"
8576 "\n"
8577 msgstr ""
8578
8579 # type: textblock
8580 #: ../src/guestfs-actions.pod:2643 ../fish/guestfish-actions.pod:1804
8581 msgid "This returns the minor version number of the inspected operating system."
8582 msgstr ""
8583
8584 # type: textblock
8585 #: ../src/guestfs-actions.pod:2648
8586 msgid ""
8587 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
8588 "C<guestfs_inspect_get_major_version>."
8589 msgstr ""
8590
8591 # type: =head2
8592 #: ../src/guestfs-actions.pod:2655
8593 msgid "guestfs_inspect_get_mountpoints"
8594 msgstr ""
8595
8596 # type: verbatim
8597 #: ../src/guestfs-actions.pod:2657
8598 #, no-wrap
8599 msgid ""
8600 " char **\n"
8601 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
8602 "                                  const char *root);\n"
8603 "\n"
8604 msgstr ""
8605
8606 # type: textblock
8607 #: ../src/guestfs-actions.pod:2664 ../fish/guestfish-actions.pod:1819
8608 msgid ""
8609 "This returns a hash of where we think the filesystems associated with this "
8610 "operating system should be mounted.  Callers should note that this is at "
8611 "best an educated guess made by reading configuration files such as "
8612 "C</etc/fstab>."
8613 msgstr ""
8614
8615 # type: textblock
8616 #: ../src/guestfs-actions.pod:2669 ../fish/guestfish-actions.pod:1824
8617 msgid ""
8618 "Each element in the returned hashtable has a key which is the path of the "
8619 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
8620 "mounted there (eg. C</dev/sda1>)."
8621 msgstr ""
8622
8623 # type: textblock
8624 #: ../src/guestfs-actions.pod:2674 ../fish/guestfish-actions.pod:1829
8625 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
8626 msgstr ""
8627
8628 # type: textblock
8629 #: ../src/guestfs-actions.pod:2677
8630 msgid ""
8631 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
8632 "C<guestfs_inspect_get_filesystems>."
8633 msgstr ""
8634
8635 # type: textblock
8636 #: ../src/guestfs-actions.pod:2680 ../src/guestfs-actions.pod:3288 ../src/guestfs-actions.pod:4416 ../src/guestfs-actions.pod:6272
8637 msgid ""
8638 "This function returns a NULL-terminated array of strings, or NULL if there "
8639 "was an error.  The array of strings will always have length C<2n+1>, where "
8640 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
8641 "caller must free the strings and the array after use>."
8642 msgstr ""
8643
8644 # type: =head2
8645 #: ../src/guestfs-actions.pod:2688
8646 msgid "guestfs_inspect_get_package_format"
8647 msgstr ""
8648
8649 # type: verbatim
8650 #: ../src/guestfs-actions.pod:2690
8651 #, no-wrap
8652 msgid ""
8653 " char *\n"
8654 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
8655 "                                     const char *root);\n"
8656 "\n"
8657 msgstr ""
8658
8659 # type: textblock
8660 #: ../src/guestfs-actions.pod:2697
8661 msgid ""
8662 "This function and C<guestfs_inspect_get_package_management> return the "
8663 "package format and package management tool used by the inspected operating "
8664 "system.  For example for Fedora these functions would return C<rpm> (package "
8665 "format) and C<yum> (package management)."
8666 msgstr ""
8667
8668 # type: textblock
8669 #: ../src/guestfs-actions.pod:2703 ../fish/guestfish-actions.pod:1848
8670 msgid ""
8671 "This returns the string C<unknown> if we could not determine the package "
8672 "format I<or> if the operating system does not have a real packaging system "
8673 "(eg. Windows)."
8674 msgstr ""
8675
8676 # type: textblock
8677 #: ../src/guestfs-actions.pod:2707 ../fish/guestfish-actions.pod:1852
8678 msgid ""
8679 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
8680 "Future versions of libguestfs may return other strings."
8681 msgstr ""
8682
8683 # type: =head2
8684 #: ../src/guestfs-actions.pod:2715
8685 msgid "guestfs_inspect_get_package_management"
8686 msgstr ""
8687
8688 # type: verbatim
8689 #: ../src/guestfs-actions.pod:2717
8690 #, no-wrap
8691 msgid ""
8692 " char *\n"
8693 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
8694 "                                         const char *root);\n"
8695 "\n"
8696 msgstr ""
8697
8698 # type: textblock
8699 #: ../src/guestfs-actions.pod:2724
8700 msgid ""
8701 "C<guestfs_inspect_get_package_format> and this function return the package "
8702 "format and package management tool used by the inspected operating system.  "
8703 "For example for Fedora these functions would return C<rpm> (package format) "
8704 "and C<yum> (package management)."
8705 msgstr ""
8706
8707 # type: textblock
8708 #: ../src/guestfs-actions.pod:2730 ../fish/guestfish-actions.pod:1870
8709 msgid ""
8710 "This returns the string C<unknown> if we could not determine the package "
8711 "management tool I<or> if the operating system does not have a real packaging "
8712 "system (eg. Windows)."
8713 msgstr ""
8714
8715 # type: textblock
8716 #: ../src/guestfs-actions.pod:2734 ../fish/guestfish-actions.pod:1874
8717 msgid ""
8718 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
8719 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
8720 "libguestfs may return other strings."
8721 msgstr ""
8722
8723 # type: =head2
8724 #: ../src/guestfs-actions.pod:2744
8725 msgid "guestfs_inspect_get_product_name"
8726 msgstr ""
8727
8728 # type: verbatim
8729 #: ../src/guestfs-actions.pod:2746
8730 #, no-wrap
8731 msgid ""
8732 " char *\n"
8733 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
8734 "                                   const char *root);\n"
8735 "\n"
8736 msgstr ""
8737
8738 # type: textblock
8739 #: ../src/guestfs-actions.pod:2753 ../fish/guestfish-actions.pod:1888
8740 msgid ""
8741 "This returns the product name of the inspected operating system.  The "
8742 "product name is generally some freeform string which can be displayed to the "
8743 "user, but should not be parsed by programs."
8744 msgstr ""
8745
8746 # type: textblock
8747 #: ../src/guestfs-actions.pod:2758 ../fish/guestfish-actions.pod:1893
8748 msgid ""
8749 "If the product name could not be determined, then the string C<unknown> is "
8750 "returned."
8751 msgstr ""
8752
8753 # type: =head2
8754 #: ../src/guestfs-actions.pod:2768
8755 msgid "guestfs_inspect_get_roots"
8756 msgstr ""
8757
8758 # type: verbatim
8759 #: ../src/guestfs-actions.pod:2770
8760 #, no-wrap
8761 msgid ""
8762 " char **\n"
8763 " guestfs_inspect_get_roots (guestfs_h *g);\n"
8764 "\n"
8765 msgstr ""
8766
8767 # type: textblock
8768 #: ../src/guestfs-actions.pod:2773
8769 msgid ""
8770 "This function is a convenient way to get the list of root devices, as "
8771 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
8772 "the whole inspection process."
8773 msgstr ""
8774
8775 # type: textblock
8776 #: ../src/guestfs-actions.pod:2777
8777 msgid ""
8778 "This returns an empty list if either no root devices were found or the "
8779 "caller has not called C<guestfs_inspect_os>."
8780 msgstr ""
8781
8782 # type: =head2
8783 #: ../src/guestfs-actions.pod:2786
8784 msgid "guestfs_inspect_get_type"
8785 msgstr ""
8786
8787 # type: verbatim
8788 #: ../src/guestfs-actions.pod:2788
8789 #, no-wrap
8790 msgid ""
8791 " char *\n"
8792 " guestfs_inspect_get_type (guestfs_h *g,\n"
8793 "                           const char *root);\n"
8794 "\n"
8795 msgstr ""
8796
8797 # type: textblock
8798 #: ../src/guestfs-actions.pod:2795 ../fish/guestfish-actions.pod:1918
8799 msgid ""
8800 "This returns the type of the inspected operating system.  Currently defined "
8801 "types are:"
8802 msgstr ""
8803
8804 # type: =item
8805 #: ../src/guestfs-actions.pod:2800 ../fish/guestfish-actions.pod:1923
8806 msgid "\"linux\""
8807 msgstr ""
8808
8809 # type: textblock
8810 #: ../src/guestfs-actions.pod:2802 ../fish/guestfish-actions.pod:1925
8811 msgid "Any Linux-based operating system."
8812 msgstr ""
8813
8814 # type: textblock
8815 #: ../src/guestfs-actions.pod:2806 ../fish/guestfish-actions.pod:1929
8816 msgid "Any Microsoft Windows operating system."
8817 msgstr ""
8818
8819 # type: =item
8820 #: ../src/guestfs-actions.pod:2808 ../fish/guestfish-actions.pod:1931
8821 msgid "\"freebsd\""
8822 msgstr ""
8823
8824 # type: textblock
8825 #: ../src/guestfs-actions.pod:2810 ../fish/guestfish-actions.pod:1933
8826 msgid "FreeBSD."
8827 msgstr ""
8828
8829 # type: textblock
8830 #: ../src/guestfs-actions.pod:2814 ../fish/guestfish-actions.pod:1937
8831 msgid "The operating system type could not be determined."
8832 msgstr ""
8833
8834 # type: =head2
8835 #: ../src/guestfs-actions.pod:2828
8836 msgid "guestfs_inspect_get_windows_systemroot"
8837 msgstr ""
8838
8839 # type: verbatim
8840 #: ../src/guestfs-actions.pod:2830
8841 #, no-wrap
8842 msgid ""
8843 " char *\n"
8844 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
8845 "                                         const char *root);\n"
8846 "\n"
8847 msgstr ""
8848
8849 # type: textblock
8850 #: ../src/guestfs-actions.pod:2837 ../fish/guestfish-actions.pod:1953
8851 msgid ""
8852 "This returns the Windows systemroot of the inspected guest.  The systemroot "
8853 "is a directory path such as C</WINDOWS>."
8854 msgstr ""
8855
8856 # type: textblock
8857 #: ../src/guestfs-actions.pod:2840 ../fish/guestfish-actions.pod:1956
8858 msgid ""
8859 "This call assumes that the guest is Windows and that the systemroot could be "
8860 "determined by inspection.  If this is not the case then an error is "
8861 "returned."
8862 msgstr ""
8863
8864 # type: textblock
8865 #: ../src/guestfs-actions.pod:2849
8866 msgid "(Added in 1.5.25)"
8867 msgstr ""
8868
8869 # type: =head2
8870 #: ../src/guestfs-actions.pod:2851
8871 msgid "guestfs_inspect_list_applications"
8872 msgstr ""
8873
8874 # type: verbatim
8875 #: ../src/guestfs-actions.pod:2853
8876 #, no-wrap
8877 msgid ""
8878 " struct guestfs_application_list *\n"
8879 " guestfs_inspect_list_applications (guestfs_h *g,\n"
8880 "                                    const char *root);\n"
8881 "\n"
8882 msgstr ""
8883
8884 # type: textblock
8885 #: ../src/guestfs-actions.pod:2860 ../fish/guestfish-actions.pod:1969
8886 msgid "Return the list of applications installed in the operating system."
8887 msgstr ""
8888
8889 # type: textblock
8890 #: ../src/guestfs-actions.pod:2862
8891 msgid ""
8892 "I<Note:> This call works differently from other parts of the inspection "
8893 "API.  You have to call C<guestfs_inspect_os>, then "
8894 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
8895 "this.  Listing applications is a significantly more difficult operation "
8896 "which requires access to the full filesystem.  Also note that unlike the "
8897 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
8898 "the libguestfs handle, this call actually reads parts of the mounted "
8899 "filesystems during the call."
8900 msgstr ""
8901
8902 # type: textblock
8903 #: ../src/guestfs-actions.pod:2872 ../fish/guestfish-actions.pod:1981
8904 msgid ""
8905 "This returns an empty list if the inspection code was not able to determine "
8906 "the list of applications."
8907 msgstr ""
8908
8909 # type: textblock
8910 #: ../src/guestfs-actions.pod:2875 ../fish/guestfish-actions.pod:1984
8911 msgid "The application structure contains the following fields:"
8912 msgstr ""
8913
8914 # type: =item
8915 #: ../src/guestfs-actions.pod:2879 ../fish/guestfish-actions.pod:1988
8916 msgid "C<app_name>"
8917 msgstr ""
8918
8919 # type: textblock
8920 #: ../src/guestfs-actions.pod:2881 ../fish/guestfish-actions.pod:1990
8921 msgid ""
8922 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
8923 "guests, this is the package name."
8924 msgstr ""
8925
8926 # type: =item
8927 #: ../src/guestfs-actions.pod:2884 ../fish/guestfish-actions.pod:1993
8928 msgid "C<app_display_name>"
8929 msgstr ""
8930
8931 # type: textblock
8932 #: ../src/guestfs-actions.pod:2886 ../fish/guestfish-actions.pod:1995
8933 msgid ""
8934 "The display name of the application, sometimes localized to the install "
8935 "language of the guest operating system."
8936 msgstr ""
8937
8938 # type: textblock
8939 #: ../src/guestfs-actions.pod:2889 ../fish/guestfish-actions.pod:1998
8940 msgid ""
8941 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
8942 "to display something can use C<app_name> instead."
8943 msgstr ""
8944
8945 # type: =item
8946 #: ../src/guestfs-actions.pod:2892 ../fish/guestfish-actions.pod:2001
8947 msgid "C<app_epoch>"
8948 msgstr ""
8949
8950 # type: textblock
8951 #: ../src/guestfs-actions.pod:2894 ../fish/guestfish-actions.pod:2003
8952 msgid ""
8953 "For package managers which use epochs, this contains the epoch of the "
8954 "package (an integer).  If unavailable, this is returned as C<0>."
8955 msgstr ""
8956
8957 # type: =item
8958 #: ../src/guestfs-actions.pod:2897 ../fish/guestfish-actions.pod:2006
8959 msgid "C<app_version>"
8960 msgstr ""
8961
8962 # type: textblock
8963 #: ../src/guestfs-actions.pod:2899 ../fish/guestfish-actions.pod:2008
8964 msgid ""
8965 "The version string of the application or package.  If unavailable this is "
8966 "returned as an empty string C<\"\">."
8967 msgstr ""
8968
8969 # type: =item
8970 #: ../src/guestfs-actions.pod:2902 ../fish/guestfish-actions.pod:2011
8971 msgid "C<app_release>"
8972 msgstr ""
8973
8974 # type: textblock
8975 #: ../src/guestfs-actions.pod:2904 ../fish/guestfish-actions.pod:2013
8976 msgid ""
8977 "The release string of the application or package, for package managers that "
8978 "use this.  If unavailable this is returned as an empty string C<\"\">."
8979 msgstr ""
8980
8981 # type: =item
8982 #: ../src/guestfs-actions.pod:2908 ../fish/guestfish-actions.pod:2017
8983 msgid "C<app_install_path>"
8984 msgstr ""
8985
8986 # type: textblock
8987 #: ../src/guestfs-actions.pod:2910 ../fish/guestfish-actions.pod:2019
8988 msgid ""
8989 "The installation path of the application (on operating systems such as "
8990 "Windows which use installation paths).  This path is in the format used by "
8991 "the guest operating system, it is not a libguestfs path."
8992 msgstr ""
8993
8994 # type: textblock
8995 #: ../src/guestfs-actions.pod:2915 ../fish/guestfish-actions.pod:2024
8996 msgid "If unavailable this is returned as an empty string C<\"\">."
8997 msgstr ""
8998
8999 # type: =item
9000 #: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2026
9001 msgid "C<app_trans_path>"
9002 msgstr ""
9003
9004 # type: textblock
9005 #: ../src/guestfs-actions.pod:2919 ../fish/guestfish-actions.pod:2028
9006 msgid ""
9007 "The install path translated into a libguestfs path.  If unavailable this is "
9008 "returned as an empty string C<\"\">."
9009 msgstr ""
9010
9011 # type: =item
9012 #: ../src/guestfs-actions.pod:2922 ../fish/guestfish-actions.pod:2031
9013 msgid "C<app_publisher>"
9014 msgstr ""
9015
9016 # type: textblock
9017 #: ../src/guestfs-actions.pod:2924 ../fish/guestfish-actions.pod:2033
9018 msgid ""
9019 "The name of the publisher of the application, for package managers that use "
9020 "this.  If unavailable this is returned as an empty string C<\"\">."
9021 msgstr ""
9022
9023 # type: =item
9024 #: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2037
9025 msgid "C<app_url>"
9026 msgstr ""
9027
9028 # type: textblock
9029 #: ../src/guestfs-actions.pod:2930 ../fish/guestfish-actions.pod:2039
9030 msgid ""
9031 "The URL (eg. upstream URL) of the application.  If unavailable this is "
9032 "returned as an empty string C<\"\">."
9033 msgstr ""
9034
9035 # type: =item
9036 #: ../src/guestfs-actions.pod:2933 ../fish/guestfish-actions.pod:2042
9037 msgid "C<app_source_package>"
9038 msgstr ""
9039
9040 # type: textblock
9041 #: ../src/guestfs-actions.pod:2935 ../fish/guestfish-actions.pod:2044
9042 msgid ""
9043 "For packaging systems which support this, the name of the source package.  "
9044 "If unavailable this is returned as an empty string C<\"\">."
9045 msgstr ""
9046
9047 # type: =item
9048 #: ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:2047
9049 msgid "C<app_summary>"
9050 msgstr ""
9051
9052 # type: textblock
9053 #: ../src/guestfs-actions.pod:2940 ../fish/guestfish-actions.pod:2049
9054 msgid ""
9055 "A short (usually one line) description of the application or package.  If "
9056 "unavailable this is returned as an empty string C<\"\">."
9057 msgstr ""
9058
9059 # type: =item
9060 #: ../src/guestfs-actions.pod:2943 ../fish/guestfish-actions.pod:2052
9061 msgid "C<app_description>"
9062 msgstr ""
9063
9064 # type: textblock
9065 #: ../src/guestfs-actions.pod:2945 ../fish/guestfish-actions.pod:2054
9066 msgid ""
9067 "A longer description of the application or package.  If unavailable this is "
9068 "returned as an empty string C<\"\">."
9069 msgstr ""
9070
9071 # type: textblock
9072 #: ../src/guestfs-actions.pod:2952
9073 msgid ""
9074 "This function returns a C<struct guestfs_application_list *>, or NULL if "
9075 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
9076 "after use>."
9077 msgstr ""
9078
9079 # type: =head2
9080 #: ../src/guestfs-actions.pod:2956
9081 msgid "guestfs_inspect_os"
9082 msgstr ""
9083
9084 # type: verbatim
9085 #: ../src/guestfs-actions.pod:2958
9086 #, no-wrap
9087 msgid ""
9088 " char **\n"
9089 " guestfs_inspect_os (guestfs_h *g);\n"
9090 "\n"
9091 msgstr ""
9092
9093 # type: textblock
9094 #: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2065
9095 msgid ""
9096 "This function uses other libguestfs functions and certain heuristics to "
9097 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
9098 "for operating systems."
9099 msgstr ""
9100
9101 # type: textblock
9102 #: ../src/guestfs-actions.pod:2965 ../fish/guestfish-actions.pod:2069
9103 msgid "The list returned is empty if no operating systems were found."
9104 msgstr ""
9105
9106 # type: textblock
9107 #: ../src/guestfs-actions.pod:2967 ../fish/guestfish-actions.pod:2071
9108 msgid ""
9109 "If one operating system was found, then this returns a list with a single "
9110 "element, which is the name of the root filesystem of this operating system.  "
9111 "It is also possible for this function to return a list containing more than "
9112 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
9113 "element being the root filesystem of one of the operating systems."
9114 msgstr ""
9115
9116 # type: textblock
9117 #: ../src/guestfs-actions.pod:2974
9118 msgid ""
9119 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
9120 "functions in order to query further information about each operating system, "
9121 "such as the name and version."
9122 msgstr ""
9123
9124 # type: textblock
9125 #: ../src/guestfs-actions.pod:2979
9126 msgid ""
9127 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
9128 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
9129 "the contents.  This should be called with no disks currently mounted.  The "
9130 "function may also use Augeas, so any existing Augeas handle will be closed."
9131 msgstr ""
9132
9133 # type: textblock
9134 #: ../src/guestfs-actions.pod:2985 ../fish/guestfish-actions.pod:2089
9135 msgid ""
9136 "This function cannot decrypt encrypted disks.  The caller must do that first "
9137 "(supplying the necessary keys) if the disk is encrypted."
9138 msgstr ""
9139
9140 # type: textblock
9141 #: ../src/guestfs-actions.pod:2991 ../src/guestfs-actions.pod:3246 ../src/guestfs-actions.pod:3308
9142 msgid "See also C<guestfs_list_filesystems>."
9143 msgstr ""
9144
9145 # type: =head2
9146 #: ../src/guestfs-actions.pod:2999
9147 msgid "guestfs_is_blockdev"
9148 msgstr ""
9149
9150 # type: verbatim
9151 #: ../src/guestfs-actions.pod:3001
9152 #, no-wrap
9153 msgid ""
9154 " int\n"
9155 " guestfs_is_blockdev (guestfs_h *g,\n"
9156 "                      const char *path);\n"
9157 "\n"
9158 msgstr ""
9159
9160 # type: textblock
9161 #: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:2101
9162 msgid ""
9163 "This returns C<true> if and only if there is a block device with the given "
9164 "C<path> name."
9165 msgstr ""
9166
9167 # type: textblock
9168 #: ../src/guestfs-actions.pod:3008 ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3067 ../src/guestfs-actions.pod:3082 ../src/guestfs-actions.pod:3098 ../src/guestfs-actions.pod:3154 ../src/guestfs-actions.pod:3169
9169 msgid "See also C<guestfs_stat>."
9170 msgstr ""
9171
9172 # type: textblock
9173 #: ../src/guestfs-actions.pod:3012 ../src/guestfs-actions.pod:3041 ../src/guestfs-actions.pod:3086 ../src/guestfs-actions.pod:3158 ../src/guestfs-actions.pod:3173
9174 msgid "(Added in 1.5.10)"
9175 msgstr ""
9176
9177 # type: =head2
9178 #: ../src/guestfs-actions.pod:3014
9179 msgid "guestfs_is_busy"
9180 msgstr ""
9181
9182 # type: verbatim
9183 #: ../src/guestfs-actions.pod:3016
9184 #, no-wrap
9185 msgid ""
9186 " int\n"
9187 " guestfs_is_busy (guestfs_h *g);\n"
9188 "\n"
9189 msgstr ""
9190
9191 # type: textblock
9192 #: ../src/guestfs-actions.pod:3019 ../fish/guestfish-actions.pod:2110
9193 msgid ""
9194 "This returns true iff this handle is busy processing a command (in the "
9195 "C<BUSY> state)."
9196 msgstr ""
9197
9198 # type: =head2
9199 #: ../src/guestfs-actions.pod:3028
9200 msgid "guestfs_is_chardev"
9201 msgstr ""
9202
9203 # type: verbatim
9204 #: ../src/guestfs-actions.pod:3030
9205 #, no-wrap
9206 msgid ""
9207 " int\n"
9208 " guestfs_is_chardev (guestfs_h *g,\n"
9209 "                     const char *path);\n"
9210 "\n"
9211 msgstr ""
9212
9213 # type: textblock
9214 #: ../src/guestfs-actions.pod:3034 ../fish/guestfish-actions.pod:2119
9215 msgid ""
9216 "This returns C<true> if and only if there is a character device with the "
9217 "given C<path> name."
9218 msgstr ""
9219
9220 # type: =head2
9221 #: ../src/guestfs-actions.pod:3043
9222 msgid "guestfs_is_config"
9223 msgstr ""
9224
9225 # type: verbatim
9226 #: ../src/guestfs-actions.pod:3045
9227 #, no-wrap
9228 msgid ""
9229 " int\n"
9230 " guestfs_is_config (guestfs_h *g);\n"
9231 "\n"
9232 msgstr ""
9233
9234 # type: textblock
9235 #: ../src/guestfs-actions.pod:3048 ../fish/guestfish-actions.pod:2128
9236 msgid ""
9237 "This returns true iff this handle is being configured (in the C<CONFIG> "
9238 "state)."
9239 msgstr ""
9240
9241 # type: =head2
9242 #: ../src/guestfs-actions.pod:3057
9243 msgid "guestfs_is_dir"
9244 msgstr ""
9245
9246 # type: verbatim
9247 #: ../src/guestfs-actions.pod:3059
9248 #, no-wrap
9249 msgid ""
9250 " int\n"
9251 " guestfs_is_dir (guestfs_h *g,\n"
9252 "                 const char *path);\n"
9253 "\n"
9254 msgstr ""
9255
9256 # type: textblock
9257 #: ../src/guestfs-actions.pod:3063 ../fish/guestfish-actions.pod:2137
9258 msgid ""
9259 "This returns C<true> if and only if there is a directory with the given "
9260 "C<path> name.  Note that it returns false for other objects like files."
9261 msgstr ""
9262
9263 # type: =head2
9264 #: ../src/guestfs-actions.pod:3073
9265 msgid "guestfs_is_fifo"
9266 msgstr ""
9267
9268 # type: verbatim
9269 #: ../src/guestfs-actions.pod:3075
9270 #, no-wrap
9271 msgid ""
9272 " int\n"
9273 " guestfs_is_fifo (guestfs_h *g,\n"
9274 "                  const char *path);\n"
9275 "\n"
9276 msgstr ""
9277
9278 # type: textblock
9279 #: ../src/guestfs-actions.pod:3079 ../fish/guestfish-actions.pod:2147
9280 msgid ""
9281 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
9282 "given C<path> name."
9283 msgstr ""
9284
9285 # type: =head2
9286 #: ../src/guestfs-actions.pod:3088
9287 msgid "guestfs_is_file"
9288 msgstr ""
9289
9290 # type: verbatim
9291 #: ../src/guestfs-actions.pod:3090
9292 #, no-wrap
9293 msgid ""
9294 " int\n"
9295 " guestfs_is_file (guestfs_h *g,\n"
9296 "                  const char *path);\n"
9297 "\n"
9298 msgstr ""
9299
9300 # type: textblock
9301 #: ../src/guestfs-actions.pod:3094 ../fish/guestfish-actions.pod:2156
9302 msgid ""
9303 "This returns C<true> if and only if there is a regular file with the given "
9304 "C<path> name.  Note that it returns false for other objects like "
9305 "directories."
9306 msgstr ""
9307
9308 # type: =head2
9309 #: ../src/guestfs-actions.pod:3104
9310 msgid "guestfs_is_launching"
9311 msgstr ""
9312
9313 # type: verbatim
9314 #: ../src/guestfs-actions.pod:3106
9315 #, no-wrap
9316 msgid ""
9317 " int\n"
9318 " guestfs_is_launching (guestfs_h *g);\n"
9319 "\n"
9320 msgstr ""
9321
9322 # type: textblock
9323 #: ../src/guestfs-actions.pod:3109 ../fish/guestfish-actions.pod:2166
9324 msgid ""
9325 "This returns true iff this handle is launching the subprocess (in the "
9326 "C<LAUNCHING> state)."
9327 msgstr ""
9328
9329 # type: =head2
9330 #: ../src/guestfs-actions.pod:3118
9331 msgid "guestfs_is_lv"
9332 msgstr ""
9333
9334 # type: verbatim
9335 #: ../src/guestfs-actions.pod:3120
9336 #, no-wrap
9337 msgid ""
9338 " int\n"
9339 " guestfs_is_lv (guestfs_h *g,\n"
9340 "                const char *device);\n"
9341 "\n"
9342 msgstr ""
9343
9344 # type: textblock
9345 #: ../src/guestfs-actions.pod:3124 ../fish/guestfish-actions.pod:2175
9346 msgid ""
9347 "This command tests whether C<device> is a logical volume, and returns true "
9348 "iff this is the case."
9349 msgstr ""
9350
9351 # type: =head2
9352 #: ../src/guestfs-actions.pod:3131
9353 msgid "guestfs_is_ready"
9354 msgstr ""
9355
9356 # type: verbatim
9357 #: ../src/guestfs-actions.pod:3133
9358 #, no-wrap
9359 msgid ""
9360 " int\n"
9361 " guestfs_is_ready (guestfs_h *g);\n"
9362 "\n"
9363 msgstr ""
9364
9365 # type: textblock
9366 #: ../src/guestfs-actions.pod:3136 ../fish/guestfish-actions.pod:2182
9367 msgid ""
9368 "This returns true iff this handle is ready to accept commands (in the "
9369 "C<READY> state)."
9370 msgstr ""
9371
9372 # type: =head2
9373 #: ../src/guestfs-actions.pod:3145
9374 msgid "guestfs_is_socket"
9375 msgstr ""
9376
9377 # type: verbatim
9378 #: ../src/guestfs-actions.pod:3147
9379 #, no-wrap
9380 msgid ""
9381 " int\n"
9382 " guestfs_is_socket (guestfs_h *g,\n"
9383 "                    const char *path);\n"
9384 "\n"
9385 msgstr ""
9386
9387 # type: textblock
9388 #: ../src/guestfs-actions.pod:3151 ../fish/guestfish-actions.pod:2191
9389 msgid ""
9390 "This returns C<true> if and only if there is a Unix domain socket with the "
9391 "given C<path> name."
9392 msgstr ""
9393
9394 # type: =head2
9395 #: ../src/guestfs-actions.pod:3160
9396 msgid "guestfs_is_symlink"
9397 msgstr ""
9398
9399 # type: verbatim
9400 #: ../src/guestfs-actions.pod:3162
9401 #, no-wrap
9402 msgid ""
9403 " int\n"
9404 " guestfs_is_symlink (guestfs_h *g,\n"
9405 "                     const char *path);\n"
9406 "\n"
9407 msgstr ""
9408
9409 # type: textblock
9410 #: ../src/guestfs-actions.pod:3166 ../fish/guestfish-actions.pod:2200
9411 msgid ""
9412 "This returns C<true> if and only if there is a symbolic link with the given "
9413 "C<path> name."
9414 msgstr ""
9415
9416 # type: =head2
9417 #: ../src/guestfs-actions.pod:3175
9418 msgid "guestfs_kill_subprocess"
9419 msgstr ""
9420
9421 # type: verbatim
9422 #: ../src/guestfs-actions.pod:3177
9423 #, no-wrap
9424 msgid ""
9425 " int\n"
9426 " guestfs_kill_subprocess (guestfs_h *g);\n"
9427 "\n"
9428 msgstr ""
9429
9430 # type: textblock
9431 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2209
9432 msgid "This kills the qemu subprocess.  You should never need to call this."
9433 msgstr ""
9434
9435 # type: =head2
9436 #: ../src/guestfs-actions.pod:3186
9437 msgid "guestfs_launch"
9438 msgstr ""
9439
9440 # type: verbatim
9441 #: ../src/guestfs-actions.pod:3188
9442 #, no-wrap
9443 msgid ""
9444 " int\n"
9445 " guestfs_launch (guestfs_h *g);\n"
9446 "\n"
9447 msgstr ""
9448
9449 # type: textblock
9450 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2217
9451 msgid ""
9452 "Internally libguestfs is implemented by running a virtual machine using "
9453 "L<qemu(1)>."
9454 msgstr ""
9455
9456 # type: textblock
9457 #: ../src/guestfs-actions.pod:3194 ../fish/guestfish-actions.pod:2220
9458 msgid ""
9459 "You should call this after configuring the handle (eg. adding drives) but "
9460 "before performing any actions."
9461 msgstr ""
9462
9463 # type: =head2
9464 #: ../src/guestfs-actions.pod:3201
9465 msgid "guestfs_lchown"
9466 msgstr ""
9467
9468 # type: verbatim
9469 #: ../src/guestfs-actions.pod:3203
9470 #, no-wrap
9471 msgid ""
9472 " int\n"
9473 " guestfs_lchown (guestfs_h *g,\n"
9474 "                 int owner,\n"
9475 "                 int group,\n"
9476 "                 const char *path);\n"
9477 "\n"
9478 msgstr ""
9479
9480 # type: textblock
9481 #: ../src/guestfs-actions.pod:3209
9482 msgid ""
9483 "Change the file owner to C<owner> and group to C<group>.  This is like "
9484 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
9485 "changed, not the target."
9486 msgstr ""
9487
9488 # type: =head2
9489 #: ../src/guestfs-actions.pod:3221
9490 msgid "guestfs_lgetxattrs"
9491 msgstr ""
9492
9493 # type: verbatim
9494 #: ../src/guestfs-actions.pod:3223
9495 #, no-wrap
9496 msgid ""
9497 " struct guestfs_xattr_list *\n"
9498 " guestfs_lgetxattrs (guestfs_h *g,\n"
9499 "                     const char *path);\n"
9500 "\n"
9501 msgstr ""
9502
9503 # type: textblock
9504 #: ../src/guestfs-actions.pod:3227
9505 msgid ""
9506 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
9507 "then it returns the extended attributes of the link itself."
9508 msgstr ""
9509
9510 # type: =head2
9511 #: ../src/guestfs-actions.pod:3237
9512 msgid "guestfs_list_devices"
9513 msgstr ""
9514
9515 # type: verbatim
9516 #: ../src/guestfs-actions.pod:3239
9517 #, no-wrap
9518 msgid ""
9519 " char **\n"
9520 " guestfs_list_devices (guestfs_h *g);\n"
9521 "\n"
9522 msgstr ""
9523
9524 # type: textblock
9525 #: ../src/guestfs-actions.pod:3242 ../fish/guestfish-actions.pod:2247
9526 msgid "List all the block devices."
9527 msgstr ""
9528
9529 # type: textblock
9530 #: ../src/guestfs-actions.pod:3244 ../fish/guestfish-actions.pod:2249
9531 msgid "The full block device names are returned, eg. C</dev/sda>."
9532 msgstr ""
9533
9534 # type: =head2
9535 #: ../src/guestfs-actions.pod:3254
9536 msgid "guestfs_list_filesystems"
9537 msgstr ""
9538
9539 # type: verbatim
9540 #: ../src/guestfs-actions.pod:3256
9541 #, no-wrap
9542 msgid ""
9543 " char **\n"
9544 " guestfs_list_filesystems (guestfs_h *g);\n"
9545 "\n"
9546 msgstr ""
9547
9548 # type: textblock
9549 #: ../src/guestfs-actions.pod:3259 ../fish/guestfish-actions.pod:2257
9550 msgid ""
9551 "This inspection command looks for filesystems on partitions, block devices "
9552 "and logical volumes, returning a list of devices containing filesystems and "
9553 "their type."
9554 msgstr ""
9555
9556 # type: textblock
9557 #: ../src/guestfs-actions.pod:3263 ../fish/guestfish-actions.pod:2261
9558 msgid ""
9559 "The return value is a hash, where the keys are the devices containing "
9560 "filesystems, and the values are the filesystem types.  For example:"
9561 msgstr ""
9562
9563 # type: verbatim
9564 #: ../src/guestfs-actions.pod:3267 ../fish/guestfish-actions.pod:2265
9565 #, no-wrap
9566 msgid ""
9567 " \"/dev/sda1\" => \"ntfs\"\n"
9568 " \"/dev/sda2\" => \"ext2\"\n"
9569 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
9570 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
9571 "\n"
9572 msgstr ""
9573
9574 # type: textblock
9575 #: ../src/guestfs-actions.pod:3272 ../fish/guestfish-actions.pod:2270
9576 msgid ""
9577 "The value can have the special value \"unknown\", meaning the content of the "
9578 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
9579 msgstr ""
9580
9581 # type: textblock
9582 #: ../src/guestfs-actions.pod:3276
9583 msgid ""
9584 "This command runs other libguestfs commands, which might include "
9585 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
9586 "soon after launch and only when nothing is mounted."
9587 msgstr ""
9588
9589 # type: textblock
9590 #: ../src/guestfs-actions.pod:3280
9591 msgid ""
9592 "Not all of the filesystems returned will be mountable.  In particular, swap "
9593 "partitions are returned in the list.  Also this command does not check that "
9594 "each filesystem found is valid and mountable, and some filesystems might be "
9595 "mountable but require special options.  Filesystems may not all belong to a "
9596 "single logical operating system (use C<guestfs_inspect_os> to look for "
9597 "OSes)."
9598 msgstr ""
9599
9600 # type: textblock
9601 #: ../src/guestfs-actions.pod:3294 ../src/guestfs-actions.pod:4817
9602 msgid "(Added in 1.5.15)"
9603 msgstr ""
9604
9605 # type: =head2
9606 #: ../src/guestfs-actions.pod:3296
9607 msgid "guestfs_list_partitions"
9608 msgstr ""
9609
9610 # type: verbatim
9611 #: ../src/guestfs-actions.pod:3298
9612 #, no-wrap
9613 msgid ""
9614 " char **\n"
9615 " guestfs_list_partitions (guestfs_h *g);\n"
9616 "\n"
9617 msgstr ""
9618
9619 # type: textblock
9620 #: ../src/guestfs-actions.pod:3301 ../fish/guestfish-actions.pod:2290
9621 msgid "List all the partitions detected on all block devices."
9622 msgstr ""
9623
9624 # type: textblock
9625 #: ../src/guestfs-actions.pod:3303 ../fish/guestfish-actions.pod:2292
9626 msgid "The full partition device names are returned, eg. C</dev/sda1>"
9627 msgstr ""
9628
9629 # type: textblock
9630 #: ../src/guestfs-actions.pod:3305
9631 msgid ""
9632 "This does not return logical volumes.  For that you will need to call "
9633 "C<guestfs_lvs>."
9634 msgstr ""
9635
9636 # type: =head2
9637 #: ../src/guestfs-actions.pod:3316
9638 msgid "guestfs_ll"
9639 msgstr ""
9640
9641 # type: verbatim
9642 #: ../src/guestfs-actions.pod:3318
9643 #, no-wrap
9644 msgid ""
9645 " char *\n"
9646 " guestfs_ll (guestfs_h *g,\n"
9647 "             const char *directory);\n"
9648 "\n"
9649 msgstr ""
9650
9651 # type: textblock
9652 #: ../src/guestfs-actions.pod:3322 ../fish/guestfish-actions.pod:2303
9653 msgid ""
9654 "List the files in C<directory> (relative to the root directory, there is no "
9655 "cwd) in the format of 'ls -la'."
9656 msgstr ""
9657
9658 # type: textblock
9659 #: ../src/guestfs-actions.pod:3325 ../fish/guestfish-actions.pod:2306
9660 msgid ""
9661 "This command is mostly useful for interactive sessions.  It is I<not> "
9662 "intended that you try to parse the output string."
9663 msgstr ""
9664
9665 # type: =head2
9666 #: ../src/guestfs-actions.pod:3333
9667 msgid "guestfs_ln"
9668 msgstr ""
9669
9670 # type: verbatim
9671 #: ../src/guestfs-actions.pod:3335
9672 #, no-wrap
9673 msgid ""
9674 " int\n"
9675 " guestfs_ln (guestfs_h *g,\n"
9676 "             const char *target,\n"
9677 "             const char *linkname);\n"
9678 "\n"
9679 msgstr ""
9680
9681 # type: textblock
9682 #: ../src/guestfs-actions.pod:3340 ../fish/guestfish-actions.pod:2313
9683 msgid "This command creates a hard link using the C<ln> command."
9684 msgstr ""
9685
9686 # type: =head2
9687 #: ../src/guestfs-actions.pod:3346
9688 msgid "guestfs_ln_f"
9689 msgstr ""
9690
9691 # type: verbatim
9692 #: ../src/guestfs-actions.pod:3348
9693 #, no-wrap
9694 msgid ""
9695 " int\n"
9696 " guestfs_ln_f (guestfs_h *g,\n"
9697 "               const char *target,\n"
9698 "               const char *linkname);\n"
9699 "\n"
9700 msgstr ""
9701
9702 # type: textblock
9703 #: ../src/guestfs-actions.pod:3353 ../fish/guestfish-actions.pod:2319
9704 msgid ""
9705 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
9706 "option removes the link (C<linkname>) if it exists already."
9707 msgstr ""
9708
9709 # type: =head2
9710 #: ../src/guestfs-actions.pod:3360
9711 msgid "guestfs_ln_s"
9712 msgstr ""
9713
9714 # type: verbatim
9715 #: ../src/guestfs-actions.pod:3362
9716 #, no-wrap
9717 msgid ""
9718 " int\n"
9719 " guestfs_ln_s (guestfs_h *g,\n"
9720 "               const char *target,\n"
9721 "               const char *linkname);\n"
9722 "\n"
9723 msgstr ""
9724
9725 # type: textblock
9726 #: ../src/guestfs-actions.pod:3367 ../fish/guestfish-actions.pod:2326
9727 msgid "This command creates a symbolic link using the C<ln -s> command."
9728 msgstr ""
9729
9730 # type: =head2
9731 #: ../src/guestfs-actions.pod:3373
9732 msgid "guestfs_ln_sf"
9733 msgstr ""
9734
9735 # type: verbatim
9736 #: ../src/guestfs-actions.pod:3375
9737 #, no-wrap
9738 msgid ""
9739 " int\n"
9740 " guestfs_ln_sf (guestfs_h *g,\n"
9741 "                const char *target,\n"
9742 "                const char *linkname);\n"
9743 "\n"
9744 msgstr ""
9745
9746 # type: textblock
9747 #: ../src/guestfs-actions.pod:3380 ../fish/guestfish-actions.pod:2332
9748 msgid ""
9749 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
9750 "option removes the link (C<linkname>) if it exists already."
9751 msgstr ""
9752
9753 # type: =head2
9754 #: ../src/guestfs-actions.pod:3387
9755 msgid "guestfs_lremovexattr"
9756 msgstr ""
9757
9758 # type: verbatim
9759 #: ../src/guestfs-actions.pod:3389
9760 #, no-wrap
9761 msgid ""
9762 " int\n"
9763 " guestfs_lremovexattr (guestfs_h *g,\n"
9764 "                       const char *xattr,\n"
9765 "                       const char *path);\n"
9766 "\n"
9767 msgstr ""
9768
9769 # type: textblock
9770 #: ../src/guestfs-actions.pod:3394
9771 msgid ""
9772 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
9773 "link, then it removes an extended attribute of the link itself."
9774 msgstr ""
9775
9776 # type: =head2
9777 #: ../src/guestfs-actions.pod:3402
9778 msgid "guestfs_ls"
9779 msgstr ""
9780
9781 # type: verbatim
9782 #: ../src/guestfs-actions.pod:3404
9783 #, no-wrap
9784 msgid ""
9785 " char **\n"
9786 " guestfs_ls (guestfs_h *g,\n"
9787 "             const char *directory);\n"
9788 "\n"
9789 msgstr ""
9790
9791 # type: textblock
9792 #: ../src/guestfs-actions.pod:3408 ../fish/guestfish-actions.pod:2347
9793 msgid ""
9794 "List the files in C<directory> (relative to the root directory, there is no "
9795 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
9796 "shown."
9797 msgstr ""
9798
9799 # type: textblock
9800 #: ../src/guestfs-actions.pod:3412
9801 msgid ""
9802 "This command is mostly useful for interactive sessions.  Programs should "
9803 "probably use C<guestfs_readdir> instead."
9804 msgstr ""
9805
9806 # type: =head2
9807 #: ../src/guestfs-actions.pod:3421
9808 msgid "guestfs_lsetxattr"
9809 msgstr ""
9810
9811 # type: verbatim
9812 #: ../src/guestfs-actions.pod:3423
9813 #, no-wrap
9814 msgid ""
9815 " int\n"
9816 " guestfs_lsetxattr (guestfs_h *g,\n"
9817 "                    const char *xattr,\n"
9818 "                    const char *val,\n"
9819 "                    int vallen,\n"
9820 "                    const char *path);\n"
9821 "\n"
9822 msgstr ""
9823
9824 # type: textblock
9825 #: ../src/guestfs-actions.pod:3430
9826 msgid ""
9827 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
9828 "then it sets an extended attribute of the link itself."
9829 msgstr ""
9830
9831 # type: =head2
9832 #: ../src/guestfs-actions.pod:3438
9833 msgid "guestfs_lstat"
9834 msgstr ""
9835
9836 # type: verbatim
9837 #: ../src/guestfs-actions.pod:3440
9838 #, no-wrap
9839 msgid ""
9840 " struct guestfs_stat *\n"
9841 " guestfs_lstat (guestfs_h *g,\n"
9842 "                const char *path);\n"
9843 "\n"
9844 msgstr ""
9845
9846 # type: textblock
9847 #: ../src/guestfs-actions.pod:3444 ../src/guestfs-actions.pod:5871 ../fish/guestfish-actions.pod:2366 ../fish/guestfish-actions.pod:3948
9848 msgid "Returns file information for the given C<path>."
9849 msgstr ""
9850
9851 # type: textblock
9852 #: ../src/guestfs-actions.pod:3446
9853 msgid ""
9854 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
9855 "link, then the link is stat-ed, not the file it refers to."
9856 msgstr ""
9857
9858 # type: textblock
9859 #: ../src/guestfs-actions.pod:3450 ../fish/guestfish-actions.pod:2372
9860 msgid "This is the same as the C<lstat(2)> system call."
9861 msgstr ""
9862
9863 # type: textblock
9864 #: ../src/guestfs-actions.pod:3452 ../src/guestfs-actions.pod:5875
9865 msgid ""
9866 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
9867 "error.  I<The caller must call C<guestfs_free_stat> after use>."
9868 msgstr ""
9869
9870 # type: textblock
9871 #: ../src/guestfs-actions.pod:3456 ../src/guestfs-actions.pod:5879 ../src/guestfs-actions.pod:5897 ../src/guestfs-actions.pod:6278
9872 msgid "(Added in 0.9.2)"
9873 msgstr ""
9874
9875 # type: =head2
9876 #: ../src/guestfs-actions.pod:3458
9877 msgid "guestfs_lstatlist"
9878 msgstr ""
9879
9880 # type: verbatim
9881 #: ../src/guestfs-actions.pod:3460
9882 #, no-wrap
9883 msgid ""
9884 " struct guestfs_stat_list *\n"
9885 " guestfs_lstatlist (guestfs_h *g,\n"
9886 "                    const char *path,\n"
9887 "                    char *const *names);\n"
9888 "\n"
9889 msgstr ""
9890
9891 # type: textblock
9892 #: ../src/guestfs-actions.pod:3465
9893 msgid ""
9894 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
9895 "files, where all files are in the directory C<path>.  C<names> is the list "
9896 "of files from this directory."
9897 msgstr ""
9898
9899 # type: textblock
9900 #: ../src/guestfs-actions.pod:3469 ../fish/guestfish-actions.pod:2382
9901 msgid ""
9902 "On return you get a list of stat structs, with a one-to-one correspondence "
9903 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
9904 "then the C<ino> field of that structure is set to C<-1>."
9905 msgstr ""
9906
9907 # type: textblock
9908 #: ../src/guestfs-actions.pod:3474
9909 msgid ""
9910 "This call is intended for programs that want to efficiently list a directory "
9911 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
9912 "for a similarly efficient call for getting extended attributes.  Very long "
9913 "directory listings might cause the protocol message size to be exceeded, "
9914 "causing this call to fail.  The caller must split up such requests into "
9915 "smaller groups of names."
9916 msgstr ""
9917
9918 # type: textblock
9919 #: ../src/guestfs-actions.pod:3482
9920 msgid ""
9921 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
9922 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
9923 msgstr ""
9924
9925 # type: =head2
9926 #: ../src/guestfs-actions.pod:3488
9927 msgid "guestfs_luks_add_key"
9928 msgstr ""
9929
9930 # type: verbatim
9931 #: ../src/guestfs-actions.pod:3490
9932 #, no-wrap
9933 msgid ""
9934 " int\n"
9935 " guestfs_luks_add_key (guestfs_h *g,\n"
9936 "                       const char *device,\n"
9937 "                       const char *key,\n"
9938 "                       const char *newkey,\n"
9939 "                       int keyslot);\n"
9940 "\n"
9941 msgstr ""
9942
9943 # type: textblock
9944 #: ../src/guestfs-actions.pod:3497 ../fish/guestfish-actions.pod:2399
9945 msgid ""
9946 "This command adds a new key on LUKS device C<device>.  C<key> is any "
9947 "existing key, and is used to access the device.  C<newkey> is the new key to "
9948 "add.  C<keyslot> is the key slot that will be replaced."
9949 msgstr ""
9950
9951 # type: textblock
9952 #: ../src/guestfs-actions.pod:3502
9953 msgid ""
9954 "Note that if C<keyslot> already contains a key, then this command will "
9955 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
9956 msgstr ""
9957
9958 # type: textblock
9959 #: ../src/guestfs-actions.pod:3508 ../src/guestfs-actions.pod:3548 ../src/guestfs-actions.pod:3571 ../src/guestfs-actions.pod:3591 ../src/guestfs-actions.pod:3623 ../src/guestfs-actions.pod:3642
9960 msgid ""
9961 "This function takes a key or passphrase parameter which could contain "
9962 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
9963 "information."
9964 msgstr ""
9965
9966 # type: textblock
9967 #: ../src/guestfs-actions.pod:3512 ../src/guestfs-actions.pod:3552 ../src/guestfs-actions.pod:3575 ../src/guestfs-actions.pod:3595
9968 msgid "(Added in 1.5.2)"
9969 msgstr ""
9970
9971 # type: =head2
9972 #: ../src/guestfs-actions.pod:3514
9973 msgid "guestfs_luks_close"
9974 msgstr ""
9975
9976 # type: verbatim
9977 #: ../src/guestfs-actions.pod:3516
9978 #, no-wrap
9979 msgid ""
9980 " int\n"
9981 " guestfs_luks_close (guestfs_h *g,\n"
9982 "                     const char *device);\n"
9983 "\n"
9984 msgstr ""
9985
9986 # type: textblock
9987 #: ../src/guestfs-actions.pod:3520
9988 msgid ""
9989 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
9990 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
9991 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
9992 "underlying block device."
9993 msgstr ""
9994
9995 # type: textblock
9996 #: ../src/guestfs-actions.pod:3528 ../src/guestfs-actions.pod:3627 ../src/guestfs-actions.pod:3646 ../src/guestfs-actions.pod:3696 ../src/guestfs-actions.pod:3744
9997 msgid "(Added in 1.5.1)"
9998 msgstr ""
9999
10000 # type: =head2
10001 #: ../src/guestfs-actions.pod:3530
10002 msgid "guestfs_luks_format"
10003 msgstr ""
10004
10005 # type: verbatim
10006 #: ../src/guestfs-actions.pod:3532
10007 #, no-wrap
10008 msgid ""
10009 " int\n"
10010 " guestfs_luks_format (guestfs_h *g,\n"
10011 "                      const char *device,\n"
10012 "                      const char *key,\n"
10013 "                      int keyslot);\n"
10014 "\n"
10015 msgstr ""
10016
10017 # type: textblock
10018 #: ../src/guestfs-actions.pod:3538 ../fish/guestfish-actions.pod:2425
10019 msgid ""
10020 "This command erases existing data on C<device> and formats the device as a "
10021 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
10022 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
10023 msgstr ""
10024
10025 # type: textblock
10026 #: ../src/guestfs-actions.pod:3545 ../src/guestfs-actions.pod:3568 ../src/guestfs-actions.pod:3708 ../src/guestfs-actions.pod:4568 ../src/guestfs-actions.pod:5331 ../src/guestfs-actions.pod:5706 ../src/guestfs-actions.pod:5729 ../src/guestfs-actions.pod:5755 ../src/guestfs-actions.pod:6905 ../fish/guestfish-actions.pod:2433 ../fish/guestfish-actions.pod:2446 ../fish/guestfish-actions.pod:2530 ../fish/guestfish-actions.pod:3060 ../fish/guestfish-actions.pod:3567 ../fish/guestfish-actions.pod:3847 ../fish/guestfish-actions.pod:3863 ../fish/guestfish-actions.pod:3878 ../fish/guestfish-actions.pod:4593
10027 msgid ""
10028 "B<This command is dangerous.  Without careful use you can easily destroy all "
10029 "your data>."
10030 msgstr ""
10031
10032 # type: =head2
10033 #: ../src/guestfs-actions.pod:3554
10034 msgid "guestfs_luks_format_cipher"
10035 msgstr ""
10036
10037 # type: verbatim
10038 #: ../src/guestfs-actions.pod:3556
10039 #, no-wrap
10040 msgid ""
10041 " int\n"
10042 " guestfs_luks_format_cipher (guestfs_h *g,\n"
10043 "                             const char *device,\n"
10044 "                             const char *key,\n"
10045 "                             int keyslot,\n"
10046 "                             const char *cipher);\n"
10047 "\n"
10048 msgstr ""
10049
10050 # type: textblock
10051 #: ../src/guestfs-actions.pod:3563
10052 msgid ""
10053 "This command is the same as C<guestfs_luks_format> but it also allows you to "
10054 "set the C<cipher> used."
10055 msgstr ""
10056
10057 # type: =head2
10058 #: ../src/guestfs-actions.pod:3577
10059 msgid "guestfs_luks_kill_slot"
10060 msgstr ""
10061
10062 # type: verbatim
10063 #: ../src/guestfs-actions.pod:3579
10064 #, no-wrap
10065 msgid ""
10066 " int\n"
10067 " guestfs_luks_kill_slot (guestfs_h *g,\n"
10068 "                         const char *device,\n"
10069 "                         const char *key,\n"
10070 "                         int keyslot);\n"
10071 "\n"
10072 msgstr ""
10073
10074 # type: textblock
10075 #: ../src/guestfs-actions.pod:3585 ../fish/guestfish-actions.pod:2453
10076 msgid ""
10077 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
10078 "device C<device>.  C<key> must be one of the I<other> keys."
10079 msgstr ""
10080
10081 # type: =head2
10082 #: ../src/guestfs-actions.pod:3597
10083 msgid "guestfs_luks_open"
10084 msgstr ""
10085
10086 # type: verbatim
10087 #: ../src/guestfs-actions.pod:3599
10088 #, no-wrap
10089 msgid ""
10090 " int\n"
10091 " guestfs_luks_open (guestfs_h *g,\n"
10092 "                    const char *device,\n"
10093 "                    const char *key,\n"
10094 "                    const char *mapname);\n"
10095 "\n"
10096 msgstr ""
10097
10098 # type: textblock
10099 #: ../src/guestfs-actions.pod:3605 ../fish/guestfish-actions.pod:2464
10100 msgid ""
10101 "This command opens a block device which has been encrypted according to the "
10102 "Linux Unified Key Setup (LUKS) standard."
10103 msgstr ""
10104
10105 # type: textblock
10106 #: ../src/guestfs-actions.pod:3608 ../fish/guestfish-actions.pod:2467
10107 msgid "C<device> is the encrypted block device or partition."
10108 msgstr ""
10109
10110 # type: textblock
10111 #: ../src/guestfs-actions.pod:3610 ../fish/guestfish-actions.pod:2469
10112 msgid ""
10113 "The caller must supply one of the keys associated with the LUKS block "
10114 "device, in the C<key> parameter."
10115 msgstr ""
10116
10117 # type: textblock
10118 #: ../src/guestfs-actions.pod:3613 ../fish/guestfish-actions.pod:2472
10119 msgid ""
10120 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
10121 "writes to this block device are decrypted from and encrypted to the "
10122 "underlying C<device> respectively."
10123 msgstr ""
10124
10125 # type: textblock
10126 #: ../src/guestfs-actions.pod:3617
10127 msgid ""
10128 "If this block device contains LVM volume groups, then calling "
10129 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
10130 "visible."
10131 msgstr ""
10132
10133 # type: =head2
10134 #: ../src/guestfs-actions.pod:3629
10135 msgid "guestfs_luks_open_ro"
10136 msgstr ""
10137
10138 # type: verbatim
10139 #: ../src/guestfs-actions.pod:3631
10140 #, no-wrap
10141 msgid ""
10142 " int\n"
10143 " guestfs_luks_open_ro (guestfs_h *g,\n"
10144 "                       const char *device,\n"
10145 "                       const char *key,\n"
10146 "                       const char *mapname);\n"
10147 "\n"
10148 msgstr ""
10149
10150 # type: textblock
10151 #: ../src/guestfs-actions.pod:3637
10152 msgid ""
10153 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
10154 "created."
10155 msgstr ""
10156
10157 # type: =head2
10158 #: ../src/guestfs-actions.pod:3648
10159 msgid "guestfs_lvcreate"
10160 msgstr ""
10161
10162 # type: verbatim
10163 #: ../src/guestfs-actions.pod:3650
10164 #, no-wrap
10165 msgid ""
10166 " int\n"
10167 " guestfs_lvcreate (guestfs_h *g,\n"
10168 "                   const char *logvol,\n"
10169 "                   const char *volgroup,\n"
10170 "                   int mbytes);\n"
10171 "\n"
10172 msgstr ""
10173
10174 # type: textblock
10175 #: ../src/guestfs-actions.pod:3656 ../fish/guestfish-actions.pod:2497
10176 msgid ""
10177 "This creates an LVM logical volume called C<logvol> on the volume group "
10178 "C<volgroup>, with C<size> megabytes."
10179 msgstr ""
10180
10181 # type: =head2
10182 #: ../src/guestfs-actions.pod:3663
10183 msgid "guestfs_lvm_canonical_lv_name"
10184 msgstr ""
10185
10186 # type: verbatim
10187 #: ../src/guestfs-actions.pod:3665
10188 #, no-wrap
10189 msgid ""
10190 " char *\n"
10191 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
10192 "                                const char *lvname);\n"
10193 "\n"
10194 msgstr ""
10195
10196 # type: textblock
10197 #: ../src/guestfs-actions.pod:3669 ../fish/guestfish-actions.pod:2504
10198 msgid ""
10199 "This converts alternative naming schemes for LVs that you might find to the "
10200 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
10201 "C</dev/VG/LV>."
10202 msgstr ""
10203
10204 # type: textblock
10205 #: ../src/guestfs-actions.pod:3673 ../fish/guestfish-actions.pod:2508
10206 msgid ""
10207 "This command returns an error if the C<lvname> parameter does not refer to a "
10208 "logical volume."
10209 msgstr ""
10210
10211 # type: textblock
10212 #: ../src/guestfs-actions.pod:3676
10213 msgid "See also C<guestfs_is_lv>."
10214 msgstr ""
10215
10216 # type: textblock
10217 #: ../src/guestfs-actions.pod:3681
10218 msgid "(Added in 1.5.24)"
10219 msgstr ""
10220
10221 # type: =head2
10222 #: ../src/guestfs-actions.pod:3683
10223 msgid "guestfs_lvm_clear_filter"
10224 msgstr ""
10225
10226 # type: verbatim
10227 #: ../src/guestfs-actions.pod:3685
10228 #, no-wrap
10229 msgid ""
10230 " int\n"
10231 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
10232 "\n"
10233 msgstr ""
10234
10235 # type: textblock
10236 #: ../src/guestfs-actions.pod:3688
10237 msgid ""
10238 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
10239 "see every block device."
10240 msgstr ""
10241
10242 # type: textblock
10243 #: ../src/guestfs-actions.pod:3691 ../src/guestfs-actions.pod:3733 ../fish/guestfish-actions.pod:2520 ../fish/guestfish-actions.pod:2551
10244 msgid "This command also clears the LVM cache and performs a volume group scan."
10245 msgstr ""
10246
10247 # type: =head2
10248 #: ../src/guestfs-actions.pod:3698
10249 msgid "guestfs_lvm_remove_all"
10250 msgstr ""
10251
10252 # type: verbatim
10253 #: ../src/guestfs-actions.pod:3700
10254 #, no-wrap
10255 msgid ""
10256 " int\n"
10257 " guestfs_lvm_remove_all (guestfs_h *g);\n"
10258 "\n"
10259 msgstr ""
10260
10261 # type: textblock
10262 #: ../src/guestfs-actions.pod:3703 ../fish/guestfish-actions.pod:2527
10263 msgid ""
10264 "This command removes all LVM logical volumes, volume groups and physical "
10265 "volumes."
10266 msgstr ""
10267
10268 # type: =head2
10269 #: ../src/guestfs-actions.pod:3713
10270 msgid "guestfs_lvm_set_filter"
10271 msgstr ""
10272
10273 # type: verbatim
10274 #: ../src/guestfs-actions.pod:3715
10275 #, no-wrap
10276 msgid ""
10277 " int\n"
10278 " guestfs_lvm_set_filter (guestfs_h *g,\n"
10279 "                         char *const *devices);\n"
10280 "\n"
10281 msgstr ""
10282
10283 # type: textblock
10284 #: ../src/guestfs-actions.pod:3719 ../fish/guestfish-actions.pod:2537
10285 msgid ""
10286 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
10287 "block devices in the list C<devices>, and will ignore all other attached "
10288 "block devices."
10289 msgstr ""
10290
10291 # type: textblock
10292 #: ../src/guestfs-actions.pod:3723 ../fish/guestfish-actions.pod:2541
10293 msgid ""
10294 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
10295 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
10296 "there are two types of duplication possible: either cloned PVs/VGs which "
10297 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
10298 "same name.  In normal operation you cannot create this situation, but you "
10299 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
10300 "inside the LVM metadata."
10301 msgstr ""
10302
10303 # type: textblock
10304 #: ../src/guestfs-actions.pod:3736 ../fish/guestfish-actions.pod:2554
10305 msgid "You can filter whole block devices or individual partitions."
10306 msgstr ""
10307
10308 # type: textblock
10309 #: ../src/guestfs-actions.pod:3738 ../fish/guestfish-actions.pod:2556
10310 msgid ""
10311 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
10312 "filesystem), even if you are not filtering out that VG."
10313 msgstr ""
10314
10315 # type: =head2
10316 #: ../src/guestfs-actions.pod:3746
10317 msgid "guestfs_lvremove"
10318 msgstr ""
10319
10320 # type: verbatim
10321 #: ../src/guestfs-actions.pod:3748
10322 #, no-wrap
10323 msgid ""
10324 " int\n"
10325 " guestfs_lvremove (guestfs_h *g,\n"
10326 "                   const char *device);\n"
10327 "\n"
10328 msgstr ""
10329
10330 # type: textblock
10331 #: ../src/guestfs-actions.pod:3752 ../fish/guestfish-actions.pod:2564
10332 msgid ""
10333 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
10334 "LV, such as C</dev/VG/LV>."
10335 msgstr ""
10336
10337 # type: textblock
10338 #: ../src/guestfs-actions.pod:3755 ../fish/guestfish-actions.pod:2567
10339 msgid ""
10340 "You can also remove all LVs in a volume group by specifying the VG name, "
10341 "C</dev/VG>."
10342 msgstr ""
10343
10344 # type: textblock
10345 #: ../src/guestfs-actions.pod:3760 ../src/guestfs-actions.pod:4914 ../src/guestfs-actions.pod:6644
10346 msgid "(Added in 1.0.13)"
10347 msgstr ""
10348
10349 # type: =head2
10350 #: ../src/guestfs-actions.pod:3762
10351 msgid "guestfs_lvrename"
10352 msgstr ""
10353
10354 # type: verbatim
10355 #: ../src/guestfs-actions.pod:3764
10356 #, no-wrap
10357 msgid ""
10358 " int\n"
10359 " guestfs_lvrename (guestfs_h *g,\n"
10360 "                   const char *logvol,\n"
10361 "                   const char *newlogvol);\n"
10362 "\n"
10363 msgstr ""
10364
10365 # type: textblock
10366 #: ../src/guestfs-actions.pod:3769 ../fish/guestfish-actions.pod:2574
10367 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
10368 msgstr ""
10369
10370 # type: textblock
10371 #: ../src/guestfs-actions.pod:3773 ../src/guestfs-actions.pod:6657
10372 msgid "(Added in 1.0.83)"
10373 msgstr ""
10374
10375 # type: =head2
10376 #: ../src/guestfs-actions.pod:3775
10377 msgid "guestfs_lvresize"
10378 msgstr ""
10379
10380 # type: verbatim
10381 #: ../src/guestfs-actions.pod:3777
10382 #, no-wrap
10383 msgid ""
10384 " int\n"
10385 " guestfs_lvresize (guestfs_h *g,\n"
10386 "                   const char *device,\n"
10387 "                   int mbytes);\n"
10388 "\n"
10389 msgstr ""
10390
10391 # type: textblock
10392 #: ../src/guestfs-actions.pod:3782 ../fish/guestfish-actions.pod:2580
10393 msgid ""
10394 "This resizes (expands or shrinks) an existing LVM logical volume to "
10395 "C<mbytes>.  When reducing, data in the reduced part is lost."
10396 msgstr ""
10397
10398 # type: =head2
10399 #: ../src/guestfs-actions.pod:3790
10400 msgid "guestfs_lvresize_free"
10401 msgstr ""
10402
10403 # type: verbatim
10404 #: ../src/guestfs-actions.pod:3792
10405 #, no-wrap
10406 msgid ""
10407 " int\n"
10408 " guestfs_lvresize_free (guestfs_h *g,\n"
10409 "                        const char *lv,\n"
10410 "                        int percent);\n"
10411 "\n"
10412 msgstr ""
10413
10414 # type: textblock
10415 #: ../src/guestfs-actions.pod:3797 ../fish/guestfish-actions.pod:2588
10416 msgid ""
10417 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
10418 "remaining free space in the volume group.  Commonly you would call this with "
10419 "pc = 100 which expands the logical volume as much as possible, using all "
10420 "remaining free space in the volume group."
10421 msgstr ""
10422
10423 # type: textblock
10424 #: ../src/guestfs-actions.pod:3805
10425 msgid "(Added in 1.3.3)"
10426 msgstr ""
10427
10428 # type: =head2
10429 #: ../src/guestfs-actions.pod:3807
10430 msgid "guestfs_lvs"
10431 msgstr ""
10432
10433 # type: verbatim
10434 #: ../src/guestfs-actions.pod:3809
10435 #, no-wrap
10436 msgid ""
10437 " char **\n"
10438 " guestfs_lvs (guestfs_h *g);\n"
10439 "\n"
10440 msgstr ""
10441
10442 # type: textblock
10443 #: ../src/guestfs-actions.pod:3812 ../fish/guestfish-actions.pod:2598
10444 msgid ""
10445 "List all the logical volumes detected.  This is the equivalent of the "
10446 "L<lvs(8)> command."
10447 msgstr ""
10448
10449 # type: textblock
10450 #: ../src/guestfs-actions.pod:3815 ../fish/guestfish-actions.pod:2601
10451 msgid ""
10452 "This returns a list of the logical volume device names "
10453 "(eg. C</dev/VolGroup00/LogVol00>)."
10454 msgstr ""
10455
10456 # type: textblock
10457 #: ../src/guestfs-actions.pod:3818
10458 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
10459 msgstr ""
10460
10461 # type: =head2
10462 #: ../src/guestfs-actions.pod:3826
10463 msgid "guestfs_lvs_full"
10464 msgstr ""
10465
10466 # type: verbatim
10467 #: ../src/guestfs-actions.pod:3828
10468 #, no-wrap
10469 msgid ""
10470 " struct guestfs_lvm_lv_list *\n"
10471 " guestfs_lvs_full (guestfs_h *g);\n"
10472 "\n"
10473 msgstr ""
10474
10475 # type: textblock
10476 #: ../src/guestfs-actions.pod:3831 ../fish/guestfish-actions.pod:2610
10477 msgid ""
10478 "List all the logical volumes detected.  This is the equivalent of the "
10479 "L<lvs(8)> command.  The \"full\" version includes all fields."
10480 msgstr ""
10481
10482 # type: textblock
10483 #: ../src/guestfs-actions.pod:3834
10484 msgid ""
10485 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
10486 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
10487 "use>."
10488 msgstr ""
10489
10490 # type: =head2
10491 #: ../src/guestfs-actions.pod:3840
10492 msgid "guestfs_lvuuid"
10493 msgstr ""
10494
10495 # type: verbatim
10496 #: ../src/guestfs-actions.pod:3842
10497 #, no-wrap
10498 msgid ""
10499 " char *\n"
10500 " guestfs_lvuuid (guestfs_h *g,\n"
10501 "                 const char *device);\n"
10502 "\n"
10503 msgstr ""
10504
10505 # type: textblock
10506 #: ../src/guestfs-actions.pod:3846 ../fish/guestfish-actions.pod:2617
10507 msgid "This command returns the UUID of the LVM LV C<device>."
10508 msgstr ""
10509
10510 # type: =head2
10511 #: ../src/guestfs-actions.pod:3853
10512 msgid "guestfs_lxattrlist"
10513 msgstr ""
10514
10515 # type: verbatim
10516 #: ../src/guestfs-actions.pod:3855
10517 #, no-wrap
10518 msgid ""
10519 " struct guestfs_xattr_list *\n"
10520 " guestfs_lxattrlist (guestfs_h *g,\n"
10521 "                     const char *path,\n"
10522 "                     char *const *names);\n"
10523 "\n"
10524 msgstr ""
10525
10526 # type: textblock
10527 #: ../src/guestfs-actions.pod:3860 ../fish/guestfish-actions.pod:2623
10528 msgid ""
10529 "This call allows you to get the extended attributes of multiple files, where "
10530 "all files are in the directory C<path>.  C<names> is the list of files from "
10531 "this directory."
10532 msgstr ""
10533
10534 # type: textblock
10535 #: ../src/guestfs-actions.pod:3864 ../fish/guestfish-actions.pod:2627
10536 msgid ""
10537 "On return you get a flat list of xattr structs which must be interpreted "
10538 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
10539 "C<attrval> in this struct is zero-length to indicate there was an error "
10540 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
10541 "number (the number of following attributes for this file, which could be "
10542 "C<\"0\">).  Then after the first xattr struct are the zero or more "
10543 "attributes for the first named file.  This repeats for the second and "
10544 "subsequent files."
10545 msgstr ""
10546
10547 # type: textblock
10548 #: ../src/guestfs-actions.pod:3874
10549 msgid ""
10550 "This call is intended for programs that want to efficiently list a directory "
10551 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
10552 "a similarly efficient call for getting standard stats.  Very long directory "
10553 "listings might cause the protocol message size to be exceeded, causing this "
10554 "call to fail.  The caller must split up such requests into smaller groups of "
10555 "names."
10556 msgstr ""
10557
10558 # type: =head2
10559 #: ../src/guestfs-actions.pod:3888
10560 msgid "guestfs_mkdir"
10561 msgstr ""
10562
10563 # type: verbatim
10564 #: ../src/guestfs-actions.pod:3890
10565 #, no-wrap
10566 msgid ""
10567 " int\n"
10568 " guestfs_mkdir (guestfs_h *g,\n"
10569 "                const char *path);\n"
10570 "\n"
10571 msgstr ""
10572
10573 # type: textblock
10574 #: ../src/guestfs-actions.pod:3894 ../fish/guestfish-actions.pod:2649
10575 msgid "Create a directory named C<path>."
10576 msgstr ""
10577
10578 # type: =head2
10579 #: ../src/guestfs-actions.pod:3900
10580 msgid "guestfs_mkdir_mode"
10581 msgstr ""
10582
10583 # type: verbatim
10584 #: ../src/guestfs-actions.pod:3902
10585 #, no-wrap
10586 msgid ""
10587 " int\n"
10588 " guestfs_mkdir_mode (guestfs_h *g,\n"
10589 "                     const char *path,\n"
10590 "                     int mode);\n"
10591 "\n"
10592 msgstr ""
10593
10594 # type: textblock
10595 #: ../src/guestfs-actions.pod:3907 ../fish/guestfish-actions.pod:2655
10596 msgid ""
10597 "This command creates a directory, setting the initial permissions of the "
10598 "directory to C<mode>."
10599 msgstr ""
10600
10601 # type: textblock
10602 #: ../src/guestfs-actions.pod:3910 ../fish/guestfish-actions.pod:2658
10603 msgid ""
10604 "For common Linux filesystems, the actual mode which is set will be C<mode & "
10605 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
10606 "other ways."
10607 msgstr ""
10608
10609 # type: textblock
10610 #: ../src/guestfs-actions.pod:3914
10611 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
10612 msgstr ""
10613
10614 # type: =head2
10615 #: ../src/guestfs-actions.pod:3920
10616 msgid "guestfs_mkdir_p"
10617 msgstr ""
10618
10619 # type: verbatim
10620 #: ../src/guestfs-actions.pod:3922
10621 #, no-wrap
10622 msgid ""
10623 " int\n"
10624 " guestfs_mkdir_p (guestfs_h *g,\n"
10625 "                  const char *path);\n"
10626 "\n"
10627 msgstr ""
10628
10629 # type: textblock
10630 #: ../src/guestfs-actions.pod:3926 ../fish/guestfish-actions.pod:2668
10631 msgid ""
10632 "Create a directory named C<path>, creating any parent directories as "
10633 "necessary.  This is like the C<mkdir -p> shell command."
10634 msgstr ""
10635
10636 # type: =head2
10637 #: ../src/guestfs-actions.pod:3933
10638 msgid "guestfs_mkdtemp"
10639 msgstr ""
10640
10641 # type: verbatim
10642 #: ../src/guestfs-actions.pod:3935
10643 #, no-wrap
10644 msgid ""
10645 " char *\n"
10646 " guestfs_mkdtemp (guestfs_h *g,\n"
10647 "                  const char *template);\n"
10648 "\n"
10649 msgstr ""
10650
10651 # type: textblock
10652 #: ../src/guestfs-actions.pod:3939 ../fish/guestfish-actions.pod:2675
10653 msgid ""
10654 "This command creates a temporary directory.  The C<template> parameter "
10655 "should be a full pathname for the temporary directory name with the final "
10656 "six characters being \"XXXXXX\"."
10657 msgstr ""
10658
10659 # type: textblock
10660 #: ../src/guestfs-actions.pod:3944 ../fish/guestfish-actions.pod:2680
10661 msgid ""
10662 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
10663 "being suitable for Windows filesystems."
10664 msgstr ""
10665
10666 # type: textblock
10667 #: ../src/guestfs-actions.pod:3947 ../fish/guestfish-actions.pod:2683
10668 msgid "The name of the temporary directory that was created is returned."
10669 msgstr ""
10670
10671 # type: textblock
10672 #: ../src/guestfs-actions.pod:3950 ../fish/guestfish-actions.pod:2686
10673 msgid "The temporary directory is created with mode 0700 and is owned by root."
10674 msgstr ""
10675
10676 # type: textblock
10677 #: ../src/guestfs-actions.pod:3953 ../fish/guestfish-actions.pod:2689
10678 msgid ""
10679 "The caller is responsible for deleting the temporary directory and its "
10680 "contents after use."
10681 msgstr ""
10682
10683 # type: textblock
10684 #: ../src/guestfs-actions.pod:3956 ../fish/guestfish-actions.pod:2692
10685 msgid "See also: L<mkdtemp(3)>"
10686 msgstr ""
10687
10688 # type: =head2
10689 #: ../src/guestfs-actions.pod:3963
10690 msgid "guestfs_mke2fs_J"
10691 msgstr ""
10692
10693 # type: verbatim
10694 #: ../src/guestfs-actions.pod:3965
10695 #, no-wrap
10696 msgid ""
10697 " int\n"
10698 " guestfs_mke2fs_J (guestfs_h *g,\n"
10699 "                   const char *fstype,\n"
10700 "                   int blocksize,\n"
10701 "                   const char *device,\n"
10702 "                   const char *journal);\n"
10703 "\n"
10704 msgstr ""
10705
10706 # type: textblock
10707 #: ../src/guestfs-actions.pod:3972 ../fish/guestfish-actions.pod:2698
10708 msgid ""
10709 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
10710 "C<journal>.  It is equivalent to the command:"
10711 msgstr ""
10712
10713 # type: verbatim
10714 #: ../src/guestfs-actions.pod:3976 ../fish/guestfish-actions.pod:2702
10715 #, no-wrap
10716 msgid ""
10717 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
10718 "\n"
10719 msgstr ""
10720
10721 # type: textblock
10722 #: ../src/guestfs-actions.pod:3978
10723 msgid "See also C<guestfs_mke2journal>."
10724 msgstr ""
10725
10726 # type: textblock
10727 #: ../src/guestfs-actions.pod:3982 ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:4018 ../src/guestfs-actions.pod:4034 ../src/guestfs-actions.pod:4048 ../src/guestfs-actions.pod:4062 ../src/guestfs-actions.pod:4114 ../src/guestfs-actions.pod:4304
10728 msgid "(Added in 1.0.68)"
10729 msgstr ""
10730
10731 # type: =head2
10732 #: ../src/guestfs-actions.pod:3984
10733 msgid "guestfs_mke2fs_JL"
10734 msgstr ""
10735
10736 # type: verbatim
10737 #: ../src/guestfs-actions.pod:3986
10738 #, no-wrap
10739 msgid ""
10740 " int\n"
10741 " guestfs_mke2fs_JL (guestfs_h *g,\n"
10742 "                    const char *fstype,\n"
10743 "                    int blocksize,\n"
10744 "                    const char *device,\n"
10745 "                    const char *label);\n"
10746 "\n"
10747 msgstr ""
10748
10749 # type: textblock
10750 #: ../src/guestfs-actions.pod:3993 ../fish/guestfish-actions.pod:2710
10751 msgid ""
10752 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
10753 "the journal labeled C<label>."
10754 msgstr ""
10755
10756 # type: textblock
10757 #: ../src/guestfs-actions.pod:3996
10758 msgid "See also C<guestfs_mke2journal_L>."
10759 msgstr ""
10760
10761 # type: =head2
10762 #: ../src/guestfs-actions.pod:4002
10763 msgid "guestfs_mke2fs_JU"
10764 msgstr ""
10765
10766 # type: verbatim
10767 #: ../src/guestfs-actions.pod:4004
10768 #, no-wrap
10769 msgid ""
10770 " int\n"
10771 " guestfs_mke2fs_JU (guestfs_h *g,\n"
10772 "                    const char *fstype,\n"
10773 "                    int blocksize,\n"
10774 "                    const char *device,\n"
10775 "                    const char *uuid);\n"
10776 "\n"
10777 msgstr ""
10778
10779 # type: textblock
10780 #: ../src/guestfs-actions.pod:4011 ../fish/guestfish-actions.pod:2719
10781 msgid ""
10782 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
10783 "the journal with UUID C<uuid>."
10784 msgstr ""
10785
10786 # type: textblock
10787 #: ../src/guestfs-actions.pod:4014
10788 msgid "See also C<guestfs_mke2journal_U>."
10789 msgstr ""
10790
10791 # type: =head2
10792 #: ../src/guestfs-actions.pod:4020
10793 msgid "guestfs_mke2journal"
10794 msgstr ""
10795
10796 # type: verbatim
10797 #: ../src/guestfs-actions.pod:4022
10798 #, no-wrap
10799 msgid ""
10800 " int\n"
10801 " guestfs_mke2journal (guestfs_h *g,\n"
10802 "                      int blocksize,\n"
10803 "                      const char *device);\n"
10804 "\n"
10805 msgstr ""
10806
10807 # type: textblock
10808 #: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2728
10809 msgid ""
10810 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
10811 "command:"
10812 msgstr ""
10813
10814 # type: verbatim
10815 #: ../src/guestfs-actions.pod:4030 ../fish/guestfish-actions.pod:2731
10816 #, no-wrap
10817 msgid ""
10818 " mke2fs -O journal_dev -b blocksize device\n"
10819 "\n"
10820 msgstr ""
10821
10822 # type: =head2
10823 #: ../src/guestfs-actions.pod:4036
10824 msgid "guestfs_mke2journal_L"
10825 msgstr ""
10826
10827 # type: verbatim
10828 #: ../src/guestfs-actions.pod:4038
10829 #, no-wrap
10830 msgid ""
10831 " int\n"
10832 " guestfs_mke2journal_L (guestfs_h *g,\n"
10833 "                        int blocksize,\n"
10834 "                        const char *label,\n"
10835 "                        const char *device);\n"
10836 "\n"
10837 msgstr ""
10838
10839 # type: textblock
10840 #: ../src/guestfs-actions.pod:4044 ../fish/guestfish-actions.pod:2737
10841 msgid "This creates an ext2 external journal on C<device> with label C<label>."
10842 msgstr ""
10843
10844 # type: =head2
10845 #: ../src/guestfs-actions.pod:4050
10846 msgid "guestfs_mke2journal_U"
10847 msgstr ""
10848
10849 # type: verbatim
10850 #: ../src/guestfs-actions.pod:4052
10851 #, no-wrap
10852 msgid ""
10853 " int\n"
10854 " guestfs_mke2journal_U (guestfs_h *g,\n"
10855 "                        int blocksize,\n"
10856 "                        const char *uuid,\n"
10857 "                        const char *device);\n"
10858 "\n"
10859 msgstr ""
10860
10861 # type: textblock
10862 #: ../src/guestfs-actions.pod:4058 ../fish/guestfish-actions.pod:2743
10863 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
10864 msgstr ""
10865
10866 # type: =head2
10867 #: ../src/guestfs-actions.pod:4064
10868 msgid "guestfs_mkfifo"
10869 msgstr ""
10870
10871 # type: verbatim
10872 #: ../src/guestfs-actions.pod:4066
10873 #, no-wrap
10874 msgid ""
10875 " int\n"
10876 " guestfs_mkfifo (guestfs_h *g,\n"
10877 "                 int mode,\n"
10878 "                 const char *path);\n"
10879 "\n"
10880 msgstr ""
10881
10882 # type: textblock
10883 #: ../src/guestfs-actions.pod:4071
10884 msgid ""
10885 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
10886 "is just a convenient wrapper around C<guestfs_mknod>."
10887 msgstr ""
10888
10889 # type: =head2
10890 #: ../src/guestfs-actions.pod:4081
10891 msgid "guestfs_mkfs"
10892 msgstr ""
10893
10894 # type: verbatim
10895 #: ../src/guestfs-actions.pod:4083
10896 #, no-wrap
10897 msgid ""
10898 " int\n"
10899 " guestfs_mkfs (guestfs_h *g,\n"
10900 "               const char *fstype,\n"
10901 "               const char *device);\n"
10902 "\n"
10903 msgstr ""
10904
10905 # type: textblock
10906 #: ../src/guestfs-actions.pod:4088 ../fish/guestfish-actions.pod:2759
10907 msgid ""
10908 "This creates a filesystem on C<device> (usually a partition or LVM logical "
10909 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
10910 msgstr ""
10911
10912 # type: =head2
10913 #: ../src/guestfs-actions.pod:4096
10914 msgid "guestfs_mkfs_b"
10915 msgstr ""
10916
10917 # type: verbatim
10918 #: ../src/guestfs-actions.pod:4098
10919 #, no-wrap
10920 msgid ""
10921 " int\n"
10922 " guestfs_mkfs_b (guestfs_h *g,\n"
10923 "                 const char *fstype,\n"
10924 "                 int blocksize,\n"
10925 "                 const char *device);\n"
10926 "\n"
10927 msgstr ""
10928
10929 # type: textblock
10930 #: ../src/guestfs-actions.pod:4104
10931 msgid ""
10932 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
10933 "block size of the resulting filesystem.  Supported block sizes depend on the "
10934 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
10935 msgstr ""
10936
10937 # type: textblock
10938 #: ../src/guestfs-actions.pod:4109 ../fish/guestfish-actions.pod:2772
10939 msgid ""
10940 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
10941 "cluster size."
10942 msgstr ""
10943
10944 # type: =head2
10945 #: ../src/guestfs-actions.pod:4116
10946 msgid "guestfs_mkmountpoint"
10947 msgstr ""
10948
10949 # type: verbatim
10950 #: ../src/guestfs-actions.pod:4118
10951 #, no-wrap
10952 msgid ""
10953 " int\n"
10954 " guestfs_mkmountpoint (guestfs_h *g,\n"
10955 "                       const char *exemptpath);\n"
10956 "\n"
10957 msgstr ""
10958
10959 # type: textblock
10960 #: ../src/guestfs-actions.pod:4122
10961 msgid ""
10962 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
10963 "that can be used to create extra mountpoints before mounting the first "
10964 "filesystem."
10965 msgstr ""
10966
10967 # type: textblock
10968 #: ../src/guestfs-actions.pod:4126 ../fish/guestfish-actions.pod:2783
10969 msgid ""
10970 "These calls are I<only> necessary in some very limited circumstances, mainly "
10971 "the case where you want to mount a mix of unrelated and/or read-only "
10972 "filesystems together."
10973 msgstr ""
10974
10975 # type: textblock
10976 #: ../src/guestfs-actions.pod:4130 ../fish/guestfish-actions.pod:2787
10977 msgid ""
10978 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
10979 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
10980 "inside that.  You can unpack this as follows in guestfish:"
10981 msgstr ""
10982
10983 # type: verbatim
10984 #: ../src/guestfs-actions.pod:4135 ../fish/guestfish-actions.pod:2792
10985 #, no-wrap
10986 msgid ""
10987 " add-ro Fedora-11-i686-Live.iso\n"
10988 " run\n"
10989 " mkmountpoint /cd\n"
10990 " mkmountpoint /sqsh\n"
10991 " mkmountpoint /ext3fs\n"
10992 " mount /dev/sda /cd\n"
10993 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
10994 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
10995 "\n"
10996 msgstr ""
10997
10998 # type: textblock
10999 #: ../src/guestfs-actions.pod:4144 ../fish/guestfish-actions.pod:2801
11000 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
11001 msgstr ""
11002
11003 # type: textblock
11004 #: ../src/guestfs-actions.pod:4146
11005 msgid ""
11006 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
11007 "may get unexpected errors if you try to mix these calls.  It is safest to "
11008 "manually unmount filesystems and remove mountpoints after use."
11009 msgstr ""
11010
11011 # type: textblock
11012 #: ../src/guestfs-actions.pod:4150
11013 msgid ""
11014 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
11015 "first, so for this to work for manual mountpoints, you must ensure that the "
11016 "innermost mountpoints have the longest pathnames, as in the example code "
11017 "above."
11018 msgstr ""
11019
11020 # type: textblock
11021 #: ../src/guestfs-actions.pod:4155 ../fish/guestfish-actions.pod:2812
11022 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
11023 msgstr ""
11024
11025 # type: textblock
11026 #: ../src/guestfs-actions.pod:4157
11027 msgid ""
11028 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
11029 "means that C<guestfs_umount_all> is called when the handle is closed which "
11030 "can also trigger these issues."
11031 msgstr ""
11032
11033 # type: textblock
11034 #: ../src/guestfs-actions.pod:4163 ../src/guestfs-actions.pod:4422 ../src/guestfs-actions.pod:5315
11035 msgid "(Added in 1.0.62)"
11036 msgstr ""
11037
11038 # type: =head2
11039 #: ../src/guestfs-actions.pod:4165
11040 msgid "guestfs_mknod"
11041 msgstr ""
11042
11043 # type: verbatim
11044 #: ../src/guestfs-actions.pod:4167
11045 #, no-wrap
11046 msgid ""
11047 " int\n"
11048 " guestfs_mknod (guestfs_h *g,\n"
11049 "                int mode,\n"
11050 "                int devmajor,\n"
11051 "                int devminor,\n"
11052 "                const char *path);\n"
11053 "\n"
11054 msgstr ""
11055
11056 # type: textblock
11057 #: ../src/guestfs-actions.pod:4174 ../fish/guestfish-actions.pod:2822
11058 msgid ""
11059 "This call creates block or character special devices, or named pipes "
11060 "(FIFOs)."
11061 msgstr ""
11062
11063 # type: textblock
11064 #: ../src/guestfs-actions.pod:4177 ../fish/guestfish-actions.pod:2825
11065 msgid ""
11066 "The C<mode> parameter should be the mode, using the standard constants.  "
11067 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
11068 "used when creating block and character special devices."
11069 msgstr ""
11070
11071 # type: textblock
11072 #: ../src/guestfs-actions.pod:4182
11073 msgid ""
11074 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
11075 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
11076 "regular file).  These constants are available in the standard Linux header "
11077 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
11078 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
11079 "the appropriate constant for you."
11080 msgstr ""
11081
11082 # type: =head2
11083 #: ../src/guestfs-actions.pod:4196
11084 msgid "guestfs_mknod_b"
11085 msgstr ""
11086
11087 # type: verbatim
11088 #: ../src/guestfs-actions.pod:4198
11089 #, no-wrap
11090 msgid ""
11091 " int\n"
11092 " guestfs_mknod_b (guestfs_h *g,\n"
11093 "                  int mode,\n"
11094 "                  int devmajor,\n"
11095 "                  int devminor,\n"
11096 "                  const char *path);\n"
11097 "\n"
11098 msgstr ""
11099
11100 # type: textblock
11101 #: ../src/guestfs-actions.pod:4205
11102 msgid ""
11103 "This call creates a block device node called C<path> with mode C<mode> and "
11104 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
11105 "wrapper around C<guestfs_mknod>."
11106 msgstr ""
11107
11108 # type: =head2
11109 #: ../src/guestfs-actions.pod:4215
11110 msgid "guestfs_mknod_c"
11111 msgstr ""
11112
11113 # type: verbatim
11114 #: ../src/guestfs-actions.pod:4217
11115 #, no-wrap
11116 msgid ""
11117 " int\n"
11118 " guestfs_mknod_c (guestfs_h *g,\n"
11119 "                  int mode,\n"
11120 "                  int devmajor,\n"
11121 "                  int devminor,\n"
11122 "                  const char *path);\n"
11123 "\n"
11124 msgstr ""
11125
11126 # type: textblock
11127 #: ../src/guestfs-actions.pod:4224
11128 msgid ""
11129 "This call creates a char device node called C<path> with mode C<mode> and "
11130 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
11131 "wrapper around C<guestfs_mknod>."
11132 msgstr ""
11133
11134 # type: =head2
11135 #: ../src/guestfs-actions.pod:4234
11136 msgid "guestfs_mkswap"
11137 msgstr ""
11138
11139 # type: verbatim
11140 #: ../src/guestfs-actions.pod:4236
11141 #, no-wrap
11142 msgid ""
11143 " int\n"
11144 " guestfs_mkswap (guestfs_h *g,\n"
11145 "                 const char *device);\n"
11146 "\n"
11147 msgstr ""
11148
11149 # type: textblock
11150 #: ../src/guestfs-actions.pod:4240 ../fish/guestfish-actions.pod:2864
11151 msgid "Create a swap partition on C<device>."
11152 msgstr ""
11153
11154 # type: =head2
11155 #: ../src/guestfs-actions.pod:4246
11156 msgid "guestfs_mkswap_L"
11157 msgstr ""
11158
11159 # type: verbatim
11160 #: ../src/guestfs-actions.pod:4248
11161 #, no-wrap
11162 msgid ""
11163 " int\n"
11164 " guestfs_mkswap_L (guestfs_h *g,\n"
11165 "                   const char *label,\n"
11166 "                   const char *device);\n"
11167 "\n"
11168 msgstr ""
11169
11170 # type: textblock
11171 #: ../src/guestfs-actions.pod:4253 ../fish/guestfish-actions.pod:2870
11172 msgid "Create a swap partition on C<device> with label C<label>."
11173 msgstr ""
11174
11175 # type: textblock
11176 #: ../src/guestfs-actions.pod:4255 ../fish/guestfish-actions.pod:2872
11177 msgid ""
11178 "Note that you cannot attach a swap label to a block device "
11179 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
11180 "the kernel or swap tools."
11181 msgstr ""
11182
11183 # type: =head2
11184 #: ../src/guestfs-actions.pod:4263
11185 msgid "guestfs_mkswap_U"
11186 msgstr ""
11187
11188 # type: verbatim
11189 #: ../src/guestfs-actions.pod:4265
11190 #, no-wrap
11191 msgid ""
11192 " int\n"
11193 " guestfs_mkswap_U (guestfs_h *g,\n"
11194 "                   const char *uuid,\n"
11195 "                   const char *device);\n"
11196 "\n"
11197 msgstr ""
11198
11199 # type: textblock
11200 #: ../src/guestfs-actions.pod:4270 ../fish/guestfish-actions.pod:2880
11201 msgid "Create a swap partition on C<device> with UUID C<uuid>."
11202 msgstr ""
11203
11204 # type: =head2
11205 #: ../src/guestfs-actions.pod:4276
11206 msgid "guestfs_mkswap_file"
11207 msgstr ""
11208
11209 # type: verbatim
11210 #: ../src/guestfs-actions.pod:4278
11211 #, no-wrap
11212 msgid ""
11213 " int\n"
11214 " guestfs_mkswap_file (guestfs_h *g,\n"
11215 "                      const char *path);\n"
11216 "\n"
11217 msgstr ""
11218
11219 # type: textblock
11220 #: ../src/guestfs-actions.pod:4282 ../fish/guestfish-actions.pod:2886
11221 msgid "Create a swap file."
11222 msgstr ""
11223
11224 # type: textblock
11225 #: ../src/guestfs-actions.pod:4284
11226 msgid ""
11227 "This command just writes a swap file signature to an existing file.  To "
11228 "create the file itself, use something like C<guestfs_fallocate>."
11229 msgstr ""
11230
11231 # type: =head2
11232 #: ../src/guestfs-actions.pod:4291
11233 msgid "guestfs_modprobe"
11234 msgstr ""
11235
11236 # type: verbatim
11237 #: ../src/guestfs-actions.pod:4293
11238 #, no-wrap
11239 msgid ""
11240 " int\n"
11241 " guestfs_modprobe (guestfs_h *g,\n"
11242 "                   const char *modulename);\n"
11243 "\n"
11244 msgstr ""
11245
11246 # type: textblock
11247 #: ../src/guestfs-actions.pod:4297 ../fish/guestfish-actions.pod:2895
11248 msgid "This loads a kernel module in the appliance."
11249 msgstr ""
11250
11251 # type: textblock
11252 #: ../src/guestfs-actions.pod:4299 ../fish/guestfish-actions.pod:2897
11253 msgid ""
11254 "The kernel module must have been whitelisted when libguestfs was built (see "
11255 "C<appliance/kmod.whitelist.in> in the source)."
11256 msgstr ""
11257
11258 # type: =head2
11259 #: ../src/guestfs-actions.pod:4306
11260 msgid "guestfs_mount"
11261 msgstr ""
11262
11263 # type: verbatim
11264 #: ../src/guestfs-actions.pod:4308
11265 #, no-wrap
11266 msgid ""
11267 " int\n"
11268 " guestfs_mount (guestfs_h *g,\n"
11269 "                const char *device,\n"
11270 "                const char *mountpoint);\n"
11271 "\n"
11272 msgstr ""
11273
11274 # type: textblock
11275 #: ../src/guestfs-actions.pod:4313 ../fish/guestfish-actions.pod:2904
11276 msgid ""
11277 "Mount a guest disk at a position in the filesystem.  Block devices are named "
11278 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
11279 "those block devices contain partitions, they will have the usual names "
11280 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
11281 msgstr ""
11282
11283 # type: textblock
11284 #: ../src/guestfs-actions.pod:4319 ../fish/guestfish-actions.pod:2910
11285 msgid ""
11286 "The rules are the same as for L<mount(2)>: A filesystem must first be "
11287 "mounted on C</> before others can be mounted.  Other filesystems can only be "
11288 "mounted on directories which already exist."
11289 msgstr ""
11290
11291 # type: textblock
11292 #: ../src/guestfs-actions.pod:4324 ../fish/guestfish-actions.pod:2915
11293 msgid ""
11294 "The mounted filesystem is writable, if we have sufficient permissions on the "
11295 "underlying device."
11296 msgstr ""
11297
11298 # type: textblock
11299 #: ../src/guestfs-actions.pod:4327
11300 msgid ""
11301 "B<Important note:> When you use this call, the filesystem options C<sync> "
11302 "and C<noatime> are set implicitly.  This was originally done because we "
11303 "thought it would improve reliability, but it turns out that I<-o sync> has a "
11304 "very large negative performance impact and negligible effect on "
11305 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
11306 "in any code that needs performance, and instead use C<guestfs_mount_options> "
11307 "(use an empty string for the first parameter if you don't want any options)."
11308 msgstr ""
11309
11310 # type: =head2
11311 #: ../src/guestfs-actions.pod:4341
11312 msgid "guestfs_mount_loop"
11313 msgstr ""
11314
11315 # type: verbatim
11316 #: ../src/guestfs-actions.pod:4343
11317 #, no-wrap
11318 msgid ""
11319 " int\n"
11320 " guestfs_mount_loop (guestfs_h *g,\n"
11321 "                     const char *file,\n"
11322 "                     const char *mountpoint);\n"
11323 "\n"
11324 msgstr ""
11325
11326 # type: textblock
11327 #: ../src/guestfs-actions.pod:4348 ../fish/guestfish-actions.pod:2932
11328 msgid ""
11329 "This command lets you mount C<file> (a filesystem image in a file) on a "
11330 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
11331 "mountpoint>."
11332 msgstr ""
11333
11334 # type: =head2
11335 #: ../src/guestfs-actions.pod:4356
11336 msgid "guestfs_mount_options"
11337 msgstr ""
11338
11339 # type: verbatim
11340 #: ../src/guestfs-actions.pod:4358
11341 #, no-wrap
11342 msgid ""
11343 " int\n"
11344 " guestfs_mount_options (guestfs_h *g,\n"
11345 "                        const char *options,\n"
11346 "                        const char *device,\n"
11347 "                        const char *mountpoint);\n"
11348 "\n"
11349 msgstr ""
11350
11351 # type: textblock
11352 #: ../src/guestfs-actions.pod:4364
11353 msgid ""
11354 "This is the same as the C<guestfs_mount> command, but it allows you to set "
11355 "the mount options as for the L<mount(8)> I<-o> flag."
11356 msgstr ""
11357
11358 # type: textblock
11359 #: ../src/guestfs-actions.pod:4368 ../fish/guestfish-actions.pod:2944
11360 msgid ""
11361 "If the C<options> parameter is an empty string, then no options are passed "
11362 "(all options default to whatever the filesystem uses)."
11363 msgstr ""
11364
11365 # type: textblock
11366 #: ../src/guestfs-actions.pod:4374 ../src/guestfs-actions.pod:4388 ../src/guestfs-actions.pod:4405
11367 msgid "(Added in 1.0.10)"
11368 msgstr ""
11369
11370 # type: =head2
11371 #: ../src/guestfs-actions.pod:4376
11372 msgid "guestfs_mount_ro"
11373 msgstr ""
11374
11375 # type: verbatim
11376 #: ../src/guestfs-actions.pod:4378
11377 #, no-wrap
11378 msgid ""
11379 " int\n"
11380 " guestfs_mount_ro (guestfs_h *g,\n"
11381 "                   const char *device,\n"
11382 "                   const char *mountpoint);\n"
11383 "\n"
11384 msgstr ""
11385
11386 # type: textblock
11387 #: ../src/guestfs-actions.pod:4383
11388 msgid ""
11389 "This is the same as the C<guestfs_mount> command, but it mounts the "
11390 "filesystem with the read-only (I<-o ro>) flag."
11391 msgstr ""
11392
11393 # type: =head2
11394 #: ../src/guestfs-actions.pod:4390
11395 msgid "guestfs_mount_vfs"
11396 msgstr ""
11397
11398 # type: verbatim
11399 #: ../src/guestfs-actions.pod:4392
11400 #, no-wrap
11401 msgid ""
11402 " int\n"
11403 " guestfs_mount_vfs (guestfs_h *g,\n"
11404 "                    const char *options,\n"
11405 "                    const char *vfstype,\n"
11406 "                    const char *device,\n"
11407 "                    const char *mountpoint);\n"
11408 "\n"
11409 msgstr ""
11410
11411 # type: textblock
11412 #: ../src/guestfs-actions.pod:4399
11413 msgid ""
11414 "This is the same as the C<guestfs_mount> command, but it allows you to set "
11415 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
11416 "I<-t> flags."
11417 msgstr ""
11418
11419 # type: =head2
11420 #: ../src/guestfs-actions.pod:4407
11421 msgid "guestfs_mountpoints"
11422 msgstr ""
11423
11424 # type: verbatim
11425 #: ../src/guestfs-actions.pod:4409
11426 #, no-wrap
11427 msgid ""
11428 " char **\n"
11429 " guestfs_mountpoints (guestfs_h *g);\n"
11430 "\n"
11431 msgstr ""
11432
11433 # type: textblock
11434 #: ../src/guestfs-actions.pod:4412
11435 msgid ""
11436 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
11437 "devices.  This one returns a hash table (map) of device name to directory "
11438 "where the device is mounted."
11439 msgstr ""
11440
11441 # type: =head2
11442 #: ../src/guestfs-actions.pod:4424
11443 msgid "guestfs_mounts"
11444 msgstr ""
11445
11446 # type: verbatim
11447 #: ../src/guestfs-actions.pod:4426
11448 #, no-wrap
11449 msgid ""
11450 " char **\n"
11451 " guestfs_mounts (guestfs_h *g);\n"
11452 "\n"
11453 msgstr ""
11454
11455 # type: textblock
11456 #: ../src/guestfs-actions.pod:4429 ../fish/guestfish-actions.pod:2975
11457 msgid ""
11458 "This returns the list of currently mounted filesystems.  It returns the list "
11459 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
11460 msgstr ""
11461
11462 # type: textblock
11463 #: ../src/guestfs-actions.pod:4432 ../fish/guestfish-actions.pod:2978
11464 msgid "Some internal mounts are not shown."
11465 msgstr ""
11466
11467 # type: textblock
11468 #: ../src/guestfs-actions.pod:4434
11469 msgid "See also: C<guestfs_mountpoints>"
11470 msgstr ""
11471
11472 # type: =head2
11473 #: ../src/guestfs-actions.pod:4442
11474 msgid "guestfs_mv"
11475 msgstr ""
11476
11477 # type: verbatim
11478 #: ../src/guestfs-actions.pod:4444
11479 #, no-wrap
11480 msgid ""
11481 " int\n"
11482 " guestfs_mv (guestfs_h *g,\n"
11483 "             const char *src,\n"
11484 "             const char *dest);\n"
11485 "\n"
11486 msgstr ""
11487
11488 # type: textblock
11489 #: ../src/guestfs-actions.pod:4449 ../fish/guestfish-actions.pod:2986
11490 msgid ""
11491 "This moves a file from C<src> to C<dest> where C<dest> is either a "
11492 "destination filename or destination directory."
11493 msgstr ""
11494
11495 # type: =head2
11496 #: ../src/guestfs-actions.pod:4456
11497 msgid "guestfs_ntfs_3g_probe"
11498 msgstr ""
11499
11500 # type: verbatim
11501 #: ../src/guestfs-actions.pod:4458
11502 #, no-wrap
11503 msgid ""
11504 " int\n"
11505 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
11506 "                        int rw,\n"
11507 "                        const char *device);\n"
11508 "\n"
11509 msgstr ""
11510
11511 # type: textblock
11512 #: ../src/guestfs-actions.pod:4463 ../fish/guestfish-actions.pod:2993
11513 msgid ""
11514 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
11515 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
11516 "read-write, and some cannot be mounted at all)."
11517 msgstr ""
11518
11519 # type: textblock
11520 #: ../src/guestfs-actions.pod:4467 ../fish/guestfish-actions.pod:2997
11521 msgid ""
11522 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
11523 "can be mounted read-write.  Set it to false if you want to test if the "
11524 "volume can be mounted read-only."
11525 msgstr ""
11526
11527 # type: textblock
11528 #: ../src/guestfs-actions.pod:4471 ../fish/guestfish-actions.pod:3001
11529 msgid ""
11530 "The return value is an integer which C<0> if the operation would succeed, or "
11531 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
11532 msgstr ""
11533
11534 # type: textblock
11535 #: ../src/guestfs-actions.pod:4477
11536 msgid "(Added in 1.0.43)"
11537 msgstr ""
11538
11539 # type: =head2
11540 #: ../src/guestfs-actions.pod:4479
11541 msgid "guestfs_ntfsresize"
11542 msgstr ""
11543
11544 # type: verbatim
11545 #: ../src/guestfs-actions.pod:4481
11546 #, no-wrap
11547 msgid ""
11548 " int\n"
11549 " guestfs_ntfsresize (guestfs_h *g,\n"
11550 "                     const char *device);\n"
11551 "\n"
11552 msgstr ""
11553
11554 # type: textblock
11555 #: ../src/guestfs-actions.pod:4485 ../fish/guestfish-actions.pod:3009
11556 msgid ""
11557 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
11558 "size of the underlying device.  See also L<ntfsresize(8)>."
11559 msgstr ""
11560
11561 # type: =head2
11562 #: ../src/guestfs-actions.pod:4493
11563 msgid "guestfs_ntfsresize_size"
11564 msgstr ""
11565
11566 # type: verbatim
11567 #: ../src/guestfs-actions.pod:4495
11568 #, no-wrap
11569 msgid ""
11570 " int\n"
11571 " guestfs_ntfsresize_size (guestfs_h *g,\n"
11572 "                          const char *device,\n"
11573 "                          int64_t size);\n"
11574 "\n"
11575 msgstr ""
11576
11577 # type: textblock
11578 #: ../src/guestfs-actions.pod:4500
11579 msgid ""
11580 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
11581 "to specify the new size (in bytes) explicitly."
11582 msgstr ""
11583
11584 # type: textblock
11585 #: ../src/guestfs-actions.pod:4505 ../src/guestfs-actions.pod:4941 ../src/guestfs-actions.pod:5014 ../src/guestfs-actions.pod:5263
11586 msgid "(Added in 1.3.14)"
11587 msgstr ""
11588
11589 # type: =head2
11590 #: ../src/guestfs-actions.pod:4507
11591 msgid "guestfs_part_add"
11592 msgstr ""
11593
11594 # type: verbatim
11595 #: ../src/guestfs-actions.pod:4509
11596 #, no-wrap
11597 msgid ""
11598 " int\n"
11599 " guestfs_part_add (guestfs_h *g,\n"
11600 "                   const char *device,\n"
11601 "                   const char *prlogex,\n"
11602 "                   int64_t startsect,\n"
11603 "                   int64_t endsect);\n"
11604 "\n"
11605 msgstr ""
11606
11607 # type: textblock
11608 #: ../src/guestfs-actions.pod:4516
11609 msgid ""
11610 "This command adds a partition to C<device>.  If there is no partition table "
11611 "on the device, call C<guestfs_part_init> first."
11612 msgstr ""
11613
11614 # type: textblock
11615 #: ../src/guestfs-actions.pod:4519 ../fish/guestfish-actions.pod:3027
11616 msgid ""
11617 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
11618 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
11619 "C<logical>) and C<e> (or C<extended>) partition types."
11620 msgstr ""
11621
11622 # type: textblock
11623 #: ../src/guestfs-actions.pod:4524 ../fish/guestfish-actions.pod:3032
11624 msgid ""
11625 "C<startsect> and C<endsect> are the start and end of the partition in "
11626 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
11627 "from the end of the disk (C<-1> is the last sector)."
11628 msgstr ""
11629
11630 # type: textblock
11631 #: ../src/guestfs-actions.pod:4528
11632 msgid ""
11633 "Creating a partition which covers the whole disk is not so easy.  Use "
11634 "C<guestfs_part_disk> to do that."
11635 msgstr ""
11636
11637 # type: textblock
11638 #: ../src/guestfs-actions.pod:4533 ../src/guestfs-actions.pod:4571 ../src/guestfs-actions.pod:4624 ../src/guestfs-actions.pod:4702 ../src/guestfs-actions.pod:4740 ../src/guestfs-actions.pod:4759 ../src/guestfs-actions.pod:4799
11639 msgid "(Added in 1.0.78)"
11640 msgstr ""
11641
11642 # type: =head2
11643 #: ../src/guestfs-actions.pod:4535
11644 msgid "guestfs_part_del"
11645 msgstr ""
11646
11647 # type: verbatim
11648 #: ../src/guestfs-actions.pod:4537
11649 #, no-wrap
11650 msgid ""
11651 " int\n"
11652 " guestfs_part_del (guestfs_h *g,\n"
11653 "                   const char *device,\n"
11654 "                   int partnum);\n"
11655 "\n"
11656 msgstr ""
11657
11658 # type: textblock
11659 #: ../src/guestfs-actions.pod:4542 ../fish/guestfish-actions.pod:3043
11660 msgid "This command deletes the partition numbered C<partnum> on C<device>."
11661 msgstr ""
11662
11663 # type: textblock
11664 #: ../src/guestfs-actions.pod:4544 ../fish/guestfish-actions.pod:3045
11665 msgid ""
11666 "Note that in the case of MBR partitioning, deleting an extended partition "
11667 "also deletes any logical partitions it contains."
11668 msgstr ""
11669
11670 # type: =head2
11671 #: ../src/guestfs-actions.pod:4552
11672 msgid "guestfs_part_disk"
11673 msgstr ""
11674
11675 # type: verbatim
11676 #: ../src/guestfs-actions.pod:4554
11677 #, no-wrap
11678 msgid ""
11679 " int\n"
11680 " guestfs_part_disk (guestfs_h *g,\n"
11681 "                    const char *device,\n"
11682 "                    const char *parttype);\n"
11683 "\n"
11684 msgstr ""
11685
11686 # type: textblock
11687 #: ../src/guestfs-actions.pod:4559
11688 msgid ""
11689 "This command is simply a combination of C<guestfs_part_init> followed by "
11690 "C<guestfs_part_add> to create a single primary partition covering the whole "
11691 "disk."
11692 msgstr ""
11693
11694 # type: textblock
11695 #: ../src/guestfs-actions.pod:4563
11696 msgid ""
11697 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
11698 "possible values are described in C<guestfs_part_init>."
11699 msgstr ""
11700
11701 # type: =head2
11702 #: ../src/guestfs-actions.pod:4573
11703 msgid "guestfs_part_get_bootable"
11704 msgstr ""
11705
11706 # type: verbatim
11707 #: ../src/guestfs-actions.pod:4575
11708 #, no-wrap
11709 msgid ""
11710 " int\n"
11711 " guestfs_part_get_bootable (guestfs_h *g,\n"
11712 "                            const char *device,\n"
11713 "                            int partnum);\n"
11714 "\n"
11715 msgstr ""
11716
11717 # type: textblock
11718 #: ../src/guestfs-actions.pod:4580 ../fish/guestfish-actions.pod:3067
11719 msgid ""
11720 "This command returns true if the partition C<partnum> on C<device> has the "
11721 "bootable flag set."
11722 msgstr ""
11723
11724 # type: textblock
11725 #: ../src/guestfs-actions.pod:4583
11726 msgid "See also C<guestfs_part_set_bootable>."
11727 msgstr ""
11728
11729 # type: =head2
11730 #: ../src/guestfs-actions.pod:4589
11731 msgid "guestfs_part_get_mbr_id"
11732 msgstr ""
11733
11734 # type: verbatim
11735 #: ../src/guestfs-actions.pod:4591
11736 #, no-wrap
11737 msgid ""
11738 " int\n"
11739 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
11740 "                          const char *device,\n"
11741 "                          int partnum);\n"
11742 "\n"
11743 msgstr ""
11744
11745 # type: textblock
11746 #: ../src/guestfs-actions.pod:4596 ../fish/guestfish-actions.pod:3076
11747 msgid ""
11748 "Returns the MBR type byte (also known as the ID byte) from the numbered "
11749 "partition C<partnum>."
11750 msgstr ""
11751
11752 # type: textblock
11753 #: ../src/guestfs-actions.pod:4599 ../src/guestfs-actions.pod:4775
11754 msgid ""
11755 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
11756 "undefined results for other partition table types (see "
11757 "C<guestfs_part_get_parttype>)."
11758 msgstr ""
11759
11760 # type: =head2
11761 #: ../src/guestfs-actions.pod:4607
11762 msgid "guestfs_part_get_parttype"
11763 msgstr ""
11764
11765 # type: verbatim
11766 #: ../src/guestfs-actions.pod:4609
11767 #, no-wrap
11768 msgid ""
11769 " char *\n"
11770 " guestfs_part_get_parttype (guestfs_h *g,\n"
11771 "                            const char *device);\n"
11772 "\n"
11773 msgstr ""
11774
11775 # type: textblock
11776 #: ../src/guestfs-actions.pod:4613 ../fish/guestfish-actions.pod:3087
11777 msgid ""
11778 "This command examines the partition table on C<device> and returns the "
11779 "partition table type (format) being used."
11780 msgstr ""
11781
11782 # type: textblock
11783 #: ../src/guestfs-actions.pod:4616
11784 msgid ""
11785 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
11786 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
11787 "possible, although unusual.  See C<guestfs_part_init> for a full list."
11788 msgstr ""
11789
11790 # type: =head2
11791 #: ../src/guestfs-actions.pod:4626
11792 msgid "guestfs_part_init"
11793 msgstr ""
11794
11795 # type: verbatim
11796 #: ../src/guestfs-actions.pod:4628
11797 #, no-wrap
11798 msgid ""
11799 " int\n"
11800 " guestfs_part_init (guestfs_h *g,\n"
11801 "                    const char *device,\n"
11802 "                    const char *parttype);\n"
11803 "\n"
11804 msgstr ""
11805
11806 # type: textblock
11807 #: ../src/guestfs-actions.pod:4633 ../fish/guestfish-actions.pod:3099
11808 msgid ""
11809 "This creates an empty partition table on C<device> of one of the partition "
11810 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
11811 "(for large disks)."
11812 msgstr ""
11813
11814 # type: textblock
11815 #: ../src/guestfs-actions.pod:4637
11816 msgid ""
11817 "Initially there are no partitions.  Following this, you should call "
11818 "C<guestfs_part_add> for each partition required."
11819 msgstr ""
11820
11821 # type: textblock
11822 #: ../src/guestfs-actions.pod:4640 ../fish/guestfish-actions.pod:3106
11823 msgid "Possible values for C<parttype> are:"
11824 msgstr ""
11825
11826 # type: =item
11827 #: ../src/guestfs-actions.pod:4644 ../fish/guestfish-actions.pod:3110
11828 msgid "B<efi> | B<gpt>"
11829 msgstr ""
11830
11831 # type: textblock
11832 #: ../src/guestfs-actions.pod:4646 ../fish/guestfish-actions.pod:3112
11833 msgid "Intel EFI / GPT partition table."
11834 msgstr ""
11835
11836 # type: textblock
11837 #: ../src/guestfs-actions.pod:4648 ../fish/guestfish-actions.pod:3114
11838 msgid ""
11839 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
11840 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
11841 "the C<mbr> format."
11842 msgstr ""
11843
11844 # type: =item
11845 #: ../src/guestfs-actions.pod:4652 ../fish/guestfish-actions.pod:3118
11846 msgid "B<mbr> | B<msdos>"
11847 msgstr ""
11848
11849 # type: textblock
11850 #: ../src/guestfs-actions.pod:4654 ../fish/guestfish-actions.pod:3120
11851 msgid ""
11852 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
11853 "Windows.  This partition type will B<only> work for device sizes up to 2 "
11854 "TB.  For large disks we recommend using C<gpt>."
11855 msgstr ""
11856
11857 # type: textblock
11858 #: ../src/guestfs-actions.pod:4661 ../fish/guestfish-actions.pod:3127
11859 msgid "Other partition table types that may work but are not supported include:"
11860 msgstr ""
11861
11862 # type: =item
11863 #: ../src/guestfs-actions.pod:4666 ../fish/guestfish-actions.pod:3132
11864 msgid "B<aix>"
11865 msgstr ""
11866
11867 # type: textblock
11868 #: ../src/guestfs-actions.pod:4668 ../fish/guestfish-actions.pod:3134
11869 msgid "AIX disk labels."
11870 msgstr ""
11871
11872 # type: =item
11873 #: ../src/guestfs-actions.pod:4670 ../fish/guestfish-actions.pod:3136
11874 msgid "B<amiga> | B<rdb>"
11875 msgstr ""
11876
11877 # type: textblock
11878 #: ../src/guestfs-actions.pod:4672 ../fish/guestfish-actions.pod:3138
11879 msgid "Amiga \"Rigid Disk Block\" format."
11880 msgstr ""
11881
11882 # type: =item
11883 #: ../src/guestfs-actions.pod:4674 ../fish/guestfish-actions.pod:3140
11884 msgid "B<bsd>"
11885 msgstr ""
11886
11887 # type: textblock
11888 #: ../src/guestfs-actions.pod:4676 ../fish/guestfish-actions.pod:3142
11889 msgid "BSD disk labels."
11890 msgstr ""
11891
11892 # type: =item
11893 #: ../src/guestfs-actions.pod:4678 ../fish/guestfish-actions.pod:3144
11894 msgid "B<dasd>"
11895 msgstr ""
11896
11897 # type: textblock
11898 #: ../src/guestfs-actions.pod:4680 ../fish/guestfish-actions.pod:3146
11899 msgid "DASD, used on IBM mainframes."
11900 msgstr ""
11901
11902 # type: =item
11903 #: ../src/guestfs-actions.pod:4682 ../fish/guestfish-actions.pod:3148
11904 msgid "B<dvh>"
11905 msgstr ""
11906
11907 # type: textblock
11908 #: ../src/guestfs-actions.pod:4684 ../fish/guestfish-actions.pod:3150
11909 msgid "MIPS/SGI volumes."
11910 msgstr ""
11911
11912 # type: =item
11913 #: ../src/guestfs-actions.pod:4686 ../fish/guestfish-actions.pod:3152
11914 msgid "B<mac>"
11915 msgstr ""
11916
11917 # type: textblock
11918 #: ../src/guestfs-actions.pod:4688 ../fish/guestfish-actions.pod:3154
11919 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
11920 msgstr ""
11921
11922 # type: =item
11923 #: ../src/guestfs-actions.pod:4690 ../fish/guestfish-actions.pod:3156
11924 msgid "B<pc98>"
11925 msgstr ""
11926
11927 # type: textblock
11928 #: ../src/guestfs-actions.pod:4692 ../fish/guestfish-actions.pod:3158
11929 msgid "NEC PC-98 format, common in Japan apparently."
11930 msgstr ""
11931
11932 # type: =item
11933 #: ../src/guestfs-actions.pod:4694 ../fish/guestfish-actions.pod:3160
11934 msgid "B<sun>"
11935 msgstr ""
11936
11937 # type: textblock
11938 #: ../src/guestfs-actions.pod:4696 ../fish/guestfish-actions.pod:3162
11939 msgid "Sun disk labels."
11940 msgstr ""
11941
11942 # type: =head2
11943 #: ../src/guestfs-actions.pod:4704
11944 msgid "guestfs_part_list"
11945 msgstr ""
11946
11947 # type: verbatim
11948 #: ../src/guestfs-actions.pod:4706
11949 #, no-wrap
11950 msgid ""
11951 " struct guestfs_partition_list *\n"
11952 " guestfs_part_list (guestfs_h *g,\n"
11953 "                    const char *device);\n"
11954 "\n"
11955 msgstr ""
11956
11957 # type: textblock
11958 #: ../src/guestfs-actions.pod:4710 ../fish/guestfish-actions.pod:3170
11959 msgid ""
11960 "This command parses the partition table on C<device> and returns the list of "
11961 "partitions found."
11962 msgstr ""
11963
11964 # type: textblock
11965 #: ../src/guestfs-actions.pod:4713 ../fish/guestfish-actions.pod:3173
11966 msgid "The fields in the returned structure are:"
11967 msgstr ""
11968
11969 # type: =item
11970 #: ../src/guestfs-actions.pod:4717 ../fish/guestfish-actions.pod:3177
11971 msgid "B<part_num>"
11972 msgstr ""
11973
11974 # type: textblock
11975 #: ../src/guestfs-actions.pod:4719 ../fish/guestfish-actions.pod:3179
11976 msgid "Partition number, counting from 1."
11977 msgstr ""
11978
11979 # type: =item
11980 #: ../src/guestfs-actions.pod:4721 ../fish/guestfish-actions.pod:3181
11981 msgid "B<part_start>"
11982 msgstr ""
11983
11984 # type: textblock
11985 #: ../src/guestfs-actions.pod:4723
11986 msgid ""
11987 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
11988 "the device's sector size, see C<guestfs_blockdev_getss>."
11989 msgstr ""
11990
11991 # type: =item
11992 #: ../src/guestfs-actions.pod:4726 ../fish/guestfish-actions.pod:3186
11993 msgid "B<part_end>"
11994 msgstr ""
11995
11996 # type: textblock
11997 #: ../src/guestfs-actions.pod:4728 ../fish/guestfish-actions.pod:3188
11998 msgid "End of the partition in bytes."
11999 msgstr ""
12000
12001 # type: =item
12002 #: ../src/guestfs-actions.pod:4730 ../fish/guestfish-actions.pod:3190
12003 msgid "B<part_size>"
12004 msgstr ""
12005
12006 # type: textblock
12007 #: ../src/guestfs-actions.pod:4732 ../fish/guestfish-actions.pod:3192
12008 msgid "Size of the partition in bytes."
12009 msgstr ""
12010
12011 # type: textblock
12012 #: ../src/guestfs-actions.pod:4736
12013 msgid ""
12014 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
12015 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
12016 "use>."
12017 msgstr ""
12018
12019 # type: =head2
12020 #: ../src/guestfs-actions.pod:4742
12021 msgid "guestfs_part_set_bootable"
12022 msgstr ""
12023
12024 # type: verbatim
12025 #: ../src/guestfs-actions.pod:4744
12026 #, no-wrap
12027 msgid ""
12028 " int\n"
12029 " guestfs_part_set_bootable (guestfs_h *g,\n"
12030 "                            const char *device,\n"
12031 "                            int partnum,\n"
12032 "                            int bootable);\n"
12033 "\n"
12034 msgstr ""
12035
12036 # type: textblock
12037 #: ../src/guestfs-actions.pod:4750 ../fish/guestfish-actions.pod:3200
12038 msgid ""
12039 "This sets the bootable flag on partition numbered C<partnum> on device "
12040 "C<device>.  Note that partitions are numbered from 1."
12041 msgstr ""
12042
12043 # type: textblock
12044 #: ../src/guestfs-actions.pod:4753 ../fish/guestfish-actions.pod:3203
12045 msgid ""
12046 "The bootable flag is used by some operating systems (notably Windows) to "
12047 "determine which partition to boot from.  It is by no means universally "
12048 "recognized."
12049 msgstr ""
12050
12051 # type: =head2
12052 #: ../src/guestfs-actions.pod:4761
12053 msgid "guestfs_part_set_mbr_id"
12054 msgstr ""
12055
12056 # type: verbatim
12057 #: ../src/guestfs-actions.pod:4763
12058 #, no-wrap
12059 msgid ""
12060 " int\n"
12061 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
12062 "                          const char *device,\n"
12063 "                          int partnum,\n"
12064 "                          int idbyte);\n"
12065 "\n"
12066 msgstr ""
12067
12068 # type: textblock
12069 #: ../src/guestfs-actions.pod:4769 ../fish/guestfish-actions.pod:3211
12070 msgid ""
12071 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
12072 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
12073 "documentation are in fact hexadecimal numbers, but usually documented "
12074 "without any leading \"0x\" which might be confusing."
12075 msgstr ""
12076
12077 # type: =head2
12078 #: ../src/guestfs-actions.pod:4783
12079 msgid "guestfs_part_set_name"
12080 msgstr ""
12081
12082 # type: verbatim
12083 #: ../src/guestfs-actions.pod:4785
12084 #, no-wrap
12085 msgid ""
12086 " int\n"
12087 " guestfs_part_set_name (guestfs_h *g,\n"
12088 "                        const char *device,\n"
12089 "                        int partnum,\n"
12090 "                        const char *name);\n"
12091 "\n"
12092 msgstr ""
12093
12094 # type: textblock
12095 #: ../src/guestfs-actions.pod:4791 ../fish/guestfish-actions.pod:3225
12096 msgid ""
12097 "This sets the partition name on partition numbered C<partnum> on device "
12098 "C<device>.  Note that partitions are numbered from 1."
12099 msgstr ""
12100
12101 # type: textblock
12102 #: ../src/guestfs-actions.pod:4794 ../fish/guestfish-actions.pod:3228
12103 msgid ""
12104 "The partition name can only be set on certain types of partition table.  "
12105 "This works on C<gpt> but not on C<mbr> partitions."
12106 msgstr ""
12107
12108 # type: =head2
12109 #: ../src/guestfs-actions.pod:4801
12110 msgid "guestfs_part_to_dev"
12111 msgstr ""
12112
12113 # type: verbatim
12114 #: ../src/guestfs-actions.pod:4803
12115 #, no-wrap
12116 msgid ""
12117 " char *\n"
12118 " guestfs_part_to_dev (guestfs_h *g,\n"
12119 "                      const char *partition);\n"
12120 "\n"
12121 msgstr ""
12122
12123 # type: textblock
12124 #: ../src/guestfs-actions.pod:4807 ../fish/guestfish-actions.pod:3235
12125 msgid ""
12126 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
12127 "partition number, returning the device name (eg. \"/dev/sdb\")."
12128 msgstr ""
12129
12130 # type: textblock
12131 #: ../src/guestfs-actions.pod:4811
12132 msgid ""
12133 "The named partition must exist, for example as a string returned from "
12134 "C<guestfs_list_partitions>."
12135 msgstr ""
12136
12137 # type: =head2
12138 #: ../src/guestfs-actions.pod:4819
12139 msgid "guestfs_ping_daemon"
12140 msgstr ""
12141
12142 # type: verbatim
12143 #: ../src/guestfs-actions.pod:4821
12144 #, no-wrap
12145 msgid ""
12146 " int\n"
12147 " guestfs_ping_daemon (guestfs_h *g);\n"
12148 "\n"
12149 msgstr ""
12150
12151 # type: textblock
12152 #: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3246
12153 msgid ""
12154 "This is a test probe into the guestfs daemon running inside the qemu "
12155 "subprocess.  Calling this function checks that the daemon responds to the "
12156 "ping message, without affecting the daemon or attached block device(s) in "
12157 "any other way."
12158 msgstr ""
12159
12160 # type: =head2
12161 #: ../src/guestfs-actions.pod:4833
12162 msgid "guestfs_pread"
12163 msgstr ""
12164
12165 # type: verbatim
12166 #: ../src/guestfs-actions.pod:4835
12167 #, no-wrap
12168 msgid ""
12169 " char *\n"
12170 " guestfs_pread (guestfs_h *g,\n"
12171 "                const char *path,\n"
12172 "                int count,\n"
12173 "                int64_t offset,\n"
12174 "                size_t *size_r);\n"
12175 "\n"
12176 msgstr ""
12177
12178 # type: textblock
12179 #: ../src/guestfs-actions.pod:4842 ../fish/guestfish-actions.pod:3255
12180 msgid ""
12181 "This command lets you read part of a file.  It reads C<count> bytes of the "
12182 "file, starting at C<offset>, from file C<path>."
12183 msgstr ""
12184
12185 # type: textblock
12186 #: ../src/guestfs-actions.pod:4845 ../src/guestfs-actions.pod:4871 ../fish/guestfish-actions.pod:3258 ../fish/guestfish-actions.pod:3273
12187 msgid ""
12188 "This may read fewer bytes than requested.  For further details see the "
12189 "L<pread(2)> system call."
12190 msgstr ""
12191
12192 # type: textblock
12193 #: ../src/guestfs-actions.pod:4848
12194 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
12195 msgstr ""
12196
12197 # type: =head2
12198 #: ../src/guestfs-actions.pod:4859
12199 msgid "guestfs_pread_device"
12200 msgstr ""
12201
12202 # type: verbatim
12203 #: ../src/guestfs-actions.pod:4861
12204 #, no-wrap
12205 msgid ""
12206 " char *\n"
12207 " guestfs_pread_device (guestfs_h *g,\n"
12208 "                       const char *device,\n"
12209 "                       int count,\n"
12210 "                       int64_t offset,\n"
12211 "                       size_t *size_r);\n"
12212 "\n"
12213 msgstr ""
12214
12215 # type: textblock
12216 #: ../src/guestfs-actions.pod:4868 ../fish/guestfish-actions.pod:3270
12217 msgid ""
12218 "This command lets you read part of a file.  It reads C<count> bytes of "
12219 "C<device>, starting at C<offset>."
12220 msgstr ""
12221
12222 # type: textblock
12223 #: ../src/guestfs-actions.pod:4874
12224 msgid "See also C<guestfs_pread>."
12225 msgstr ""
12226
12227 # type: textblock
12228 #: ../src/guestfs-actions.pod:4883
12229 msgid "(Added in 1.5.21)"
12230 msgstr ""
12231
12232 # type: =head2
12233 #: ../src/guestfs-actions.pod:4885
12234 msgid "guestfs_pvcreate"
12235 msgstr ""
12236
12237 # type: verbatim
12238 #: ../src/guestfs-actions.pod:4887
12239 #, no-wrap
12240 msgid ""
12241 " int\n"
12242 " guestfs_pvcreate (guestfs_h *g,\n"
12243 "                   const char *device);\n"
12244 "\n"
12245 msgstr ""
12246
12247 # type: textblock
12248 #: ../src/guestfs-actions.pod:4891 ../fish/guestfish-actions.pod:3285
12249 msgid ""
12250 "This creates an LVM physical volume on the named C<device>, where C<device> "
12251 "should usually be a partition name such as C</dev/sda1>."
12252 msgstr ""
12253
12254 # type: =head2
12255 #: ../src/guestfs-actions.pod:4899
12256 msgid "guestfs_pvremove"
12257 msgstr ""
12258
12259 # type: verbatim
12260 #: ../src/guestfs-actions.pod:4901
12261 #, no-wrap
12262 msgid ""
12263 " int\n"
12264 " guestfs_pvremove (guestfs_h *g,\n"
12265 "                   const char *device);\n"
12266 "\n"
12267 msgstr ""
12268
12269 # type: textblock
12270 #: ../src/guestfs-actions.pod:4905 ../fish/guestfish-actions.pod:3293
12271 msgid ""
12272 "This wipes a physical volume C<device> so that LVM will no longer recognise "
12273 "it."
12274 msgstr ""
12275
12276 # type: textblock
12277 #: ../src/guestfs-actions.pod:4908 ../fish/guestfish-actions.pod:3296
12278 msgid ""
12279 "The implementation uses the C<pvremove> command which refuses to wipe "
12280 "physical volumes that contain any volume groups, so you have to remove those "
12281 "first."
12282 msgstr ""
12283
12284 # type: =head2
12285 #: ../src/guestfs-actions.pod:4916
12286 msgid "guestfs_pvresize"
12287 msgstr ""
12288
12289 # type: verbatim
12290 #: ../src/guestfs-actions.pod:4918
12291 #, no-wrap
12292 msgid ""
12293 " int\n"
12294 " guestfs_pvresize (guestfs_h *g,\n"
12295 "                   const char *device);\n"
12296 "\n"
12297 msgstr ""
12298
12299 # type: textblock
12300 #: ../src/guestfs-actions.pod:4922 ../fish/guestfish-actions.pod:3304
12301 msgid ""
12302 "This resizes (expands or shrinks) an existing LVM physical volume to match "
12303 "the new size of the underlying device."
12304 msgstr ""
12305
12306 # type: =head2
12307 #: ../src/guestfs-actions.pod:4929
12308 msgid "guestfs_pvresize_size"
12309 msgstr ""
12310
12311 # type: verbatim
12312 #: ../src/guestfs-actions.pod:4931
12313 #, no-wrap
12314 msgid ""
12315 " int\n"
12316 " guestfs_pvresize_size (guestfs_h *g,\n"
12317 "                        const char *device,\n"
12318 "                        int64_t size);\n"
12319 "\n"
12320 msgstr ""
12321
12322 # type: textblock
12323 #: ../src/guestfs-actions.pod:4936
12324 msgid ""
12325 "This command is the same as C<guestfs_pvresize> except that it allows you to "
12326 "specify the new size (in bytes) explicitly."
12327 msgstr ""
12328
12329 # type: =head2
12330 #: ../src/guestfs-actions.pod:4943
12331 msgid "guestfs_pvs"
12332 msgstr ""
12333
12334 # type: verbatim
12335 #: ../src/guestfs-actions.pod:4945
12336 #, no-wrap
12337 msgid ""
12338 " char **\n"
12339 " guestfs_pvs (guestfs_h *g);\n"
12340 "\n"
12341 msgstr ""
12342
12343 # type: textblock
12344 #: ../src/guestfs-actions.pod:4948 ../fish/guestfish-actions.pod:3318
12345 msgid ""
12346 "List all the physical volumes detected.  This is the equivalent of the "
12347 "L<pvs(8)> command."
12348 msgstr ""
12349
12350 # type: textblock
12351 #: ../src/guestfs-actions.pod:4951 ../fish/guestfish-actions.pod:3321
12352 msgid ""
12353 "This returns a list of just the device names that contain PVs "
12354 "(eg. C</dev/sda2>)."
12355 msgstr ""
12356
12357 # type: textblock
12358 #: ../src/guestfs-actions.pod:4954
12359 msgid "See also C<guestfs_pvs_full>."
12360 msgstr ""
12361
12362 # type: =head2
12363 #: ../src/guestfs-actions.pod:4962
12364 msgid "guestfs_pvs_full"
12365 msgstr ""
12366
12367 # type: verbatim
12368 #: ../src/guestfs-actions.pod:4964
12369 #, no-wrap
12370 msgid ""
12371 " struct guestfs_lvm_pv_list *\n"
12372 " guestfs_pvs_full (guestfs_h *g);\n"
12373 "\n"
12374 msgstr ""
12375
12376 # type: textblock
12377 #: ../src/guestfs-actions.pod:4967 ../fish/guestfish-actions.pod:3330
12378 msgid ""
12379 "List all the physical volumes detected.  This is the equivalent of the "
12380 "L<pvs(8)> command.  The \"full\" version includes all fields."
12381 msgstr ""
12382
12383 # type: textblock
12384 #: ../src/guestfs-actions.pod:4970
12385 msgid ""
12386 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
12387 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
12388 "use>."
12389 msgstr ""
12390
12391 # type: =head2
12392 #: ../src/guestfs-actions.pod:4976
12393 msgid "guestfs_pvuuid"
12394 msgstr ""
12395
12396 # type: verbatim
12397 #: ../src/guestfs-actions.pod:4978
12398 #, no-wrap
12399 msgid ""
12400 " char *\n"
12401 " guestfs_pvuuid (guestfs_h *g,\n"
12402 "                 const char *device);\n"
12403 "\n"
12404 msgstr ""
12405
12406 # type: textblock
12407 #: ../src/guestfs-actions.pod:4982 ../fish/guestfish-actions.pod:3337
12408 msgid "This command returns the UUID of the LVM PV C<device>."
12409 msgstr ""
12410
12411 # type: =head2
12412 #: ../src/guestfs-actions.pod:4989
12413 msgid "guestfs_pwrite"
12414 msgstr ""
12415
12416 # type: verbatim
12417 #: ../src/guestfs-actions.pod:4991
12418 #, no-wrap
12419 msgid ""
12420 " int\n"
12421 " guestfs_pwrite (guestfs_h *g,\n"
12422 "                 const char *path,\n"
12423 "                 const char *content,\n"
12424 "                 size_t content_size,\n"
12425 "                 int64_t offset);\n"
12426 "\n"
12427 msgstr ""
12428
12429 # type: textblock
12430 #: ../src/guestfs-actions.pod:4998 ../fish/guestfish-actions.pod:3343
12431 msgid ""
12432 "This command writes to part of a file.  It writes the data buffer C<content> "
12433 "to the file C<path> starting at offset C<offset>."
12434 msgstr ""
12435
12436 # type: textblock
12437 #: ../src/guestfs-actions.pod:5001 ../fish/guestfish-actions.pod:3346
12438 msgid ""
12439 "This command implements the L<pwrite(2)> system call, and like that system "
12440 "call it may not write the full data requested.  The return value is the "
12441 "number of bytes that were actually written to the file.  This could even be "
12442 "0, although short writes are unlikely for regular files in ordinary "
12443 "circumstances."
12444 msgstr ""
12445
12446 # type: textblock
12447 #: ../src/guestfs-actions.pod:5007
12448 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
12449 msgstr ""
12450
12451 # type: =head2
12452 #: ../src/guestfs-actions.pod:5016
12453 msgid "guestfs_pwrite_device"
12454 msgstr ""
12455
12456 # type: verbatim
12457 #: ../src/guestfs-actions.pod:5018
12458 #, no-wrap
12459 msgid ""
12460 " int\n"
12461 " guestfs_pwrite_device (guestfs_h *g,\n"
12462 "                        const char *device,\n"
12463 "                        const char *content,\n"
12464 "                        size_t content_size,\n"
12465 "                        int64_t offset);\n"
12466 "\n"
12467 msgstr ""
12468
12469 # type: textblock
12470 #: ../src/guestfs-actions.pod:5025 ../fish/guestfish-actions.pod:3361
12471 msgid ""
12472 "This command writes to part of a device.  It writes the data buffer "
12473 "C<content> to C<device> starting at offset C<offset>."
12474 msgstr ""
12475
12476 # type: textblock
12477 #: ../src/guestfs-actions.pod:5028 ../fish/guestfish-actions.pod:3364
12478 msgid ""
12479 "This command implements the L<pwrite(2)> system call, and like that system "
12480 "call it may not write the full data requested (although short writes to disk "
12481 "devices and partitions are probably impossible with standard Linux kernels)."
12482 msgstr ""
12483
12484 # type: textblock
12485 #: ../src/guestfs-actions.pod:5033
12486 msgid "See also C<guestfs_pwrite>."
12487 msgstr ""
12488
12489 # type: textblock
12490 #: ../src/guestfs-actions.pod:5040
12491 msgid "(Added in 1.5.20)"
12492 msgstr ""
12493
12494 # type: =head2
12495 #: ../src/guestfs-actions.pod:5042
12496 msgid "guestfs_read_file"
12497 msgstr ""
12498
12499 # type: verbatim
12500 #: ../src/guestfs-actions.pod:5044
12501 #, no-wrap
12502 msgid ""
12503 " char *\n"
12504 " guestfs_read_file (guestfs_h *g,\n"
12505 "                    const char *path,\n"
12506 "                    size_t *size_r);\n"
12507 "\n"
12508 msgstr ""
12509
12510 # type: textblock
12511 #: ../src/guestfs-actions.pod:5049 ../fish/guestfish-actions.pod:3378
12512 msgid "This calls returns the contents of the file C<path> as a buffer."
12513 msgstr ""
12514
12515 # type: textblock
12516 #: ../src/guestfs-actions.pod:5052
12517 msgid ""
12518 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
12519 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
12520 "function is limited in the total size of file that can be handled."
12521 msgstr ""
12522
12523 # type: textblock
12524 #: ../src/guestfs-actions.pod:5064
12525 msgid "(Added in 1.0.63)"
12526 msgstr ""
12527
12528 # type: =head2
12529 #: ../src/guestfs-actions.pod:5066
12530 msgid "guestfs_read_lines"
12531 msgstr ""
12532
12533 # type: verbatim
12534 #: ../src/guestfs-actions.pod:5068
12535 #, no-wrap
12536 msgid ""
12537 " char **\n"
12538 " guestfs_read_lines (guestfs_h *g,\n"
12539 "                     const char *path);\n"
12540 "\n"
12541 msgstr ""
12542
12543 # type: textblock
12544 #: ../src/guestfs-actions.pod:5074 ../fish/guestfish-actions.pod:3395
12545 msgid ""
12546 "The file contents are returned as a list of lines.  Trailing C<LF> and "
12547 "C<CRLF> character sequences are I<not> returned."
12548 msgstr ""
12549
12550 # type: textblock
12551 #: ../src/guestfs-actions.pod:5077
12552 msgid ""
12553 "Note that this function cannot correctly handle binary files (specifically, "
12554 "files containing C<\\0> character which is treated as end of line).  For "
12555 "those you need to use the C<guestfs_read_file> function which has a more "
12556 "complex interface."
12557 msgstr ""
12558
12559 # type: =head2
12560 #: ../src/guestfs-actions.pod:5088
12561 msgid "guestfs_readdir"
12562 msgstr ""
12563
12564 # type: verbatim
12565 #: ../src/guestfs-actions.pod:5090
12566 #, no-wrap
12567 msgid ""
12568 " struct guestfs_dirent_list *\n"
12569 " guestfs_readdir (guestfs_h *g,\n"
12570 "                  const char *dir);\n"
12571 "\n"
12572 msgstr ""
12573
12574 # type: textblock
12575 #: ../src/guestfs-actions.pod:5094 ../fish/guestfish-actions.pod:3407
12576 msgid "This returns the list of directory entries in directory C<dir>."
12577 msgstr ""
12578
12579 # type: textblock
12580 #: ../src/guestfs-actions.pod:5096 ../fish/guestfish-actions.pod:3409
12581 msgid ""
12582 "All entries in the directory are returned, including C<.> and C<..>.  The "
12583 "entries are I<not> sorted, but returned in the same order as the underlying "
12584 "filesystem."
12585 msgstr ""
12586
12587 # type: textblock
12588 #: ../src/guestfs-actions.pod:5100 ../fish/guestfish-actions.pod:3413
12589 msgid ""
12590 "Also this call returns basic file type information about each file.  The "
12591 "C<ftyp> field will contain one of the following characters:"
12592 msgstr ""
12593
12594 # type: =item
12595 #: ../src/guestfs-actions.pod:5105 ../fish/guestfish-actions.pod:3418
12596 msgid "'b'"
12597 msgstr ""
12598
12599 # type: textblock
12600 #: ../src/guestfs-actions.pod:5107 ../fish/guestfish-actions.pod:3420
12601 msgid "Block special"
12602 msgstr ""
12603
12604 # type: =item
12605 #: ../src/guestfs-actions.pod:5109 ../fish/guestfish-actions.pod:3422
12606 msgid "'c'"
12607 msgstr ""
12608
12609 # type: textblock
12610 #: ../src/guestfs-actions.pod:5111 ../fish/guestfish-actions.pod:3424
12611 msgid "Char special"
12612 msgstr ""
12613
12614 # type: =item
12615 #: ../src/guestfs-actions.pod:5113 ../fish/guestfish-actions.pod:3426
12616 msgid "'d'"
12617 msgstr ""
12618
12619 # type: textblock
12620 #: ../src/guestfs-actions.pod:5115 ../fish/guestfish-actions.pod:3428
12621 msgid "Directory"
12622 msgstr ""
12623
12624 # type: =item
12625 #: ../src/guestfs-actions.pod:5117 ../fish/guestfish-actions.pod:3430
12626 msgid "'f'"
12627 msgstr ""
12628
12629 # type: textblock
12630 #: ../src/guestfs-actions.pod:5119 ../fish/guestfish-actions.pod:3432
12631 msgid "FIFO (named pipe)"
12632 msgstr ""
12633
12634 # type: =item
12635 #: ../src/guestfs-actions.pod:5121 ../fish/guestfish-actions.pod:3434
12636 msgid "'l'"
12637 msgstr ""
12638
12639 # type: textblock
12640 #: ../src/guestfs-actions.pod:5123 ../fish/guestfish-actions.pod:3436
12641 msgid "Symbolic link"
12642 msgstr ""
12643
12644 # type: =item
12645 #: ../src/guestfs-actions.pod:5125 ../fish/guestfish-actions.pod:3438
12646 msgid "'r'"
12647 msgstr ""
12648
12649 # type: textblock
12650 #: ../src/guestfs-actions.pod:5127 ../fish/guestfish-actions.pod:3440
12651 msgid "Regular file"
12652 msgstr ""
12653
12654 # type: =item
12655 #: ../src/guestfs-actions.pod:5129 ../fish/guestfish-actions.pod:3442
12656 msgid "'s'"
12657 msgstr ""
12658
12659 # type: textblock
12660 #: ../src/guestfs-actions.pod:5131 ../fish/guestfish-actions.pod:3444
12661 msgid "Socket"
12662 msgstr ""
12663
12664 # type: =item
12665 #: ../src/guestfs-actions.pod:5133 ../fish/guestfish-actions.pod:3446
12666 msgid "'u'"
12667 msgstr ""
12668
12669 # type: textblock
12670 #: ../src/guestfs-actions.pod:5135 ../fish/guestfish-actions.pod:3448
12671 msgid "Unknown file type"
12672 msgstr ""
12673
12674 # type: =item
12675 #: ../src/guestfs-actions.pod:5137 ../fish/guestfish-actions.pod:3450
12676 msgid "'?'"
12677 msgstr ""
12678
12679 # type: textblock
12680 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3452
12681 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
12682 msgstr ""
12683
12684 # type: textblock
12685 #: ../src/guestfs-actions.pod:5144
12686 msgid ""
12687 "This function is primarily intended for use by programs.  To get a simple "
12688 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
12689 "consumption, use C<guestfs_ll>."
12690 msgstr ""
12691
12692 # type: textblock
12693 #: ../src/guestfs-actions.pod:5148
12694 msgid ""
12695 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
12696 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
12697 "use>."
12698 msgstr ""
12699
12700 # type: =head2
12701 #: ../src/guestfs-actions.pod:5154
12702 msgid "guestfs_readlink"
12703 msgstr ""
12704
12705 # type: verbatim
12706 #: ../src/guestfs-actions.pod:5156
12707 #, no-wrap
12708 msgid ""
12709 " char *\n"
12710 " guestfs_readlink (guestfs_h *g,\n"
12711 "                   const char *path);\n"
12712 "\n"
12713 msgstr ""
12714
12715 # type: textblock
12716 #: ../src/guestfs-actions.pod:5160 ../fish/guestfish-actions.pod:3465
12717 msgid "This command reads the target of a symbolic link."
12718 msgstr ""
12719
12720 # type: =head2
12721 #: ../src/guestfs-actions.pod:5167
12722 msgid "guestfs_readlinklist"
12723 msgstr ""
12724
12725 # type: verbatim
12726 #: ../src/guestfs-actions.pod:5169
12727 #, no-wrap
12728 msgid ""
12729 " char **\n"
12730 " guestfs_readlinklist (guestfs_h *g,\n"
12731 "                       const char *path,\n"
12732 "                       char *const *names);\n"
12733 "\n"
12734 msgstr ""
12735
12736 # type: textblock
12737 #: ../src/guestfs-actions.pod:5174 ../fish/guestfish-actions.pod:3471
12738 msgid ""
12739 "This call allows you to do a C<readlink> operation on multiple files, where "
12740 "all files are in the directory C<path>.  C<names> is the list of files from "
12741 "this directory."
12742 msgstr ""
12743
12744 # type: textblock
12745 #: ../src/guestfs-actions.pod:5178 ../fish/guestfish-actions.pod:3475
12746 msgid ""
12747 "On return you get a list of strings, with a one-to-one correspondence to the "
12748 "C<names> list.  Each string is the value of the symbolic link."
12749 msgstr ""
12750
12751 # type: textblock
12752 #: ../src/guestfs-actions.pod:5182 ../fish/guestfish-actions.pod:3479
12753 msgid ""
12754 "If the C<readlink(2)> operation fails on any name, then the corresponding "
12755 "result string is the empty string C<\"\">.  However the whole operation is "
12756 "completed even if there were C<readlink(2)> errors, and so you can call this "
12757 "function with names where you don't know if they are symbolic links already "
12758 "(albeit slightly less efficient)."
12759 msgstr ""
12760
12761 # type: textblock
12762 #: ../src/guestfs-actions.pod:5189 ../fish/guestfish-actions.pod:3486
12763 msgid ""
12764 "This call is intended for programs that want to efficiently list a directory "
12765 "contents without making many round-trips.  Very long directory listings "
12766 "might cause the protocol message size to be exceeded, causing this call to "
12767 "fail.  The caller must split up such requests into smaller groups of names."
12768 msgstr ""
12769
12770 # type: =head2
12771 #: ../src/guestfs-actions.pod:5202
12772 msgid "guestfs_realpath"
12773 msgstr ""
12774
12775 # type: verbatim
12776 #: ../src/guestfs-actions.pod:5204
12777 #, no-wrap
12778 msgid ""
12779 " char *\n"
12780 " guestfs_realpath (guestfs_h *g,\n"
12781 "                   const char *path);\n"
12782 "\n"
12783 msgstr ""
12784
12785 # type: textblock
12786 #: ../src/guestfs-actions.pod:5208 ../fish/guestfish-actions.pod:3497
12787 msgid ""
12788 "Return the canonicalized absolute pathname of C<path>.  The returned path "
12789 "has no C<.>, C<..> or symbolic link path elements."
12790 msgstr ""
12791
12792 # type: =head2
12793 #: ../src/guestfs-actions.pod:5216
12794 msgid "guestfs_removexattr"
12795 msgstr ""
12796
12797 # type: verbatim
12798 #: ../src/guestfs-actions.pod:5218
12799 #, no-wrap
12800 msgid ""
12801 " int\n"
12802 " guestfs_removexattr (guestfs_h *g,\n"
12803 "                      const char *xattr,\n"
12804 "                      const char *path);\n"
12805 "\n"
12806 msgstr ""
12807
12808 # type: textblock
12809 #: ../src/guestfs-actions.pod:5223 ../fish/guestfish-actions.pod:3504
12810 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
12811 msgstr ""
12812
12813 # type: textblock
12814 #: ../src/guestfs-actions.pod:5226
12815 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
12816 msgstr ""
12817
12818 # type: =head2
12819 #: ../src/guestfs-actions.pod:5232
12820 msgid "guestfs_resize2fs"
12821 msgstr ""
12822
12823 # type: verbatim
12824 #: ../src/guestfs-actions.pod:5234
12825 #, no-wrap
12826 msgid ""
12827 " int\n"
12828 " guestfs_resize2fs (guestfs_h *g,\n"
12829 "                    const char *device);\n"
12830 "\n"
12831 msgstr ""
12832
12833 # type: textblock
12834 #: ../src/guestfs-actions.pod:5238 ../fish/guestfish-actions.pod:3513
12835 msgid ""
12836 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
12837 "underlying device."
12838 msgstr ""
12839
12840 # type: textblock
12841 #: ../src/guestfs-actions.pod:5241
12842 msgid ""
12843 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
12844 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
12845 "sometimes gives an error about this and sometimes not.  In any case, it is "
12846 "always safe to call C<guestfs_e2fsck_f> before calling this function."
12847 msgstr ""
12848
12849 # type: =head2
12850 #: ../src/guestfs-actions.pod:5251
12851 msgid "guestfs_resize2fs_size"
12852 msgstr ""
12853
12854 # type: verbatim
12855 #: ../src/guestfs-actions.pod:5253
12856 #, no-wrap
12857 msgid ""
12858 " int\n"
12859 " guestfs_resize2fs_size (guestfs_h *g,\n"
12860 "                         const char *device,\n"
12861 "                         int64_t size);\n"
12862 "\n"
12863 msgstr ""
12864
12865 # type: textblock
12866 #: ../src/guestfs-actions.pod:5258
12867 msgid ""
12868 "This command is the same as C<guestfs_resize2fs> except that it allows you "
12869 "to specify the new size (in bytes) explicitly."
12870 msgstr ""
12871
12872 # type: =head2
12873 #: ../src/guestfs-actions.pod:5265
12874 msgid "guestfs_rm"
12875 msgstr ""
12876
12877 # type: verbatim
12878 #: ../src/guestfs-actions.pod:5267
12879 #, no-wrap
12880 msgid ""
12881 " int\n"
12882 " guestfs_rm (guestfs_h *g,\n"
12883 "             const char *path);\n"
12884 "\n"
12885 msgstr ""
12886
12887 # type: textblock
12888 #: ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3533
12889 msgid "Remove the single file C<path>."
12890 msgstr ""
12891
12892 # type: =head2
12893 #: ../src/guestfs-actions.pod:5277
12894 msgid "guestfs_rm_rf"
12895 msgstr ""
12896
12897 # type: verbatim
12898 #: ../src/guestfs-actions.pod:5279
12899 #, no-wrap
12900 msgid ""
12901 " int\n"
12902 " guestfs_rm_rf (guestfs_h *g,\n"
12903 "                const char *path);\n"
12904 "\n"
12905 msgstr ""
12906
12907 # type: textblock
12908 #: ../src/guestfs-actions.pod:5283 ../fish/guestfish-actions.pod:3539
12909 msgid ""
12910 "Remove the file or directory C<path>, recursively removing the contents if "
12911 "its a directory.  This is like the C<rm -rf> shell command."
12912 msgstr ""
12913
12914 # type: =head2
12915 #: ../src/guestfs-actions.pod:5291
12916 msgid "guestfs_rmdir"
12917 msgstr ""
12918
12919 # type: verbatim
12920 #: ../src/guestfs-actions.pod:5293
12921 #, no-wrap
12922 msgid ""
12923 " int\n"
12924 " guestfs_rmdir (guestfs_h *g,\n"
12925 "                const char *path);\n"
12926 "\n"
12927 msgstr ""
12928
12929 # type: textblock
12930 #: ../src/guestfs-actions.pod:5297 ../fish/guestfish-actions.pod:3547
12931 msgid "Remove the single directory C<path>."
12932 msgstr ""
12933
12934 # type: =head2
12935 #: ../src/guestfs-actions.pod:5303
12936 msgid "guestfs_rmmountpoint"
12937 msgstr ""
12938
12939 # type: verbatim
12940 #: ../src/guestfs-actions.pod:5305
12941 #, no-wrap
12942 msgid ""
12943 " int\n"
12944 " guestfs_rmmountpoint (guestfs_h *g,\n"
12945 "                       const char *exemptpath);\n"
12946 "\n"
12947 msgstr ""
12948
12949 # type: textblock
12950 #: ../src/guestfs-actions.pod:5309
12951 msgid ""
12952 "This calls removes a mountpoint that was previously created with "
12953 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
12954 msgstr ""
12955
12956 # type: =head2
12957 #: ../src/guestfs-actions.pod:5317
12958 msgid "guestfs_scrub_device"
12959 msgstr ""
12960
12961 # type: verbatim
12962 #: ../src/guestfs-actions.pod:5319
12963 #, no-wrap
12964 msgid ""
12965 " int\n"
12966 " guestfs_scrub_device (guestfs_h *g,\n"
12967 "                       const char *device);\n"
12968 "\n"
12969 msgstr ""
12970
12971 # type: textblock
12972 #: ../src/guestfs-actions.pod:5323 ../fish/guestfish-actions.pod:3561
12973 msgid ""
12974 "This command writes patterns over C<device> to make data retrieval more "
12975 "difficult."
12976 msgstr ""
12977
12978 # type: textblock
12979 #: ../src/guestfs-actions.pod:5326 ../src/guestfs-actions.pod:5347 ../src/guestfs-actions.pod:5366 ../fish/guestfish-actions.pod:3564 ../fish/guestfish-actions.pod:3579 ../fish/guestfish-actions.pod:3592
12980 msgid ""
12981 "It is an interface to the L<scrub(1)> program.  See that manual page for "
12982 "more details."
12983 msgstr ""
12984
12985 # type: textblock
12986 #: ../src/guestfs-actions.pod:5334 ../src/guestfs-actions.pod:5352 ../src/guestfs-actions.pod:5371
12987 msgid "(Added in 1.0.52)"
12988 msgstr ""
12989
12990 # type: =head2
12991 #: ../src/guestfs-actions.pod:5336
12992 msgid "guestfs_scrub_file"
12993 msgstr ""
12994
12995 # type: verbatim
12996 #: ../src/guestfs-actions.pod:5338
12997 #, no-wrap
12998 msgid ""
12999 " int\n"
13000 " guestfs_scrub_file (guestfs_h *g,\n"
13001 "                     const char *file);\n"
13002 "\n"
13003 msgstr ""
13004
13005 # type: textblock
13006 #: ../src/guestfs-actions.pod:5342 ../fish/guestfish-actions.pod:3574
13007 msgid ""
13008 "This command writes patterns over a file to make data retrieval more "
13009 "difficult."
13010 msgstr ""
13011
13012 # type: textblock
13013 #: ../src/guestfs-actions.pod:5345 ../fish/guestfish-actions.pod:3577
13014 msgid "The file is I<removed> after scrubbing."
13015 msgstr ""
13016
13017 # type: =head2
13018 #: ../src/guestfs-actions.pod:5354
13019 msgid "guestfs_scrub_freespace"
13020 msgstr ""
13021
13022 # type: verbatim
13023 #: ../src/guestfs-actions.pod:5356
13024 #, no-wrap
13025 msgid ""
13026 " int\n"
13027 " guestfs_scrub_freespace (guestfs_h *g,\n"
13028 "                          const char *dir);\n"
13029 "\n"
13030 msgstr ""
13031
13032 # type: textblock
13033 #: ../src/guestfs-actions.pod:5360
13034 msgid ""
13035 "This command creates the directory C<dir> and then fills it with files until "
13036 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
13037 "and deletes them.  The intention is to scrub any free space on the partition "
13038 "containing C<dir>."
13039 msgstr ""
13040
13041 # type: =head2
13042 #: ../src/guestfs-actions.pod:5373
13043 msgid "guestfs_set_append"
13044 msgstr ""
13045
13046 # type: verbatim
13047 #: ../src/guestfs-actions.pod:5375
13048 #, no-wrap
13049 msgid ""
13050 " int\n"
13051 " guestfs_set_append (guestfs_h *g,\n"
13052 "                     const char *append);\n"
13053 "\n"
13054 msgstr ""
13055
13056 # type: textblock
13057 #: ../src/guestfs-actions.pod:5379 ../fish/guestfish-actions.pod:3601
13058 msgid ""
13059 "This function is used to add additional options to the guest kernel command "
13060 "line."
13061 msgstr ""
13062
13063 # type: textblock
13064 #: ../src/guestfs-actions.pod:5382 ../fish/guestfish-actions.pod:3604
13065 msgid ""
13066 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
13067 "environment variable."
13068 msgstr ""
13069
13070 # type: textblock
13071 #: ../src/guestfs-actions.pod:5385 ../fish/guestfish-actions.pod:3607
13072 msgid ""
13073 "Setting C<append> to C<NULL> means I<no> additional options are passed "
13074 "(libguestfs always adds a few of its own)."
13075 msgstr ""
13076
13077 # type: =head2
13078 #: ../src/guestfs-actions.pod:5392
13079 msgid "guestfs_set_autosync"
13080 msgstr ""
13081
13082 # type: verbatim
13083 #: ../src/guestfs-actions.pod:5394
13084 #, no-wrap
13085 msgid ""
13086 " int\n"
13087 " guestfs_set_autosync (guestfs_h *g,\n"
13088 "                       int autosync);\n"
13089 "\n"
13090 msgstr ""
13091
13092 # type: textblock
13093 #: ../src/guestfs-actions.pod:5398
13094 msgid ""
13095 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
13096 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
13097 "the handle is closed (also if the program exits without closing handles)."
13098 msgstr ""
13099
13100 # type: textblock
13101 #: ../src/guestfs-actions.pod:5403 ../fish/guestfish-actions.pod:3621
13102 msgid ""
13103 "This is enabled by default (since libguestfs 1.5.24, previously it was "
13104 "disabled by default)."
13105 msgstr ""
13106
13107 # type: =head2
13108 #: ../src/guestfs-actions.pod:5410
13109 msgid "guestfs_set_direct"
13110 msgstr ""
13111
13112 # type: verbatim
13113 #: ../src/guestfs-actions.pod:5412
13114 #, no-wrap
13115 msgid ""
13116 " int\n"
13117 " guestfs_set_direct (guestfs_h *g,\n"
13118 "                     int direct);\n"
13119 "\n"
13120 msgstr ""
13121
13122 # type: textblock
13123 #: ../src/guestfs-actions.pod:5416 ../fish/guestfish-actions.pod:3630
13124 msgid ""
13125 "If the direct appliance mode flag is enabled, then stdin and stdout are "
13126 "passed directly through to the appliance once it is launched."
13127 msgstr ""
13128
13129 # type: textblock
13130 #: ../src/guestfs-actions.pod:5420
13131 msgid ""
13132 "One consequence of this is that log messages aren't caught by the library "
13133 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
13134 "stdout."
13135 msgstr ""
13136
13137 # type: textblock
13138 #: ../src/guestfs-actions.pod:5424 ../fish/guestfish-actions.pod:3638
13139 msgid "You probably don't want to use this unless you know what you are doing."
13140 msgstr ""
13141
13142 # type: textblock
13143 #: ../src/guestfs-actions.pod:5427 ../fish/guestfish-actions.pod:3641
13144 msgid "The default is disabled."
13145 msgstr ""
13146
13147 # type: =head2
13148 #: ../src/guestfs-actions.pod:5433
13149 msgid "guestfs_set_e2label"
13150 msgstr ""
13151
13152 # type: verbatim
13153 #: ../src/guestfs-actions.pod:5435
13154 #, no-wrap
13155 msgid ""
13156 " int\n"
13157 " guestfs_set_e2label (guestfs_h *g,\n"
13158 "                      const char *device,\n"
13159 "                      const char *label);\n"
13160 "\n"
13161 msgstr ""
13162
13163 # type: textblock
13164 #: ../src/guestfs-actions.pod:5440 ../fish/guestfish-actions.pod:3647
13165 msgid ""
13166 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
13167 "C<label>.  Filesystem labels are limited to 16 characters."
13168 msgstr ""
13169
13170 # type: textblock
13171 #: ../src/guestfs-actions.pod:5444
13172 msgid ""
13173 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
13174 "the existing label on a filesystem."
13175 msgstr ""
13176
13177 # type: =head2
13178 #: ../src/guestfs-actions.pod:5451
13179 msgid "guestfs_set_e2uuid"
13180 msgstr ""
13181
13182 # type: verbatim
13183 #: ../src/guestfs-actions.pod:5453
13184 #, no-wrap
13185 msgid ""
13186 " int\n"
13187 " guestfs_set_e2uuid (guestfs_h *g,\n"
13188 "                     const char *device,\n"
13189 "                     const char *uuid);\n"
13190 "\n"
13191 msgstr ""
13192
13193 # type: textblock
13194 #: ../src/guestfs-actions.pod:5458 ../fish/guestfish-actions.pod:3658
13195 msgid ""
13196 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
13197 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
13198 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
13199 msgstr ""
13200
13201 # type: textblock
13202 #: ../src/guestfs-actions.pod:5463
13203 msgid ""
13204 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
13205 "the existing UUID of a filesystem."
13206 msgstr ""
13207
13208 # type: =head2
13209 #: ../src/guestfs-actions.pod:5470
13210 msgid "guestfs_set_memsize"
13211 msgstr ""
13212
13213 # type: verbatim
13214 #: ../src/guestfs-actions.pod:5472
13215 #, no-wrap
13216 msgid ""
13217 " int\n"
13218 " guestfs_set_memsize (guestfs_h *g,\n"
13219 "                      int memsize);\n"
13220 "\n"
13221 msgstr ""
13222
13223 # type: textblock
13224 #: ../src/guestfs-actions.pod:5476
13225 msgid ""
13226 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
13227 "This only has any effect if called before C<guestfs_launch>."
13228 msgstr ""
13229
13230 # type: textblock
13231 #: ../src/guestfs-actions.pod:5480 ../fish/guestfish-actions.pod:3676
13232 msgid ""
13233 "You can also change this by setting the environment variable "
13234 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
13235 msgstr ""
13236
13237 # type: =head2
13238 #: ../src/guestfs-actions.pod:5491
13239 msgid "guestfs_set_network"
13240 msgstr ""
13241
13242 # type: verbatim
13243 #: ../src/guestfs-actions.pod:5493
13244 #, no-wrap
13245 msgid ""
13246 " int\n"
13247 " guestfs_set_network (guestfs_h *g,\n"
13248 "                      int network);\n"
13249 "\n"
13250 msgstr ""
13251
13252 # type: textblock
13253 #: ../src/guestfs-actions.pod:5497 ../fish/guestfish-actions.pod:3689
13254 msgid ""
13255 "If C<network> is true, then the network is enabled in the libguestfs "
13256 "appliance.  The default is false."
13257 msgstr ""
13258
13259 # type: textblock
13260 #: ../src/guestfs-actions.pod:5500 ../fish/guestfish-actions.pod:3692
13261 msgid ""
13262 "This affects whether commands are able to access the network (see "
13263 "L<guestfs(3)/RUNNING COMMANDS>)."
13264 msgstr ""
13265
13266 # type: textblock
13267 #: ../src/guestfs-actions.pod:5503
13268 msgid ""
13269 "You must call this before calling C<guestfs_launch>, otherwise it has no "
13270 "effect."
13271 msgstr ""
13272
13273 # type: =head2
13274 #: ../src/guestfs-actions.pod:5510
13275 msgid "guestfs_set_path"
13276 msgstr ""
13277
13278 # type: verbatim
13279 #: ../src/guestfs-actions.pod:5512
13280 #, no-wrap
13281 msgid ""
13282 " int\n"
13283 " guestfs_set_path (guestfs_h *g,\n"
13284 "                   const char *searchpath);\n"
13285 "\n"
13286 msgstr ""
13287
13288 # type: textblock
13289 #: ../src/guestfs-actions.pod:5516 ../fish/guestfish-actions.pod:3704
13290 msgid "Set the path that libguestfs searches for kernel and initrd.img."
13291 msgstr ""
13292
13293 # type: textblock
13294 #: ../src/guestfs-actions.pod:5518 ../fish/guestfish-actions.pod:3706
13295 msgid ""
13296 "The default is C<$libdir/guestfs> unless overridden by setting "
13297 "C<LIBGUESTFS_PATH> environment variable."
13298 msgstr ""
13299
13300 # type: textblock
13301 #: ../src/guestfs-actions.pod:5521 ../fish/guestfish-actions.pod:3709
13302 msgid "Setting C<path> to C<NULL> restores the default path."
13303 msgstr ""
13304
13305 # type: =head2
13306 #: ../src/guestfs-actions.pod:5527
13307 msgid "guestfs_set_qemu"
13308 msgstr ""
13309
13310 # type: verbatim
13311 #: ../src/guestfs-actions.pod:5529
13312 #, no-wrap
13313 msgid ""
13314 " int\n"
13315 " guestfs_set_qemu (guestfs_h *g,\n"
13316 "                   const char *qemu);\n"
13317 "\n"
13318 msgstr ""
13319
13320 # type: textblock
13321 #: ../src/guestfs-actions.pod:5533 ../fish/guestfish-actions.pod:3717
13322 msgid "Set the qemu binary that we will use."
13323 msgstr ""
13324
13325 # type: textblock
13326 #: ../src/guestfs-actions.pod:5535 ../fish/guestfish-actions.pod:3719
13327 msgid "The default is chosen when the library was compiled by the configure script."
13328 msgstr ""
13329
13330 # type: textblock
13331 #: ../src/guestfs-actions.pod:5538 ../fish/guestfish-actions.pod:3722
13332 msgid ""
13333 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
13334 "variable."
13335 msgstr ""
13336
13337 # type: textblock
13338 #: ../src/guestfs-actions.pod:5541 ../fish/guestfish-actions.pod:3725
13339 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
13340 msgstr ""
13341
13342 # type: textblock
13343 #: ../src/guestfs-actions.pod:5543 ../fish/guestfish-actions.pod:3727
13344 msgid ""
13345 "Note that you should call this function as early as possible after creating "
13346 "the handle.  This is because some pre-launch operations depend on testing "
13347 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
13348 "don't retest features, and so you might see inconsistent results.  Using the "
13349 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
13350 "the qemu binary at the same time as the handle is created."
13351 msgstr ""
13352
13353 # type: =head2
13354 #: ../src/guestfs-actions.pod:5555
13355 msgid "guestfs_set_recovery_proc"
13356 msgstr ""
13357
13358 # type: verbatim
13359 #: ../src/guestfs-actions.pod:5557
13360 #, no-wrap
13361 msgid ""
13362 " int\n"
13363 " guestfs_set_recovery_proc (guestfs_h *g,\n"
13364 "                            int recoveryproc);\n"
13365 "\n"
13366 msgstr ""
13367
13368 # type: textblock
13369 #: ../src/guestfs-actions.pod:5561
13370 msgid ""
13371 "If this is called with the parameter C<false> then C<guestfs_launch> does "
13372 "not create a recovery process.  The purpose of the recovery process is to "
13373 "stop runaway qemu processes in the case where the main program aborts "
13374 "abruptly."
13375 msgstr ""
13376
13377 # type: textblock
13378 #: ../src/guestfs-actions.pod:5566
13379 msgid ""
13380 "This only has any effect if called before C<guestfs_launch>, and the default "
13381 "is true."
13382 msgstr ""
13383
13384 # type: textblock
13385 #: ../src/guestfs-actions.pod:5569 ../fish/guestfish-actions.pod:3749
13386 msgid ""
13387 "About the only time when you would want to disable this is if the main "
13388 "process will fork itself into the background (\"daemonize\" itself).  In "
13389 "this case the recovery process thinks that the main program has disappeared "
13390 "and so kills qemu, which is not very helpful."
13391 msgstr ""
13392
13393 # type: =head2
13394 #: ../src/guestfs-actions.pod:5579
13395 msgid "guestfs_set_selinux"
13396 msgstr ""
13397
13398 # type: verbatim
13399 #: ../src/guestfs-actions.pod:5581
13400 #, no-wrap
13401 msgid ""
13402 " int\n"
13403 " guestfs_set_selinux (guestfs_h *g,\n"
13404 "                      int selinux);\n"
13405 "\n"
13406 msgstr ""
13407
13408 # type: textblock
13409 #: ../src/guestfs-actions.pod:5585 ../fish/guestfish-actions.pod:3761
13410 msgid ""
13411 "This sets the selinux flag that is passed to the appliance at boot time.  "
13412 "The default is C<selinux=0> (disabled)."
13413 msgstr ""
13414
13415 # type: textblock
13416 #: ../src/guestfs-actions.pod:5588 ../fish/guestfish-actions.pod:3764
13417 msgid ""
13418 "Note that if SELinux is enabled, it is always in Permissive mode "
13419 "(C<enforcing=0>)."
13420 msgstr ""
13421
13422 # type: =head2
13423 #: ../src/guestfs-actions.pod:5598
13424 msgid "guestfs_set_trace"
13425 msgstr ""
13426
13427 # type: verbatim
13428 #: ../src/guestfs-actions.pod:5600
13429 #, no-wrap
13430 msgid ""
13431 " int\n"
13432 " guestfs_set_trace (guestfs_h *g,\n"
13433 "                    int trace);\n"
13434 "\n"
13435 msgstr ""
13436
13437 # type: textblock
13438 #: ../src/guestfs-actions.pod:5604 ../fish/guestfish-actions.pod:3776
13439 msgid ""
13440 "If the command trace flag is set to 1, then commands are printed on stderr "
13441 "before they are executed in a format which is very similar to the one used "
13442 "by guestfish.  In other words, you can run a program with this enabled, and "
13443 "you will get out a script which you can feed to guestfish to perform the "
13444 "same set of actions."
13445 msgstr ""
13446
13447 # type: textblock
13448 #: ../src/guestfs-actions.pod:5611 ../fish/guestfish-actions.pod:3783
13449 msgid ""
13450 "If you want to trace C API calls into libguestfs (and other libraries) then "
13451 "possibly a better way is to use the external ltrace(1) command."
13452 msgstr ""
13453
13454 # type: textblock
13455 #: ../src/guestfs-actions.pod:5615 ../fish/guestfish-actions.pod:3787
13456 msgid ""
13457 "Command traces are disabled unless the environment variable "
13458 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
13459 msgstr ""
13460
13461 # type: =head2
13462 #: ../src/guestfs-actions.pod:5622
13463 msgid "guestfs_set_verbose"
13464 msgstr ""
13465
13466 # type: verbatim
13467 #: ../src/guestfs-actions.pod:5624
13468 #, no-wrap
13469 msgid ""
13470 " int\n"
13471 " guestfs_set_verbose (guestfs_h *g,\n"
13472 "                      int verbose);\n"
13473 "\n"
13474 msgstr ""
13475
13476 # type: textblock
13477 #: ../src/guestfs-actions.pod:5628 ../fish/guestfish-actions.pod:3796
13478 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
13479 msgstr ""
13480
13481 # type: textblock
13482 #: ../src/guestfs-actions.pod:5630 ../fish/guestfish-actions.pod:3798
13483 msgid ""
13484 "Verbose messages are disabled unless the environment variable "
13485 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
13486 msgstr ""
13487
13488 # type: =head2
13489 #: ../src/guestfs-actions.pod:5637
13490 msgid "guestfs_setcon"
13491 msgstr ""
13492
13493 # type: verbatim
13494 #: ../src/guestfs-actions.pod:5639
13495 #, no-wrap
13496 msgid ""
13497 " int\n"
13498 " guestfs_setcon (guestfs_h *g,\n"
13499 "                 const char *context);\n"
13500 "\n"
13501 msgstr ""
13502
13503 # type: textblock
13504 #: ../src/guestfs-actions.pod:5643 ../fish/guestfish-actions.pod:3805
13505 msgid ""
13506 "This sets the SELinux security context of the daemon to the string "
13507 "C<context>."
13508 msgstr ""
13509
13510 # type: textblock
13511 #: ../src/guestfs-actions.pod:5646 ../fish/guestfish-actions.pod:3808
13512 msgid "See the documentation about SELINUX in L<guestfs(3)>."
13513 msgstr ""
13514
13515 # type: =head2
13516 #: ../src/guestfs-actions.pod:5652
13517 msgid "guestfs_setxattr"
13518 msgstr ""
13519
13520 # type: verbatim
13521 #: ../src/guestfs-actions.pod:5654
13522 #, no-wrap
13523 msgid ""
13524 " int\n"
13525 " guestfs_setxattr (guestfs_h *g,\n"
13526 "                   const char *xattr,\n"
13527 "                   const char *val,\n"
13528 "                   int vallen,\n"
13529 "                   const char *path);\n"
13530 "\n"
13531 msgstr ""
13532
13533 # type: textblock
13534 #: ../src/guestfs-actions.pod:5661 ../fish/guestfish-actions.pod:3814
13535 msgid ""
13536 "This call sets the extended attribute named C<xattr> of the file C<path> to "
13537 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
13538 msgstr ""
13539
13540 # type: textblock
13541 #: ../src/guestfs-actions.pod:5665
13542 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
13543 msgstr ""
13544
13545 # type: =head2
13546 #: ../src/guestfs-actions.pod:5671
13547 msgid "guestfs_sfdisk"
13548 msgstr ""
13549
13550 # type: verbatim
13551 #: ../src/guestfs-actions.pod:5673
13552 #, no-wrap
13553 msgid ""
13554 " int\n"
13555 " guestfs_sfdisk (guestfs_h *g,\n"
13556 "                 const char *device,\n"
13557 "                 int cyls,\n"
13558 "                 int heads,\n"
13559 "                 int sectors,\n"
13560 "                 char *const *lines);\n"
13561 "\n"
13562 msgstr ""
13563
13564 # type: textblock
13565 #: ../src/guestfs-actions.pod:5681 ../fish/guestfish-actions.pod:3824
13566 msgid ""
13567 "This is a direct interface to the L<sfdisk(8)> program for creating "
13568 "partitions on block devices."
13569 msgstr ""
13570
13571 # type: textblock
13572 #: ../src/guestfs-actions.pod:5684 ../fish/guestfish-actions.pod:3827
13573 msgid "C<device> should be a block device, for example C</dev/sda>."
13574 msgstr ""
13575
13576 # type: textblock
13577 #: ../src/guestfs-actions.pod:5686 ../fish/guestfish-actions.pod:3829
13578 msgid ""
13579 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
13580 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
13581 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
13582 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
13583 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
13584 "the kernel) cannot work out the right geometry and you will need to tell it."
13585 msgstr ""
13586
13587 # type: textblock
13588 #: ../src/guestfs-actions.pod:5694 ../fish/guestfish-actions.pod:3837
13589 msgid ""
13590 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
13591 "refer to the L<sfdisk(8)> manpage."
13592 msgstr ""
13593
13594 # type: textblock
13595 #: ../src/guestfs-actions.pod:5697 ../fish/guestfish-actions.pod:3840
13596 msgid ""
13597 "To create a single partition occupying the whole disk, you would pass "
13598 "C<lines> as a single element list, when the single element being the string "
13599 "C<,> (comma)."
13600 msgstr ""
13601
13602 # type: textblock
13603 #: ../src/guestfs-actions.pod:5701
13604 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
13605 msgstr ""
13606
13607 # type: =head2
13608 #: ../src/guestfs-actions.pod:5711
13609 msgid "guestfs_sfdiskM"
13610 msgstr ""
13611
13612 # type: verbatim
13613 #: ../src/guestfs-actions.pod:5713
13614 #, no-wrap
13615 msgid ""
13616 " int\n"
13617 " guestfs_sfdiskM (guestfs_h *g,\n"
13618 "                  const char *device,\n"
13619 "                  char *const *lines);\n"
13620 "\n"
13621 msgstr ""
13622
13623 # type: textblock
13624 #: ../src/guestfs-actions.pod:5718
13625 msgid ""
13626 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
13627 "partition sizes are specified in megabytes only (rounded to the nearest "
13628 "cylinder) and you don't need to specify the cyls, heads and sectors "
13629 "parameters which were rarely if ever used anyway."
13630 msgstr ""
13631
13632 # type: textblock
13633 #: ../src/guestfs-actions.pod:5724
13634 msgid ""
13635 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
13636 "C<guestfs_part_disk>"
13637 msgstr ""
13638
13639 # type: =head2
13640 #: ../src/guestfs-actions.pod:5734
13641 msgid "guestfs_sfdisk_N"
13642 msgstr ""
13643
13644 # type: verbatim
13645 #: ../src/guestfs-actions.pod:5736
13646 #, no-wrap
13647 msgid ""
13648 " int\n"
13649 " guestfs_sfdisk_N (guestfs_h *g,\n"
13650 "                   const char *device,\n"
13651 "                   int partnum,\n"
13652 "                   int cyls,\n"
13653 "                   int heads,\n"
13654 "                   int sectors,\n"
13655 "                   const char *line);\n"
13656 "\n"
13657 msgstr ""
13658
13659 # type: textblock
13660 #: ../src/guestfs-actions.pod:5745 ../fish/guestfish-actions.pod:3870
13661 msgid ""
13662 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
13663 "(note: C<n> counts from 1)."
13664 msgstr ""
13665
13666 # type: textblock
13667 #: ../src/guestfs-actions.pod:5748
13668 msgid ""
13669 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
13670 "for the cyls/heads/sectors parameters."
13671 msgstr ""
13672
13673 # type: textblock
13674 #: ../src/guestfs-actions.pod:5751
13675 msgid "See also: C<guestfs_part_add>"
13676 msgstr ""
13677
13678 # type: =head2
13679 #: ../src/guestfs-actions.pod:5760
13680 msgid "guestfs_sfdisk_disk_geometry"
13681 msgstr ""
13682
13683 # type: verbatim
13684 #: ../src/guestfs-actions.pod:5762
13685 #, no-wrap
13686 msgid ""
13687 " char *\n"
13688 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
13689 "                               const char *device);\n"
13690 "\n"
13691 msgstr ""
13692
13693 # type: textblock
13694 #: ../src/guestfs-actions.pod:5766
13695 msgid ""
13696 "This displays the disk geometry of C<device> read from the partition table.  "
13697 "Especially in the case where the underlying block device has been resized, "
13698 "this can be different from the kernel's idea of the geometry (see "
13699 "C<guestfs_sfdisk_kernel_geometry>)."
13700 msgstr ""
13701
13702 # type: textblock
13703 #: ../src/guestfs-actions.pod:5771 ../src/guestfs-actions.pod:5787 ../fish/guestfish-actions.pod:3890 ../fish/guestfish-actions.pod:3899
13704 msgid "The result is in human-readable format, and not designed to be parsed."
13705 msgstr ""
13706
13707 # type: =head2
13708 #: ../src/guestfs-actions.pod:5779
13709 msgid "guestfs_sfdisk_kernel_geometry"
13710 msgstr ""
13711
13712 # type: verbatim
13713 #: ../src/guestfs-actions.pod:5781
13714 #, no-wrap
13715 msgid ""
13716 " char *\n"
13717 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
13718 "                                 const char *device);\n"
13719 "\n"
13720 msgstr ""
13721
13722 # type: textblock
13723 #: ../src/guestfs-actions.pod:5785 ../fish/guestfish-actions.pod:3897
13724 msgid "This displays the kernel's idea of the geometry of C<device>."
13725 msgstr ""
13726
13727 # type: =head2
13728 #: ../src/guestfs-actions.pod:5795
13729 msgid "guestfs_sfdisk_l"
13730 msgstr ""
13731
13732 # type: verbatim
13733 #: ../src/guestfs-actions.pod:5797
13734 #, no-wrap
13735 msgid ""
13736 " char *\n"
13737 " guestfs_sfdisk_l (guestfs_h *g,\n"
13738 "                   const char *device);\n"
13739 "\n"
13740 msgstr ""
13741
13742 # type: textblock
13743 #: ../src/guestfs-actions.pod:5801 ../fish/guestfish-actions.pod:3906
13744 msgid ""
13745 "This displays the partition table on C<device>, in the human-readable output "
13746 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
13747 msgstr ""
13748
13749 # type: textblock
13750 #: ../src/guestfs-actions.pod:5805
13751 msgid "See also: C<guestfs_part_list>"
13752 msgstr ""
13753
13754 # type: =head2
13755 #: ../src/guestfs-actions.pod:5812
13756 msgid "guestfs_sh"
13757 msgstr ""
13758
13759 # type: verbatim
13760 #: ../src/guestfs-actions.pod:5814
13761 #, no-wrap
13762 msgid ""
13763 " char *\n"
13764 " guestfs_sh (guestfs_h *g,\n"
13765 "             const char *command);\n"
13766 "\n"
13767 msgstr ""
13768
13769 # type: textblock
13770 #: ../src/guestfs-actions.pod:5818 ../fish/guestfish-actions.pod:3916
13771 msgid ""
13772 "This call runs a command from the guest filesystem via the guest's "
13773 "C</bin/sh>."
13774 msgstr ""
13775
13776 # type: textblock
13777 #: ../src/guestfs-actions.pod:5821
13778 msgid "This is like C<guestfs_command>, but passes the command to:"
13779 msgstr ""
13780
13781 # type: verbatim
13782 #: ../src/guestfs-actions.pod:5823 ../fish/guestfish-actions.pod:3921
13783 #, no-wrap
13784 msgid ""
13785 " /bin/sh -c \"command\"\n"
13786 "\n"
13787 msgstr ""
13788
13789 # type: textblock
13790 #: ../src/guestfs-actions.pod:5825 ../fish/guestfish-actions.pod:3923
13791 msgid ""
13792 "Depending on the guest's shell, this usually results in wildcards being "
13793 "expanded, shell expressions being interpolated and so on."
13794 msgstr ""
13795
13796 # type: textblock
13797 #: ../src/guestfs-actions.pod:5829
13798 msgid "All the provisos about C<guestfs_command> apply to this call."
13799 msgstr ""
13800
13801 # type: =head2
13802 #: ../src/guestfs-actions.pod:5836
13803 msgid "guestfs_sh_lines"
13804 msgstr ""
13805
13806 # type: verbatim
13807 #: ../src/guestfs-actions.pod:5838
13808 #, no-wrap
13809 msgid ""
13810 " char **\n"
13811 " guestfs_sh_lines (guestfs_h *g,\n"
13812 "                   const char *command);\n"
13813 "\n"
13814 msgstr ""
13815
13816 # type: textblock
13817 #: ../src/guestfs-actions.pod:5842
13818 msgid ""
13819 "This is the same as C<guestfs_sh>, but splits the result into a list of "
13820 "lines."
13821 msgstr ""
13822
13823 # type: textblock
13824 #: ../src/guestfs-actions.pod:5845
13825 msgid "See also: C<guestfs_command_lines>"
13826 msgstr ""
13827
13828 # type: =head2
13829 #: ../src/guestfs-actions.pod:5853
13830 msgid "guestfs_sleep"
13831 msgstr ""
13832
13833 # type: verbatim
13834 #: ../src/guestfs-actions.pod:5855
13835 #, no-wrap
13836 msgid ""
13837 " int\n"
13838 " guestfs_sleep (guestfs_h *g,\n"
13839 "                int secs);\n"
13840 "\n"
13841 msgstr ""
13842
13843 # type: textblock
13844 #: ../src/guestfs-actions.pod:5859 ../fish/guestfish-actions.pod:3942
13845 msgid "Sleep for C<secs> seconds."
13846 msgstr ""
13847
13848 # type: textblock
13849 #: ../src/guestfs-actions.pod:5863
13850 msgid "(Added in 1.0.41)"
13851 msgstr ""
13852
13853 # type: =head2
13854 #: ../src/guestfs-actions.pod:5865 ../src/guestfs-structs.pod:109
13855 msgid "guestfs_stat"
13856 msgstr ""
13857
13858 # type: verbatim
13859 #: ../src/guestfs-actions.pod:5867
13860 #, no-wrap
13861 msgid ""
13862 " struct guestfs_stat *\n"
13863 " guestfs_stat (guestfs_h *g,\n"
13864 "               const char *path);\n"
13865 "\n"
13866 msgstr ""
13867
13868 # type: textblock
13869 #: ../src/guestfs-actions.pod:5873 ../fish/guestfish-actions.pod:3950
13870 msgid "This is the same as the C<stat(2)> system call."
13871 msgstr ""
13872
13873 # type: =head2
13874 #: ../src/guestfs-actions.pod:5881 ../src/guestfs-structs.pod:135
13875 msgid "guestfs_statvfs"
13876 msgstr ""
13877
13878 # type: verbatim
13879 #: ../src/guestfs-actions.pod:5883
13880 #, no-wrap
13881 msgid ""
13882 " struct guestfs_statvfs *\n"
13883 " guestfs_statvfs (guestfs_h *g,\n"
13884 "                  const char *path);\n"
13885 "\n"
13886 msgstr ""
13887
13888 # type: textblock
13889 #: ../src/guestfs-actions.pod:5887 ../fish/guestfish-actions.pod:3956
13890 msgid ""
13891 "Returns file system statistics for any mounted file system.  C<path> should "
13892 "be a file or directory in the mounted file system (typically it is the mount "
13893 "point itself, but it doesn't need to be)."
13894 msgstr ""
13895
13896 # type: textblock
13897 #: ../src/guestfs-actions.pod:5891 ../fish/guestfish-actions.pod:3960
13898 msgid "This is the same as the C<statvfs(2)> system call."
13899 msgstr ""
13900
13901 # type: textblock
13902 #: ../src/guestfs-actions.pod:5893
13903 msgid ""
13904 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
13905 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
13906 msgstr ""
13907
13908 # type: =head2
13909 #: ../src/guestfs-actions.pod:5899
13910 msgid "guestfs_strings"
13911 msgstr ""
13912
13913 # type: verbatim
13914 #: ../src/guestfs-actions.pod:5901
13915 #, no-wrap
13916 msgid ""
13917 " char **\n"
13918 " guestfs_strings (guestfs_h *g,\n"
13919 "                  const char *path);\n"
13920 "\n"
13921 msgstr ""
13922
13923 # type: textblock
13924 #: ../src/guestfs-actions.pod:5905 ../fish/guestfish-actions.pod:3966
13925 msgid ""
13926 "This runs the L<strings(1)> command on a file and returns the list of "
13927 "printable strings found."
13928 msgstr ""
13929
13930 # type: =head2
13931 #: ../src/guestfs-actions.pod:5917
13932 msgid "guestfs_strings_e"
13933 msgstr ""
13934
13935 # type: verbatim
13936 #: ../src/guestfs-actions.pod:5919
13937 #, no-wrap
13938 msgid ""
13939 " char **\n"
13940 " guestfs_strings_e (guestfs_h *g,\n"
13941 "                    const char *encoding,\n"
13942 "                    const char *path);\n"
13943 "\n"
13944 msgstr ""
13945
13946 # type: textblock
13947 #: ../src/guestfs-actions.pod:5924
13948 msgid ""
13949 "This is like the C<guestfs_strings> command, but allows you to specify the "
13950 "encoding of strings that are looked for in the source file C<path>."
13951 msgstr ""
13952
13953 # type: textblock
13954 #: ../src/guestfs-actions.pod:5928 ../fish/guestfish-actions.pod:3980
13955 msgid "Allowed encodings are:"
13956 msgstr ""
13957
13958 # type: =item
13959 #: ../src/guestfs-actions.pod:5932 ../fish/guestfish-actions.pod:3984
13960 msgid "s"
13961 msgstr ""
13962
13963 # type: textblock
13964 #: ../src/guestfs-actions.pod:5934
13965 msgid ""
13966 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
13967 "ISO-8859-X (this is what C<guestfs_strings> uses)."
13968 msgstr ""
13969
13970 # type: =item
13971 #: ../src/guestfs-actions.pod:5937 ../fish/guestfish-actions.pod:3989
13972 msgid "S"
13973 msgstr ""
13974
13975 # type: textblock
13976 #: ../src/guestfs-actions.pod:5939 ../fish/guestfish-actions.pod:3991
13977 msgid "Single 8-bit-byte characters."
13978 msgstr ""
13979
13980 # type: =item
13981 #: ../src/guestfs-actions.pod:5941 ../fish/guestfish-actions.pod:3993
13982 msgid "b"
13983 msgstr ""
13984
13985 # type: textblock
13986 #: ../src/guestfs-actions.pod:5943 ../fish/guestfish-actions.pod:3995
13987 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
13988 msgstr ""
13989
13990 # type: =item
13991 #: ../src/guestfs-actions.pod:5946 ../fish/guestfish-actions.pod:3998
13992 msgid "l (lower case letter L)"
13993 msgstr ""
13994
13995 # type: textblock
13996 #: ../src/guestfs-actions.pod:5948 ../fish/guestfish-actions.pod:4000
13997 msgid ""
13998 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
13999 "examining binaries in Windows guests."
14000 msgstr ""
14001
14002 # type: =item
14003 #: ../src/guestfs-actions.pod:5951 ../fish/guestfish-actions.pod:4003
14004 msgid "B"
14005 msgstr ""
14006
14007 # type: textblock
14008 #: ../src/guestfs-actions.pod:5953 ../fish/guestfish-actions.pod:4005
14009 msgid "32-bit big endian such as UCS-4BE."
14010 msgstr ""
14011
14012 # type: =item
14013 #: ../src/guestfs-actions.pod:5955 ../fish/guestfish-actions.pod:4007
14014 msgid "L"
14015 msgstr ""
14016
14017 # type: textblock
14018 #: ../src/guestfs-actions.pod:5957 ../fish/guestfish-actions.pod:4009
14019 msgid "32-bit little endian such as UCS-4LE."
14020 msgstr ""
14021
14022 # type: textblock
14023 #: ../src/guestfs-actions.pod:5961 ../fish/guestfish-actions.pod:4013
14024 msgid "The returned strings are transcoded to UTF-8."
14025 msgstr ""
14026
14027 # type: =head2
14028 #: ../src/guestfs-actions.pod:5972
14029 msgid "guestfs_swapoff_device"
14030 msgstr ""
14031
14032 # type: verbatim
14033 #: ../src/guestfs-actions.pod:5974
14034 #, no-wrap
14035 msgid ""
14036 " int\n"
14037 " guestfs_swapoff_device (guestfs_h *g,\n"
14038 "                         const char *device);\n"
14039 "\n"
14040 msgstr ""
14041
14042 # type: textblock
14043 #: ../src/guestfs-actions.pod:5978
14044 msgid ""
14045 "This command disables the libguestfs appliance swap device or partition "
14046 "named C<device>.  See C<guestfs_swapon_device>."
14047 msgstr ""
14048
14049 # type: =head2
14050 #: ../src/guestfs-actions.pod:5986
14051 msgid "guestfs_swapoff_file"
14052 msgstr ""
14053
14054 # type: verbatim
14055 #: ../src/guestfs-actions.pod:5988
14056 #, no-wrap
14057 msgid ""
14058 " int\n"
14059 " guestfs_swapoff_file (guestfs_h *g,\n"
14060 "                       const char *file);\n"
14061 "\n"
14062 msgstr ""
14063
14064 # type: textblock
14065 #: ../src/guestfs-actions.pod:5992 ../fish/guestfish-actions.pod:4030
14066 msgid "This command disables the libguestfs appliance swap on file."
14067 msgstr ""
14068
14069 # type: =head2
14070 #: ../src/guestfs-actions.pod:5998
14071 msgid "guestfs_swapoff_label"
14072 msgstr ""
14073
14074 # type: verbatim
14075 #: ../src/guestfs-actions.pod:6000
14076 #, no-wrap
14077 msgid ""
14078 " int\n"
14079 " guestfs_swapoff_label (guestfs_h *g,\n"
14080 "                        const char *label);\n"
14081 "\n"
14082 msgstr ""
14083
14084 # type: textblock
14085 #: ../src/guestfs-actions.pod:6004 ../fish/guestfish-actions.pod:4036
14086 msgid ""
14087 "This command disables the libguestfs appliance swap on labeled swap "
14088 "partition."
14089 msgstr ""
14090
14091 # type: =head2
14092 #: ../src/guestfs-actions.pod:6011
14093 msgid "guestfs_swapoff_uuid"
14094 msgstr ""
14095
14096 # type: verbatim
14097 #: ../src/guestfs-actions.pod:6013
14098 #, no-wrap
14099 msgid ""
14100 " int\n"
14101 " guestfs_swapoff_uuid (guestfs_h *g,\n"
14102 "                       const char *uuid);\n"
14103 "\n"
14104 msgstr ""
14105
14106 # type: textblock
14107 #: ../src/guestfs-actions.pod:6017 ../fish/guestfish-actions.pod:4043
14108 msgid ""
14109 "This command disables the libguestfs appliance swap partition with the given "
14110 "UUID."
14111 msgstr ""
14112
14113 # type: =head2
14114 #: ../src/guestfs-actions.pod:6024
14115 msgid "guestfs_swapon_device"
14116 msgstr ""
14117
14118 # type: verbatim
14119 #: ../src/guestfs-actions.pod:6026
14120 #, no-wrap
14121 msgid ""
14122 " int\n"
14123 " guestfs_swapon_device (guestfs_h *g,\n"
14124 "                        const char *device);\n"
14125 "\n"
14126 msgstr ""
14127
14128 # type: textblock
14129 #: ../src/guestfs-actions.pod:6030
14130 msgid ""
14131 "This command enables the libguestfs appliance to use the swap device or "
14132 "partition named C<device>.  The increased memory is made available for all "
14133 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
14134 msgstr ""
14135
14136 # type: textblock
14137 #: ../src/guestfs-actions.pod:6035 ../fish/guestfish-actions.pod:4055
14138 msgid ""
14139 "Note that you should not swap to existing guest swap partitions unless you "
14140 "know what you are doing.  They may contain hibernation information, or other "
14141 "information that the guest doesn't want you to trash.  You also risk leaking "
14142 "information about the host to the guest this way.  Instead, attach a new "
14143 "host device to the guest and swap on that."
14144 msgstr ""
14145
14146 # type: =head2
14147 #: ../src/guestfs-actions.pod:6046
14148 msgid "guestfs_swapon_file"
14149 msgstr ""
14150
14151 # type: verbatim
14152 #: ../src/guestfs-actions.pod:6048
14153 #, no-wrap
14154 msgid ""
14155 " int\n"
14156 " guestfs_swapon_file (guestfs_h *g,\n"
14157 "                      const char *file);\n"
14158 "\n"
14159 msgstr ""
14160
14161 # type: textblock
14162 #: ../src/guestfs-actions.pod:6052
14163 msgid ""
14164 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
14165 "notes."
14166 msgstr ""
14167
14168 # type: =head2
14169 #: ../src/guestfs-actions.pod:6059
14170 msgid "guestfs_swapon_label"
14171 msgstr ""
14172
14173 # type: verbatim
14174 #: ../src/guestfs-actions.pod:6061
14175 #, no-wrap
14176 msgid ""
14177 " int\n"
14178 " guestfs_swapon_label (guestfs_h *g,\n"
14179 "                       const char *label);\n"
14180 "\n"
14181 msgstr ""
14182
14183 # type: textblock
14184 #: ../src/guestfs-actions.pod:6065
14185 msgid ""
14186 "This command enables swap to a labeled swap partition.  See "
14187 "C<guestfs_swapon_device> for other notes."
14188 msgstr ""
14189
14190 # type: =head2
14191 #: ../src/guestfs-actions.pod:6072
14192 msgid "guestfs_swapon_uuid"
14193 msgstr ""
14194
14195 # type: verbatim
14196 #: ../src/guestfs-actions.pod:6074
14197 #, no-wrap
14198 msgid ""
14199 " int\n"
14200 " guestfs_swapon_uuid (guestfs_h *g,\n"
14201 "                      const char *uuid);\n"
14202 "\n"
14203 msgstr ""
14204
14205 # type: textblock
14206 #: ../src/guestfs-actions.pod:6078
14207 msgid ""
14208 "This command enables swap to a swap partition with the given UUID.  See "
14209 "C<guestfs_swapon_device> for other notes."
14210 msgstr ""
14211
14212 # type: =head2
14213 #: ../src/guestfs-actions.pod:6085
14214 msgid "guestfs_sync"
14215 msgstr ""
14216
14217 # type: verbatim
14218 #: ../src/guestfs-actions.pod:6087
14219 #, no-wrap
14220 msgid ""
14221 " int\n"
14222 " guestfs_sync (guestfs_h *g);\n"
14223 "\n"
14224 msgstr ""
14225
14226 # type: textblock
14227 #: ../src/guestfs-actions.pod:6090 ../fish/guestfish-actions.pod:4087
14228 msgid ""
14229 "This syncs the disk, so that any writes are flushed through to the "
14230 "underlying disk image."
14231 msgstr ""
14232
14233 # type: textblock
14234 #: ../src/guestfs-actions.pod:6093 ../fish/guestfish-actions.pod:4090
14235 msgid ""
14236 "You should always call this if you have modified a disk image, before "
14237 "closing the handle."
14238 msgstr ""
14239
14240 # type: =head2
14241 #: ../src/guestfs-actions.pod:6100
14242 msgid "guestfs_tail"
14243 msgstr ""
14244
14245 # type: verbatim
14246 #: ../src/guestfs-actions.pod:6102
14247 #, no-wrap
14248 msgid ""
14249 " char **\n"
14250 " guestfs_tail (guestfs_h *g,\n"
14251 "               const char *path);\n"
14252 "\n"
14253 msgstr ""
14254
14255 # type: textblock
14256 #: ../src/guestfs-actions.pod:6106 ../fish/guestfish-actions.pod:4097
14257 msgid "This command returns up to the last 10 lines of a file as a list of strings."
14258 msgstr ""
14259
14260 # type: =head2
14261 #: ../src/guestfs-actions.pod:6118
14262 msgid "guestfs_tail_n"
14263 msgstr ""
14264
14265 # type: verbatim
14266 #: ../src/guestfs-actions.pod:6120
14267 #, no-wrap
14268 msgid ""
14269 " char **\n"
14270 " guestfs_tail_n (guestfs_h *g,\n"
14271 "                 int nrlines,\n"
14272 "                 const char *path);\n"
14273 "\n"
14274 msgstr ""
14275
14276 # type: textblock
14277 #: ../src/guestfs-actions.pod:6125 ../fish/guestfish-actions.pod:4107
14278 msgid ""
14279 "If the parameter C<nrlines> is a positive number, this returns the last "
14280 "C<nrlines> lines of the file C<path>."
14281 msgstr ""
14282
14283 # type: textblock
14284 #: ../src/guestfs-actions.pod:6128 ../fish/guestfish-actions.pod:4110
14285 msgid ""
14286 "If the parameter C<nrlines> is a negative number, this returns lines from "
14287 "the file C<path>, starting with the C<-nrlines>th line."
14288 msgstr ""
14289
14290 # type: =head2
14291 #: ../src/guestfs-actions.pod:6142
14292 msgid "guestfs_tar_in"
14293 msgstr ""
14294
14295 # type: verbatim
14296 #: ../src/guestfs-actions.pod:6144
14297 #, no-wrap
14298 msgid ""
14299 " int\n"
14300 " guestfs_tar_in (guestfs_h *g,\n"
14301 "                 const char *tarfile,\n"
14302 "                 const char *directory);\n"
14303 "\n"
14304 msgstr ""
14305
14306 # type: textblock
14307 #: ../src/guestfs-actions.pod:6149 ../fish/guestfish-actions.pod:4122
14308 msgid ""
14309 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
14310 "tar file) into C<directory>."
14311 msgstr ""
14312
14313 # type: textblock
14314 #: ../src/guestfs-actions.pod:6152
14315 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
14316 msgstr ""
14317
14318 # type: textblock
14319 #: ../src/guestfs-actions.pod:6157 ../src/guestfs-actions.pod:6174 ../src/guestfs-actions.pod:6190 ../src/guestfs-actions.pod:6206
14320 msgid "(Added in 1.0.3)"
14321 msgstr ""
14322
14323 # type: =head2
14324 #: ../src/guestfs-actions.pod:6159
14325 msgid "guestfs_tar_out"
14326 msgstr ""
14327
14328 # type: verbatim
14329 #: ../src/guestfs-actions.pod:6161
14330 #, no-wrap
14331 msgid ""
14332 " int\n"
14333 " guestfs_tar_out (guestfs_h *g,\n"
14334 "                  const char *directory,\n"
14335 "                  const char *tarfile);\n"
14336 "\n"
14337 msgstr ""
14338
14339 # type: textblock
14340 #: ../src/guestfs-actions.pod:6166 ../fish/guestfish-actions.pod:4134
14341 msgid ""
14342 "This command packs the contents of C<directory> and downloads it to local "
14343 "file C<tarfile>."
14344 msgstr ""
14345
14346 # type: textblock
14347 #: ../src/guestfs-actions.pod:6169
14348 msgid ""
14349 "To download a compressed tarball, use C<guestfs_tgz_out> or "
14350 "C<guestfs_txz_out>."
14351 msgstr ""
14352
14353 # type: =head2
14354 #: ../src/guestfs-actions.pod:6176
14355 msgid "guestfs_tgz_in"
14356 msgstr ""
14357
14358 # type: verbatim
14359 #: ../src/guestfs-actions.pod:6178
14360 #, no-wrap
14361 msgid ""
14362 " int\n"
14363 " guestfs_tgz_in (guestfs_h *g,\n"
14364 "                 const char *tarball,\n"
14365 "                 const char *directory);\n"
14366 "\n"
14367 msgstr ""
14368
14369 # type: textblock
14370 #: ../src/guestfs-actions.pod:6183 ../fish/guestfish-actions.pod:4146
14371 msgid ""
14372 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
14373 "tar file) into C<directory>."
14374 msgstr ""
14375
14376 # type: textblock
14377 #: ../src/guestfs-actions.pod:6186
14378 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
14379 msgstr ""
14380
14381 # type: =head2
14382 #: ../src/guestfs-actions.pod:6192
14383 msgid "guestfs_tgz_out"
14384 msgstr ""
14385
14386 # type: verbatim
14387 #: ../src/guestfs-actions.pod:6194
14388 #, no-wrap
14389 msgid ""
14390 " int\n"
14391 " guestfs_tgz_out (guestfs_h *g,\n"
14392 "                  const char *directory,\n"
14393 "                  const char *tarball);\n"
14394 "\n"
14395 msgstr ""
14396
14397 # type: textblock
14398 #: ../src/guestfs-actions.pod:6199 ../fish/guestfish-actions.pod:4157
14399 msgid ""
14400 "This command packs the contents of C<directory> and downloads it to local "
14401 "file C<tarball>."
14402 msgstr ""
14403
14404 # type: textblock
14405 #: ../src/guestfs-actions.pod:6202
14406 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
14407 msgstr ""
14408
14409 # type: =head2
14410 #: ../src/guestfs-actions.pod:6208
14411 msgid "guestfs_touch"
14412 msgstr ""
14413
14414 # type: verbatim
14415 #: ../src/guestfs-actions.pod:6210
14416 #, no-wrap
14417 msgid ""
14418 " int\n"
14419 " guestfs_touch (guestfs_h *g,\n"
14420 "                const char *path);\n"
14421 "\n"
14422 msgstr ""
14423
14424 # type: textblock
14425 #: ../src/guestfs-actions.pod:6214 ../fish/guestfish-actions.pod:4168
14426 msgid ""
14427 "Touch acts like the L<touch(1)> command.  It can be used to update the "
14428 "timestamps on a file, or, if the file does not exist, to create a new "
14429 "zero-length file."
14430 msgstr ""
14431
14432 # type: textblock
14433 #: ../src/guestfs-actions.pod:6218 ../fish/guestfish-actions.pod:4172
14434 msgid ""
14435 "This command only works on regular files, and will fail on other file types "
14436 "such as directories, symbolic links, block special etc."
14437 msgstr ""
14438
14439 # type: =head2
14440 #: ../src/guestfs-actions.pod:6225
14441 msgid "guestfs_truncate"
14442 msgstr ""
14443
14444 # type: verbatim
14445 #: ../src/guestfs-actions.pod:6227
14446 #, no-wrap
14447 msgid ""
14448 " int\n"
14449 " guestfs_truncate (guestfs_h *g,\n"
14450 "                   const char *path);\n"
14451 "\n"
14452 msgstr ""
14453
14454 # type: textblock
14455 #: ../src/guestfs-actions.pod:6231 ../fish/guestfish-actions.pod:4179
14456 msgid ""
14457 "This command truncates C<path> to a zero-length file.  The file must exist "
14458 "already."
14459 msgstr ""
14460
14461 # type: =head2
14462 #: ../src/guestfs-actions.pod:6238
14463 msgid "guestfs_truncate_size"
14464 msgstr ""
14465
14466 # type: verbatim
14467 #: ../src/guestfs-actions.pod:6240
14468 #, no-wrap
14469 msgid ""
14470 " int\n"
14471 " guestfs_truncate_size (guestfs_h *g,\n"
14472 "                        const char *path,\n"
14473 "                        int64_t size);\n"
14474 "\n"
14475 msgstr ""
14476
14477 # type: textblock
14478 #: ../src/guestfs-actions.pod:6245 ../fish/guestfish-actions.pod:4186
14479 msgid ""
14480 "This command truncates C<path> to size C<size> bytes.  The file must exist "
14481 "already."
14482 msgstr ""
14483
14484 # type: textblock
14485 #: ../src/guestfs-actions.pod:6248
14486 msgid ""
14487 "If the current file size is less than C<size> then the file is extended to "
14488 "the required size with zero bytes.  This creates a sparse file (ie. disk "
14489 "blocks are not allocated for the file until you write to it).  To create a "
14490 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
14491 msgstr ""
14492
14493 # type: =head2
14494 #: ../src/guestfs-actions.pod:6258
14495 msgid "guestfs_tune2fs_l"
14496 msgstr ""
14497
14498 # type: verbatim
14499 #: ../src/guestfs-actions.pod:6260
14500 #, no-wrap
14501 msgid ""
14502 " char **\n"
14503 " guestfs_tune2fs_l (guestfs_h *g,\n"
14504 "                    const char *device);\n"
14505 "\n"
14506 msgstr ""
14507
14508 # type: textblock
14509 #: ../src/guestfs-actions.pod:6264 ../fish/guestfish-actions.pod:4199
14510 msgid ""
14511 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
14512 "C<device>."
14513 msgstr ""
14514
14515 # type: textblock
14516 #: ../src/guestfs-actions.pod:6267 ../fish/guestfish-actions.pod:4202
14517 msgid ""
14518 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
14519 "for more details.  The list of fields returned isn't clearly defined, and "
14520 "depends on both the version of C<tune2fs> that libguestfs was built against, "
14521 "and the filesystem itself."
14522 msgstr ""
14523
14524 # type: =head2
14525 #: ../src/guestfs-actions.pod:6280
14526 msgid "guestfs_txz_in"
14527 msgstr ""
14528
14529 # type: verbatim
14530 #: ../src/guestfs-actions.pod:6282
14531 #, no-wrap
14532 msgid ""
14533 " int\n"
14534 " guestfs_txz_in (guestfs_h *g,\n"
14535 "                 const char *tarball,\n"
14536 "                 const char *directory);\n"
14537 "\n"
14538 msgstr ""
14539
14540 # type: textblock
14541 #: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4211
14542 msgid ""
14543 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
14544 "tar file) into C<directory>."
14545 msgstr ""
14546
14547 # type: =head2
14548 #: ../src/guestfs-actions.pod:6294
14549 msgid "guestfs_txz_out"
14550 msgstr ""
14551
14552 # type: verbatim
14553 #: ../src/guestfs-actions.pod:6296
14554 #, no-wrap
14555 msgid ""
14556 " int\n"
14557 " guestfs_txz_out (guestfs_h *g,\n"
14558 "                  const char *directory,\n"
14559 "                  const char *tarball);\n"
14560 "\n"
14561 msgstr ""
14562
14563 # type: textblock
14564 #: ../src/guestfs-actions.pod:6301 ../fish/guestfish-actions.pod:4220
14565 msgid ""
14566 "This command packs the contents of C<directory> and downloads it to local "
14567 "file C<tarball> (as an xz compressed tar archive)."
14568 msgstr ""
14569
14570 # type: =head2
14571 #: ../src/guestfs-actions.pod:6308
14572 msgid "guestfs_umask"
14573 msgstr ""
14574
14575 # type: verbatim
14576 #: ../src/guestfs-actions.pod:6310
14577 #, no-wrap
14578 msgid ""
14579 " int\n"
14580 " guestfs_umask (guestfs_h *g,\n"
14581 "                int mask);\n"
14582 "\n"
14583 msgstr ""
14584
14585 # type: textblock
14586 #: ../src/guestfs-actions.pod:6314 ../fish/guestfish-actions.pod:4229
14587 msgid ""
14588 "This function sets the mask used for creating new files and device nodes to "
14589 "C<mask & 0777>."
14590 msgstr ""
14591
14592 # type: textblock
14593 #: ../src/guestfs-actions.pod:6317 ../fish/guestfish-actions.pod:4232
14594 msgid ""
14595 "Typical umask values would be C<022> which creates new files with "
14596 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
14597 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
14598 msgstr ""
14599
14600 # type: textblock
14601 #: ../src/guestfs-actions.pod:6322 ../fish/guestfish-actions.pod:4237
14602 msgid ""
14603 "The default umask is C<022>.  This is important because it means that "
14604 "directories and device nodes will be created with C<0644> or C<0755> mode "
14605 "even if you specify C<0777>."
14606 msgstr ""
14607
14608 # type: textblock
14609 #: ../src/guestfs-actions.pod:6326
14610 msgid ""
14611 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
14612 "C<guestfs_mkdir>."
14613 msgstr ""
14614
14615 # type: textblock
14616 #: ../src/guestfs-actions.pod:6329 ../fish/guestfish-actions.pod:4244
14617 msgid "This call returns the previous umask."
14618 msgstr ""
14619
14620 # type: =head2
14621 #: ../src/guestfs-actions.pod:6335
14622 msgid "guestfs_umount"
14623 msgstr ""
14624
14625 # type: verbatim
14626 #: ../src/guestfs-actions.pod:6337
14627 #, no-wrap
14628 msgid ""
14629 " int\n"
14630 " guestfs_umount (guestfs_h *g,\n"
14631 "                 const char *pathordevice);\n"
14632 "\n"
14633 msgstr ""
14634
14635 # type: textblock
14636 #: ../src/guestfs-actions.pod:6341 ../fish/guestfish-actions.pod:4252
14637 msgid ""
14638 "This unmounts the given filesystem.  The filesystem may be specified either "
14639 "by its mountpoint (path) or the device which contains the filesystem."
14640 msgstr ""
14641
14642 # type: =head2
14643 #: ../src/guestfs-actions.pod:6349
14644 msgid "guestfs_umount_all"
14645 msgstr ""
14646
14647 # type: verbatim
14648 #: ../src/guestfs-actions.pod:6351
14649 #, no-wrap
14650 msgid ""
14651 " int\n"
14652 " guestfs_umount_all (guestfs_h *g);\n"
14653 "\n"
14654 msgstr ""
14655
14656 # type: textblock
14657 #: ../src/guestfs-actions.pod:6354 ../fish/guestfish-actions.pod:4262
14658 msgid "This unmounts all mounted filesystems."
14659 msgstr ""
14660
14661 # type: textblock
14662 #: ../src/guestfs-actions.pod:6356 ../fish/guestfish-actions.pod:4264
14663 msgid "Some internal mounts are not unmounted by this call."
14664 msgstr ""
14665
14666 # type: =head2
14667 #: ../src/guestfs-actions.pod:6362
14668 msgid "guestfs_upload"
14669 msgstr ""
14670
14671 # type: verbatim
14672 #: ../src/guestfs-actions.pod:6364
14673 #, no-wrap
14674 msgid ""
14675 " int\n"
14676 " guestfs_upload (guestfs_h *g,\n"
14677 "                 const char *filename,\n"
14678 "                 const char *remotefilename);\n"
14679 "\n"
14680 msgstr ""
14681
14682 # type: textblock
14683 #: ../src/guestfs-actions.pod:6369 ../src/guestfs-actions.pod:6388 ../fish/guestfish-actions.pod:4270 ../fish/guestfish-actions.pod:4283
14684 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
14685 msgstr ""
14686
14687 # type: textblock
14688 #: ../src/guestfs-actions.pod:6374
14689 msgid "See also C<guestfs_download>."
14690 msgstr ""
14691
14692 # type: =head2
14693 #: ../src/guestfs-actions.pod:6380
14694 msgid "guestfs_upload_offset"
14695 msgstr ""
14696
14697 # type: verbatim
14698 #: ../src/guestfs-actions.pod:6382
14699 #, no-wrap
14700 msgid ""
14701 " int\n"
14702 " guestfs_upload_offset (guestfs_h *g,\n"
14703 "                        const char *filename,\n"
14704 "                        const char *remotefilename,\n"
14705 "                        int64_t offset);\n"
14706 "\n"
14707 msgstr ""
14708
14709 # type: textblock
14710 #: ../src/guestfs-actions.pod:6391 ../fish/guestfish-actions.pod:4286
14711 msgid ""
14712 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
14713 "The intention is to overwrite parts of existing files or devices, although "
14714 "if a non-existant file is specified then it is created with a \"hole\" "
14715 "before C<offset>.  The size of the data written is implicit in the size of "
14716 "the source C<filename>."
14717 msgstr ""
14718
14719 # type: textblock
14720 #: ../src/guestfs-actions.pod:6398
14721 msgid ""
14722 "Note that there is no limit on the amount of data that can be uploaded with "
14723 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
14724 "full amount unless an error occurs."
14725 msgstr ""
14726
14727 # type: textblock
14728 #: ../src/guestfs-actions.pod:6403
14729 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
14730 msgstr ""
14731
14732 # type: =head2
14733 #: ../src/guestfs-actions.pod:6409
14734 msgid "guestfs_utimens"
14735 msgstr ""
14736
14737 # type: verbatim
14738 #: ../src/guestfs-actions.pod:6411
14739 #, no-wrap
14740 msgid ""
14741 " int\n"
14742 " guestfs_utimens (guestfs_h *g,\n"
14743 "                  const char *path,\n"
14744 "                  int64_t atsecs,\n"
14745 "                  int64_t atnsecs,\n"
14746 "                  int64_t mtsecs,\n"
14747 "                  int64_t mtnsecs);\n"
14748 "\n"
14749 msgstr ""
14750
14751 # type: textblock
14752 #: ../src/guestfs-actions.pod:6419 ../fish/guestfish-actions.pod:4306
14753 msgid "This command sets the timestamps of a file with nanosecond precision."
14754 msgstr ""
14755
14756 # type: textblock
14757 #: ../src/guestfs-actions.pod:6422 ../fish/guestfish-actions.pod:4309
14758 msgid ""
14759 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
14760 "from the epoch."
14761 msgstr ""
14762
14763 # type: textblock
14764 #: ../src/guestfs-actions.pod:6425 ../fish/guestfish-actions.pod:4312
14765 msgid ""
14766 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
14767 "nanoseconds from the epoch."
14768 msgstr ""
14769
14770 # type: textblock
14771 #: ../src/guestfs-actions.pod:6428 ../fish/guestfish-actions.pod:4315
14772 msgid ""
14773 "If the C<*nsecs> field contains the special value C<-1> then the "
14774 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
14775 "ignored in this case)."
14776 msgstr ""
14777
14778 # type: textblock
14779 #: ../src/guestfs-actions.pod:6432 ../fish/guestfish-actions.pod:4319
14780 msgid ""
14781 "If the C<*nsecs> field contains the special value C<-2> then the "
14782 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
14783 "in this case)."
14784 msgstr ""
14785
14786 # type: =head2
14787 #: ../src/guestfs-actions.pod:6440 ../src/guestfs-structs.pod:175
14788 msgid "guestfs_version"
14789 msgstr ""
14790
14791 # type: verbatim
14792 #: ../src/guestfs-actions.pod:6442
14793 #, no-wrap
14794 msgid ""
14795 " struct guestfs_version *\n"
14796 " guestfs_version (guestfs_h *g);\n"
14797 "\n"
14798 msgstr ""
14799
14800 # type: textblock
14801 #: ../src/guestfs-actions.pod:6445 ../fish/guestfish-actions.pod:4327
14802 msgid "Return the libguestfs version number that the program is linked against."
14803 msgstr ""
14804
14805 # type: textblock
14806 #: ../src/guestfs-actions.pod:6448 ../fish/guestfish-actions.pod:4330
14807 msgid ""
14808 "Note that because of dynamic linking this is not necessarily the version of "
14809 "libguestfs that you compiled against.  You can compile the program, and then "
14810 "at runtime dynamically link against a completely different C<libguestfs.so> "
14811 "library."
14812 msgstr ""
14813
14814 # type: textblock
14815 #: ../src/guestfs-actions.pod:6453 ../fish/guestfish-actions.pod:4335
14816 msgid ""
14817 "This call was added in version C<1.0.58>.  In previous versions of "
14818 "libguestfs there was no way to get the version number.  From C code you can "
14819 "use dynamic linker functions to find out if this symbol exists (if it "
14820 "doesn't, then it's an earlier version)."
14821 msgstr ""
14822
14823 # type: textblock
14824 #: ../src/guestfs-actions.pod:6459 ../fish/guestfish-actions.pod:4341
14825 msgid ""
14826 "The call returns a structure with four elements.  The first three (C<major>, "
14827 "C<minor> and C<release>) are numbers and correspond to the usual version "
14828 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
14829 "but may be used for distro-specific information."
14830 msgstr ""
14831
14832 # type: textblock
14833 #: ../src/guestfs-actions.pod:6465 ../fish/guestfish-actions.pod:4347
14834 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
14835 msgstr ""
14836
14837 # type: textblock
14838 #: ../src/guestfs-actions.pod:6468 ../fish/guestfish-actions.pod:4350
14839 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
14840 msgstr ""
14841
14842 # type: textblock
14843 #: ../src/guestfs-actions.pod:6470
14844 msgid ""
14845 "I<Note:> Don't use this call to test for availability of features.  In "
14846 "enterprise distributions we backport features from later versions into "
14847 "earlier versions, making this an unreliable way to test for features.  Use "
14848 "C<guestfs_available> instead."
14849 msgstr ""
14850
14851 # type: textblock
14852 #: ../src/guestfs-actions.pod:6476
14853 msgid ""
14854 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
14855 "error.  I<The caller must call C<guestfs_free_version> after use>."
14856 msgstr ""
14857
14858 # type: textblock
14859 #: ../src/guestfs-actions.pod:6480
14860 msgid "(Added in 1.0.58)"
14861 msgstr ""
14862
14863 # type: =head2
14864 #: ../src/guestfs-actions.pod:6482
14865 msgid "guestfs_vfs_label"
14866 msgstr ""
14867
14868 # type: verbatim
14869 #: ../src/guestfs-actions.pod:6484
14870 #, no-wrap
14871 msgid ""
14872 " char *\n"
14873 " guestfs_vfs_label (guestfs_h *g,\n"
14874 "                    const char *device);\n"
14875 "\n"
14876 msgstr ""
14877
14878 # type: textblock
14879 #: ../src/guestfs-actions.pod:6488 ../fish/guestfish-actions.pod:4362
14880 msgid "This returns the filesystem label of the filesystem on C<device>."
14881 msgstr ""
14882
14883 # type: textblock
14884 #: ../src/guestfs-actions.pod:6491 ../fish/guestfish-actions.pod:4365
14885 msgid "If the filesystem is unlabeled, this returns the empty string."
14886 msgstr ""
14887
14888 # type: textblock
14889 #: ../src/guestfs-actions.pod:6493
14890 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
14891 msgstr ""
14892
14893 # type: textblock
14894 #: ../src/guestfs-actions.pod:6498 ../src/guestfs-actions.pod:6535
14895 msgid "(Added in 1.3.18)"
14896 msgstr ""
14897
14898 # type: =head2
14899 #: ../src/guestfs-actions.pod:6500
14900 msgid "guestfs_vfs_type"
14901 msgstr ""
14902
14903 # type: verbatim
14904 #: ../src/guestfs-actions.pod:6502
14905 #, no-wrap
14906 msgid ""
14907 " char *\n"
14908 " guestfs_vfs_type (guestfs_h *g,\n"
14909 "                   const char *device);\n"
14910 "\n"
14911 msgstr ""
14912
14913 # type: textblock
14914 #: ../src/guestfs-actions.pod:6506 ../fish/guestfish-actions.pod:4373
14915 msgid ""
14916 "This command gets the filesystem type corresponding to the filesystem on "
14917 "C<device>."
14918 msgstr ""
14919
14920 # type: textblock
14921 #: ../src/guestfs-actions.pod:6509 ../fish/guestfish-actions.pod:4376
14922 msgid ""
14923 "For most filesystems, the result is the name of the Linux VFS module which "
14924 "would be used to mount this filesystem if you mounted it without specifying "
14925 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
14926 msgstr ""
14927
14928 # type: =head2
14929 #: ../src/guestfs-actions.pod:6519
14930 msgid "guestfs_vfs_uuid"
14931 msgstr ""
14932
14933 # type: verbatim
14934 #: ../src/guestfs-actions.pod:6521
14935 #, no-wrap
14936 msgid ""
14937 " char *\n"
14938 " guestfs_vfs_uuid (guestfs_h *g,\n"
14939 "                   const char *device);\n"
14940 "\n"
14941 msgstr ""
14942
14943 # type: textblock
14944 #: ../src/guestfs-actions.pod:6525 ../fish/guestfish-actions.pod:4385
14945 msgid "This returns the filesystem UUID of the filesystem on C<device>."
14946 msgstr ""
14947
14948 # type: textblock
14949 #: ../src/guestfs-actions.pod:6528 ../fish/guestfish-actions.pod:4388
14950 msgid "If the filesystem does not have a UUID, this returns the empty string."
14951 msgstr ""
14952
14953 # type: textblock
14954 #: ../src/guestfs-actions.pod:6530
14955 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
14956 msgstr ""
14957
14958 # type: =head2
14959 #: ../src/guestfs-actions.pod:6537
14960 msgid "guestfs_vg_activate"
14961 msgstr ""
14962
14963 # type: verbatim
14964 #: ../src/guestfs-actions.pod:6539
14965 #, no-wrap
14966 msgid ""
14967 " int\n"
14968 " guestfs_vg_activate (guestfs_h *g,\n"
14969 "                      int activate,\n"
14970 "                      char *const *volgroups);\n"
14971 "\n"
14972 msgstr ""
14973
14974 # type: textblock
14975 #: ../src/guestfs-actions.pod:6544 ../fish/guestfish-actions.pod:4396
14976 msgid ""
14977 "This command activates or (if C<activate> is false) deactivates all logical "
14978 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
14979 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
14980 "deactivated, then those devices disappear."
14981 msgstr ""
14982
14983 # type: textblock
14984 #: ../src/guestfs-actions.pod:6550 ../fish/guestfish-actions.pod:4402
14985 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
14986 msgstr ""
14987
14988 # type: textblock
14989 #: ../src/guestfs-actions.pod:6552 ../fish/guestfish-actions.pod:4404
14990 msgid ""
14991 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
14992 "activated or deactivated."
14993 msgstr ""
14994
14995 # type: =head2
14996 #: ../src/guestfs-actions.pod:6559
14997 msgid "guestfs_vg_activate_all"
14998 msgstr ""
14999
15000 # type: verbatim
15001 #: ../src/guestfs-actions.pod:6561
15002 #, no-wrap
15003 msgid ""
15004 " int\n"
15005 " guestfs_vg_activate_all (guestfs_h *g,\n"
15006 "                          int activate);\n"
15007 "\n"
15008 msgstr ""
15009
15010 # type: textblock
15011 #: ../src/guestfs-actions.pod:6565 ../fish/guestfish-actions.pod:4411
15012 msgid ""
15013 "This command activates or (if C<activate> is false) deactivates all logical "
15014 "volumes in all volume groups.  If activated, then they are made known to the "
15015 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
15016 "those devices disappear."
15017 msgstr ""
15018
15019 # type: textblock
15020 #: ../src/guestfs-actions.pod:6571 ../fish/guestfish-actions.pod:4417
15021 msgid "This command is the same as running C<vgchange -a y|n>"
15022 msgstr ""
15023
15024 # type: =head2
15025 #: ../src/guestfs-actions.pod:6577
15026 msgid "guestfs_vgcreate"
15027 msgstr ""
15028
15029 # type: verbatim
15030 #: ../src/guestfs-actions.pod:6579
15031 #, no-wrap
15032 msgid ""
15033 " int\n"
15034 " guestfs_vgcreate (guestfs_h *g,\n"
15035 "                   const char *volgroup,\n"
15036 "                   char *const *physvols);\n"
15037 "\n"
15038 msgstr ""
15039
15040 # type: textblock
15041 #: ../src/guestfs-actions.pod:6584 ../fish/guestfish-actions.pod:4423
15042 msgid ""
15043 "This creates an LVM volume group called C<volgroup> from the non-empty list "
15044 "of physical volumes C<physvols>."
15045 msgstr ""
15046
15047 # type: =head2
15048 #: ../src/guestfs-actions.pod:6591
15049 msgid "guestfs_vglvuuids"
15050 msgstr ""
15051
15052 # type: verbatim
15053 #: ../src/guestfs-actions.pod:6593
15054 #, no-wrap
15055 msgid ""
15056 " char **\n"
15057 " guestfs_vglvuuids (guestfs_h *g,\n"
15058 "                    const char *vgname);\n"
15059 "\n"
15060 msgstr ""
15061
15062 # type: textblock
15063 #: ../src/guestfs-actions.pod:6597 ../fish/guestfish-actions.pod:4430
15064 msgid ""
15065 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
15066 "volumes created in this volume group."
15067 msgstr ""
15068
15069 # type: textblock
15070 #: ../src/guestfs-actions.pod:6600
15071 msgid ""
15072 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
15073 "associate logical volumes and volume groups."
15074 msgstr ""
15075
15076 # type: textblock
15077 #: ../src/guestfs-actions.pod:6603
15078 msgid "See also C<guestfs_vgpvuuids>."
15079 msgstr ""
15080
15081 # type: =head2
15082 #: ../src/guestfs-actions.pod:6611
15083 msgid "guestfs_vgpvuuids"
15084 msgstr ""
15085
15086 # type: verbatim
15087 #: ../src/guestfs-actions.pod:6613
15088 #, no-wrap
15089 msgid ""
15090 " char **\n"
15091 " guestfs_vgpvuuids (guestfs_h *g,\n"
15092 "                    const char *vgname);\n"
15093 "\n"
15094 msgstr ""
15095
15096 # type: textblock
15097 #: ../src/guestfs-actions.pod:6617 ../fish/guestfish-actions.pod:4442
15098 msgid ""
15099 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
15100 "volumes that this volume group resides on."
15101 msgstr ""
15102
15103 # type: textblock
15104 #: ../src/guestfs-actions.pod:6620
15105 msgid ""
15106 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
15107 "associate physical volumes and volume groups."
15108 msgstr ""
15109
15110 # type: textblock
15111 #: ../src/guestfs-actions.pod:6623
15112 msgid "See also C<guestfs_vglvuuids>."
15113 msgstr ""
15114
15115 # type: =head2
15116 #: ../src/guestfs-actions.pod:6631
15117 msgid "guestfs_vgremove"
15118 msgstr ""
15119
15120 # type: verbatim
15121 #: ../src/guestfs-actions.pod:6633
15122 #, no-wrap
15123 msgid ""
15124 " int\n"
15125 " guestfs_vgremove (guestfs_h *g,\n"
15126 "                   const char *vgname);\n"
15127 "\n"
15128 msgstr ""
15129
15130 # type: textblock
15131 #: ../src/guestfs-actions.pod:6637 ../fish/guestfish-actions.pod:4454
15132 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
15133 msgstr ""
15134
15135 # type: textblock
15136 #: ../src/guestfs-actions.pod:6639 ../fish/guestfish-actions.pod:4456
15137 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
15138 msgstr ""
15139
15140 # type: =head2
15141 #: ../src/guestfs-actions.pod:6646
15142 msgid "guestfs_vgrename"
15143 msgstr ""
15144
15145 # type: verbatim
15146 #: ../src/guestfs-actions.pod:6648
15147 #, no-wrap
15148 msgid ""
15149 " int\n"
15150 " guestfs_vgrename (guestfs_h *g,\n"
15151 "                   const char *volgroup,\n"
15152 "                   const char *newvolgroup);\n"
15153 "\n"
15154 msgstr ""
15155
15156 # type: textblock
15157 #: ../src/guestfs-actions.pod:6653 ../fish/guestfish-actions.pod:4463
15158 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
15159 msgstr ""
15160
15161 # type: =head2
15162 #: ../src/guestfs-actions.pod:6659
15163 msgid "guestfs_vgs"
15164 msgstr ""
15165
15166 # type: verbatim
15167 #: ../src/guestfs-actions.pod:6661
15168 #, no-wrap
15169 msgid ""
15170 " char **\n"
15171 " guestfs_vgs (guestfs_h *g);\n"
15172 "\n"
15173 msgstr ""
15174
15175 # type: textblock
15176 #: ../src/guestfs-actions.pod:6664 ../fish/guestfish-actions.pod:4469
15177 msgid ""
15178 "List all the volumes groups detected.  This is the equivalent of the "
15179 "L<vgs(8)> command."
15180 msgstr ""
15181
15182 # type: textblock
15183 #: ../src/guestfs-actions.pod:6667 ../fish/guestfish-actions.pod:4472
15184 msgid ""
15185 "This returns a list of just the volume group names that were detected "
15186 "(eg. C<VolGroup00>)."
15187 msgstr ""
15188
15189 # type: textblock
15190 #: ../src/guestfs-actions.pod:6670
15191 msgid "See also C<guestfs_vgs_full>."
15192 msgstr ""
15193
15194 # type: =head2
15195 #: ../src/guestfs-actions.pod:6678
15196 msgid "guestfs_vgs_full"
15197 msgstr ""
15198
15199 # type: verbatim
15200 #: ../src/guestfs-actions.pod:6680
15201 #, no-wrap
15202 msgid ""
15203 " struct guestfs_lvm_vg_list *\n"
15204 " guestfs_vgs_full (guestfs_h *g);\n"
15205 "\n"
15206 msgstr ""
15207
15208 # type: textblock
15209 #: ../src/guestfs-actions.pod:6683 ../fish/guestfish-actions.pod:4481
15210 msgid ""
15211 "List all the volumes groups detected.  This is the equivalent of the "
15212 "L<vgs(8)> command.  The \"full\" version includes all fields."
15213 msgstr ""
15214
15215 # type: textblock
15216 #: ../src/guestfs-actions.pod:6686
15217 msgid ""
15218 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
15219 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
15220 "use>."
15221 msgstr ""
15222
15223 # type: =head2
15224 #: ../src/guestfs-actions.pod:6692
15225 msgid "guestfs_vgscan"
15226 msgstr ""
15227
15228 # type: verbatim
15229 #: ../src/guestfs-actions.pod:6694
15230 #, no-wrap
15231 msgid ""
15232 " int\n"
15233 " guestfs_vgscan (guestfs_h *g);\n"
15234 "\n"
15235 msgstr ""
15236
15237 # type: textblock
15238 #: ../src/guestfs-actions.pod:6697 ../fish/guestfish-actions.pod:4488
15239 msgid ""
15240 "This rescans all block devices and rebuilds the list of LVM physical "
15241 "volumes, volume groups and logical volumes."
15242 msgstr ""
15243
15244 # type: =head2
15245 #: ../src/guestfs-actions.pod:6704
15246 msgid "guestfs_vguuid"
15247 msgstr ""
15248
15249 # type: verbatim
15250 #: ../src/guestfs-actions.pod:6706
15251 #, no-wrap
15252 msgid ""
15253 " char *\n"
15254 " guestfs_vguuid (guestfs_h *g,\n"
15255 "                 const char *vgname);\n"
15256 "\n"
15257 msgstr ""
15258
15259 # type: textblock
15260 #: ../src/guestfs-actions.pod:6710 ../fish/guestfish-actions.pod:4495
15261 msgid "This command returns the UUID of the LVM VG named C<vgname>."
15262 msgstr ""
15263
15264 # type: =head2
15265 #: ../src/guestfs-actions.pod:6717
15266 msgid "guestfs_wait_ready"
15267 msgstr ""
15268
15269 # type: verbatim
15270 #: ../src/guestfs-actions.pod:6719
15271 #, no-wrap
15272 msgid ""
15273 " int\n"
15274 " guestfs_wait_ready (guestfs_h *g);\n"
15275 "\n"
15276 msgstr ""
15277
15278 # type: textblock
15279 #: ../src/guestfs-actions.pod:6722
15280 msgid "This function is a no op."
15281 msgstr ""
15282
15283 # type: textblock
15284 #: ../src/guestfs-actions.pod:6724
15285 msgid ""
15286 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
15287 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
15288 "is no longer necessary because C<guestfs_launch> now does the waiting."
15289 msgstr ""
15290
15291 # type: textblock
15292 #: ../src/guestfs-actions.pod:6729
15293 msgid ""
15294 "If you see any calls to this function in code then you can just remove them, "
15295 "unless you want to retain compatibility with older versions of the API."
15296 msgstr ""
15297
15298 # type: =head2
15299 #: ../src/guestfs-actions.pod:6737
15300 msgid "guestfs_wc_c"
15301 msgstr ""
15302
15303 # type: verbatim
15304 #: ../src/guestfs-actions.pod:6739
15305 #, no-wrap
15306 msgid ""
15307 " int\n"
15308 " guestfs_wc_c (guestfs_h *g,\n"
15309 "               const char *path);\n"
15310 "\n"
15311 msgstr ""
15312
15313 # type: textblock
15314 #: ../src/guestfs-actions.pod:6743 ../fish/guestfish-actions.pod:4501
15315 msgid ""
15316 "This command counts the characters in a file, using the C<wc -c> external "
15317 "command."
15318 msgstr ""
15319
15320 # type: =head2
15321 #: ../src/guestfs-actions.pod:6750
15322 msgid "guestfs_wc_l"
15323 msgstr ""
15324
15325 # type: verbatim
15326 #: ../src/guestfs-actions.pod:6752
15327 #, no-wrap
15328 msgid ""
15329 " int\n"
15330 " guestfs_wc_l (guestfs_h *g,\n"
15331 "               const char *path);\n"
15332 "\n"
15333 msgstr ""
15334
15335 # type: textblock
15336 #: ../src/guestfs-actions.pod:6756 ../fish/guestfish-actions.pod:4508
15337 msgid ""
15338 "This command counts the lines in a file, using the C<wc -l> external "
15339 "command."
15340 msgstr ""
15341
15342 # type: =head2
15343 #: ../src/guestfs-actions.pod:6763
15344 msgid "guestfs_wc_w"
15345 msgstr ""
15346
15347 # type: verbatim
15348 #: ../src/guestfs-actions.pod:6765
15349 #, no-wrap
15350 msgid ""
15351 " int\n"
15352 " guestfs_wc_w (guestfs_h *g,\n"
15353 "               const char *path);\n"
15354 "\n"
15355 msgstr ""
15356
15357 # type: textblock
15358 #: ../src/guestfs-actions.pod:6769 ../fish/guestfish-actions.pod:4515
15359 msgid ""
15360 "This command counts the words in a file, using the C<wc -w> external "
15361 "command."
15362 msgstr ""
15363
15364 # type: =head2
15365 #: ../src/guestfs-actions.pod:6776
15366 msgid "guestfs_write"
15367 msgstr ""
15368
15369 # type: verbatim
15370 #: ../src/guestfs-actions.pod:6778
15371 #, no-wrap
15372 msgid ""
15373 " int\n"
15374 " guestfs_write (guestfs_h *g,\n"
15375 "                const char *path,\n"
15376 "                const char *content,\n"
15377 "                size_t content_size);\n"
15378 "\n"
15379 msgstr ""
15380
15381 # type: textblock
15382 #: ../src/guestfs-actions.pod:6784 ../fish/guestfish-actions.pod:4522
15383 msgid ""
15384 "This call creates a file called C<path>.  The content of the file is the "
15385 "string C<content> (which can contain any 8 bit data)."
15386 msgstr ""
15387
15388 # type: =head2
15389 #: ../src/guestfs-actions.pod:6794
15390 msgid "guestfs_write_file"
15391 msgstr ""
15392
15393 # type: verbatim
15394 #: ../src/guestfs-actions.pod:6796
15395 #, no-wrap
15396 msgid ""
15397 " int\n"
15398 " guestfs_write_file (guestfs_h *g,\n"
15399 "                     const char *path,\n"
15400 "                     const char *content,\n"
15401 "                     int size);\n"
15402 "\n"
15403 msgstr ""
15404
15405 # type: textblock
15406 #: ../src/guestfs-actions.pod:6802 ../fish/guestfish-actions.pod:4532
15407 msgid ""
15408 "This call creates a file called C<path>.  The contents of the file is the "
15409 "string C<content> (which can contain any 8 bit data), with length C<size>."
15410 msgstr ""
15411
15412 # type: textblock
15413 #: ../src/guestfs-actions.pod:6806 ../fish/guestfish-actions.pod:4536
15414 msgid ""
15415 "As a special case, if C<size> is C<0> then the length is calculated using "
15416 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
15417 msgstr ""
15418
15419 # type: textblock
15420 #: ../src/guestfs-actions.pod:6810 ../fish/guestfish-actions.pod:4540
15421 msgid ""
15422 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
15423 "I<not> work, even if the length is specified."
15424 msgstr ""
15425
15426 # type: textblock
15427 #: ../src/guestfs-actions.pod:6818 ../fish/guestfish-actions.pod:4546
15428 msgid "This function is deprecated.  In new code, use the C<write> call instead."
15429 msgstr ""
15430
15431 # type: =head2
15432 #: ../src/guestfs-actions.pod:6827
15433 msgid "guestfs_zegrep"
15434 msgstr ""
15435
15436 # type: verbatim
15437 #: ../src/guestfs-actions.pod:6829
15438 #, no-wrap
15439 msgid ""
15440 " char **\n"
15441 " guestfs_zegrep (guestfs_h *g,\n"
15442 "                 const char *regex,\n"
15443 "                 const char *path);\n"
15444 "\n"
15445 msgstr ""
15446
15447 # type: textblock
15448 #: ../src/guestfs-actions.pod:6834 ../fish/guestfish-actions.pod:4557
15449 msgid "This calls the external C<zegrep> program and returns the matching lines."
15450 msgstr ""
15451
15452 # type: =head2
15453 #: ../src/guestfs-actions.pod:6846
15454 msgid "guestfs_zegrepi"
15455 msgstr ""
15456
15457 # type: verbatim
15458 #: ../src/guestfs-actions.pod:6848
15459 #, no-wrap
15460 msgid ""
15461 " char **\n"
15462 " guestfs_zegrepi (guestfs_h *g,\n"
15463 "                  const char *regex,\n"
15464 "                  const char *path);\n"
15465 "\n"
15466 msgstr ""
15467
15468 # type: textblock
15469 #: ../src/guestfs-actions.pod:6853 ../fish/guestfish-actions.pod:4567
15470 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
15471 msgstr ""
15472
15473 # type: =head2
15474 #: ../src/guestfs-actions.pod:6865
15475 msgid "guestfs_zero"
15476 msgstr ""
15477
15478 # type: verbatim
15479 #: ../src/guestfs-actions.pod:6867
15480 #, no-wrap
15481 msgid ""
15482 " int\n"
15483 " guestfs_zero (guestfs_h *g,\n"
15484 "               const char *device);\n"
15485 "\n"
15486 msgstr ""
15487
15488 # type: textblock
15489 #: ../src/guestfs-actions.pod:6871 ../fish/guestfish-actions.pod:4577
15490 msgid "This command writes zeroes over the first few blocks of C<device>."
15491 msgstr ""
15492
15493 # type: textblock
15494 #: ../src/guestfs-actions.pod:6873 ../fish/guestfish-actions.pod:4579
15495 msgid ""
15496 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
15497 "securely wipe the device).  It should be sufficient to remove any partition "
15498 "tables, filesystem superblocks and so on."
15499 msgstr ""
15500
15501 # type: textblock
15502 #: ../src/guestfs-actions.pod:6877
15503 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
15504 msgstr ""
15505
15506 # type: =head2
15507 #: ../src/guestfs-actions.pod:6888
15508 msgid "guestfs_zero_device"
15509 msgstr ""
15510
15511 # type: verbatim
15512 #: ../src/guestfs-actions.pod:6890
15513 #, no-wrap
15514 msgid ""
15515 " int\n"
15516 " guestfs_zero_device (guestfs_h *g,\n"
15517 "                      const char *device);\n"
15518 "\n"
15519 msgstr ""
15520
15521 # type: textblock
15522 #: ../src/guestfs-actions.pod:6894
15523 msgid ""
15524 "This command writes zeroes over the entire C<device>.  Compare with "
15525 "C<guestfs_zero> which just zeroes the first few blocks of a device."
15526 msgstr ""
15527
15528 # type: textblock
15529 #: ../src/guestfs-actions.pod:6908
15530 msgid "(Added in 1.3.1)"
15531 msgstr ""
15532
15533 # type: =head2
15534 #: ../src/guestfs-actions.pod:6910
15535 msgid "guestfs_zerofree"
15536 msgstr ""
15537
15538 # type: verbatim
15539 #: ../src/guestfs-actions.pod:6912
15540 #, no-wrap
15541 msgid ""
15542 " int\n"
15543 " guestfs_zerofree (guestfs_h *g,\n"
15544 "                   const char *device);\n"
15545 "\n"
15546 msgstr ""
15547
15548 # type: textblock
15549 #: ../src/guestfs-actions.pod:6916 ../fish/guestfish-actions.pod:4600
15550 msgid ""
15551 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
15552 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
15553 "possible to compress the filesystem more effectively."
15554 msgstr ""
15555
15556 # type: textblock
15557 #: ../src/guestfs-actions.pod:6921 ../fish/guestfish-actions.pod:4605
15558 msgid "You should B<not> run this program if the filesystem is mounted."
15559 msgstr ""
15560
15561 # type: textblock
15562 #: ../src/guestfs-actions.pod:6924 ../fish/guestfish-actions.pod:4608
15563 msgid ""
15564 "It is possible that using this program can damage the filesystem or data on "
15565 "the filesystem."
15566 msgstr ""
15567
15568 # type: =head2
15569 #: ../src/guestfs-actions.pod:6931
15570 msgid "guestfs_zfgrep"
15571 msgstr ""
15572
15573 # type: verbatim
15574 #: ../src/guestfs-actions.pod:6933
15575 #, no-wrap
15576 msgid ""
15577 " char **\n"
15578 " guestfs_zfgrep (guestfs_h *g,\n"
15579 "                 const char *pattern,\n"
15580 "                 const char *path);\n"
15581 "\n"
15582 msgstr ""
15583
15584 # type: textblock
15585 #: ../src/guestfs-actions.pod:6938 ../fish/guestfish-actions.pod:4615
15586 msgid "This calls the external C<zfgrep> program and returns the matching lines."
15587 msgstr ""
15588
15589 # type: =head2
15590 #: ../src/guestfs-actions.pod:6950
15591 msgid "guestfs_zfgrepi"
15592 msgstr ""
15593
15594 # type: verbatim
15595 #: ../src/guestfs-actions.pod:6952
15596 #, no-wrap
15597 msgid ""
15598 " char **\n"
15599 " guestfs_zfgrepi (guestfs_h *g,\n"
15600 "                  const char *pattern,\n"
15601 "                  const char *path);\n"
15602 "\n"
15603 msgstr ""
15604
15605 # type: textblock
15606 #: ../src/guestfs-actions.pod:6957 ../fish/guestfish-actions.pod:4625
15607 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
15608 msgstr ""
15609
15610 # type: =head2
15611 #: ../src/guestfs-actions.pod:6969
15612 msgid "guestfs_zfile"
15613 msgstr ""
15614
15615 # type: verbatim
15616 #: ../src/guestfs-actions.pod:6971
15617 #, no-wrap
15618 msgid ""
15619 " char *\n"
15620 " guestfs_zfile (guestfs_h *g,\n"
15621 "                const char *meth,\n"
15622 "                const char *path);\n"
15623 "\n"
15624 msgstr ""
15625
15626 # type: textblock
15627 #: ../src/guestfs-actions.pod:6976 ../fish/guestfish-actions.pod:4635
15628 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
15629 msgstr ""
15630
15631 # type: textblock
15632 #: ../src/guestfs-actions.pod:6979 ../fish/guestfish-actions.pod:4638
15633 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
15634 msgstr ""
15635
15636 # type: textblock
15637 #: ../src/guestfs-actions.pod:6981
15638 msgid ""
15639 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
15640 "files."
15641 msgstr ""
15642
15643 # type: textblock
15644 #: ../src/guestfs-actions.pod:6987 ../fish/guestfish-actions.pod:4643
15645 msgid "This function is deprecated.  In new code, use the C<file> call instead."
15646 msgstr ""
15647
15648 # type: =head2
15649 #: ../src/guestfs-actions.pod:6996
15650 msgid "guestfs_zgrep"
15651 msgstr ""
15652
15653 # type: verbatim
15654 #: ../src/guestfs-actions.pod:6998
15655 #, no-wrap
15656 msgid ""
15657 " char **\n"
15658 " guestfs_zgrep (guestfs_h *g,\n"
15659 "                const char *regex,\n"
15660 "                const char *path);\n"
15661 "\n"
15662 msgstr ""
15663
15664 # type: textblock
15665 #: ../src/guestfs-actions.pod:7003 ../fish/guestfish-actions.pod:4654
15666 msgid "This calls the external C<zgrep> program and returns the matching lines."
15667 msgstr ""
15668
15669 # type: =head2
15670 #: ../src/guestfs-actions.pod:7015
15671 msgid "guestfs_zgrepi"
15672 msgstr ""
15673
15674 # type: verbatim
15675 #: ../src/guestfs-actions.pod:7017
15676 #, no-wrap
15677 msgid ""
15678 " char **\n"
15679 " guestfs_zgrepi (guestfs_h *g,\n"
15680 "                 const char *regex,\n"
15681 "                 const char *path);\n"
15682 "\n"
15683 msgstr ""
15684
15685 # type: textblock
15686 #: ../src/guestfs-actions.pod:7022 ../fish/guestfish-actions.pod:4664
15687 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
15688 msgstr ""
15689
15690 # type: =item
15691 #: ../src/guestfs-availability.pod:3
15692 msgid "B<augeas>"
15693 msgstr ""
15694
15695 # type: textblock
15696 #: ../src/guestfs-availability.pod:5
15697 msgid ""
15698 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
15699 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
15700 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
15701 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
15702 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
15703 msgstr ""
15704
15705 # type: =item
15706 #: ../src/guestfs-availability.pod:21
15707 msgid "B<inotify>"
15708 msgstr ""
15709
15710 # type: textblock
15711 #: ../src/guestfs-availability.pod:23
15712 msgid ""
15713 "The following functions: L</guestfs_inotify_add_watch> "
15714 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
15715 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
15716 msgstr ""
15717
15718 # type: =item
15719 #: ../src/guestfs-availability.pod:31
15720 msgid "B<linuxfsuuid>"
15721 msgstr ""
15722
15723 # type: textblock
15724 #: ../src/guestfs-availability.pod:33
15725 msgid ""
15726 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
15727 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
15728 msgstr ""
15729
15730 # type: =item
15731 #: ../src/guestfs-availability.pod:40
15732 msgid "B<linuxmodules>"
15733 msgstr ""
15734
15735 # type: textblock
15736 #: ../src/guestfs-availability.pod:42
15737 msgid "The following functions: L</guestfs_modprobe>"
15738 msgstr ""
15739
15740 # type: =item
15741 #: ../src/guestfs-availability.pod:45
15742 msgid "B<linuxxattrs>"
15743 msgstr ""
15744
15745 # type: textblock
15746 #: ../src/guestfs-availability.pod:47
15747 msgid ""
15748 "The following functions: L</guestfs_getxattrs> L</guestfs_lgetxattrs> "
15749 "L</guestfs_lremovexattr> L</guestfs_lsetxattr> L</guestfs_lxattrlist> "
15750 "L</guestfs_removexattr> L</guestfs_setxattr>"
15751 msgstr ""
15752
15753 # type: =item
15754 #: ../src/guestfs-availability.pod:56
15755 msgid "B<luks>"
15756 msgstr ""
15757
15758 # type: textblock
15759 #: ../src/guestfs-availability.pod:58
15760 msgid ""
15761 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
15762 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
15763 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
15764 msgstr ""
15765
15766 # type: =item
15767 #: ../src/guestfs-availability.pod:67
15768 msgid "B<lvm2>"
15769 msgstr ""
15770
15771 # type: textblock
15772 #: ../src/guestfs-availability.pod:69
15773 msgid ""
15774 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
15775 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
15776 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
15777 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
15778 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
15779 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
15780 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
15781 "L</guestfs_vgs_full>"
15782 msgstr ""
15783
15784 # type: =item
15785 #: ../src/guestfs-availability.pod:92
15786 msgid "B<mknod>"
15787 msgstr ""
15788
15789 # type: textblock
15790 #: ../src/guestfs-availability.pod:94
15791 msgid ""
15792 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
15793 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
15794 msgstr ""
15795
15796 # type: =item
15797 #: ../src/guestfs-availability.pod:100
15798 msgid "B<ntfs3g>"
15799 msgstr ""
15800
15801 # type: textblock
15802 #: ../src/guestfs-availability.pod:102
15803 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
15804 msgstr ""
15805
15806 # type: =item
15807 #: ../src/guestfs-availability.pod:105
15808 msgid "B<ntfsprogs>"
15809 msgstr ""
15810
15811 # type: textblock
15812 #: ../src/guestfs-availability.pod:107
15813 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
15814 msgstr ""
15815
15816 # type: =item
15817 #: ../src/guestfs-availability.pod:111
15818 msgid "B<realpath>"
15819 msgstr ""
15820
15821 # type: textblock
15822 #: ../src/guestfs-availability.pod:113
15823 msgid "The following functions: L</guestfs_realpath>"
15824 msgstr ""
15825
15826 # type: =item
15827 #: ../src/guestfs-availability.pod:116
15828 msgid "B<scrub>"
15829 msgstr ""
15830
15831 # type: textblock
15832 #: ../src/guestfs-availability.pod:118
15833 msgid ""
15834 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
15835 "L</guestfs_scrub_freespace>"
15836 msgstr ""
15837
15838 # type: =item
15839 #: ../src/guestfs-availability.pod:123
15840 msgid "B<selinux>"
15841 msgstr ""
15842
15843 # type: textblock
15844 #: ../src/guestfs-availability.pod:125
15845 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
15846 msgstr ""
15847
15848 # type: =item
15849 #: ../src/guestfs-availability.pod:129
15850 msgid "B<xz>"
15851 msgstr ""
15852
15853 # type: textblock
15854 #: ../src/guestfs-availability.pod:131
15855 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
15856 msgstr ""
15857
15858 # type: =item
15859 #: ../src/guestfs-availability.pod:135
15860 msgid "B<zerofree>"
15861 msgstr ""
15862
15863 # type: textblock
15864 #: ../src/guestfs-availability.pod:137
15865 msgid "The following functions: L</guestfs_zerofree>"
15866 msgstr ""
15867
15868 # type: =head2
15869 #: ../src/guestfs-structs.pod:1
15870 msgid "guestfs_int_bool"
15871 msgstr ""
15872
15873 # type: verbatim
15874 #: ../src/guestfs-structs.pod:3
15875 #, no-wrap
15876 msgid ""
15877 " struct guestfs_int_bool {\n"
15878 "   int32_t i;\n"
15879 "   int32_t b;\n"
15880 " };\n"
15881 " \n"
15882 msgstr ""
15883
15884 # type: verbatim
15885 #: ../src/guestfs-structs.pod:8
15886 #, no-wrap
15887 msgid ""
15888 " struct guestfs_int_bool_list {\n"
15889 "   uint32_t len; /* Number of elements in list. */\n"
15890 "   struct guestfs_int_bool *val; /* Elements. */\n"
15891 " };\n"
15892 " \n"
15893 msgstr ""
15894
15895 # type: verbatim
15896 #: ../src/guestfs-structs.pod:13
15897 #, no-wrap
15898 msgid ""
15899 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
15900 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
15901 "\n"
15902 msgstr ""
15903
15904 # type: =head2
15905 #: ../src/guestfs-structs.pod:16
15906 msgid "guestfs_lvm_pv"
15907 msgstr ""
15908
15909 # type: verbatim
15910 #: ../src/guestfs-structs.pod:18
15911 #, no-wrap
15912 msgid ""
15913 " struct guestfs_lvm_pv {\n"
15914 "   char *pv_name;\n"
15915 "   /* The next field is NOT nul-terminated, be careful when printing it: "
15916 "*/\n"
15917 "   char pv_uuid[32];\n"
15918 "   char *pv_fmt;\n"
15919 "   uint64_t pv_size;\n"
15920 "   uint64_t dev_size;\n"
15921 "   uint64_t pv_free;\n"
15922 "   uint64_t pv_used;\n"
15923 "   char *pv_attr;\n"
15924 "   int64_t pv_pe_count;\n"
15925 "   int64_t pv_pe_alloc_count;\n"
15926 "   char *pv_tags;\n"
15927 "   uint64_t pe_start;\n"
15928 "   int64_t pv_mda_count;\n"
15929 "   uint64_t pv_mda_free;\n"
15930 " };\n"
15931 " \n"
15932 msgstr ""
15933
15934 # type: verbatim
15935 #: ../src/guestfs-structs.pod:36
15936 #, no-wrap
15937 msgid ""
15938 " struct guestfs_lvm_pv_list {\n"
15939 "   uint32_t len; /* Number of elements in list. */\n"
15940 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
15941 " };\n"
15942 " \n"
15943 msgstr ""
15944
15945 # type: verbatim
15946 #: ../src/guestfs-structs.pod:41
15947 #, no-wrap
15948 msgid ""
15949 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
15950 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
15951 "\n"
15952 msgstr ""
15953
15954 # type: =head2
15955 #: ../src/guestfs-structs.pod:44
15956 msgid "guestfs_lvm_vg"
15957 msgstr ""
15958
15959 # type: verbatim
15960 #: ../src/guestfs-structs.pod:46
15961 #, no-wrap
15962 msgid ""
15963 " struct guestfs_lvm_vg {\n"
15964 "   char *vg_name;\n"
15965 "   /* The next field is NOT nul-terminated, be careful when printing it: "
15966 "*/\n"
15967 "   char vg_uuid[32];\n"
15968 "   char *vg_fmt;\n"
15969 "   char *vg_attr;\n"
15970 "   uint64_t vg_size;\n"
15971 "   uint64_t vg_free;\n"
15972 "   char *vg_sysid;\n"
15973 "   uint64_t vg_extent_size;\n"
15974 "   int64_t vg_extent_count;\n"
15975 "   int64_t vg_free_count;\n"
15976 "   int64_t max_lv;\n"
15977 "   int64_t max_pv;\n"
15978 "   int64_t pv_count;\n"
15979 "   int64_t lv_count;\n"
15980 "   int64_t snap_count;\n"
15981 "   int64_t vg_seqno;\n"
15982 "   char *vg_tags;\n"
15983 "   int64_t vg_mda_count;\n"
15984 "   uint64_t vg_mda_free;\n"
15985 " };\n"
15986 " \n"
15987 msgstr ""
15988
15989 # type: verbatim
15990 #: ../src/guestfs-structs.pod:69
15991 #, no-wrap
15992 msgid ""
15993 " struct guestfs_lvm_vg_list {\n"
15994 "   uint32_t len; /* Number of elements in list. */\n"
15995 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
15996 " };\n"
15997 " \n"
15998 msgstr ""
15999
16000 # type: verbatim
16001 #: ../src/guestfs-structs.pod:74
16002 #, no-wrap
16003 msgid ""
16004 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
16005 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
16006 "\n"
16007 msgstr ""
16008
16009 # type: =head2
16010 #: ../src/guestfs-structs.pod:77
16011 msgid "guestfs_lvm_lv"
16012 msgstr ""
16013
16014 # type: verbatim
16015 #: ../src/guestfs-structs.pod:79
16016 #, no-wrap
16017 msgid ""
16018 " struct guestfs_lvm_lv {\n"
16019 "   char *lv_name;\n"
16020 "   /* The next field is NOT nul-terminated, be careful when printing it: "
16021 "*/\n"
16022 "   char lv_uuid[32];\n"
16023 "   char *lv_attr;\n"
16024 "   int64_t lv_major;\n"
16025 "   int64_t lv_minor;\n"
16026 "   int64_t lv_kernel_major;\n"
16027 "   int64_t lv_kernel_minor;\n"
16028 "   uint64_t lv_size;\n"
16029 "   int64_t seg_count;\n"
16030 "   char *origin;\n"
16031 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
16032 "   float snap_percent;\n"
16033 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
16034 "   float copy_percent;\n"
16035 "   char *move_pv;\n"
16036 "   char *lv_tags;\n"
16037 "   char *mirror_log;\n"
16038 "   char *modules;\n"
16039 " };\n"
16040 " \n"
16041 msgstr ""
16042
16043 # type: verbatim
16044 #: ../src/guestfs-structs.pod:101
16045 #, no-wrap
16046 msgid ""
16047 " struct guestfs_lvm_lv_list {\n"
16048 "   uint32_t len; /* Number of elements in list. */\n"
16049 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
16050 " };\n"
16051 " \n"
16052 msgstr ""
16053
16054 # type: verbatim
16055 #: ../src/guestfs-structs.pod:106
16056 #, no-wrap
16057 msgid ""
16058 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
16059 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
16060 "\n"
16061 msgstr ""
16062
16063 # type: verbatim
16064 #: ../src/guestfs-structs.pod:111
16065 #, no-wrap
16066 msgid ""
16067 " struct guestfs_stat {\n"
16068 "   int64_t dev;\n"
16069 "   int64_t ino;\n"
16070 "   int64_t mode;\n"
16071 "   int64_t nlink;\n"
16072 "   int64_t uid;\n"
16073 "   int64_t gid;\n"
16074 "   int64_t rdev;\n"
16075 "   int64_t size;\n"
16076 "   int64_t blksize;\n"
16077 "   int64_t blocks;\n"
16078 "   int64_t atime;\n"
16079 "   int64_t mtime;\n"
16080 "   int64_t ctime;\n"
16081 " };\n"
16082 " \n"
16083 msgstr ""
16084
16085 # type: verbatim
16086 #: ../src/guestfs-structs.pod:127
16087 #, no-wrap
16088 msgid ""
16089 " struct guestfs_stat_list {\n"
16090 "   uint32_t len; /* Number of elements in list. */\n"
16091 "   struct guestfs_stat *val; /* Elements. */\n"
16092 " };\n"
16093 " \n"
16094 msgstr ""
16095
16096 # type: verbatim
16097 #: ../src/guestfs-structs.pod:132
16098 #, no-wrap
16099 msgid ""
16100 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
16101 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
16102 "\n"
16103 msgstr ""
16104
16105 # type: verbatim
16106 #: ../src/guestfs-structs.pod:137
16107 #, no-wrap
16108 msgid ""
16109 " struct guestfs_statvfs {\n"
16110 "   int64_t bsize;\n"
16111 "   int64_t frsize;\n"
16112 "   int64_t blocks;\n"
16113 "   int64_t bfree;\n"
16114 "   int64_t bavail;\n"
16115 "   int64_t files;\n"
16116 "   int64_t ffree;\n"
16117 "   int64_t favail;\n"
16118 "   int64_t fsid;\n"
16119 "   int64_t flag;\n"
16120 "   int64_t namemax;\n"
16121 " };\n"
16122 " \n"
16123 msgstr ""
16124
16125 # type: verbatim
16126 #: ../src/guestfs-structs.pod:151
16127 #, no-wrap
16128 msgid ""
16129 " struct guestfs_statvfs_list {\n"
16130 "   uint32_t len; /* Number of elements in list. */\n"
16131 "   struct guestfs_statvfs *val; /* Elements. */\n"
16132 " };\n"
16133 " \n"
16134 msgstr ""
16135
16136 # type: verbatim
16137 #: ../src/guestfs-structs.pod:156
16138 #, no-wrap
16139 msgid ""
16140 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
16141 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
16142 "\n"
16143 msgstr ""
16144
16145 # type: =head2
16146 #: ../src/guestfs-structs.pod:159
16147 msgid "guestfs_dirent"
16148 msgstr ""
16149
16150 # type: verbatim
16151 #: ../src/guestfs-structs.pod:161
16152 #, no-wrap
16153 msgid ""
16154 " struct guestfs_dirent {\n"
16155 "   int64_t ino;\n"
16156 "   char ftyp;\n"
16157 "   char *name;\n"
16158 " };\n"
16159 " \n"
16160 msgstr ""
16161
16162 # type: verbatim
16163 #: ../src/guestfs-structs.pod:167
16164 #, no-wrap
16165 msgid ""
16166 " struct guestfs_dirent_list {\n"
16167 "   uint32_t len; /* Number of elements in list. */\n"
16168 "   struct guestfs_dirent *val; /* Elements. */\n"
16169 " };\n"
16170 " \n"
16171 msgstr ""
16172
16173 # type: verbatim
16174 #: ../src/guestfs-structs.pod:172
16175 #, no-wrap
16176 msgid ""
16177 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
16178 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
16179 "\n"
16180 msgstr ""
16181
16182 # type: verbatim
16183 #: ../src/guestfs-structs.pod:177
16184 #, no-wrap
16185 msgid ""
16186 " struct guestfs_version {\n"
16187 "   int64_t major;\n"
16188 "   int64_t minor;\n"
16189 "   int64_t release;\n"
16190 "   char *extra;\n"
16191 " };\n"
16192 " \n"
16193 msgstr ""
16194
16195 # type: verbatim
16196 #: ../src/guestfs-structs.pod:184
16197 #, no-wrap
16198 msgid ""
16199 " struct guestfs_version_list {\n"
16200 "   uint32_t len; /* Number of elements in list. */\n"
16201 "   struct guestfs_version *val; /* Elements. */\n"
16202 " };\n"
16203 " \n"
16204 msgstr ""
16205
16206 # type: verbatim
16207 #: ../src/guestfs-structs.pod:189
16208 #, no-wrap
16209 msgid ""
16210 " void guestfs_free_version (struct guestfs_free_version *);\n"
16211 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
16212 "\n"
16213 msgstr ""
16214
16215 # type: =head2
16216 #: ../src/guestfs-structs.pod:192
16217 msgid "guestfs_xattr"
16218 msgstr ""
16219
16220 # type: verbatim
16221 #: ../src/guestfs-structs.pod:194
16222 #, no-wrap
16223 msgid ""
16224 " struct guestfs_xattr {\n"
16225 "   char *attrname;\n"
16226 "   /* The next two fields describe a byte array. */\n"
16227 "   uint32_t attrval_len;\n"
16228 "   char *attrval;\n"
16229 " };\n"
16230 " \n"
16231 msgstr ""
16232
16233 # type: verbatim
16234 #: ../src/guestfs-structs.pod:201
16235 #, no-wrap
16236 msgid ""
16237 " struct guestfs_xattr_list {\n"
16238 "   uint32_t len; /* Number of elements in list. */\n"
16239 "   struct guestfs_xattr *val; /* Elements. */\n"
16240 " };\n"
16241 " \n"
16242 msgstr ""
16243
16244 # type: verbatim
16245 #: ../src/guestfs-structs.pod:206
16246 #, no-wrap
16247 msgid ""
16248 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
16249 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
16250 "\n"
16251 msgstr ""
16252
16253 # type: =head2
16254 #: ../src/guestfs-structs.pod:209
16255 msgid "guestfs_inotify_event"
16256 msgstr ""
16257
16258 # type: verbatim
16259 #: ../src/guestfs-structs.pod:211
16260 #, no-wrap
16261 msgid ""
16262 " struct guestfs_inotify_event {\n"
16263 "   int64_t in_wd;\n"
16264 "   uint32_t in_mask;\n"
16265 "   uint32_t in_cookie;\n"
16266 "   char *in_name;\n"
16267 " };\n"
16268 " \n"
16269 msgstr ""
16270
16271 # type: verbatim
16272 #: ../src/guestfs-structs.pod:218
16273 #, no-wrap
16274 msgid ""
16275 " struct guestfs_inotify_event_list {\n"
16276 "   uint32_t len; /* Number of elements in list. */\n"
16277 "   struct guestfs_inotify_event *val; /* Elements. */\n"
16278 " };\n"
16279 " \n"
16280 msgstr ""
16281
16282 # type: verbatim
16283 #: ../src/guestfs-structs.pod:223
16284 #, no-wrap
16285 msgid ""
16286 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
16287 " void guestfs_free_inotify_event_list (struct "
16288 "guestfs_free_inotify_event_list *);\n"
16289 "\n"
16290 msgstr ""
16291
16292 # type: =head2
16293 #: ../src/guestfs-structs.pod:226
16294 msgid "guestfs_partition"
16295 msgstr ""
16296
16297 # type: verbatim
16298 #: ../src/guestfs-structs.pod:228
16299 #, no-wrap
16300 msgid ""
16301 " struct guestfs_partition {\n"
16302 "   int32_t part_num;\n"
16303 "   uint64_t part_start;\n"
16304 "   uint64_t part_end;\n"
16305 "   uint64_t part_size;\n"
16306 " };\n"
16307 " \n"
16308 msgstr ""
16309
16310 # type: verbatim
16311 #: ../src/guestfs-structs.pod:235
16312 #, no-wrap
16313 msgid ""
16314 " struct guestfs_partition_list {\n"
16315 "   uint32_t len; /* Number of elements in list. */\n"
16316 "   struct guestfs_partition *val; /* Elements. */\n"
16317 " };\n"
16318 " \n"
16319 msgstr ""
16320
16321 # type: verbatim
16322 #: ../src/guestfs-structs.pod:240
16323 #, no-wrap
16324 msgid ""
16325 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
16326 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
16327 "\n"
16328 msgstr ""
16329
16330 # type: =head2
16331 #: ../src/guestfs-structs.pod:243
16332 msgid "guestfs_application"
16333 msgstr ""
16334
16335 # type: verbatim
16336 #: ../src/guestfs-structs.pod:245
16337 #, no-wrap
16338 msgid ""
16339 " struct guestfs_application {\n"
16340 "   char *app_name;\n"
16341 "   char *app_display_name;\n"
16342 "   int32_t app_epoch;\n"
16343 "   char *app_version;\n"
16344 "   char *app_release;\n"
16345 "   char *app_install_path;\n"
16346 "   char *app_trans_path;\n"
16347 "   char *app_publisher;\n"
16348 "   char *app_url;\n"
16349 "   char *app_source_package;\n"
16350 "   char *app_summary;\n"
16351 "   char *app_description;\n"
16352 " };\n"
16353 " \n"
16354 msgstr ""
16355
16356 # type: verbatim
16357 #: ../src/guestfs-structs.pod:260
16358 #, no-wrap
16359 msgid ""
16360 " struct guestfs_application_list {\n"
16361 "   uint32_t len; /* Number of elements in list. */\n"
16362 "   struct guestfs_application *val; /* Elements. */\n"
16363 " };\n"
16364 " \n"
16365 msgstr ""
16366
16367 # type: verbatim
16368 #: ../src/guestfs-structs.pod:265
16369 #, no-wrap
16370 msgid ""
16371 " void guestfs_free_application (struct guestfs_free_application *);\n"
16372 " void guestfs_free_application_list (struct guestfs_free_application_list "
16373 "*);\n"
16374 "\n"
16375 msgstr ""
16376
16377 # type: textblock
16378 #: ../fish/guestfish.pod:5
16379 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
16380 msgstr ""
16381
16382 # type: verbatim
16383 #: ../fish/guestfish.pod:9
16384 #, no-wrap
16385 msgid ""
16386 " guestfish [--options] [commands]\n"
16387 "\n"
16388 msgstr ""
16389
16390 # type: verbatim
16391 #: ../fish/guestfish.pod:11
16392 #, no-wrap
16393 msgid ""
16394 " guestfish\n"
16395 "\n"
16396 msgstr ""
16397
16398 # type: verbatim
16399 #: ../fish/guestfish.pod:13
16400 #, no-wrap
16401 msgid ""
16402 " guestfish [--ro|--rw] -a disk.img\n"
16403 "\n"
16404 msgstr ""
16405
16406 # type: verbatim
16407 #: ../fish/guestfish.pod:15
16408 #, no-wrap
16409 msgid ""
16410 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
16411 "\n"
16412 msgstr ""
16413
16414 # type: verbatim
16415 #: ../fish/guestfish.pod:17
16416 #, no-wrap
16417 msgid ""
16418 " guestfish -d libvirt-domain\n"
16419 "\n"
16420 msgstr ""
16421
16422 # type: verbatim
16423 #: ../fish/guestfish.pod:19
16424 #, no-wrap
16425 msgid ""
16426 " guestfish [--ro|--rw] -a disk.img -i\n"
16427 "\n"
16428 msgstr ""
16429
16430 # type: verbatim
16431 #: ../fish/guestfish.pod:21
16432 #, no-wrap
16433 msgid ""
16434 " guestfish -d libvirt-domain -i\n"
16435 "\n"
16436 msgstr ""
16437
16438 # type: =head1
16439 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:59 ../tools/virt-rescue.pl:41
16440 msgid "WARNING"
16441 msgstr ""
16442
16443 # type: textblock
16444 #: ../fish/guestfish.pod:25
16445 msgid ""
16446 "Using guestfish in read/write mode on live virtual machines can be "
16447 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
16448 "option to use guestfish safely if the disk image or virtual machine might be "
16449 "live."
16450 msgstr ""
16451
16452 # type: textblock
16453 #: ../fish/guestfish.pod:32
16454 msgid ""
16455 "Guestfish is a shell and command-line tool for examining and modifying "
16456 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
16457 "functionality of the guestfs API, see L<guestfs(3)>."
16458 msgstr ""
16459
16460 # type: textblock
16461 #: ../fish/guestfish.pod:36
16462 msgid ""
16463 "Guestfish gives you structured access to the libguestfs API, from shell "
16464 "scripts or the command line or interactively.  If you want to rescue a "
16465 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
16466 "command."
16467 msgstr ""
16468
16469 # type: =head1
16470 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:847 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58 ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:45
16471 msgid "EXAMPLES"
16472 msgstr ""
16473
16474 # type: =head2
16475 #: ../fish/guestfish.pod:43
16476 msgid "As an interactive shell"
16477 msgstr ""
16478
16479 # type: verbatim
16480 #: ../fish/guestfish.pod:45
16481 #, no-wrap
16482 msgid ""
16483 " $ guestfish\n"
16484 " \n"
16485 msgstr ""
16486
16487 # type: verbatim
16488 #: ../fish/guestfish.pod:47
16489 #, no-wrap
16490 msgid ""
16491 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
16492 " editing virtual machine filesystems.\n"
16493 " \n"
16494 msgstr ""
16495
16496 # type: verbatim
16497 #: ../fish/guestfish.pod:50
16498 #, no-wrap
16499 msgid ""
16500 " Type: 'help' for a list of commands\n"
16501 "       'man' to read the manual\n"
16502 "       'quit' to quit the shell\n"
16503 " \n"
16504 msgstr ""
16505
16506 # type: verbatim
16507 #: ../fish/guestfish.pod:54
16508 #, no-wrap
16509 msgid ""
16510 " ><fs> add-ro disk.img\n"
16511 " ><fs> run\n"
16512 " ><fs> list-filesystems\n"
16513 " /dev/sda1: ext4\n"
16514 " /dev/vg_guest/lv_root: ext4\n"
16515 " /dev/vg_guest/lv_swap: swap\n"
16516 " ><fs> mount /dev/vg_guest/lv_root /\n"
16517 " ><fs> cat /etc/fstab\n"
16518 " # /etc/fstab\n"
16519 " # Created by anaconda\n"
16520 " [...]\n"
16521 " ><fs> exit\n"
16522 "\n"
16523 msgstr ""
16524
16525 # type: =head2
16526 #: ../fish/guestfish.pod:67
16527 msgid "From shell scripts"
16528 msgstr ""
16529
16530 # type: textblock
16531 #: ../fish/guestfish.pod:69
16532 msgid "Create a new C</etc/motd> file in a guest or disk image:"
16533 msgstr ""
16534
16535 # type: verbatim
16536 #: ../fish/guestfish.pod:71
16537 #, no-wrap
16538 msgid ""
16539 " guestfish <<_EOF_\n"
16540 " add disk.img\n"
16541 " run\n"
16542 " mount /dev/vg_guest/lv_root /\n"
16543 " write /etc/motd \"Welcome, new users\"\n"
16544 " _EOF_\n"
16545 "\n"
16546 msgstr ""
16547
16548 # type: textblock
16549 #: ../fish/guestfish.pod:78
16550 msgid "List the LVM logical volumes in a disk image:"
16551 msgstr ""
16552
16553 # type: verbatim
16554 #: ../fish/guestfish.pod:80
16555 #, no-wrap
16556 msgid ""
16557 " guestfish -a disk.img --ro <<_EOF_\n"
16558 " run\n"
16559 " lvs\n"
16560 " _EOF_\n"
16561 "\n"
16562 msgstr ""
16563
16564 # type: textblock
16565 #: ../fish/guestfish.pod:85
16566 msgid "List all the filesystems in a disk image:"
16567 msgstr ""
16568
16569 # type: verbatim
16570 #: ../fish/guestfish.pod:87
16571 #, no-wrap
16572 msgid ""
16573 " guestfish -a disk.img --ro <<_EOF_\n"
16574 " run\n"
16575 " list-filesystems\n"
16576 " _EOF_\n"
16577 "\n"
16578 msgstr ""
16579
16580 # type: =head2
16581 #: ../fish/guestfish.pod:92
16582 msgid "On one command line"
16583 msgstr ""
16584
16585 # type: textblock
16586 #: ../fish/guestfish.pod:94
16587 msgid "Update C</etc/resolv.conf> in a guest:"
16588 msgstr ""
16589
16590 # type: verbatim
16591 #: ../fish/guestfish.pod:96
16592 #, no-wrap
16593 msgid ""
16594 " guestfish \\\n"
16595 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
16596 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
16597 "\n"
16598 msgstr ""
16599
16600 # type: textblock
16601 #: ../fish/guestfish.pod:100
16602 msgid "Edit C</boot/grub/grub.conf> interactively:"
16603 msgstr ""
16604
16605 # type: verbatim
16606 #: ../fish/guestfish.pod:102
16607 #, no-wrap
16608 msgid ""
16609 " guestfish --rw --add disk.img \\\n"
16610 "   --mount /dev/vg_guest/lv_root \\\n"
16611 "   --mount /dev/sda1:/boot \\\n"
16612 "   edit /boot/grub/grub.conf\n"
16613 "\n"
16614 msgstr ""
16615
16616 # type: =head2
16617 #: ../fish/guestfish.pod:107
16618 msgid "Mount disks automatically"
16619 msgstr ""
16620
16621 # type: textblock
16622 #: ../fish/guestfish.pod:109
16623 msgid ""
16624 "Use the I<-i> option to automatically mount the disks from a virtual "
16625 "machine:"
16626 msgstr ""
16627
16628 # type: verbatim
16629 #: ../fish/guestfish.pod:112
16630 #, no-wrap
16631 msgid ""
16632 " guestfish --ro -a disk.img -i cat /etc/group\n"
16633 "\n"
16634 msgstr ""
16635
16636 # type: verbatim
16637 #: ../fish/guestfish.pod:114
16638 #, no-wrap
16639 msgid ""
16640 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
16641 "\n"
16642 msgstr ""
16643
16644 # type: textblock
16645 #: ../fish/guestfish.pod:116
16646 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
16647 msgstr ""
16648
16649 # type: verbatim
16650 #: ../fish/guestfish.pod:118
16651 #, no-wrap
16652 msgid ""
16653 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
16654 "\n"
16655 msgstr ""
16656
16657 # type: =head2
16658 #: ../fish/guestfish.pod:120
16659 msgid "As a script interpreter"
16660 msgstr ""
16661
16662 # type: textblock
16663 #: ../fish/guestfish.pod:122
16664 msgid "Create a 100MB disk containing an ext2-formatted partition:"
16665 msgstr ""
16666
16667 # type: verbatim
16668 #: ../fish/guestfish.pod:124
16669 #, no-wrap
16670 msgid ""
16671 " #!/usr/bin/guestfish -f\n"
16672 " sparse test1.img 100M\n"
16673 " run\n"
16674 " part-disk /dev/sda mbr\n"
16675 " mkfs ext2 /dev/sda1\n"
16676 "\n"
16677 msgstr ""
16678
16679 # type: =head2
16680 #: ../fish/guestfish.pod:130
16681 msgid "Start with a prepared disk"
16682 msgstr ""
16683
16684 # type: textblock
16685 #: ../fish/guestfish.pod:132
16686 msgid ""
16687 "An alternate way to create a 100MB disk called C<test1.img> containing a "
16688 "single ext2-formatted partition:"
16689 msgstr ""
16690
16691 # type: verbatim
16692 #: ../fish/guestfish.pod:135
16693 #, no-wrap
16694 msgid ""
16695 " guestfish -N fs\n"
16696 "\n"
16697 msgstr ""
16698
16699 # type: textblock
16700 #: ../fish/guestfish.pod:137
16701 msgid "To list what is available do:"
16702 msgstr ""
16703
16704 # type: verbatim
16705 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:838
16706 #, no-wrap
16707 msgid ""
16708 " guestfish -N help | less\n"
16709 "\n"
16710 msgstr ""
16711
16712 # type: =head2
16713 #: ../fish/guestfish.pod:141
16714 msgid "Remote control"
16715 msgstr ""
16716
16717 # type: verbatim
16718 #: ../fish/guestfish.pod:143
16719 #, no-wrap
16720 msgid ""
16721 " eval \"`guestfish --listen`\"\n"
16722 " guestfish --remote add-ro disk.img\n"
16723 " guestfish --remote run\n"
16724 " guestfish --remote lvs\n"
16725 "\n"
16726 msgstr ""
16727
16728 # type: =head1
16729 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37 ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:72 ../tools/virt-win-reg.pl:171 ../tools/virt-df.pl:71 ../tools/virt-resize.pl:256 ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:98 ../tools/virt-rescue.pl:103 ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
16730 msgid "OPTIONS"
16731 msgstr ""
16732
16733 # type: =item
16734 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131 ../tools/virt-edit.pl:80 ../tools/virt-win-reg.pl:179 ../tools/virt-df.pl:79 ../tools/virt-resize.pl:264 ../tools/virt-list-filesystems.pl:61 ../tools/virt-tar.pl:106 ../tools/virt-rescue.pl:111 ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
16735 msgid "B<--help>"
16736 msgstr ""
16737
16738 # type: textblock
16739 #: ../fish/guestfish.pod:154
16740 msgid "Displays general help on options."
16741 msgstr ""
16742
16743 # type: =item
16744 #: ../fish/guestfish.pod:156
16745 msgid "B<-h> | B<--cmd-help>"
16746 msgstr ""
16747
16748 # type: textblock
16749 #: ../fish/guestfish.pod:158
16750 msgid "Lists all available guestfish commands."
16751 msgstr ""
16752
16753 # type: =item
16754 #: ../fish/guestfish.pod:160
16755 msgid "B<-h cmd> | B<--cmd-help cmd>"
16756 msgstr ""
16757
16758 # type: textblock
16759 #: ../fish/guestfish.pod:162
16760 msgid "Displays detailed help on a single command C<cmd>."
16761 msgstr ""
16762
16763 # type: =item
16764 #: ../fish/guestfish.pod:164 ../fuse/guestmount.pod:77
16765 msgid "B<-a image> | B<--add image>"
16766 msgstr ""
16767
16768 # type: textblock
16769 #: ../fish/guestfish.pod:166
16770 msgid "Add a block device or virtual machine image to the shell."
16771 msgstr ""
16772
16773 # type: textblock
16774 #: ../fish/guestfish.pod:168 ../fuse/guestmount.pod:81
16775 msgid ""
16776 "The format of the disk image is auto-detected.  To override this and force a "
16777 "particular format use the I<--format=..> option."
16778 msgstr ""
16779
16780 # type: =item
16781 #: ../fish/guestfish.pod:171 ../fuse/guestmount.pod:84
16782 msgid "B<-c URI> | B<--connect URI>"
16783 msgstr ""
16784
16785 # type: textblock
16786 #: ../fish/guestfish.pod:173 ../fuse/guestmount.pod:86
16787 msgid ""
16788 "When used in conjunction with the I<-d> option, this specifies the libvirt "
16789 "URI to use.  The default is to use the default libvirt connection."
16790 msgstr ""
16791
16792 # type: =item
16793 #: ../fish/guestfish.pod:177
16794 msgid "B<--csh>"
16795 msgstr ""
16796
16797 # type: textblock
16798 #: ../fish/guestfish.pod:179
16799 msgid ""
16800 "If using the I<--listen> option and a csh-like shell, use this option.  See "
16801 "section L</REMOTE CONTROL AND CSH> below."
16802 msgstr ""
16803
16804 # type: =item
16805 #: ../fish/guestfish.pod:182 ../fuse/guestmount.pod:90
16806 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
16807 msgstr ""
16808
16809 # type: textblock
16810 #: ../fish/guestfish.pod:184 ../fuse/guestmount.pod:92
16811 msgid ""
16812 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
16813 "used, then any libvirt domain can be used.  However in write mode, only "
16814 "libvirt domains which are shut down can be named here."
16815 msgstr ""
16816
16817 # type: =item
16818 #: ../fish/guestfish.pod:188
16819 msgid "B<-D> | B<--no-dest-paths>"
16820 msgstr ""
16821
16822 # type: textblock
16823 #: ../fish/guestfish.pod:190
16824 msgid ""
16825 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
16826 "to hit the tab key to complete paths on the guest filesystem, but this "
16827 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
16828 "allow this feature to be disabled."
16829 msgstr ""
16830
16831 # type: =item
16832 #: ../fish/guestfish.pod:195 ../fuse/guestmount.pod:108
16833 msgid "B<--echo-keys>"
16834 msgstr ""
16835
16836 # type: textblock
16837 #: ../fish/guestfish.pod:197 ../fuse/guestmount.pod:110
16838 msgid ""
16839 "When prompting for keys and passphrases, guestfish normally turns echoing "
16840 "off so you cannot see what you are typing.  If you are not worried about "
16841 "Tempest attacks and there is no one else in the room you can specify this "
16842 "flag to see what you are typing."
16843 msgstr ""
16844
16845 # type: =item
16846 #: ../fish/guestfish.pod:202
16847 msgid "B<-f file> | B<--file file>"
16848 msgstr ""
16849
16850 # type: textblock
16851 #: ../fish/guestfish.pod:204
16852 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
16853 msgstr ""
16854
16855 # type: verbatim
16856 #: ../fish/guestfish.pod:207
16857 #, no-wrap
16858 msgid ""
16859 " #!/usr/bin/guestfish -f\n"
16860 "\n"
16861 msgstr ""
16862
16863 # type: =item
16864 #: ../fish/guestfish.pod:209 ../fuse/guestmount.pod:115
16865 msgid "B<--format=raw|qcow2|..> | B<--format>"
16866 msgstr ""
16867
16868 # type: textblock
16869 #: ../fish/guestfish.pod:211 ../fuse/guestmount.pod:117
16870 msgid ""
16871 "The default for the I<-a> option is to auto-detect the format of the disk "
16872 "image.  Using this forces the disk format for I<-a> options which follow on "
16873 "the command line.  Using I<--format> with no argument switches back to "
16874 "auto-detection for subsequent I<-a> options."
16875 msgstr ""
16876
16877 # type: textblock
16878 #: ../fish/guestfish.pod:216 ../fish/guestfish.pod:544
16879 msgid "For example:"
16880 msgstr ""
16881
16882 # type: verbatim
16883 #: ../fish/guestfish.pod:218
16884 #, no-wrap
16885 msgid ""
16886 " guestfish --format=raw -a disk.img\n"
16887 "\n"
16888 msgstr ""
16889
16890 # type: textblock
16891 #: ../fish/guestfish.pod:220
16892 msgid "forces raw format (no auto-detection) for C<disk.img>."
16893 msgstr ""
16894
16895 # type: verbatim
16896 #: ../fish/guestfish.pod:222
16897 #, no-wrap
16898 msgid ""
16899 " guestfish --format=raw -a disk.img --format -a another.img\n"
16900 "\n"
16901 msgstr ""
16902
16903 # type: textblock
16904 #: ../fish/guestfish.pod:224
16905 msgid ""
16906 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
16907 "auto-detection for C<another.img>."
16908 msgstr ""
16909
16910 # type: textblock
16911 #: ../fish/guestfish.pod:227
16912 msgid ""
16913 "If you have untrusted raw-format guest disk images, you should use this "
16914 "option to specify the disk format.  This avoids a possible security problem "
16915 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
16916 msgstr ""
16917
16918 # type: =item
16919 #: ../fish/guestfish.pod:232 ../fuse/guestmount.pod:135
16920 msgid "B<-i> | B<--inspector>"
16921 msgstr ""
16922
16923 # type: textblock
16924 #: ../fish/guestfish.pod:234 ../fuse/guestmount.pod:137
16925 msgid ""
16926 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
16927 "system and mount filesystems as they would be mounted on the real virtual "
16928 "machine."
16929 msgstr ""
16930
16931 # type: textblock
16932 #: ../fish/guestfish.pod:238
16933 msgid "Typical usage is either:"
16934 msgstr ""
16935
16936 # type: verbatim
16937 #: ../fish/guestfish.pod:240
16938 #, no-wrap
16939 msgid ""
16940 " guestfish -d myguest -i\n"
16941 "\n"
16942 msgstr ""
16943
16944 # type: textblock
16945 #: ../fish/guestfish.pod:242
16946 msgid "(for an inactive libvirt domain called I<myguest>), or:"
16947 msgstr ""
16948
16949 # type: verbatim
16950 #: ../fish/guestfish.pod:244
16951 #, no-wrap
16952 msgid ""
16953 " guestfish --ro -d myguest -i\n"
16954 "\n"
16955 msgstr ""
16956
16957 # type: textblock
16958 #: ../fish/guestfish.pod:246
16959 msgid "(for active domains, readonly), or specify the block device directly:"
16960 msgstr ""
16961
16962 # type: verbatim
16963 #: ../fish/guestfish.pod:248
16964 #, no-wrap
16965 msgid ""
16966 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
16967 "\n"
16968 msgstr ""
16969
16970 # type: textblock
16971 #: ../fish/guestfish.pod:250
16972 msgid ""
16973 "Note that the command line syntax changed slightly over older versions of "
16974 "guestfish.  You can still use the old syntax:"
16975 msgstr ""
16976
16977 # type: verbatim
16978 #: ../fish/guestfish.pod:253
16979 #, no-wrap
16980 msgid ""
16981 " guestfish [--ro] -i disk.img\n"
16982 "\n"
16983 msgstr ""
16984
16985 # type: verbatim
16986 #: ../fish/guestfish.pod:255
16987 #, no-wrap
16988 msgid ""
16989 " guestfish [--ro] -i libvirt-domain\n"
16990 "\n"
16991 msgstr ""
16992
16993 # type: =item
16994 #: ../fish/guestfish.pod:257 ../fuse/guestmount.pod:141
16995 msgid "B<--keys-from-stdin>"
16996 msgstr ""
16997
16998 # type: textblock
16999 #: ../fish/guestfish.pod:259 ../fuse/guestmount.pod:143
17000 msgid ""
17001 "Read key or passphrase parameters from stdin.  The default is to try to read "
17002 "passphrases from the user by opening C</dev/tty>."
17003 msgstr ""
17004
17005 # type: =item
17006 #: ../fish/guestfish.pod:262
17007 msgid "B<--listen>"
17008 msgstr ""
17009
17010 # type: textblock
17011 #: ../fish/guestfish.pod:264
17012 msgid ""
17013 "Fork into the background and listen for remote commands.  See section "
17014 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
17015 msgstr ""
17016
17017 # type: =item
17018 #: ../fish/guestfish.pod:267
17019 msgid "B<-m dev[:mountpoint]> | B<--mount dev[:mountpoint]>"
17020 msgstr ""
17021
17022 # type: textblock
17023 #: ../fish/guestfish.pod:269
17024 msgid "Mount the named partition or logical volume on the given mountpoint."
17025 msgstr ""
17026
17027 # type: textblock
17028 #: ../fish/guestfish.pod:271
17029 msgid "If the mountpoint is omitted, it defaults to C</>."
17030 msgstr ""
17031
17032 # type: textblock
17033 #: ../fish/guestfish.pod:273
17034 msgid "You have to mount something on C</> before most commands will work."
17035 msgstr ""
17036
17037 # type: textblock
17038 #: ../fish/guestfish.pod:275
17039 msgid ""
17040 "If any I<-m> or I<--mount> options are given, the guest is automatically "
17041 "launched."
17042 msgstr ""
17043
17044 # type: textblock
17045 #: ../fish/guestfish.pod:278
17046 msgid ""
17047 "If you don't know what filesystems a disk image contains, you can either run "
17048 "guestfish without this option, then list the partitions, filesystems and LVs "
17049 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
17050 "commands), or you can use the L<virt-filesystems(1)> program."
17051 msgstr ""
17052
17053 # type: =item
17054 #: ../fish/guestfish.pod:284 ../fuse/guestmount.pod:154
17055 msgid "B<-n> | B<--no-sync>"
17056 msgstr ""
17057
17058 # type: textblock
17059 #: ../fish/guestfish.pod:286
17060 msgid ""
17061 "Disable autosync.  This is enabled by default.  See the discussion of "
17062 "autosync in the L<guestfs(3)> manpage."
17063 msgstr ""
17064
17065 # type: =item
17066 #: ../fish/guestfish.pod:289
17067 msgid "B<-N type> | B<--new type> | B<-N help>"
17068 msgstr ""
17069
17070 # type: textblock
17071 #: ../fish/guestfish.pod:291
17072 msgid ""
17073 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
17074 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
17075 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
17076 "IMAGES> below."
17077 msgstr ""
17078
17079 # type: =item
17080 #: ../fish/guestfish.pod:296
17081 msgid "B<--progress-bars>"
17082 msgstr ""
17083
17084 # type: textblock
17085 #: ../fish/guestfish.pod:298
17086 msgid "Enable progress bars, even when guestfish is used non-interactively."
17087 msgstr ""
17088
17089 # type: textblock
17090 #: ../fish/guestfish.pod:300
17091 msgid ""
17092 "Progress bars are enabled by default when guestfish is used as an "
17093 "interactive shell."
17094 msgstr ""
17095
17096 # type: =item
17097 #: ../fish/guestfish.pod:303
17098 msgid "B<--no-progress-bars>"
17099 msgstr ""
17100
17101 # type: textblock
17102 #: ../fish/guestfish.pod:305
17103 msgid "Disable progress bars."
17104 msgstr ""
17105
17106 # type: =item
17107 #: ../fish/guestfish.pod:307
17108 msgid "B<--remote[=pid]>"
17109 msgstr ""
17110
17111 # type: textblock
17112 #: ../fish/guestfish.pod:309
17113 msgid ""
17114 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
17115 "CONTROL GUESTFISH OVER A SOCKET> below."
17116 msgstr ""
17117
17118 # type: =item
17119 #: ../fish/guestfish.pod:312 ../fuse/guestmount.pod:196
17120 msgid "B<-r> | B<--ro>"
17121 msgstr ""
17122
17123 # type: textblock
17124 #: ../fish/guestfish.pod:314
17125 msgid ""
17126 "This changes the I<-a> and I<-m> options so that disks are added and mounts "
17127 "are done read-only (see L<guestfs(3)/guestfs_mount_ro>)."
17128 msgstr ""
17129
17130 # type: textblock
17131 #: ../fish/guestfish.pod:317 ../tools/virt-rescue.pl:187
17132 msgid ""
17133 "The option must always be used if the disk image or virtual machine might be "
17134 "running, and is generally recommended in cases where you don't need write "
17135 "access to the disk."
17136 msgstr ""
17137
17138 # type: textblock
17139 #: ../fish/guestfish.pod:321
17140 msgid ""
17141 "Note that prepared disk images created with I<-N> are not affected by the "
17142 "I<--ro> option."
17143 msgstr ""
17144
17145 # type: textblock
17146 #: ../fish/guestfish.pod:324
17147 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
17148 msgstr ""
17149
17150 # type: =item
17151 #: ../fish/guestfish.pod:326 ../fuse/guestmount.pod:208 ../tools/virt-rescue.pl:195
17152 msgid "B<--selinux>"
17153 msgstr ""
17154
17155 # type: textblock
17156 #: ../fish/guestfish.pod:328
17157 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
17158 msgstr ""
17159
17160 # type: =item
17161 #: ../fish/guestfish.pod:330 ../fuse/guestmount.pod:212
17162 msgid "B<-v> | B<--verbose>"
17163 msgstr ""
17164
17165 # type: textblock
17166 #: ../fish/guestfish.pod:332
17167 msgid ""
17168 "Enable very verbose messages.  This is particularly useful if you find a "
17169 "bug."
17170 msgstr ""
17171
17172 # type: =item
17173 #: ../fish/guestfish.pod:335 ../fuse/guestmount.pod:216
17174 msgid "B<-V> | B<--version>"
17175 msgstr ""
17176
17177 # type: textblock
17178 #: ../fish/guestfish.pod:337
17179 msgid "Display the guestfish / libguestfs version number and exit."
17180 msgstr ""
17181
17182 # type: =item
17183 #: ../fish/guestfish.pod:339 ../fuse/guestmount.pod:220
17184 msgid "B<-w> | B<--rw>"
17185 msgstr ""
17186
17187 # type: textblock
17188 #: ../fish/guestfish.pod:341
17189 msgid ""
17190 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
17191 "WRITE> below."
17192 msgstr ""
17193
17194 # type: =item
17195 #: ../fish/guestfish.pod:344
17196 msgid "B<-x>"
17197 msgstr ""
17198
17199 # type: textblock
17200 #: ../fish/guestfish.pod:346
17201 msgid "Echo each command before executing it."
17202 msgstr ""
17203
17204 # type: =head1
17205 #: ../fish/guestfish.pod:350
17206 msgid "COMMANDS ON COMMAND LINE"
17207 msgstr ""
17208
17209 # type: textblock
17210 #: ../fish/guestfish.pod:352
17211 msgid "Any additional (non-option) arguments are treated as commands to execute."
17212 msgstr ""
17213
17214 # type: textblock
17215 #: ../fish/guestfish.pod:355
17216 msgid ""
17217 "Commands to execute should be separated by a colon (C<:>), where the colon "
17218 "is a separate parameter.  Thus:"
17219 msgstr ""
17220
17221 # type: verbatim
17222 #: ../fish/guestfish.pod:358
17223 #, no-wrap
17224 msgid ""
17225 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
17226 "\n"
17227 msgstr ""
17228
17229 # type: textblock
17230 #: ../fish/guestfish.pod:360
17231 msgid ""
17232 "If there are no additional arguments, then we enter a shell, either an "
17233 "interactive shell with a prompt (if the input is a terminal) or a "
17234 "non-interactive shell."
17235 msgstr ""
17236
17237 # type: textblock
17238 #: ../fish/guestfish.pod:364
17239 msgid ""
17240 "In either command line mode or non-interactive shell, the first command that "
17241 "gives an error causes the whole shell to exit.  In interactive mode (with a "
17242 "prompt) if a command fails, you can continue to enter commands."
17243 msgstr ""
17244
17245 # type: =head1
17246 #: ../fish/guestfish.pod:369
17247 msgid "USING launch (OR run)"
17248 msgstr ""
17249
17250 # type: textblock
17251 #: ../fish/guestfish.pod:371
17252 msgid ""
17253 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
17254 "then launch it, then mount any disks you need, and finally issue "
17255 "actions/commands.  So the general order of the day is:"
17256 msgstr ""
17257
17258 # type: textblock
17259 #: ../fish/guestfish.pod:379
17260 msgid "add or -a/--add"
17261 msgstr ""
17262
17263 # type: textblock
17264 #: ../fish/guestfish.pod:383
17265 msgid "launch (aka run)"
17266 msgstr ""
17267
17268 # type: textblock
17269 #: ../fish/guestfish.pod:387
17270 msgid "mount or -m/--mount"
17271 msgstr ""
17272
17273 # type: textblock
17274 #: ../fish/guestfish.pod:391
17275 msgid "any other commands"
17276 msgstr ""
17277
17278 # type: textblock
17279 #: ../fish/guestfish.pod:395
17280 msgid ""
17281 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
17282 "guest before mounting or performing any other commands."
17283 msgstr ""
17284
17285 # type: textblock
17286 #: ../fish/guestfish.pod:398
17287 msgid ""
17288 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
17289 "I<--new> options were given then C<run> is done automatically, simply "
17290 "because guestfish can't perform the action you asked for without doing this."
17291 msgstr ""
17292
17293 # type: =head1
17294 #: ../fish/guestfish.pod:403
17295 msgid "OPENING DISKS FOR READ AND WRITE"
17296 msgstr ""
17297
17298 # type: textblock
17299 #: ../fish/guestfish.pod:405
17300 msgid ""
17301 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
17302 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
17303 "open disk images read-only or for writing."
17304 msgstr ""
17305
17306 # type: textblock
17307 #: ../fish/guestfish.pod:409
17308 msgid ""
17309 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
17310 "disk images supplied on the command line for write.  To open a disk image "
17311 "read-only you have to do I<-a image --ro>."
17312 msgstr ""
17313
17314 # type: textblock
17315 #: ../fish/guestfish.pod:413
17316 msgid ""
17317 "This matters: If you accidentally open a live VM disk image writable then "
17318 "you will cause irreversible disk corruption."
17319 msgstr ""
17320
17321 # type: textblock
17322 #: ../fish/guestfish.pod:416
17323 msgid ""
17324 "By libguestfs 1.8 we intend to change the default the other way.  Disk "
17325 "images will be opened read-only.  You will have to either specify "
17326 "I<guestfish --rw> or change a configuration file in order to get write "
17327 "access for disk images specified by those other command line options."
17328 msgstr ""
17329
17330 # type: textblock
17331 #: ../fish/guestfish.pod:421
17332 msgid ""
17333 "This version of guestfish has a I<--rw> option which does nothing (it is "
17334 "already the default).  However it is highly recommended that you use this "
17335 "option to indicate that guestfish needs write access, and to prepare your "
17336 "scripts for the day when this option will be required for write access."
17337 msgstr ""
17338
17339 # type: textblock
17340 #: ../fish/guestfish.pod:427
17341 msgid ""
17342 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
17343 "other libguestfs program apart from guestfish and guestmount."
17344 msgstr ""
17345
17346 # type: =head1
17347 #: ../fish/guestfish.pod:430
17348 msgid "QUOTING"
17349 msgstr ""
17350
17351 # type: textblock
17352 #: ../fish/guestfish.pod:432
17353 msgid ""
17354 "You can quote ordinary parameters using either single or double quotes.  For "
17355 "example:"
17356 msgstr ""
17357
17358 # type: verbatim
17359 #: ../fish/guestfish.pod:435
17360 #, no-wrap
17361 msgid ""
17362 " add \"file with a space.img\"\n"
17363 "\n"
17364 msgstr ""
17365
17366 # type: verbatim
17367 #: ../fish/guestfish.pod:437
17368 #, no-wrap
17369 msgid ""
17370 " rm '/file name'\n"
17371 "\n"
17372 msgstr ""
17373
17374 # type: verbatim
17375 #: ../fish/guestfish.pod:439
17376 #, no-wrap
17377 msgid ""
17378 " rm '/\"'\n"
17379 "\n"
17380 msgstr ""
17381
17382 # type: textblock
17383 #: ../fish/guestfish.pod:441
17384 msgid ""
17385 "A few commands require a list of strings to be passed.  For these, use a "
17386 "whitespace-separated list, enclosed in quotes.  Strings containing "
17387 "whitespace to be passed through must be enclosed in single quotes.  A "
17388 "literal single quote must be escaped with a backslash."
17389 msgstr ""
17390
17391 # type: verbatim
17392 #: ../fish/guestfish.pod:446
17393 #, no-wrap
17394 msgid ""
17395 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
17396 " command \"/bin/echo 'foo      bar'\"\n"
17397 " command \"/bin/echo \\'foo\\'\"\n"
17398 "\n"
17399 msgstr ""
17400
17401 # type: =head1
17402 #: ../fish/guestfish.pod:450
17403 msgid "OPTIONAL ARGUMENTS"
17404 msgstr ""
17405
17406 # type: textblock
17407 #: ../fish/guestfish.pod:452
17408 msgid ""
17409 "Some commands take optional arguments.  These arguments appear in this "
17410 "documentation as C<[argname:..]>.  You can use them as in these examples:"
17411 msgstr ""
17412
17413 # type: verbatim
17414 #: ../fish/guestfish.pod:456
17415 #, no-wrap
17416 msgid ""
17417 " add-drive-opts filename\n"
17418 "\n"
17419 msgstr ""
17420
17421 # type: verbatim
17422 #: ../fish/guestfish.pod:458
17423 #, no-wrap
17424 msgid ""
17425 " add-drive-opts filename readonly:true\n"
17426 "\n"
17427 msgstr ""
17428
17429 # type: verbatim
17430 #: ../fish/guestfish.pod:460
17431 #, no-wrap
17432 msgid ""
17433 " add-drive-opts filename format:qcow2 readonly:false\n"
17434 "\n"
17435 msgstr ""
17436
17437 # type: textblock
17438 #: ../fish/guestfish.pod:462
17439 msgid ""
17440 "Each optional argument can appear at most once.  All optional arguments must "
17441 "appear after the required ones."
17442 msgstr ""
17443
17444 # type: =head1
17445 #: ../fish/guestfish.pod:465
17446 msgid "NUMBERS"
17447 msgstr ""
17448
17449 # type: textblock
17450 #: ../fish/guestfish.pod:467
17451 msgid "This section applies to all commands which can take integers as parameters."
17452 msgstr ""
17453
17454 # type: =head2
17455 #: ../fish/guestfish.pod:470
17456 msgid "SIZE SUFFIX"
17457 msgstr ""
17458
17459 # type: textblock
17460 #: ../fish/guestfish.pod:472
17461 msgid ""
17462 "When the command takes a parameter measured in bytes, you can use one of the "
17463 "following suffixes to specify kilobytes, megabytes and larger sizes:"
17464 msgstr ""
17465
17466 # type: =item
17467 #: ../fish/guestfish.pod:478
17468 msgid "B<k> or B<K> or B<KiB>"
17469 msgstr ""
17470
17471 # type: textblock
17472 #: ../fish/guestfish.pod:480
17473 msgid "The size in kilobytes (multiplied by 1024)."
17474 msgstr ""
17475
17476 # type: =item
17477 #: ../fish/guestfish.pod:482
17478 msgid "B<KB>"
17479 msgstr ""
17480
17481 # type: textblock
17482 #: ../fish/guestfish.pod:484
17483 msgid "The size in SI 1000 byte units."
17484 msgstr ""
17485
17486 # type: =item
17487 #: ../fish/guestfish.pod:486
17488 msgid "B<M> or B<MiB>"
17489 msgstr ""
17490
17491 # type: textblock
17492 #: ../fish/guestfish.pod:488
17493 msgid "The size in megabytes (multiplied by 1048576)."
17494 msgstr ""
17495
17496 # type: =item
17497 #: ../fish/guestfish.pod:490
17498 msgid "B<MB>"
17499 msgstr ""
17500
17501 # type: textblock
17502 #: ../fish/guestfish.pod:492
17503 msgid "The size in SI 1000000 byte units."
17504 msgstr ""
17505
17506 # type: =item
17507 #: ../fish/guestfish.pod:494
17508 msgid "B<G> or B<GiB>"
17509 msgstr ""
17510
17511 # type: textblock
17512 #: ../fish/guestfish.pod:496
17513 msgid "The size in gigabytes (multiplied by 2**30)."
17514 msgstr ""
17515
17516 # type: =item
17517 #: ../fish/guestfish.pod:498
17518 msgid "B<GB>"
17519 msgstr ""
17520
17521 # type: textblock
17522 #: ../fish/guestfish.pod:500
17523 msgid "The size in SI 10**9 byte units."
17524 msgstr ""
17525
17526 # type: =item
17527 #: ../fish/guestfish.pod:502
17528 msgid "B<T> or B<TiB>"
17529 msgstr ""
17530
17531 # type: textblock
17532 #: ../fish/guestfish.pod:504
17533 msgid "The size in terabytes (multiplied by 2**40)."
17534 msgstr ""
17535
17536 # type: =item
17537 #: ../fish/guestfish.pod:506
17538 msgid "B<TB>"
17539 msgstr ""
17540
17541 # type: textblock
17542 #: ../fish/guestfish.pod:508
17543 msgid "The size in SI 10**12 byte units."
17544 msgstr ""
17545
17546 # type: =item
17547 #: ../fish/guestfish.pod:510
17548 msgid "B<P> or B<PiB>"
17549 msgstr ""
17550
17551 # type: textblock
17552 #: ../fish/guestfish.pod:512
17553 msgid "The size in petabytes (multiplied by 2**50)."
17554 msgstr ""
17555
17556 # type: =item
17557 #: ../fish/guestfish.pod:514
17558 msgid "B<PB>"
17559 msgstr ""
17560
17561 # type: textblock
17562 #: ../fish/guestfish.pod:516
17563 msgid "The size in SI 10**15 byte units."
17564 msgstr ""
17565
17566 # type: =item
17567 #: ../fish/guestfish.pod:518
17568 msgid "B<E> or B<EiB>"
17569 msgstr ""
17570
17571 # type: textblock
17572 #: ../fish/guestfish.pod:520
17573 msgid "The size in exabytes (multiplied by 2**60)."
17574 msgstr ""
17575
17576 # type: =item
17577 #: ../fish/guestfish.pod:522
17578 msgid "B<EB>"
17579 msgstr ""
17580
17581 # type: textblock
17582 #: ../fish/guestfish.pod:524
17583 msgid "The size in SI 10**18 byte units."
17584 msgstr ""
17585
17586 # type: =item
17587 #: ../fish/guestfish.pod:526
17588 msgid "B<Z> or B<ZiB>"
17589 msgstr ""
17590
17591 # type: textblock
17592 #: ../fish/guestfish.pod:528
17593 msgid "The size in zettabytes (multiplied by 2**70)."
17594 msgstr ""
17595
17596 # type: =item
17597 #: ../fish/guestfish.pod:530
17598 msgid "B<ZB>"
17599 msgstr ""
17600
17601 # type: textblock
17602 #: ../fish/guestfish.pod:532
17603 msgid "The size in SI 10**21 byte units."
17604 msgstr ""
17605
17606 # type: =item
17607 #: ../fish/guestfish.pod:534
17608 msgid "B<Y> or B<YiB>"
17609 msgstr ""
17610
17611 # type: textblock
17612 #: ../fish/guestfish.pod:536
17613 msgid "The size in yottabytes (multiplied by 2**80)."
17614 msgstr ""
17615
17616 # type: =item
17617 #: ../fish/guestfish.pod:538
17618 msgid "B<YB>"
17619 msgstr ""
17620
17621 # type: textblock
17622 #: ../fish/guestfish.pod:540
17623 msgid "The size in SI 10**24 byte units."
17624 msgstr ""
17625
17626 # type: verbatim
17627 #: ../fish/guestfish.pod:546
17628 #, no-wrap
17629 msgid ""
17630 " truncate-size /file 1G\n"
17631 "\n"
17632 msgstr ""
17633
17634 # type: textblock
17635 #: ../fish/guestfish.pod:548
17636 msgid "would truncate the file to 1 gigabyte."
17637 msgstr ""
17638
17639 # type: textblock
17640 #: ../fish/guestfish.pod:550
17641 msgid ""
17642 "Be careful because a few commands take sizes in kilobytes or megabytes "
17643 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
17644 "Adding a suffix will probably not do what you expect."
17645 msgstr ""
17646
17647 # type: =head2
17648 #: ../fish/guestfish.pod:554
17649 msgid "OCTAL AND HEXADECIMAL NUMBERS"
17650 msgstr ""
17651
17652 # type: textblock
17653 #: ../fish/guestfish.pod:556
17654 msgid ""
17655 "For specifying the radix (base) use the C convention: C<0> to prefix an "
17656 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
17657 msgstr ""
17658
17659 # type: verbatim
17660 #: ../fish/guestfish.pod:559
17661 #, no-wrap
17662 msgid ""
17663 " 1234      decimal number 1234\n"
17664 " 02322     octal number, equivalent to decimal 1234\n"
17665 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
17666 "\n"
17667 msgstr ""
17668
17669 # type: textblock
17670 #: ../fish/guestfish.pod:563
17671 msgid ""
17672 "When using the C<chmod> command, you almost always want to specify an octal "
17673 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
17674 "L<chmod(1)> program):"
17675 msgstr ""
17676
17677 # type: verbatim
17678 #: ../fish/guestfish.pod:567
17679 #, no-wrap
17680 msgid ""
17681 " chmod 0777 /public  # OK\n"
17682 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
17683 "\n"
17684 msgstr ""
17685
17686 # type: textblock
17687 #: ../fish/guestfish.pod:570
17688 msgid ""
17689 "Commands that return numbers usually print them in decimal, but some "
17690 "commands print numbers in other radices (eg. C<umask> prints the mode in "
17691 "octal, preceeded by C<0>)."
17692 msgstr ""
17693
17694 # type: =head1
17695 #: ../fish/guestfish.pod:574
17696 msgid "WILDCARDS AND GLOBBING"
17697 msgstr ""
17698
17699 # type: textblock
17700 #: ../fish/guestfish.pod:576
17701 msgid ""
17702 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
17703 "(globbing) by default.  So for example the following will not do what you "
17704 "expect:"
17705 msgstr ""
17706
17707 # type: verbatim
17708 #: ../fish/guestfish.pod:580
17709 #, no-wrap
17710 msgid ""
17711 " rm-rf /home/*\n"
17712 "\n"
17713 msgstr ""
17714
17715 # type: textblock
17716 #: ../fish/guestfish.pod:582
17717 msgid ""
17718 "Assuming you don't have a directory called literally C</home/*> then the "
17719 "above command will return an error."
17720 msgstr ""
17721
17722 # type: textblock
17723 #: ../fish/guestfish.pod:585
17724 msgid "To perform wildcard expansion, use the C<glob> command."
17725 msgstr ""
17726
17727 # type: verbatim
17728 #: ../fish/guestfish.pod:587
17729 #, no-wrap
17730 msgid ""
17731 " glob rm-rf /home/*\n"
17732 "\n"
17733 msgstr ""
17734
17735 # type: textblock
17736 #: ../fish/guestfish.pod:589
17737 msgid ""
17738 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
17739 "many times), equivalent to:"
17740 msgstr ""
17741
17742 # type: verbatim
17743 #: ../fish/guestfish.pod:592
17744 #, no-wrap
17745 msgid ""
17746 " rm-rf /home/jim\n"
17747 " rm-rf /home/joe\n"
17748 " rm-rf /home/mary\n"
17749 "\n"
17750 msgstr ""
17751
17752 # type: textblock
17753 #: ../fish/guestfish.pod:596
17754 msgid "C<glob> only works on simple guest paths and not on device names."
17755 msgstr ""
17756
17757 # type: textblock
17758 #: ../fish/guestfish.pod:598
17759 msgid ""
17760 "If you have several parameters, each containing a wildcard, then glob will "
17761 "perform a Cartesian product."
17762 msgstr ""
17763
17764 # type: =head1
17765 #: ../fish/guestfish.pod:601
17766 msgid "COMMENTS"
17767 msgstr ""
17768
17769 # type: textblock
17770 #: ../fish/guestfish.pod:603
17771 msgid ""
17772 "Any line which starts with a I<#> character is treated as a comment and "
17773 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
17774 "a command.  For example:"
17775 msgstr ""
17776
17777 # type: verbatim
17778 #: ../fish/guestfish.pod:607
17779 #, no-wrap
17780 msgid ""
17781 " # this is a comment\n"
17782 "         # this is a comment\n"
17783 " foo # NOT a comment\n"
17784 "\n"
17785 msgstr ""
17786
17787 # type: textblock
17788 #: ../fish/guestfish.pod:611
17789 msgid "Blank lines are also ignored."
17790 msgstr ""
17791
17792 # type: =head1
17793 #: ../fish/guestfish.pod:613
17794 msgid "RUNNING COMMANDS LOCALLY"
17795 msgstr ""
17796
17797 # type: textblock
17798 #: ../fish/guestfish.pod:615
17799 msgid ""
17800 "Any line which starts with a I<!> character is treated as a command sent to "
17801 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
17802 msgstr ""
17803
17804 # type: verbatim
17805 #: ../fish/guestfish.pod:619
17806 #, no-wrap
17807 msgid ""
17808 " !mkdir local\n"
17809 " tgz-out /remote local/remote-data.tar.gz\n"
17810 "\n"
17811 msgstr ""
17812
17813 # type: textblock
17814 #: ../fish/guestfish.pod:622
17815 msgid ""
17816 "will create a directory C<local> on the host, and then export the contents "
17817 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
17818 "(See C<tgz-out>)."
17819 msgstr ""
17820
17821 # type: textblock
17822 #: ../fish/guestfish.pod:626
17823 msgid ""
17824 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
17825 "effect, due to the way that subprocesses work in Unix."
17826 msgstr ""
17827
17828 # type: =head1
17829 #: ../fish/guestfish.pod:629
17830 msgid "PIPES"
17831 msgstr ""
17832
17833 # type: textblock
17834 #: ../fish/guestfish.pod:631
17835 msgid ""
17836 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
17837 "command (a guestfish command) to the second command (any host command).  For "
17838 "example:"
17839 msgstr ""
17840
17841 # type: verbatim
17842 #: ../fish/guestfish.pod:635
17843 #, no-wrap
17844 msgid ""
17845 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
17846 "\n"
17847 msgstr ""
17848
17849 # type: textblock
17850 #: ../fish/guestfish.pod:637
17851 msgid ""
17852 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
17853 "program).  The above command would list all accounts in the guest filesystem "
17854 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
17855 msgstr ""
17856
17857 # type: verbatim
17858 #: ../fish/guestfish.pod:642
17859 #, no-wrap
17860 msgid ""
17861 " hexdump /bin/ls | head\n"
17862 " list-devices | tail -1\n"
17863 " tgz-out / - | tar ztf -\n"
17864 "\n"
17865 msgstr ""
17866
17867 # type: textblock
17868 #: ../fish/guestfish.pod:646
17869 msgid ""
17870 "The space before the pipe symbol is required, any space after the pipe "
17871 "symbol is optional.  Everything after the pipe symbol is just passed "
17872 "straight to the host shell, so it can contain redirections, globs and "
17873 "anything else that makes sense on the host side."
17874 msgstr ""
17875
17876 # type: textblock
17877 #: ../fish/guestfish.pod:651
17878 msgid ""
17879 "To use a literal argument which begins with a pipe symbol, you have to quote "
17880 "it, eg:"
17881 msgstr ""
17882
17883 # type: verbatim
17884 #: ../fish/guestfish.pod:654
17885 #, no-wrap
17886 msgid ""
17887 " echo \"|\"\n"
17888 "\n"
17889 msgstr ""
17890
17891 # type: =head1
17892 #: ../fish/guestfish.pod:656
17893 msgid "HOME DIRECTORIES"
17894 msgstr ""
17895
17896 # type: textblock
17897 #: ../fish/guestfish.pod:658
17898 msgid ""
17899 "If a parameter starts with the character C<~> then the tilde may be expanded "
17900 "as a home directory path (either C<~> for the current user's home directory, "
17901 "or C<~user> for another user)."
17902 msgstr ""
17903
17904 # type: textblock
17905 #: ../fish/guestfish.pod:662
17906 msgid ""
17907 "Note that home directory expansion happens for users known I<on the host>, "
17908 "not in the guest filesystem."
17909 msgstr ""
17910
17911 # type: textblock
17912 #: ../fish/guestfish.pod:665
17913 msgid ""
17914 "To use a literal argument which begins with a tilde, you have to quote it, "
17915 "eg:"
17916 msgstr ""
17917
17918 # type: verbatim
17919 #: ../fish/guestfish.pod:668
17920 #, no-wrap
17921 msgid ""
17922 " echo \"~\"\n"
17923 "\n"
17924 msgstr ""
17925
17926 # type: textblock
17927 #: ../fish/guestfish.pod:672
17928 msgid ""
17929 "Libguestfs has some support for Linux guests encrypted according to the "
17930 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
17931 "disk encryption systems used by modern Linux guests.  Currently only "
17932 "LVM-on-LUKS is supported."
17933 msgstr ""
17934
17935 # type: textblock
17936 #: ../fish/guestfish.pod:677
17937 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
17938 msgstr ""
17939
17940 # type: verbatim
17941 #: ../fish/guestfish.pod:679
17942 #, no-wrap
17943 msgid ""
17944 " ><fs> vfs-type /dev/sda2\n"
17945 " crypto_LUKS\n"
17946 "\n"
17947 msgstr ""
17948
17949 # type: textblock
17950 #: ../fish/guestfish.pod:682
17951 msgid ""
17952 "Then open those devices using L</luks-open>.  This creates a device-mapper "
17953 "device called C</dev/mapper/luksdev>."
17954 msgstr ""
17955
17956 # type: verbatim
17957 #: ../fish/guestfish.pod:685
17958 #, no-wrap
17959 msgid ""
17960 " ><fs> luks-open /dev/sda2 luksdev\n"
17961 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
17962 "\n"
17963 msgstr ""
17964
17965 # type: textblock
17966 #: ../fish/guestfish.pod:688
17967 msgid ""
17968 "Finally you have to tell LVM to scan for volume groups on the newly created "
17969 "mapper device:"
17970 msgstr ""
17971
17972 # type: verbatim
17973 #: ../fish/guestfish.pod:691
17974 #, no-wrap
17975 msgid ""
17976 " vgscan\n"
17977 " vg-activate-all true\n"
17978 "\n"
17979 msgstr ""
17980
17981 # type: textblock
17982 #: ../fish/guestfish.pod:694
17983 msgid "The logical volume(s) can now be mounted in the usual way."
17984 msgstr ""
17985
17986 # type: textblock
17987 #: ../fish/guestfish.pod:696
17988 msgid ""
17989 "Before closing a LUKS device you must unmount any logical volumes on it and "
17990 "deactivate the volume groups by calling C<vg-activate false VG> on each "
17991 "one.  Then you can close the mapper device:"
17992 msgstr ""
17993
17994 # type: verbatim
17995 #: ../fish/guestfish.pod:700
17996 #, no-wrap
17997 msgid ""
17998 " vg-activate false /dev/VG\n"
17999 " luks-close /dev/mapper/luksdev\n"
18000 "\n"
18001 msgstr ""
18002
18003 # type: =head1
18004 #: ../fish/guestfish.pod:703
18005 msgid "WINDOWS PATHS"
18006 msgstr ""
18007
18008 # type: textblock
18009 #: ../fish/guestfish.pod:705
18010 msgid ""
18011 "If a path is prefixed with C<win:> then you can use Windows-style paths "
18012 "(with some limitations).  The following commands are equivalent:"
18013 msgstr ""
18014
18015 # type: verbatim
18016 #: ../fish/guestfish.pod:708
18017 #, no-wrap
18018 msgid ""
18019 " file /WINDOWS/system32/config/system.LOG\n"
18020 "\n"
18021 msgstr ""
18022
18023 # type: verbatim
18024 #: ../fish/guestfish.pod:710
18025 #, no-wrap
18026 msgid ""
18027 " file win:/windows/system32/config/system.log\n"
18028 "\n"
18029 msgstr ""
18030
18031 # type: verbatim
18032 #: ../fish/guestfish.pod:712
18033 #, no-wrap
18034 msgid ""
18035 " file win:\\windows\\system32\\config\\system.log\n"
18036 "\n"
18037 msgstr ""
18038
18039 # type: verbatim
18040 #: ../fish/guestfish.pod:714
18041 #, no-wrap
18042 msgid ""
18043 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
18044 "\n"
18045 msgstr ""
18046
18047 # type: textblock
18048 #: ../fish/guestfish.pod:716
18049 msgid ""
18050 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
18051 "handles case insensitivity like Windows would.  This only works in argument "
18052 "positions that expect a path."
18053 msgstr ""
18054
18055 # type: =head1
18056 #: ../fish/guestfish.pod:720
18057 msgid "UPLOADING AND DOWNLOADING FILES"
18058 msgstr ""
18059
18060 # type: textblock
18061 #: ../fish/guestfish.pod:722
18062 msgid ""
18063 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
18064 "others which upload from or download to a local file, you can use the "
18065 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
18066 msgstr ""
18067
18068 # type: verbatim
18069 #: ../fish/guestfish.pod:726
18070 #, no-wrap
18071 msgid ""
18072 " upload - /foo\n"
18073 "\n"
18074 msgstr ""
18075
18076 # type: textblock
18077 #: ../fish/guestfish.pod:728
18078 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
18079 msgstr ""
18080
18081 # type: verbatim
18082 #: ../fish/guestfish.pod:731
18083 #, no-wrap
18084 msgid ""
18085 " tar-out /etc - | tar tf -\n"
18086 "\n"
18087 msgstr ""
18088
18089 # type: textblock
18090 #: ../fish/guestfish.pod:733
18091 msgid ""
18092 "writes the tarball to stdout and then pipes that into the external \"tar\" "
18093 "command (see L</PIPES>)."
18094 msgstr ""
18095
18096 # type: textblock
18097 #: ../fish/guestfish.pod:736
18098 msgid ""
18099 "When using C<-> to read from stdin, the input is read up to the end of "
18100 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
18101 "some arbitrary end marker:"
18102 msgstr ""
18103
18104 # type: verbatim
18105 #: ../fish/guestfish.pod:740
18106 #, no-wrap
18107 msgid ""
18108 " upload -<<END /foo\n"
18109 " input line 1\n"
18110 " input line 2\n"
18111 " input line 3\n"
18112 " END\n"
18113 "\n"
18114 msgstr ""
18115
18116 # type: textblock
18117 #: ../fish/guestfish.pod:746
18118 msgid ""
18119 "Any string of characters can be used instead of C<END>.  The end marker must "
18120 "appear on a line of its own, without any preceeding or following characters "
18121 "(not even spaces)."
18122 msgstr ""
18123
18124 # type: textblock
18125 #: ../fish/guestfish.pod:750
18126 msgid ""
18127 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
18128 "upload local files (so-called \"FileIn\" parameters in the generator)."
18129 msgstr ""
18130
18131 # type: =head1
18132 #: ../fish/guestfish.pod:753
18133 msgid "EXIT ON ERROR BEHAVIOUR"
18134 msgstr ""
18135
18136 # type: textblock
18137 #: ../fish/guestfish.pod:755
18138 msgid ""
18139 "By default, guestfish will ignore any errors when in interactive mode "
18140 "(ie. taking commands from a human over a tty), and will exit on the first "
18141 "error in non-interactive mode (scripts, commands given on the command line)."
18142 msgstr ""
18143
18144 # type: textblock
18145 #: ../fish/guestfish.pod:760
18146 msgid ""
18147 "If you prefix a command with a I<-> character, then that command will not "
18148 "cause guestfish to exit, even if that (one) command returns an error."
18149 msgstr ""
18150
18151 # type: =head1
18152 #: ../fish/guestfish.pod:764
18153 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
18154 msgstr ""
18155
18156 # type: textblock
18157 #: ../fish/guestfish.pod:766
18158 msgid ""
18159 "Guestfish can be remote-controlled over a socket.  This is useful "
18160 "particularly in shell scripts where you want to make several different "
18161 "changes to a filesystem, but you don't want the overhead of starting up a "
18162 "guestfish process each time."
18163 msgstr ""
18164
18165 # type: textblock
18166 #: ../fish/guestfish.pod:771
18167 msgid "Start a guestfish server process using:"
18168 msgstr ""
18169
18170 # type: verbatim
18171 #: ../fish/guestfish.pod:773
18172 #, no-wrap
18173 msgid ""
18174 " eval \"`guestfish --listen`\"\n"
18175 "\n"
18176 msgstr ""
18177
18178 # type: textblock
18179 #: ../fish/guestfish.pod:775
18180 msgid "and then send it commands by doing:"
18181 msgstr ""
18182
18183 # type: verbatim
18184 #: ../fish/guestfish.pod:777
18185 #, no-wrap
18186 msgid ""
18187 " guestfish --remote cmd [...]\n"
18188 "\n"
18189 msgstr ""
18190
18191 # type: textblock
18192 #: ../fish/guestfish.pod:779
18193 msgid "To cause the server to exit, send it the exit command:"
18194 msgstr ""
18195
18196 # type: verbatim
18197 #: ../fish/guestfish.pod:781
18198 #, no-wrap
18199 msgid ""
18200 " guestfish --remote exit\n"
18201 "\n"
18202 msgstr ""
18203
18204 # type: textblock
18205 #: ../fish/guestfish.pod:783
18206 msgid ""
18207 "Note that the server will normally exit if there is an error in a command.  "
18208 "You can change this in the usual way.  See section L</EXIT ON ERROR "
18209 "BEHAVIOUR>."
18210 msgstr ""
18211
18212 # type: =head2
18213 #: ../fish/guestfish.pod:787
18214 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
18215 msgstr ""
18216
18217 # type: textblock
18218 #: ../fish/guestfish.pod:789
18219 msgid ""
18220 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
18221 "is how the I<--remote> option knows where to send the commands.  You can "
18222 "have several guestfish listener processes running using:"
18223 msgstr ""
18224
18225 # type: verbatim
18226 #: ../fish/guestfish.pod:793
18227 #, no-wrap
18228 msgid ""
18229 " eval \"`guestfish --listen`\"\n"
18230 " pid1=$GUESTFISH_PID\n"
18231 " eval \"`guestfish --listen`\"\n"
18232 " pid2=$GUESTFISH_PID\n"
18233 " ...\n"
18234 " guestfish --remote=$pid1 cmd\n"
18235 " guestfish --remote=$pid2 cmd\n"
18236 "\n"
18237 msgstr ""
18238
18239 # type: =head2
18240 #: ../fish/guestfish.pod:801
18241 msgid "REMOTE CONTROL AND CSH"
18242 msgstr ""
18243
18244 # type: textblock
18245 #: ../fish/guestfish.pod:803
18246 msgid ""
18247 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
18248 "option:"
18249 msgstr ""
18250
18251 # type: verbatim
18252 #: ../fish/guestfish.pod:806
18253 #, no-wrap
18254 msgid ""
18255 " eval \"`guestfish --listen --csh`\"\n"
18256 "\n"
18257 msgstr ""
18258
18259 # type: =head2
18260 #: ../fish/guestfish.pod:808
18261 msgid "REMOTE CONTROL DETAILS"
18262 msgstr ""
18263
18264 # type: textblock
18265 #: ../fish/guestfish.pod:810
18266 msgid ""
18267 "Remote control happens over a Unix domain socket called "
18268 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
18269 "of the process, and C<$PID> is the process ID of the server."
18270 msgstr ""
18271
18272 # type: textblock
18273 #: ../fish/guestfish.pod:814
18274 msgid "Guestfish client and server versions must match exactly."
18275 msgstr ""
18276
18277 # type: =head1
18278 #: ../fish/guestfish.pod:816
18279 msgid "PREPARED DISK IMAGES"
18280 msgstr ""
18281
18282 # type: textblock
18283 #: ../fish/guestfish.pod:818
18284 msgid ""
18285 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
18286 "preformatted disk images that guestfish can make for you to save typing.  "
18287 "This is particularly useful for testing purposes.  This option is used "
18288 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
18289 "can be mixed with I<-a>)."
18290 msgstr ""
18291
18292 # type: textblock
18293 #: ../fish/guestfish.pod:824
18294 msgid ""
18295 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
18296 "the second and so on.  Existing files in the current directory are "
18297 "I<overwritten>."
18298 msgstr ""
18299
18300 # type: textblock
18301 #: ../fish/guestfish.pod:828
18302 msgid ""
18303 "The type briefly describes how the disk should be sized, partitioned, how "
18304 "filesystem(s) should be created, and how content should be added.  "
18305 "Optionally the type can be followed by extra parameters, separated by C<:> "
18306 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
18307 "sparsely-allocated disk, containing a single partition, with the partition "
18308 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
18309 "on a 1GB disk instead."
18310 msgstr ""
18311
18312 # type: textblock
18313 #: ../fish/guestfish.pod:836
18314 msgid "To list the available types and any extra parameters they take, run:"
18315 msgstr ""
18316
18317 # type: textblock
18318 #: ../fish/guestfish.pod:840
18319 msgid ""
18320 "Note that the prepared filesystem is not mounted.  You would usually have to "
18321 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
18322 msgstr ""
18323
18324 # type: textblock
18325 #: ../fish/guestfish.pod:844
18326 msgid ""
18327 "If any I<-N> or I<--new> options are given, the guest is automatically "
18328 "launched."
18329 msgstr ""
18330
18331 # type: textblock
18332 #: ../fish/guestfish.pod:849
18333 msgid "Create a 100MB disk with an ext4-formatted partition:"
18334 msgstr ""
18335
18336 # type: verbatim
18337 #: ../fish/guestfish.pod:851
18338 #, no-wrap
18339 msgid ""
18340 " guestfish -N fs:ext4\n"
18341 "\n"
18342 msgstr ""
18343
18344 # type: textblock
18345 #: ../fish/guestfish.pod:853
18346 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
18347 msgstr ""
18348
18349 # type: verbatim
18350 #: ../fish/guestfish.pod:855
18351 #, no-wrap
18352 msgid ""
18353 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
18354 "\n"
18355 msgstr ""
18356
18357 # type: textblock
18358 #: ../fish/guestfish.pod:857
18359 msgid "Create a blank 200MB disk:"
18360 msgstr ""
18361
18362 # type: verbatim
18363 #: ../fish/guestfish.pod:859
18364 #, no-wrap
18365 msgid ""
18366 " guestfish -N disk:200M\n"
18367 "\n"
18368 msgstr ""
18369
18370 # type: =head1
18371 #: ../fish/guestfish.pod:861
18372 msgid "PROGRESS BARS"
18373 msgstr ""
18374
18375 # type: textblock
18376 #: ../fish/guestfish.pod:863
18377 msgid ""
18378 "Some (not all) long-running commands send progress notification messages as "
18379 "they are running.  Guestfish turns these messages into progress bars."
18380 msgstr ""
18381
18382 # type: textblock
18383 #: ../fish/guestfish.pod:867
18384 msgid ""
18385 "When a command that supports progress bars takes longer than two seconds to "
18386 "run, and if progress bars are enabled, then you will see one appearing below "
18387 "the command:"
18388 msgstr ""
18389
18390 # type: verbatim
18391 #: ../fish/guestfish.pod:871
18392 #, no-wrap
18393 msgid ""
18394 " ><fs> copy-size /large-file /another-file 2048M\n"
18395 " / 10% [#####-----------------------------------------] 00:30\n"
18396 "\n"
18397 msgstr ""
18398
18399 # type: textblock
18400 #: ../fish/guestfish.pod:874
18401 msgid ""
18402 "The spinner on the left hand side moves round once for every progress "
18403 "notification received from the backend.  This is a (reasonably) golden "
18404 "assurance that the command is \"doing something\" even if the progress bar "
18405 "is not moving, because the command is able to send the progress "
18406 "notifications.  When the bar reaches 100% and the command finishes, the "
18407 "spinner disappears."
18408 msgstr ""
18409
18410 # type: textblock
18411 #: ../fish/guestfish.pod:881
18412 msgid ""
18413 "Progress bars are enabled by default when guestfish is used interactively.  "
18414 "You can enable them even for non-interactive modes using I<--progress-bars>, "
18415 "and you can disable them completely using I<--no-progress-bars>."
18416 msgstr ""
18417
18418 # type: =head1
18419 #: ../fish/guestfish.pod:886
18420 msgid "GUESTFISH COMMANDS"
18421 msgstr ""
18422
18423 # type: textblock
18424 #: ../fish/guestfish.pod:888
18425 msgid ""
18426 "The commands in this section are guestfish convenience commands, in other "
18427 "words, they are not part of the L<guestfs(3)> API."
18428 msgstr ""
18429
18430 # type: =head2
18431 #: ../fish/guestfish.pod:891
18432 msgid "help"
18433 msgstr ""
18434
18435 # type: verbatim
18436 #: ../fish/guestfish.pod:893
18437 #, no-wrap
18438 msgid ""
18439 " help\n"
18440 " help cmd\n"
18441 "\n"
18442 msgstr ""
18443
18444 # type: textblock
18445 #: ../fish/guestfish.pod:896
18446 msgid "Without any parameter, this provides general help."
18447 msgstr ""
18448
18449 # type: textblock
18450 #: ../fish/guestfish.pod:898
18451 msgid "With a C<cmd> parameter, this displays detailed help for that command."
18452 msgstr ""
18453
18454 # type: =head2
18455 #: ../fish/guestfish.pod:900
18456 msgid "quit | exit"
18457 msgstr ""
18458
18459 # type: textblock
18460 #: ../fish/guestfish.pod:902
18461 msgid "This exits guestfish.  You can also use C<^D> key."
18462 msgstr ""
18463
18464 # type: textblock
18465 #: ../fish/guestfish.pod:904
18466 msgid "@FISH_COMMANDS@"
18467 msgstr ""
18468
18469 # type: =head1
18470 #: ../fish/guestfish.pod:906
18471 msgid "COMMANDS"
18472 msgstr ""
18473
18474 # type: =head1
18475 #: ../fish/guestfish.pod:910 ../test-tool/libguestfs-test-tool.pod:83
18476 msgid "EXIT CODE"
18477 msgstr ""
18478
18479 # type: textblock
18480 #: ../fish/guestfish.pod:912
18481 msgid ""
18482 "guestfish returns 0 if the commands completed without error, or 1 if there "
18483 "was an error."
18484 msgstr ""
18485
18486 # type: =item
18487 #: ../fish/guestfish.pod:919
18488 msgid "EDITOR"
18489 msgstr ""
18490
18491 # type: textblock
18492 #: ../fish/guestfish.pod:921
18493 msgid ""
18494 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
18495 "C<vi>."
18496 msgstr ""
18497
18498 # type: =item
18499 #: ../fish/guestfish.pod:924
18500 msgid "GUESTFISH_PID"
18501 msgstr ""
18502
18503 # type: textblock
18504 #: ../fish/guestfish.pod:926
18505 msgid ""
18506 "Used with the I<--remote> option to specify the remote guestfish process to "
18507 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
18508 msgstr ""
18509
18510 # type: =item
18511 #: ../fish/guestfish.pod:930
18512 msgid "HEXEDITOR"
18513 msgstr ""
18514
18515 # type: textblock
18516 #: ../fish/guestfish.pod:932
18517 msgid ""
18518 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
18519 "not specified, the external L<hexedit(1)> program is used."
18520 msgstr ""
18521
18522 # type: =item
18523 #: ../fish/guestfish.pod:936
18524 msgid "HOME"
18525 msgstr ""
18526
18527 # type: textblock
18528 #: ../fish/guestfish.pod:938
18529 msgid ""
18530 "If compiled with GNU readline support, various files in the home directory "
18531 "can be used.  See L</FILES>."
18532 msgstr ""
18533
18534 # type: textblock
18535 #: ../fish/guestfish.pod:947
18536 msgid ""
18537 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
18538 "effect as using the B<-v> option."
18539 msgstr ""
18540
18541 # type: textblock
18542 #: ../fish/guestfish.pod:959
18543 msgid ""
18544 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
18545 "the discussion of paths in L<guestfs(3)>."
18546 msgstr ""
18547
18548 # type: textblock
18549 #: ../fish/guestfish.pod:970
18550 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
18551 msgstr ""
18552
18553 # type: =item
18554 #: ../fish/guestfish.pod:972
18555 msgid "PAGER"
18556 msgstr ""
18557
18558 # type: textblock
18559 #: ../fish/guestfish.pod:974
18560 msgid ""
18561 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
18562 "C<more>."
18563 msgstr ""
18564
18565 # type: =head1
18566 #: ../fish/guestfish.pod:989 ../test-tool/libguestfs-test-tool.pod:88
18567 msgid "FILES"
18568 msgstr ""
18569
18570 # type: =item
18571 #: ../fish/guestfish.pod:993
18572 msgid "$HOME/.guestfish"
18573 msgstr ""
18574
18575 # type: textblock
18576 #: ../fish/guestfish.pod:995
18577 msgid ""
18578 "If compiled with GNU readline support, then the command history is saved in "
18579 "this file."
18580 msgstr ""
18581
18582 # type: =item
18583 #: ../fish/guestfish.pod:998
18584 msgid "$HOME/.inputrc"
18585 msgstr ""
18586
18587 # type: =item
18588 #: ../fish/guestfish.pod:1000
18589 msgid "/etc/inputrc"
18590 msgstr ""
18591
18592 # type: textblock
18593 #: ../fish/guestfish.pod:1002
18594 msgid ""
18595 "If compiled with GNU readline support, then these files can be used to "
18596 "configure readline.  For further information, please see "
18597 "L<readline(3)/INITIALIZATION FILE>."
18598 msgstr ""
18599
18600 # type: textblock
18601 #: ../fish/guestfish.pod:1006
18602 msgid "To write rules which only apply to guestfish, use:"
18603 msgstr ""
18604
18605 # type: verbatim
18606 #: ../fish/guestfish.pod:1008
18607 #, no-wrap
18608 msgid ""
18609 " $if guestfish\n"
18610 " ...\n"
18611 " $endif\n"
18612 "\n"
18613 msgstr ""
18614
18615 # type: textblock
18616 #: ../fish/guestfish.pod:1012
18617 msgid ""
18618 "Variables that you can set in inputrc that change the behaviour of guestfish "
18619 "in useful ways include:"
18620 msgstr ""
18621
18622 # type: =item
18623 #: ../fish/guestfish.pod:1017
18624 msgid "completion-ignore-case (default: on)"
18625 msgstr ""
18626
18627 # type: textblock
18628 #: ../fish/guestfish.pod:1019
18629 msgid ""
18630 "By default, guestfish will ignore case when tab-completing paths on the "
18631 "disk.  Use:"
18632 msgstr ""
18633
18634 # type: verbatim
18635 #: ../fish/guestfish.pod:1022
18636 #, no-wrap
18637 msgid ""
18638 " set completion-ignore-case off\n"
18639 "\n"
18640 msgstr ""
18641
18642 # type: textblock
18643 #: ../fish/guestfish.pod:1024
18644 msgid "to make guestfish case sensitive."
18645 msgstr ""
18646
18647 # type: =item
18648 #: ../fish/guestfish.pod:1028
18649 msgid "test1.img"
18650 msgstr ""
18651
18652 # type: =item
18653 #: ../fish/guestfish.pod:1030
18654 msgid "test2.img (etc)"
18655 msgstr ""
18656
18657 # type: textblock
18658 #: ../fish/guestfish.pod:1032
18659 msgid ""
18660 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
18661 "will be created in the file C<test1.img> in the current directory.  The "
18662 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
18663 "the same name will be overwritten."
18664 msgstr ""
18665
18666 # type: textblock
18667 #: ../fish/guestfish.pod:1041
18668 msgid ""
18669 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-df(1)>, "
18670 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, "
18671 "L<virt-list-filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, "
18672 "L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, "
18673 "L<virt-win-reg(1)>, L<hexedit(1)>."
18674 msgstr ""
18675
18676 # type: textblock
18677 #: ../fish/guestfish.pod:1067 ../test-tool/libguestfs-test-tool.pod:124 ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:370 ../tools/virt-win-reg.pl:518 ../tools/virt-df.pl:657 ../tools/virt-resize.pl:1514 ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:300 ../tools/virt-rescue.pl:285 ../tools/virt-make-fs.pl:567 ../tools/virt-list-partitions.pl:277
18678 msgid ""
18679 "This program is free software; you can redistribute it and/or modify it "
18680 "under the terms of the GNU General Public License as published by the Free "
18681 "Software Foundation; either version 2 of the License, or (at your option) "
18682 "any later version."
18683 msgstr ""
18684
18685 # type: textblock
18686 #: ../fish/guestfish.pod:1072 ../test-tool/libguestfs-test-tool.pod:129 ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:375 ../tools/virt-win-reg.pl:523 ../tools/virt-df.pl:662 ../tools/virt-resize.pl:1519 ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:305 ../tools/virt-rescue.pl:290 ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:282
18687 msgid ""
18688 "This program is distributed in the hope that it will be useful, but WITHOUT "
18689 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
18690 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
18691 "more details."
18692 msgstr ""
18693
18694 # type: textblock
18695 #: ../fish/guestfish.pod:1077 ../test-tool/libguestfs-test-tool.pod:134 ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:380 ../tools/virt-win-reg.pl:528 ../tools/virt-df.pl:667 ../tools/virt-resize.pl:1524 ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:310 ../tools/virt-rescue.pl:295 ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:287
18696 msgid ""
18697 "You should have received a copy of the GNU General Public License along with "
18698 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
18699 "Ave, Cambridge, MA 02139, USA."
18700 msgstr ""
18701
18702 # type: =head2
18703 #: ../fish/guestfish-actions.pod:1
18704 msgid "add-cdrom"
18705 msgstr ""
18706
18707 # type: verbatim
18708 #: ../fish/guestfish-actions.pod:3
18709 #, no-wrap
18710 msgid ""
18711 " add-cdrom filename\n"
18712 "\n"
18713 msgstr ""
18714
18715 # type: textblock
18716 #: ../fish/guestfish-actions.pod:15
18717 msgid ""
18718 "This call checks for the existence of C<filename>.  This stops you from "
18719 "specifying other types of drive which are supported by qemu such as C<nbd:> "
18720 "and C<http:> URLs.  To specify those, use the general L</config> call "
18721 "instead."
18722 msgstr ""
18723
18724 # type: textblock
18725 #: ../fish/guestfish-actions.pod:22
18726 msgid ""
18727 "If you just want to add an ISO file (often you use this as an efficient way "
18728 "to transfer large files into the guest), then you should probably use "
18729 "L</add-drive-ro> instead."
18730 msgstr ""
18731
18732 # type: =head2
18733 #: ../fish/guestfish-actions.pod:35
18734 msgid "add-domain"
18735 msgstr ""
18736
18737 # type: =head2
18738 #: ../fish/guestfish-actions.pod:37
18739 msgid "domain"
18740 msgstr ""
18741
18742 # type: verbatim
18743 #: ../fish/guestfish-actions.pod:39
18744 #, no-wrap
18745 msgid ""
18746 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
18747 "\n"
18748 msgstr ""
18749
18750 # type: textblock
18751 #: ../fish/guestfish-actions.pod:41
18752 msgid ""
18753 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
18754 "It works by connecting to libvirt, requesting the domain and domain XML from "
18755 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
18756 msgstr ""
18757
18758 # type: textblock
18759 #: ../fish/guestfish-actions.pod:58
18760 msgid ""
18761 "The optional C<libvirturi> parameter sets the libvirt URI (see "
18762 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
18763 "default libvirt URI (or one set through an environment variable, see the "
18764 "libvirt documentation for full details).  If you are using the C API "
18765 "directly then it is more flexible to create the libvirt connection object "
18766 "yourself, get the domain object, and call L</add-libvirt-dom>."
18767 msgstr ""
18768
18769 # type: textblock
18770 #: ../fish/guestfish-actions.pod:66
18771 msgid ""
18772 "The other optional parameters are passed directly through to "
18773 "L</add-drive-opts>."
18774 msgstr ""
18775
18776 # type: textblock
18777 #: ../fish/guestfish-actions.pod:69 ../fish/guestfish-actions.pod:133
18778 msgid ""
18779 "This command has one or more optional arguments.  See L</OPTIONAL "
18780 "ARGUMENTS>."
18781 msgstr ""
18782
18783 # type: =head2
18784 #: ../fish/guestfish-actions.pod:71
18785 msgid "add-drive"
18786 msgstr ""
18787
18788 # type: verbatim
18789 #: ../fish/guestfish-actions.pod:73
18790 #, no-wrap
18791 msgid ""
18792 " add-drive filename\n"
18793 "\n"
18794 msgstr ""
18795
18796 # type: textblock
18797 #: ../fish/guestfish-actions.pod:75
18798 msgid ""
18799 "This function is the equivalent of calling L</add-drive-opts> with no "
18800 "optional parameters, so the disk is added writable, with the format being "
18801 "detected automatically."
18802 msgstr ""
18803
18804 # type: textblock
18805 #: ../fish/guestfish-actions.pod:79
18806 msgid ""
18807 "Automatic detection of the format opens you up to a potential security hole "
18808 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
18809 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
18810 "you should think about replacing calls to this function with calls to "
18811 "L</add-drive-opts>, and specifying the format."
18812 msgstr ""
18813
18814 # type: =head2
18815 #: ../fish/guestfish-actions.pod:86
18816 msgid "add-drive-opts"
18817 msgstr ""
18818
18819 # type: =head2
18820 #: ../fish/guestfish-actions.pod:88
18821 msgid "add"
18822 msgstr ""
18823
18824 # type: verbatim
18825 #: ../fish/guestfish-actions.pod:90
18826 #, no-wrap
18827 msgid ""
18828 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
18829 "\n"
18830 msgstr ""
18831
18832 # type: textblock
18833 #: ../fish/guestfish-actions.pod:117
18834 msgid ""
18835 "This forces the image format.  If you omit this (or use L</add-drive> or "
18836 "L</add-drive-ro>) then the format is automatically detected.  Possible "
18837 "formats include C<raw> and C<qcow2>."
18838 msgstr ""
18839
18840 # type: textblock
18841 #: ../fish/guestfish-actions.pod:128
18842 msgid ""
18843 "This rarely-used option lets you emulate the behaviour of the deprecated "
18844 "L</add-drive-with-if> call (q.v.)"
18845 msgstr ""
18846
18847 # type: =head2
18848 #: ../fish/guestfish-actions.pod:135
18849 msgid "add-drive-ro"
18850 msgstr ""
18851
18852 # type: =head2
18853 #: ../fish/guestfish-actions.pod:137
18854 msgid "add-ro"
18855 msgstr ""
18856
18857 # type: verbatim
18858 #: ../fish/guestfish-actions.pod:139
18859 #, no-wrap
18860 msgid ""
18861 " add-drive-ro filename\n"
18862 "\n"
18863 msgstr ""
18864
18865 # type: textblock
18866 #: ../fish/guestfish-actions.pod:141
18867 msgid ""
18868 "This function is the equivalent of calling L</add-drive-opts> with the "
18869 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
18870 "is added read-only, with the format being detected automatically."
18871 msgstr ""
18872
18873 # type: =head2
18874 #: ../fish/guestfish-actions.pod:146
18875 msgid "add-drive-ro-with-if"
18876 msgstr ""
18877
18878 # type: verbatim
18879 #: ../fish/guestfish-actions.pod:148
18880 #, no-wrap
18881 msgid ""
18882 " add-drive-ro-with-if filename iface\n"
18883 "\n"
18884 msgstr ""
18885
18886 # type: textblock
18887 #: ../fish/guestfish-actions.pod:150
18888 msgid ""
18889 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
18890 "interface emulation to use at run time."
18891 msgstr ""
18892
18893 # type: =head2
18894 #: ../fish/guestfish-actions.pod:160
18895 msgid "add-drive-with-if"
18896 msgstr ""
18897
18898 # type: verbatim
18899 #: ../fish/guestfish-actions.pod:162
18900 #, no-wrap
18901 msgid ""
18902 " add-drive-with-if filename iface\n"
18903 "\n"
18904 msgstr ""
18905
18906 # type: textblock
18907 #: ../fish/guestfish-actions.pod:164
18908 msgid ""
18909 "This is the same as L</add-drive> but it allows you to specify the QEMU "
18910 "interface emulation to use at run time."
18911 msgstr ""
18912
18913 # type: =head2
18914 #: ../fish/guestfish-actions.pod:174
18915 msgid "aug-clear"
18916 msgstr ""
18917
18918 # type: verbatim
18919 #: ../fish/guestfish-actions.pod:176
18920 #, no-wrap
18921 msgid ""
18922 " aug-clear augpath\n"
18923 "\n"
18924 msgstr ""
18925
18926 # type: =head2
18927 #: ../fish/guestfish-actions.pod:181
18928 msgid "aug-close"
18929 msgstr ""
18930
18931 # type: verbatim
18932 #: ../fish/guestfish-actions.pod:183
18933 #, no-wrap
18934 msgid ""
18935 " aug-close\n"
18936 "\n"
18937 msgstr ""
18938
18939 # type: textblock
18940 #: ../fish/guestfish-actions.pod:185
18941 msgid ""
18942 "Close the current Augeas handle and free up any resources used by it.  After "
18943 "calling this, you have to call L</aug-init> again before you can use any "
18944 "other Augeas functions."
18945 msgstr ""
18946
18947 # type: =head2
18948 #: ../fish/guestfish-actions.pod:190
18949 msgid "aug-defnode"
18950 msgstr ""
18951
18952 # type: verbatim
18953 #: ../fish/guestfish-actions.pod:192
18954 #, no-wrap
18955 msgid ""
18956 " aug-defnode name expr val\n"
18957 "\n"
18958 msgstr ""
18959
18960 # type: textblock
18961 #: ../fish/guestfish-actions.pod:197
18962 msgid ""
18963 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
18964 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
18965 "containing that single node."
18966 msgstr ""
18967
18968 # type: =head2
18969 #: ../fish/guestfish-actions.pod:205
18970 msgid "aug-defvar"
18971 msgstr ""
18972
18973 # type: verbatim
18974 #: ../fish/guestfish-actions.pod:207
18975 #, no-wrap
18976 msgid ""
18977 " aug-defvar name expr\n"
18978 "\n"
18979 msgstr ""
18980
18981 # type: =head2
18982 #: ../fish/guestfish-actions.pod:216
18983 msgid "aug-get"
18984 msgstr ""
18985
18986 # type: verbatim
18987 #: ../fish/guestfish-actions.pod:218
18988 #, no-wrap
18989 msgid ""
18990 " aug-get augpath\n"
18991 "\n"
18992 msgstr ""
18993
18994 # type: =head2
18995 #: ../fish/guestfish-actions.pod:223
18996 msgid "aug-init"
18997 msgstr ""
18998
18999 # type: verbatim
19000 #: ../fish/guestfish-actions.pod:225
19001 #, no-wrap
19002 msgid ""
19003 " aug-init root flags\n"
19004 "\n"
19005 msgstr ""
19006
19007 # type: textblock
19008 #: ../fish/guestfish-actions.pod:231
19009 msgid "You must call this before using any other L</aug-*> commands."
19010 msgstr ""
19011
19012 # type: textblock
19013 #: ../fish/guestfish-actions.pod:266
19014 msgid "Do not load the tree in L</aug-init>."
19015 msgstr ""
19016
19017 # type: textblock
19018 #: ../fish/guestfish-actions.pod:270
19019 msgid "To close the handle, you can call L</aug-close>."
19020 msgstr ""
19021
19022 # type: =head2
19023 #: ../fish/guestfish-actions.pod:274
19024 msgid "aug-insert"
19025 msgstr ""
19026
19027 # type: verbatim
19028 #: ../fish/guestfish-actions.pod:276
19029 #, no-wrap
19030 msgid ""
19031 " aug-insert augpath label true|false\n"
19032 "\n"
19033 msgstr ""
19034
19035 # type: =head2
19036 #: ../fish/guestfish-actions.pod:286
19037 msgid "aug-load"
19038 msgstr ""
19039
19040 # type: verbatim
19041 #: ../fish/guestfish-actions.pod:288
19042 #, no-wrap
19043 msgid ""
19044 " aug-load\n"
19045 "\n"
19046 msgstr ""
19047
19048 # type: =head2
19049 #: ../fish/guestfish-actions.pod:295
19050 msgid "aug-ls"
19051 msgstr ""
19052
19053 # type: verbatim
19054 #: ../fish/guestfish-actions.pod:297
19055 #, no-wrap
19056 msgid ""
19057 " aug-ls augpath\n"
19058 "\n"
19059 msgstr ""
19060
19061 # type: textblock
19062 #: ../fish/guestfish-actions.pod:299
19063 msgid ""
19064 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
19065 "resulting nodes into alphabetical order."
19066 msgstr ""
19067
19068 # type: =head2
19069 #: ../fish/guestfish-actions.pod:302
19070 msgid "aug-match"
19071 msgstr ""
19072
19073 # type: verbatim
19074 #: ../fish/guestfish-actions.pod:304
19075 #, no-wrap
19076 msgid ""
19077 " aug-match augpath\n"
19078 "\n"
19079 msgstr ""
19080
19081 # type: =head2
19082 #: ../fish/guestfish-actions.pod:310
19083 msgid "aug-mv"
19084 msgstr ""
19085
19086 # type: verbatim
19087 #: ../fish/guestfish-actions.pod:312
19088 #, no-wrap
19089 msgid ""
19090 " aug-mv src dest\n"
19091 "\n"
19092 msgstr ""
19093
19094 # type: =head2
19095 #: ../fish/guestfish-actions.pod:317
19096 msgid "aug-rm"
19097 msgstr ""
19098
19099 # type: verbatim
19100 #: ../fish/guestfish-actions.pod:319
19101 #, no-wrap
19102 msgid ""
19103 " aug-rm augpath\n"
19104 "\n"
19105 msgstr ""
19106
19107 # type: =head2
19108 #: ../fish/guestfish-actions.pod:325
19109 msgid "aug-save"
19110 msgstr ""
19111
19112 # type: verbatim
19113 #: ../fish/guestfish-actions.pod:327
19114 #, no-wrap
19115 msgid ""
19116 " aug-save\n"
19117 "\n"
19118 msgstr ""
19119
19120 # type: textblock
19121 #: ../fish/guestfish-actions.pod:331
19122 msgid ""
19123 "The flags which were passed to L</aug-init> affect exactly how files are "
19124 "saved."
19125 msgstr ""
19126
19127 # type: =head2
19128 #: ../fish/guestfish-actions.pod:334
19129 msgid "aug-set"
19130 msgstr ""
19131
19132 # type: verbatim
19133 #: ../fish/guestfish-actions.pod:336
19134 #, no-wrap
19135 msgid ""
19136 " aug-set augpath val\n"
19137 "\n"
19138 msgstr ""
19139
19140 # type: textblock
19141 #: ../fish/guestfish-actions.pod:340
19142 msgid ""
19143 "In the Augeas API, it is possible to clear a node by setting the value to "
19144 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
19145 "this call.  Instead you must use the L</aug-clear> call."
19146 msgstr ""
19147
19148 # type: =head2
19149 #: ../fish/guestfish-actions.pod:345
19150 msgid "available"
19151 msgstr ""
19152
19153 # type: verbatim
19154 #: ../fish/guestfish-actions.pod:347
19155 #, no-wrap
19156 msgid ""
19157 " available 'groups ...'\n"
19158 "\n"
19159 msgstr ""
19160
19161 # type: textblock
19162 #: ../fish/guestfish-actions.pod:353
19163 msgid ""
19164 "The libguestfs groups, and the functions that those groups correspond to, "
19165 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
19166 "runtime by calling L</available-all-groups>."
19167 msgstr ""
19168
19169 # type: textblock
19170 #: ../fish/guestfish-actions.pod:377
19171 msgid "You must call L</launch> before calling this function."
19172 msgstr ""
19173
19174 # type: textblock
19175 #: ../fish/guestfish-actions.pod:399
19176 msgid ""
19177 "This call was added in version C<1.0.80>.  In previous versions of "
19178 "libguestfs all you could do would be to speculatively execute a command to "
19179 "find out if the daemon implemented it.  See also L</version>."
19180 msgstr ""
19181
19182 # type: =head2
19183 #: ../fish/guestfish-actions.pod:406
19184 msgid "available-all-groups"
19185 msgstr ""
19186
19187 # type: verbatim
19188 #: ../fish/guestfish-actions.pod:408
19189 #, no-wrap
19190 msgid ""
19191 " available-all-groups\n"
19192 "\n"
19193 msgstr ""
19194
19195 # type: textblock
19196 #: ../fish/guestfish-actions.pod:410
19197 msgid ""
19198 "This command returns a list of all optional groups that this daemon knows "
19199 "about.  Note this returns both supported and unsupported groups.  To find "
19200 "out which ones the daemon can actually support you have to call "
19201 "L</available> on each member of the returned list."
19202 msgstr ""
19203
19204 # type: textblock
19205 #: ../fish/guestfish-actions.pod:416
19206 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
19207 msgstr ""
19208
19209 # type: =head2
19210 #: ../fish/guestfish-actions.pod:418
19211 msgid "base64-in"
19212 msgstr ""
19213
19214 # type: verbatim
19215 #: ../fish/guestfish-actions.pod:420
19216 #, no-wrap
19217 msgid ""
19218 " base64-in (base64file|-) filename\n"
19219 "\n"
19220 msgstr ""
19221
19222 # type: textblock
19223 #: ../fish/guestfish-actions.pod:425 ../fish/guestfish-actions.pod:434 ../fish/guestfish-actions.pod:658 ../fish/guestfish-actions.pod:827 ../fish/guestfish-actions.pod:846 ../fish/guestfish-actions.pod:1223 ../fish/guestfish-actions.pod:4128 ../fish/guestfish-actions.pod:4140 ../fish/guestfish-actions.pod:4151 ../fish/guestfish-actions.pod:4162 ../fish/guestfish-actions.pod:4214 ../fish/guestfish-actions.pod:4223 ../fish/guestfish-actions.pod:4277 ../fish/guestfish-actions.pod:4300
19224 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
19225 msgstr ""
19226
19227 # type: =head2
19228 #: ../fish/guestfish-actions.pod:427
19229 msgid "base64-out"
19230 msgstr ""
19231
19232 # type: verbatim
19233 #: ../fish/guestfish-actions.pod:429
19234 #, no-wrap
19235 msgid ""
19236 " base64-out filename (base64file|-)\n"
19237 "\n"
19238 msgstr ""
19239
19240 # type: =head2
19241 #: ../fish/guestfish-actions.pod:436
19242 msgid "blockdev-flushbufs"
19243 msgstr ""
19244
19245 # type: verbatim
19246 #: ../fish/guestfish-actions.pod:438
19247 #, no-wrap
19248 msgid ""
19249 " blockdev-flushbufs device\n"
19250 "\n"
19251 msgstr ""
19252
19253 # type: =head2
19254 #: ../fish/guestfish-actions.pod:445
19255 msgid "blockdev-getbsz"
19256 msgstr ""
19257
19258 # type: verbatim
19259 #: ../fish/guestfish-actions.pod:447
19260 #, no-wrap
19261 msgid ""
19262 " blockdev-getbsz device\n"
19263 "\n"
19264 msgstr ""
19265
19266 # type: =head2
19267 #: ../fish/guestfish-actions.pod:456
19268 msgid "blockdev-getro"
19269 msgstr ""
19270
19271 # type: verbatim
19272 #: ../fish/guestfish-actions.pod:458
19273 #, no-wrap
19274 msgid ""
19275 " blockdev-getro device\n"
19276 "\n"
19277 msgstr ""
19278
19279 # type: =head2
19280 #: ../fish/guestfish-actions.pod:465
19281 msgid "blockdev-getsize64"
19282 msgstr ""
19283
19284 # type: verbatim
19285 #: ../fish/guestfish-actions.pod:467
19286 #, no-wrap
19287 msgid ""
19288 " blockdev-getsize64 device\n"
19289 "\n"
19290 msgstr ""
19291
19292 # type: textblock
19293 #: ../fish/guestfish-actions.pod:471
19294 msgid "See also L</blockdev-getsz>."
19295 msgstr ""
19296
19297 # type: =head2
19298 #: ../fish/guestfish-actions.pod:475
19299 msgid "blockdev-getss"
19300 msgstr ""
19301
19302 # type: verbatim
19303 #: ../fish/guestfish-actions.pod:477
19304 #, no-wrap
19305 msgid ""
19306 " blockdev-getss device\n"
19307 "\n"
19308 msgstr ""
19309
19310 # type: textblock
19311 #: ../fish/guestfish-actions.pod:482
19312 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
19313 msgstr ""
19314
19315 # type: =head2
19316 #: ../fish/guestfish-actions.pod:487
19317 msgid "blockdev-getsz"
19318 msgstr ""
19319
19320 # type: verbatim
19321 #: ../fish/guestfish-actions.pod:489
19322 #, no-wrap
19323 msgid ""
19324 " blockdev-getsz device\n"
19325 "\n"
19326 msgstr ""
19327
19328 # type: textblock
19329 #: ../fish/guestfish-actions.pod:494
19330 msgid ""
19331 "See also L</blockdev-getss> for the real sector size of the device, and "
19332 "L</blockdev-getsize64> for the more useful I<size in bytes>."
19333 msgstr ""
19334
19335 # type: =head2
19336 #: ../fish/guestfish-actions.pod:500
19337 msgid "blockdev-rereadpt"
19338 msgstr ""
19339
19340 # type: verbatim
19341 #: ../fish/guestfish-actions.pod:502
19342 #, no-wrap
19343 msgid ""
19344 " blockdev-rereadpt device\n"
19345 "\n"
19346 msgstr ""
19347
19348 # type: =head2
19349 #: ../fish/guestfish-actions.pod:508
19350 msgid "blockdev-setbsz"
19351 msgstr ""
19352
19353 # type: verbatim
19354 #: ../fish/guestfish-actions.pod:510
19355 #, no-wrap
19356 msgid ""
19357 " blockdev-setbsz device blocksize\n"
19358 "\n"
19359 msgstr ""
19360
19361 # type: =head2
19362 #: ../fish/guestfish-actions.pod:519
19363 msgid "blockdev-setro"
19364 msgstr ""
19365
19366 # type: verbatim
19367 #: ../fish/guestfish-actions.pod:521
19368 #, no-wrap
19369 msgid ""
19370 " blockdev-setro device\n"
19371 "\n"
19372 msgstr ""
19373
19374 # type: =head2
19375 #: ../fish/guestfish-actions.pod:527
19376 msgid "blockdev-setrw"
19377 msgstr ""
19378
19379 # type: verbatim
19380 #: ../fish/guestfish-actions.pod:529
19381 #, no-wrap
19382 msgid ""
19383 " blockdev-setrw device\n"
19384 "\n"
19385 msgstr ""
19386
19387 # type: =head2
19388 #: ../fish/guestfish-actions.pod:535
19389 msgid "case-sensitive-path"
19390 msgstr ""
19391
19392 # type: verbatim
19393 #: ../fish/guestfish-actions.pod:537
19394 #, no-wrap
19395 msgid ""
19396 " case-sensitive-path path\n"
19397 "\n"
19398 msgstr ""
19399
19400 # type: textblock
19401 #: ../fish/guestfish-actions.pod:561
19402 msgid ""
19403 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
19404 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
19405 "how the directories were originally created under Windows)."
19406 msgstr ""
19407
19408 # type: textblock
19409 #: ../fish/guestfish-actions.pod:569
19410 msgid "See also L</realpath>."
19411 msgstr ""
19412
19413 # type: =head2
19414 #: ../fish/guestfish-actions.pod:571
19415 msgid "cat"
19416 msgstr ""
19417
19418 # type: verbatim
19419 #: ../fish/guestfish-actions.pod:573
19420 #, no-wrap
19421 msgid ""
19422 " cat path\n"
19423 "\n"
19424 msgstr ""
19425
19426 # type: textblock
19427 #: ../fish/guestfish-actions.pod:577
19428 msgid ""
19429 "Note that this function cannot correctly handle binary files (specifically, "
19430 "files containing C<\\0> character which is treated as end of string).  For "
19431 "those you need to use the L</read-file> or L</download> functions which have "
19432 "a more complex interface."
19433 msgstr ""
19434
19435 # type: =head2
19436 #: ../fish/guestfish-actions.pod:585
19437 msgid "checksum"
19438 msgstr ""
19439
19440 # type: verbatim
19441 #: ../fish/guestfish-actions.pod:587
19442 #, no-wrap
19443 msgid ""
19444 " checksum csumtype path\n"
19445 "\n"
19446 msgstr ""
19447
19448 # type: textblock
19449 #: ../fish/guestfish-actions.pod:630
19450 msgid "To get the checksum for a device, use L</checksum-device>."
19451 msgstr ""
19452
19453 # type: textblock
19454 #: ../fish/guestfish-actions.pod:632
19455 msgid "To get the checksums for many files, use L</checksums-out>."
19456 msgstr ""
19457
19458 # type: =head2
19459 #: ../fish/guestfish-actions.pod:634
19460 msgid "checksum-device"
19461 msgstr ""
19462
19463 # type: verbatim
19464 #: ../fish/guestfish-actions.pod:636
19465 #, no-wrap
19466 msgid ""
19467 " checksum-device csumtype device\n"
19468 "\n"
19469 msgstr ""
19470
19471 # type: textblock
19472 #: ../fish/guestfish-actions.pod:638
19473 msgid ""
19474 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
19475 "device named C<device>.  For the types of checksums supported see the "
19476 "L</checksum> command."
19477 msgstr ""
19478
19479 # type: =head2
19480 #: ../fish/guestfish-actions.pod:642
19481 msgid "checksums-out"
19482 msgstr ""
19483
19484 # type: verbatim
19485 #: ../fish/guestfish-actions.pod:644
19486 #, no-wrap
19487 msgid ""
19488 " checksums-out csumtype directory (sumsfile|-)\n"
19489 "\n"
19490 msgstr ""
19491
19492 # type: =head2
19493 #: ../fish/guestfish-actions.pod:660
19494 msgid "chmod"
19495 msgstr ""
19496
19497 # type: verbatim
19498 #: ../fish/guestfish-actions.pod:662
19499 #, no-wrap
19500 msgid ""
19501 " chmod mode path\n"
19502 "\n"
19503 msgstr ""
19504
19505 # type: =head2
19506 #: ../fish/guestfish-actions.pod:673
19507 msgid "chown"
19508 msgstr ""
19509
19510 # type: verbatim
19511 #: ../fish/guestfish-actions.pod:675
19512 #, no-wrap
19513 msgid ""
19514 " chown owner group path\n"
19515 "\n"
19516 msgstr ""
19517
19518 # type: =head2
19519 #: ../fish/guestfish-actions.pod:683
19520 msgid "command"
19521 msgstr ""
19522
19523 # type: verbatim
19524 #: ../fish/guestfish-actions.pod:685
19525 #, no-wrap
19526 msgid ""
19527 " command 'arguments ...'\n"
19528 "\n"
19529 msgstr ""
19530
19531 # type: textblock
19532 #: ../fish/guestfish-actions.pod:692
19533 msgid ""
19534 "The single parameter is an argv-style list of arguments.  The first element "
19535 "is the name of the program to run.  Subsequent elements are parameters.  The "
19536 "list must be non-empty (ie. must contain a program name).  Note that the "
19537 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
19538 msgstr ""
19539
19540 # type: =head2
19541 #: ../fish/guestfish-actions.pod:720
19542 msgid "command-lines"
19543 msgstr ""
19544
19545 # type: verbatim
19546 #: ../fish/guestfish-actions.pod:722
19547 #, no-wrap
19548 msgid ""
19549 " command-lines 'arguments ...'\n"
19550 "\n"
19551 msgstr ""
19552
19553 # type: textblock
19554 #: ../fish/guestfish-actions.pod:724
19555 msgid "This is the same as L</command>, but splits the result into a list of lines."
19556 msgstr ""
19557
19558 # type: textblock
19559 #: ../fish/guestfish-actions.pod:727
19560 msgid "See also: L</sh-lines>"
19561 msgstr ""
19562
19563 # type: =head2
19564 #: ../fish/guestfish-actions.pod:732
19565 msgid "config"
19566 msgstr ""
19567
19568 # type: verbatim
19569 #: ../fish/guestfish-actions.pod:734
19570 #, no-wrap
19571 msgid ""
19572 " config qemuparam qemuvalue\n"
19573 "\n"
19574 msgstr ""
19575
19576 # type: =head2
19577 #: ../fish/guestfish-actions.pod:745
19578 msgid "copy-size"
19579 msgstr ""
19580
19581 # type: verbatim
19582 #: ../fish/guestfish-actions.pod:747
19583 #, no-wrap
19584 msgid ""
19585 " copy-size src dest size\n"
19586 "\n"
19587 msgstr ""
19588
19589 # type: =head2
19590 #: ../fish/guestfish-actions.pod:755
19591 msgid "cp"
19592 msgstr ""
19593
19594 # type: verbatim
19595 #: ../fish/guestfish-actions.pod:757
19596 #, no-wrap
19597 msgid ""
19598 " cp src dest\n"
19599 "\n"
19600 msgstr ""
19601
19602 # type: =head2
19603 #: ../fish/guestfish-actions.pod:762
19604 msgid "cp-a"
19605 msgstr ""
19606
19607 # type: verbatim
19608 #: ../fish/guestfish-actions.pod:764
19609 #, no-wrap
19610 msgid ""
19611 " cp-a src dest\n"
19612 "\n"
19613 msgstr ""
19614
19615 # type: =head2
19616 #: ../fish/guestfish-actions.pod:769
19617 msgid "dd"
19618 msgstr ""
19619
19620 # type: verbatim
19621 #: ../fish/guestfish-actions.pod:771
19622 #, no-wrap
19623 msgid ""
19624 " dd src dest\n"
19625 "\n"
19626 msgstr ""
19627
19628 # type: textblock
19629 #: ../fish/guestfish-actions.pod:778
19630 msgid ""
19631 "If the destination is a device, it must be as large or larger than the "
19632 "source file or device, otherwise the copy will fail.  This command cannot do "
19633 "partial copies (see L</copy-size>)."
19634 msgstr ""
19635
19636 # type: =head2
19637 #: ../fish/guestfish-actions.pod:782
19638 msgid "df"
19639 msgstr ""
19640
19641 # type: verbatim
19642 #: ../fish/guestfish-actions.pod:784
19643 #, no-wrap
19644 msgid ""
19645 " df\n"
19646 "\n"
19647 msgstr ""
19648
19649 # type: =head2
19650 #: ../fish/guestfish-actions.pod:792
19651 msgid "df-h"
19652 msgstr ""
19653
19654 # type: verbatim
19655 #: ../fish/guestfish-actions.pod:794
19656 #, no-wrap
19657 msgid ""
19658 " df-h\n"
19659 "\n"
19660 msgstr ""
19661
19662 # type: =head2
19663 #: ../fish/guestfish-actions.pod:803
19664 msgid "dmesg"
19665 msgstr ""
19666
19667 # type: verbatim
19668 #: ../fish/guestfish-actions.pod:805
19669 #, no-wrap
19670 msgid ""
19671 " dmesg\n"
19672 "\n"
19673 msgstr ""
19674
19675 # type: textblock
19676 #: ../fish/guestfish-actions.pod:811
19677 msgid ""
19678 "Another way to get the same information is to enable verbose messages with "
19679 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
19680 "before running the program."
19681 msgstr ""
19682
19683 # type: =head2
19684 #: ../fish/guestfish-actions.pod:816
19685 msgid "download"
19686 msgstr ""
19687
19688 # type: verbatim
19689 #: ../fish/guestfish-actions.pod:818
19690 #, no-wrap
19691 msgid ""
19692 " download remotefilename (filename|-)\n"
19693 "\n"
19694 msgstr ""
19695
19696 # type: textblock
19697 #: ../fish/guestfish-actions.pod:825
19698 msgid "See also L</upload>, L</cat>."
19699 msgstr ""
19700
19701 # type: =head2
19702 #: ../fish/guestfish-actions.pod:829
19703 msgid "download-offset"
19704 msgstr ""
19705
19706 # type: verbatim
19707 #: ../fish/guestfish-actions.pod:831
19708 #, no-wrap
19709 msgid ""
19710 " download-offset remotefilename (filename|-) offset size\n"
19711 "\n"
19712 msgstr ""
19713
19714 # type: textblock
19715 #: ../fish/guestfish-actions.pod:839
19716 msgid ""
19717 "Note that there is no limit on the amount of data that can be downloaded "
19718 "with this call, unlike with L</pread>, and this call always reads the full "
19719 "amount unless an error occurs."
19720 msgstr ""
19721
19722 # type: textblock
19723 #: ../fish/guestfish-actions.pod:844
19724 msgid "See also L</download>, L</pread>."
19725 msgstr ""
19726
19727 # type: =head2
19728 #: ../fish/guestfish-actions.pod:848
19729 msgid "drop-caches"
19730 msgstr ""
19731
19732 # type: verbatim
19733 #: ../fish/guestfish-actions.pod:850
19734 #, no-wrap
19735 msgid ""
19736 " drop-caches whattodrop\n"
19737 "\n"
19738 msgstr ""
19739
19740 # type: =head2
19741 #: ../fish/guestfish-actions.pod:862
19742 msgid "du"
19743 msgstr ""
19744
19745 # type: verbatim
19746 #: ../fish/guestfish-actions.pod:864
19747 #, no-wrap
19748 msgid ""
19749 " du path\n"
19750 "\n"
19751 msgstr ""
19752
19753 # type: =head2
19754 #: ../fish/guestfish-actions.pod:876
19755 msgid "e2fsck-f"
19756 msgstr ""
19757
19758 # type: verbatim
19759 #: ../fish/guestfish-actions.pod:878
19760 #, no-wrap
19761 msgid ""
19762 " e2fsck-f device\n"
19763 "\n"
19764 msgstr ""
19765
19766 # type: textblock
19767 #: ../fish/guestfish-actions.pod:884
19768 msgid ""
19769 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
19770 "should use L</fsck>."
19771 msgstr ""
19772
19773 # type: =head2
19774 #: ../fish/guestfish-actions.pod:887
19775 msgid "echo-daemon"
19776 msgstr ""
19777
19778 # type: verbatim
19779 #: ../fish/guestfish-actions.pod:889
19780 #, no-wrap
19781 msgid ""
19782 " echo-daemon 'words ...'\n"
19783 "\n"
19784 msgstr ""
19785
19786 # type: textblock
19787 #: ../fish/guestfish-actions.pod:896
19788 msgid "See also L</ping-daemon>."
19789 msgstr ""
19790
19791 # type: =head2
19792 #: ../fish/guestfish-actions.pod:898
19793 msgid "egrep"
19794 msgstr ""
19795
19796 # type: verbatim
19797 #: ../fish/guestfish-actions.pod:900
19798 #, no-wrap
19799 msgid ""
19800 " egrep regex path\n"
19801 "\n"
19802 msgstr ""
19803
19804 # type: =head2
19805 #: ../fish/guestfish-actions.pod:908
19806 msgid "egrepi"
19807 msgstr ""
19808
19809 # type: verbatim
19810 #: ../fish/guestfish-actions.pod:910
19811 #, no-wrap
19812 msgid ""
19813 " egrepi regex path\n"
19814 "\n"
19815 msgstr ""
19816
19817 # type: =head2
19818 #: ../fish/guestfish-actions.pod:918
19819 msgid "equal"
19820 msgstr ""
19821
19822 # type: verbatim
19823 #: ../fish/guestfish-actions.pod:920
19824 #, no-wrap
19825 msgid ""
19826 " equal file1 file2\n"
19827 "\n"
19828 msgstr ""
19829
19830 # type: =head2
19831 #: ../fish/guestfish-actions.pod:927
19832 msgid "exists"
19833 msgstr ""
19834
19835 # type: verbatim
19836 #: ../fish/guestfish-actions.pod:929
19837 #, no-wrap
19838 msgid ""
19839 " exists path\n"
19840 "\n"
19841 msgstr ""
19842
19843 # type: textblock
19844 #: ../fish/guestfish-actions.pod:934
19845 msgid "See also L</is-file>, L</is-dir>, L</stat>."
19846 msgstr ""
19847
19848 # type: =head2
19849 #: ../fish/guestfish-actions.pod:936
19850 msgid "fallocate"
19851 msgstr ""
19852
19853 # type: verbatim
19854 #: ../fish/guestfish-actions.pod:938
19855 #, no-wrap
19856 msgid ""
19857 " fallocate path len\n"
19858 "\n"
19859 msgstr ""
19860
19861 # type: =head2
19862 #: ../fish/guestfish-actions.pod:955
19863 msgid "fallocate64"
19864 msgstr ""
19865
19866 # type: verbatim
19867 #: ../fish/guestfish-actions.pod:957
19868 #, no-wrap
19869 msgid ""
19870 " fallocate64 path len\n"
19871 "\n"
19872 msgstr ""
19873
19874 # type: textblock
19875 #: ../fish/guestfish-actions.pod:963
19876 msgid ""
19877 "Note that this call allocates disk blocks for the file.  To create a sparse "
19878 "file use L</truncate-size> instead."
19879 msgstr ""
19880
19881 # type: textblock
19882 #: ../fish/guestfish-actions.pod:966
19883 msgid ""
19884 "The deprecated call L</fallocate> does the same, but owing to an oversight "
19885 "it only allowed 30 bit lengths to be specified, effectively limiting the "
19886 "maximum size of files created through that call to 1GB."
19887 msgstr ""
19888
19889 # type: =head2
19890 #: ../fish/guestfish-actions.pod:975
19891 msgid "fgrep"
19892 msgstr ""
19893
19894 # type: verbatim
19895 #: ../fish/guestfish-actions.pod:977
19896 #, no-wrap
19897 msgid ""
19898 " fgrep pattern path\n"
19899 "\n"
19900 msgstr ""
19901
19902 # type: =head2
19903 #: ../fish/guestfish-actions.pod:985
19904 msgid "fgrepi"
19905 msgstr ""
19906
19907 # type: verbatim
19908 #: ../fish/guestfish-actions.pod:987
19909 #, no-wrap
19910 msgid ""
19911 " fgrepi pattern path\n"
19912 "\n"
19913 msgstr ""
19914
19915 # type: =head2
19916 #: ../fish/guestfish-actions.pod:995
19917 msgid "file"
19918 msgstr ""
19919
19920 # type: verbatim
19921 #: ../fish/guestfish-actions.pod:997
19922 #, no-wrap
19923 msgid ""
19924 " file path\n"
19925 "\n"
19926 msgstr ""
19927
19928 # type: textblock
19929 #: ../fish/guestfish-actions.pod:1009
19930 msgid ""
19931 "This command can also be used on C</dev/> devices (and partitions, LV "
19932 "names).  You can for example use this to determine if a device contains a "
19933 "filesystem, although it's usually better to use L</vfs-type>."
19934 msgstr ""
19935
19936 # type: =head2
19937 #: ../fish/guestfish-actions.pod:1019
19938 msgid "file-architecture"
19939 msgstr ""
19940
19941 # type: verbatim
19942 #: ../fish/guestfish-actions.pod:1021
19943 #, no-wrap
19944 msgid ""
19945 " file-architecture filename\n"
19946 "\n"
19947 msgstr ""
19948
19949 # type: =head2
19950 #: ../fish/guestfish-actions.pod:1124
19951 msgid "filesize"
19952 msgstr ""
19953
19954 # type: verbatim
19955 #: ../fish/guestfish-actions.pod:1126
19956 #, no-wrap
19957 msgid ""
19958 " filesize file\n"
19959 "\n"
19960 msgstr ""
19961
19962 # type: textblock
19963 #: ../fish/guestfish-actions.pod:1130
19964 msgid ""
19965 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
19966 "L</is-file> etc.  To get the size of block devices, use "
19967 "L</blockdev-getsize64>."
19968 msgstr ""
19969
19970 # type: =head2
19971 #: ../fish/guestfish-actions.pod:1134
19972 msgid "fill"
19973 msgstr ""
19974
19975 # type: verbatim
19976 #: ../fish/guestfish-actions.pod:1136
19977 #, no-wrap
19978 msgid ""
19979 " fill c len path\n"
19980 "\n"
19981 msgstr ""
19982
19983 # type: textblock
19984 #: ../fish/guestfish-actions.pod:1142
19985 msgid ""
19986 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
19987 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
19988 "L</fill-pattern>."
19989 msgstr ""
19990
19991 # type: =head2
19992 #: ../fish/guestfish-actions.pod:1147
19993 msgid "fill-pattern"
19994 msgstr ""
19995
19996 # type: verbatim
19997 #: ../fish/guestfish-actions.pod:1149
19998 #, no-wrap
19999 msgid ""
20000 " fill-pattern pattern len path\n"
20001 "\n"
20002 msgstr ""
20003
20004 # type: textblock
20005 #: ../fish/guestfish-actions.pod:1151
20006 msgid ""
20007 "This function is like L</fill> except that it creates a new file of length "
20008 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
20009 "is truncated if necessary to ensure the length of the file is exactly C<len> "
20010 "bytes."
20011 msgstr ""
20012
20013 # type: =head2
20014 #: ../fish/guestfish-actions.pod:1156
20015 msgid "find"
20016 msgstr ""
20017
20018 # type: verbatim
20019 #: ../fish/guestfish-actions.pod:1158
20020 #, no-wrap
20021 msgid ""
20022 " find directory\n"
20023 "\n"
20024 msgstr ""
20025
20026 # type: textblock
20027 #: ../fish/guestfish-actions.pod:1172
20028 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
20029 msgstr ""
20030
20031 # type: textblock
20032 #: ../fish/guestfish-actions.pod:1185
20033 msgid "See also L</find0>."
20034 msgstr ""
20035
20036 # type: =head2
20037 #: ../fish/guestfish-actions.pod:1190
20038 msgid "find0"
20039 msgstr ""
20040
20041 # type: verbatim
20042 #: ../fish/guestfish-actions.pod:1192
20043 #, no-wrap
20044 msgid ""
20045 " find0 directory (files|-)\n"
20046 "\n"
20047 msgstr ""
20048
20049 # type: textblock
20050 #: ../fish/guestfish-actions.pod:1198
20051 msgid "This command works the same way as L</find> with the following exceptions:"
20052 msgstr ""
20053
20054 # type: =head2
20055 #: ../fish/guestfish-actions.pod:1225
20056 msgid "findfs-label"
20057 msgstr ""
20058
20059 # type: verbatim
20060 #: ../fish/guestfish-actions.pod:1227
20061 #, no-wrap
20062 msgid ""
20063 " findfs-label label\n"
20064 "\n"
20065 msgstr ""
20066
20067 # type: textblock
20068 #: ../fish/guestfish-actions.pod:1233
20069 msgid "To find the label of a filesystem, use L</vfs-label>."
20070 msgstr ""
20071
20072 # type: =head2
20073 #: ../fish/guestfish-actions.pod:1235
20074 msgid "findfs-uuid"
20075 msgstr ""
20076
20077 # type: verbatim
20078 #: ../fish/guestfish-actions.pod:1237
20079 #, no-wrap
20080 msgid ""
20081 " findfs-uuid uuid\n"
20082 "\n"
20083 msgstr ""
20084
20085 # type: textblock
20086 #: ../fish/guestfish-actions.pod:1243
20087 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
20088 msgstr ""
20089
20090 # type: =head2
20091 #: ../fish/guestfish-actions.pod:1245
20092 msgid "fsck"
20093 msgstr ""
20094
20095 # type: verbatim
20096 #: ../fish/guestfish-actions.pod:1247
20097 #, no-wrap
20098 msgid ""
20099 " fsck fstype device\n"
20100 "\n"
20101 msgstr ""
20102
20103 # type: =head2
20104 #: ../fish/guestfish-actions.pod:1277
20105 msgid "get-append"
20106 msgstr ""
20107
20108 # type: verbatim
20109 #: ../fish/guestfish-actions.pod:1279
20110 #, no-wrap
20111 msgid ""
20112 " get-append\n"
20113 "\n"
20114 msgstr ""
20115
20116 # type: =head2
20117 #: ../fish/guestfish-actions.pod:1286
20118 msgid "get-autosync"
20119 msgstr ""
20120
20121 # type: verbatim
20122 #: ../fish/guestfish-actions.pod:1288
20123 #, no-wrap
20124 msgid ""
20125 " get-autosync\n"
20126 "\n"
20127 msgstr ""
20128
20129 # type: =head2
20130 #: ../fish/guestfish-actions.pod:1292
20131 msgid "get-direct"
20132 msgstr ""
20133
20134 # type: verbatim
20135 #: ../fish/guestfish-actions.pod:1294
20136 #, no-wrap
20137 msgid ""
20138 " get-direct\n"
20139 "\n"
20140 msgstr ""
20141
20142 # type: =head2
20143 #: ../fish/guestfish-actions.pod:1298
20144 msgid "get-e2label"
20145 msgstr ""
20146
20147 # type: verbatim
20148 #: ../fish/guestfish-actions.pod:1300
20149 #, no-wrap
20150 msgid ""
20151 " get-e2label device\n"
20152 "\n"
20153 msgstr ""
20154
20155 # type: =head2
20156 #: ../fish/guestfish-actions.pod:1312
20157 msgid "get-e2uuid"
20158 msgstr ""
20159
20160 # type: verbatim
20161 #: ../fish/guestfish-actions.pod:1314
20162 #, no-wrap
20163 msgid ""
20164 " get-e2uuid device\n"
20165 "\n"
20166 msgstr ""
20167
20168 # type: =head2
20169 #: ../fish/guestfish-actions.pod:1326
20170 msgid "get-memsize"
20171 msgstr ""
20172
20173 # type: verbatim
20174 #: ../fish/guestfish-actions.pod:1328
20175 #, no-wrap
20176 msgid ""
20177 " get-memsize\n"
20178 "\n"
20179 msgstr ""
20180
20181 # type: textblock
20182 #: ../fish/guestfish-actions.pod:1333
20183 msgid ""
20184 "If L</set-memsize> was not called on this handle, and if "
20185 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
20186 "value for memsize."
20187 msgstr ""
20188
20189 # type: =head2
20190 #: ../fish/guestfish-actions.pod:1340
20191 msgid "get-network"
20192 msgstr ""
20193
20194 # type: verbatim
20195 #: ../fish/guestfish-actions.pod:1342
20196 #, no-wrap
20197 msgid ""
20198 " get-network\n"
20199 "\n"
20200 msgstr ""
20201
20202 # type: =head2
20203 #: ../fish/guestfish-actions.pod:1346
20204 msgid "get-path"
20205 msgstr ""
20206
20207 # type: verbatim
20208 #: ../fish/guestfish-actions.pod:1348
20209 #, no-wrap
20210 msgid ""
20211 " get-path\n"
20212 "\n"
20213 msgstr ""
20214
20215 # type: =head2
20216 #: ../fish/guestfish-actions.pod:1355
20217 msgid "get-pid"
20218 msgstr ""
20219
20220 # type: =head2
20221 #: ../fish/guestfish-actions.pod:1357
20222 msgid "pid"
20223 msgstr ""
20224
20225 # type: verbatim
20226 #: ../fish/guestfish-actions.pod:1359
20227 #, no-wrap
20228 msgid ""
20229 " get-pid\n"
20230 "\n"
20231 msgstr ""
20232
20233 # type: =head2
20234 #: ../fish/guestfish-actions.pod:1366
20235 msgid "get-qemu"
20236 msgstr ""
20237
20238 # type: verbatim
20239 #: ../fish/guestfish-actions.pod:1368
20240 #, no-wrap
20241 msgid ""
20242 " get-qemu\n"
20243 "\n"
20244 msgstr ""
20245
20246 # type: =head2
20247 #: ../fish/guestfish-actions.pod:1375
20248 msgid "get-recovery-proc"
20249 msgstr ""
20250
20251 # type: verbatim
20252 #: ../fish/guestfish-actions.pod:1377
20253 #, no-wrap
20254 msgid ""
20255 " get-recovery-proc\n"
20256 "\n"
20257 msgstr ""
20258
20259 # type: =head2
20260 #: ../fish/guestfish-actions.pod:1381
20261 msgid "get-selinux"
20262 msgstr ""
20263
20264 # type: verbatim
20265 #: ../fish/guestfish-actions.pod:1383
20266 #, no-wrap
20267 msgid ""
20268 " get-selinux\n"
20269 "\n"
20270 msgstr ""
20271
20272 # type: textblock
20273 #: ../fish/guestfish-actions.pod:1385
20274 msgid ""
20275 "This returns the current setting of the selinux flag which is passed to the "
20276 "appliance at boot time.  See L</set-selinux>."
20277 msgstr ""
20278
20279 # type: =head2
20280 #: ../fish/guestfish-actions.pod:1391
20281 msgid "get-state"
20282 msgstr ""
20283
20284 # type: verbatim
20285 #: ../fish/guestfish-actions.pod:1393
20286 #, no-wrap
20287 msgid ""
20288 " get-state\n"
20289 "\n"
20290 msgstr ""
20291
20292 # type: =head2
20293 #: ../fish/guestfish-actions.pod:1400
20294 msgid "get-trace"
20295 msgstr ""
20296
20297 # type: verbatim
20298 #: ../fish/guestfish-actions.pod:1402
20299 #, no-wrap
20300 msgid ""
20301 " get-trace\n"
20302 "\n"
20303 msgstr ""
20304
20305 # type: =head2
20306 #: ../fish/guestfish-actions.pod:1406
20307 msgid "get-umask"
20308 msgstr ""
20309
20310 # type: verbatim
20311 #: ../fish/guestfish-actions.pod:1408
20312 #, no-wrap
20313 msgid ""
20314 " get-umask\n"
20315 "\n"
20316 msgstr ""
20317
20318 # type: textblock
20319 #: ../fish/guestfish-actions.pod:1410
20320 msgid ""
20321 "Return the current umask.  By default the umask is C<022> unless it has been "
20322 "set by calling L</umask>."
20323 msgstr ""
20324
20325 # type: =head2
20326 #: ../fish/guestfish-actions.pod:1413
20327 msgid "get-verbose"
20328 msgstr ""
20329
20330 # type: verbatim
20331 #: ../fish/guestfish-actions.pod:1415
20332 #, no-wrap
20333 msgid ""
20334 " get-verbose\n"
20335 "\n"
20336 msgstr ""
20337
20338 # type: =head2
20339 #: ../fish/guestfish-actions.pod:1419
20340 msgid "getcon"
20341 msgstr ""
20342
20343 # type: verbatim
20344 #: ../fish/guestfish-actions.pod:1421
20345 #, no-wrap
20346 msgid ""
20347 " getcon\n"
20348 "\n"
20349 msgstr ""
20350
20351 # type: textblock
20352 #: ../fish/guestfish-actions.pod:1425
20353 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
20354 msgstr ""
20355
20356 # type: =head2
20357 #: ../fish/guestfish-actions.pod:1428
20358 msgid "getxattrs"
20359 msgstr ""
20360
20361 # type: verbatim
20362 #: ../fish/guestfish-actions.pod:1430
20363 #, no-wrap
20364 msgid ""
20365 " getxattrs path\n"
20366 "\n"
20367 msgstr ""
20368
20369 # type: textblock
20370 #: ../fish/guestfish-actions.pod:1438
20371 msgid "See also: L</lgetxattrs>, L<attr(5)>."
20372 msgstr ""
20373
20374 # type: =head2
20375 #: ../fish/guestfish-actions.pod:1440
20376 msgid "glob-expand"
20377 msgstr ""
20378
20379 # type: verbatim
20380 #: ../fish/guestfish-actions.pod:1442
20381 #, no-wrap
20382 msgid ""
20383 " glob-expand pattern\n"
20384 "\n"
20385 msgstr ""
20386
20387 # type: =head2
20388 #: ../fish/guestfish-actions.pod:1455
20389 msgid "grep"
20390 msgstr ""
20391
20392 # type: verbatim
20393 #: ../fish/guestfish-actions.pod:1457
20394 #, no-wrap
20395 msgid ""
20396 " grep regex path\n"
20397 "\n"
20398 msgstr ""
20399
20400 # type: =head2
20401 #: ../fish/guestfish-actions.pod:1465
20402 msgid "grepi"
20403 msgstr ""
20404
20405 # type: verbatim
20406 #: ../fish/guestfish-actions.pod:1467
20407 #, no-wrap
20408 msgid ""
20409 " grepi regex path\n"
20410 "\n"
20411 msgstr ""
20412
20413 # type: =head2
20414 #: ../fish/guestfish-actions.pod:1475
20415 msgid "grub-install"
20416 msgstr ""
20417
20418 # type: verbatim
20419 #: ../fish/guestfish-actions.pod:1477
20420 #, no-wrap
20421 msgid ""
20422 " grub-install root device\n"
20423 "\n"
20424 msgstr ""
20425
20426 # type: =head2
20427 #: ../fish/guestfish-actions.pod:1493
20428 msgid "head"
20429 msgstr ""
20430
20431 # type: verbatim
20432 #: ../fish/guestfish-actions.pod:1495
20433 #, no-wrap
20434 msgid ""
20435 " head path\n"
20436 "\n"
20437 msgstr ""
20438
20439 # type: =head2
20440 #: ../fish/guestfish-actions.pod:1503
20441 msgid "head-n"
20442 msgstr ""
20443
20444 # type: verbatim
20445 #: ../fish/guestfish-actions.pod:1505
20446 #, no-wrap
20447 msgid ""
20448 " head-n nrlines path\n"
20449 "\n"
20450 msgstr ""
20451
20452 # type: =head2
20453 #: ../fish/guestfish-actions.pod:1518
20454 msgid "hexdump"
20455 msgstr ""
20456
20457 # type: verbatim
20458 #: ../fish/guestfish-actions.pod:1520
20459 #, no-wrap
20460 msgid ""
20461 " hexdump path\n"
20462 "\n"
20463 msgstr ""
20464
20465 # type: =head2
20466 #: ../fish/guestfish-actions.pod:1528
20467 msgid "initrd-cat"
20468 msgstr ""
20469
20470 # type: verbatim
20471 #: ../fish/guestfish-actions.pod:1530
20472 #, no-wrap
20473 msgid ""
20474 " initrd-cat initrdpath filename\n"
20475 "\n"
20476 msgstr ""
20477
20478 # type: textblock
20479 #: ../fish/guestfish-actions.pod:1542
20480 msgid "See also L</initrd-list>."
20481 msgstr ""
20482
20483 # type: =head2
20484 #: ../fish/guestfish-actions.pod:1547
20485 msgid "initrd-list"
20486 msgstr ""
20487
20488 # type: verbatim
20489 #: ../fish/guestfish-actions.pod:1549
20490 #, no-wrap
20491 msgid ""
20492 " initrd-list path\n"
20493 "\n"
20494 msgstr ""
20495
20496 # type: =head2
20497 #: ../fish/guestfish-actions.pod:1561
20498 msgid "inotify-add-watch"
20499 msgstr ""
20500
20501 # type: verbatim
20502 #: ../fish/guestfish-actions.pod:1563
20503 #, no-wrap
20504 msgid ""
20505 " inotify-add-watch path mask\n"
20506 "\n"
20507 msgstr ""
20508
20509 # type: =head2
20510 #: ../fish/guestfish-actions.pod:1575
20511 msgid "inotify-close"
20512 msgstr ""
20513
20514 # type: verbatim
20515 #: ../fish/guestfish-actions.pod:1577
20516 #, no-wrap
20517 msgid ""
20518 " inotify-close\n"
20519 "\n"
20520 msgstr ""
20521
20522 # type: =head2
20523 #: ../fish/guestfish-actions.pod:1583
20524 msgid "inotify-files"
20525 msgstr ""
20526
20527 # type: verbatim
20528 #: ../fish/guestfish-actions.pod:1585
20529 #, no-wrap
20530 msgid ""
20531 " inotify-files\n"
20532 "\n"
20533 msgstr ""
20534
20535 # type: textblock
20536 #: ../fish/guestfish-actions.pod:1587
20537 msgid ""
20538 "This function is a helpful wrapper around L</inotify-read> which just "
20539 "returns a list of pathnames of objects that were touched.  The returned "
20540 "pathnames are sorted and deduplicated."
20541 msgstr ""
20542
20543 # type: =head2
20544 #: ../fish/guestfish-actions.pod:1591
20545 msgid "inotify-init"
20546 msgstr ""
20547
20548 # type: verbatim
20549 #: ../fish/guestfish-actions.pod:1593
20550 #, no-wrap
20551 msgid ""
20552 " inotify-init maxevents\n"
20553 "\n"
20554 msgstr ""
20555
20556 # type: textblock
20557 #: ../fish/guestfish-actions.pod:1599
20558 msgid ""
20559 "C<maxevents> is the maximum number of events which will be queued up between "
20560 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
20561 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
20562 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
20563 "but records the fact that it threw them away by setting a flag "
20564 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
20565 msgstr ""
20566
20567 # type: textblock
20568 #: ../fish/guestfish-actions.pod:1609
20569 msgid ""
20570 "Before any events are generated, you have to add some watches to the "
20571 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
20572 "L</inotify-watch-all>."
20573 msgstr ""
20574
20575 # type: textblock
20576 #: ../fish/guestfish-actions.pod:1615
20577 msgid ""
20578 "Queued up events should be read periodically by calling L</inotify-read> (or "
20579 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
20580 "If you don't read the events out often enough then you risk the internal "
20581 "queue overflowing."
20582 msgstr ""
20583
20584 # type: textblock
20585 #: ../fish/guestfish-actions.pod:1622
20586 msgid ""
20587 "The handle should be closed after use by calling L</inotify-close>.  This "
20588 "also removes any watches automatically."
20589 msgstr ""
20590
20591 # type: =head2
20592 #: ../fish/guestfish-actions.pod:1631
20593 msgid "inotify-read"
20594 msgstr ""
20595
20596 # type: verbatim
20597 #: ../fish/guestfish-actions.pod:1633
20598 #, no-wrap
20599 msgid ""
20600 " inotify-read\n"
20601 "\n"
20602 msgstr ""
20603
20604 # type: =head2
20605 #: ../fish/guestfish-actions.pod:1646
20606 msgid "inotify-rm-watch"
20607 msgstr ""
20608
20609 # type: verbatim
20610 #: ../fish/guestfish-actions.pod:1648
20611 #, no-wrap
20612 msgid ""
20613 " inotify-rm-watch wd\n"
20614 "\n"
20615 msgstr ""
20616
20617 # type: textblock
20618 #: ../fish/guestfish-actions.pod:1650
20619 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
20620 msgstr ""
20621
20622 # type: =head2
20623 #: ../fish/guestfish-actions.pod:1653
20624 msgid "inspect-get-arch"
20625 msgstr ""
20626
20627 # type: verbatim
20628 #: ../fish/guestfish-actions.pod:1655
20629 #, no-wrap
20630 msgid ""
20631 " inspect-get-arch root\n"
20632 "\n"
20633 msgstr ""
20634
20635 # type: textblock
20636 #: ../fish/guestfish-actions.pod:1657 ../fish/guestfish-actions.pod:1673 ../fish/guestfish-actions.pod:1747 ../fish/guestfish-actions.pod:1765 ../fish/guestfish-actions.pod:1780 ../fish/guestfish-actions.pod:1801 ../fish/guestfish-actions.pod:1816 ../fish/guestfish-actions.pod:1839 ../fish/guestfish-actions.pod:1861 ../fish/guestfish-actions.pod:1885 ../fish/guestfish-actions.pod:1915 ../fish/guestfish-actions.pod:1950 ../fish/guestfish-actions.pod:1966
20637 msgid ""
20638 "This function should only be called with a root device string as returned by "
20639 "L</inspect-os>."
20640 msgstr ""
20641
20642 # type: textblock
20643 #: ../fish/guestfish-actions.pod:1660
20644 msgid ""
20645 "This returns the architecture of the inspected operating system.  The "
20646 "possible return values are listed under L</file-architecture>."
20647 msgstr ""
20648
20649 # type: =head2
20650 #: ../fish/guestfish-actions.pod:1669
20651 msgid "inspect-get-distro"
20652 msgstr ""
20653
20654 # type: verbatim
20655 #: ../fish/guestfish-actions.pod:1671
20656 #, no-wrap
20657 msgid ""
20658 " inspect-get-distro root\n"
20659 "\n"
20660 msgstr ""
20661
20662 # type: =head2
20663 #: ../fish/guestfish-actions.pod:1743
20664 msgid "inspect-get-filesystems"
20665 msgstr ""
20666
20667 # type: verbatim
20668 #: ../fish/guestfish-actions.pod:1745
20669 #, no-wrap
20670 msgid ""
20671 " inspect-get-filesystems root\n"
20672 "\n"
20673 msgstr ""
20674
20675 # type: textblock
20676 #: ../fish/guestfish-actions.pod:1758
20677 msgid ""
20678 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
20679 "L</inspect-get-mountpoints>."
20680 msgstr ""
20681
20682 # type: =head2
20683 #: ../fish/guestfish-actions.pod:1761
20684 msgid "inspect-get-hostname"
20685 msgstr ""
20686
20687 # type: verbatim
20688 #: ../fish/guestfish-actions.pod:1763
20689 #, no-wrap
20690 msgid ""
20691 " inspect-get-hostname root\n"
20692 "\n"
20693 msgstr ""
20694
20695 # type: =head2
20696 #: ../fish/guestfish-actions.pod:1776
20697 msgid "inspect-get-major-version"
20698 msgstr ""
20699
20700 # type: verbatim
20701 #: ../fish/guestfish-actions.pod:1778
20702 #, no-wrap
20703 msgid ""
20704 " inspect-get-major-version root\n"
20705 "\n"
20706 msgstr ""
20707
20708 # type: =head2
20709 #: ../fish/guestfish-actions.pod:1797
20710 msgid "inspect-get-minor-version"
20711 msgstr ""
20712
20713 # type: verbatim
20714 #: ../fish/guestfish-actions.pod:1799
20715 #, no-wrap
20716 msgid ""
20717 " inspect-get-minor-version root\n"
20718 "\n"
20719 msgstr ""
20720
20721 # type: textblock
20722 #: ../fish/guestfish-actions.pod:1809
20723 msgid ""
20724 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
20725 "L</inspect-get-major-version>."
20726 msgstr ""
20727
20728 # type: =head2
20729 #: ../fish/guestfish-actions.pod:1812
20730 msgid "inspect-get-mountpoints"
20731 msgstr ""
20732
20733 # type: verbatim
20734 #: ../fish/guestfish-actions.pod:1814
20735 #, no-wrap
20736 msgid ""
20737 " inspect-get-mountpoints root\n"
20738 "\n"
20739 msgstr ""
20740
20741 # type: textblock
20742 #: ../fish/guestfish-actions.pod:1832
20743 msgid ""
20744 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
20745 "L</inspect-get-filesystems>."
20746 msgstr ""
20747
20748 # type: =head2
20749 #: ../fish/guestfish-actions.pod:1835
20750 msgid "inspect-get-package-format"
20751 msgstr ""
20752
20753 # type: verbatim
20754 #: ../fish/guestfish-actions.pod:1837
20755 #, no-wrap
20756 msgid ""
20757 " inspect-get-package-format root\n"
20758 "\n"
20759 msgstr ""
20760
20761 # type: textblock
20762 #: ../fish/guestfish-actions.pod:1842
20763 msgid ""
20764 "This function and L</inspect-get-package-management> return the package "
20765 "format and package management tool used by the inspected operating system.  "
20766 "For example for Fedora these functions would return C<rpm> (package format) "
20767 "and C<yum> (package management)."
20768 msgstr ""
20769
20770 # type: =head2
20771 #: ../fish/guestfish-actions.pod:1857
20772 msgid "inspect-get-package-management"
20773 msgstr ""
20774
20775 # type: verbatim
20776 #: ../fish/guestfish-actions.pod:1859
20777 #, no-wrap
20778 msgid ""
20779 " inspect-get-package-management root\n"
20780 "\n"
20781 msgstr ""
20782
20783 # type: textblock
20784 #: ../fish/guestfish-actions.pod:1864
20785 msgid ""
20786 "L</inspect-get-package-format> and this function return the package format "
20787 "and package management tool used by the inspected operating system.  For "
20788 "example for Fedora these functions would return C<rpm> (package format) and "
20789 "C<yum> (package management)."
20790 msgstr ""
20791
20792 # type: =head2
20793 #: ../fish/guestfish-actions.pod:1881
20794 msgid "inspect-get-product-name"
20795 msgstr ""
20796
20797 # type: verbatim
20798 #: ../fish/guestfish-actions.pod:1883
20799 #, no-wrap
20800 msgid ""
20801 " inspect-get-product-name root\n"
20802 "\n"
20803 msgstr ""
20804
20805 # type: =head2
20806 #: ../fish/guestfish-actions.pod:1898
20807 msgid "inspect-get-roots"
20808 msgstr ""
20809
20810 # type: verbatim
20811 #: ../fish/guestfish-actions.pod:1900
20812 #, no-wrap
20813 msgid ""
20814 " inspect-get-roots\n"
20815 "\n"
20816 msgstr ""
20817
20818 # type: textblock
20819 #: ../fish/guestfish-actions.pod:1902
20820 msgid ""
20821 "This function is a convenient way to get the list of root devices, as "
20822 "returned from a previous call to L</inspect-os>, but without redoing the "
20823 "whole inspection process."
20824 msgstr ""
20825
20826 # type: textblock
20827 #: ../fish/guestfish-actions.pod:1906
20828 msgid ""
20829 "This returns an empty list if either no root devices were found or the "
20830 "caller has not called L</inspect-os>."
20831 msgstr ""
20832
20833 # type: =head2
20834 #: ../fish/guestfish-actions.pod:1911
20835 msgid "inspect-get-type"
20836 msgstr ""
20837
20838 # type: verbatim
20839 #: ../fish/guestfish-actions.pod:1913
20840 #, no-wrap
20841 msgid ""
20842 " inspect-get-type root\n"
20843 "\n"
20844 msgstr ""
20845
20846 # type: =head2
20847 #: ../fish/guestfish-actions.pod:1946
20848 msgid "inspect-get-windows-systemroot"
20849 msgstr ""
20850
20851 # type: verbatim
20852 #: ../fish/guestfish-actions.pod:1948
20853 #, no-wrap
20854 msgid ""
20855 " inspect-get-windows-systemroot root\n"
20856 "\n"
20857 msgstr ""
20858
20859 # type: =head2
20860 #: ../fish/guestfish-actions.pod:1962
20861 msgid "inspect-list-applications"
20862 msgstr ""
20863
20864 # type: verbatim
20865 #: ../fish/guestfish-actions.pod:1964
20866 #, no-wrap
20867 msgid ""
20868 " inspect-list-applications root\n"
20869 "\n"
20870 msgstr ""
20871
20872 # type: textblock
20873 #: ../fish/guestfish-actions.pod:1971
20874 msgid ""
20875 "I<Note:> This call works differently from other parts of the inspection "
20876 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
20877 "then mount up the disks, before calling this.  Listing applications is a "
20878 "significantly more difficult operation which requires access to the full "
20879 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
20880 "are just returning data cached in the libguestfs handle, this call actually "
20881 "reads parts of the mounted filesystems during the call."
20882 msgstr ""
20883
20884 # type: =head2
20885 #: ../fish/guestfish-actions.pod:2061
20886 msgid "inspect-os"
20887 msgstr ""
20888
20889 # type: verbatim
20890 #: ../fish/guestfish-actions.pod:2063
20891 #, no-wrap
20892 msgid ""
20893 " inspect-os\n"
20894 "\n"
20895 msgstr ""
20896
20897 # type: textblock
20898 #: ../fish/guestfish-actions.pod:2078
20899 msgid ""
20900 "You can pass the root string(s) returned to other L</inspect-get-*> "
20901 "functions in order to query further information about each operating system, "
20902 "such as the name and version."
20903 msgstr ""
20904
20905 # type: textblock
20906 #: ../fish/guestfish-actions.pod:2083
20907 msgid ""
20908 "This function uses other libguestfs features such as L</mount-ro> and "
20909 "L</umount-all> in order to mount and unmount filesystems and look at the "
20910 "contents.  This should be called with no disks currently mounted.  The "
20911 "function may also use Augeas, so any existing Augeas handle will be closed."
20912 msgstr ""
20913
20914 # type: textblock
20915 #: ../fish/guestfish-actions.pod:2095 ../fish/guestfish-actions.pod:2251 ../fish/guestfish-actions.pod:2297
20916 msgid "See also L</list-filesystems>."
20917 msgstr ""
20918
20919 # type: =head2
20920 #: ../fish/guestfish-actions.pod:2097
20921 msgid "is-blockdev"
20922 msgstr ""
20923
20924 # type: verbatim
20925 #: ../fish/guestfish-actions.pod:2099
20926 #, no-wrap
20927 msgid ""
20928 " is-blockdev path\n"
20929 "\n"
20930 msgstr ""
20931
20932 # type: textblock
20933 #: ../fish/guestfish-actions.pod:2104 ../fish/guestfish-actions.pod:2122 ../fish/guestfish-actions.pod:2141 ../fish/guestfish-actions.pod:2150 ../fish/guestfish-actions.pod:2160 ../fish/guestfish-actions.pod:2194 ../fish/guestfish-actions.pod:2203
20934 msgid "See also L</stat>."
20935 msgstr ""
20936
20937 # type: =head2
20938 #: ../fish/guestfish-actions.pod:2106
20939 msgid "is-busy"
20940 msgstr ""
20941
20942 # type: verbatim
20943 #: ../fish/guestfish-actions.pod:2108
20944 #, no-wrap
20945 msgid ""
20946 " is-busy\n"
20947 "\n"
20948 msgstr ""
20949
20950 # type: =head2
20951 #: ../fish/guestfish-actions.pod:2115
20952 msgid "is-chardev"
20953 msgstr ""
20954
20955 # type: verbatim
20956 #: ../fish/guestfish-actions.pod:2117
20957 #, no-wrap
20958 msgid ""
20959 " is-chardev path\n"
20960 "\n"
20961 msgstr ""
20962
20963 # type: =head2
20964 #: ../fish/guestfish-actions.pod:2124
20965 msgid "is-config"
20966 msgstr ""
20967
20968 # type: verbatim
20969 #: ../fish/guestfish-actions.pod:2126
20970 #, no-wrap
20971 msgid ""
20972 " is-config\n"
20973 "\n"
20974 msgstr ""
20975
20976 # type: =head2
20977 #: ../fish/guestfish-actions.pod:2133
20978 msgid "is-dir"
20979 msgstr ""
20980
20981 # type: verbatim
20982 #: ../fish/guestfish-actions.pod:2135
20983 #, no-wrap
20984 msgid ""
20985 " is-dir path\n"
20986 "\n"
20987 msgstr ""
20988
20989 # type: =head2
20990 #: ../fish/guestfish-actions.pod:2143
20991 msgid "is-fifo"
20992 msgstr ""
20993
20994 # type: verbatim
20995 #: ../fish/guestfish-actions.pod:2145
20996 #, no-wrap
20997 msgid ""
20998 " is-fifo path\n"
20999 "\n"
21000 msgstr ""
21001
21002 # type: =head2
21003 #: ../fish/guestfish-actions.pod:2152
21004 msgid "is-file"
21005 msgstr ""
21006
21007 # type: verbatim
21008 #: ../fish/guestfish-actions.pod:2154
21009 #, no-wrap
21010 msgid ""
21011 " is-file path\n"
21012 "\n"
21013 msgstr ""
21014
21015 # type: =head2
21016 #: ../fish/guestfish-actions.pod:2162
21017 msgid "is-launching"
21018 msgstr ""
21019
21020 # type: verbatim
21021 #: ../fish/guestfish-actions.pod:2164
21022 #, no-wrap
21023 msgid ""
21024 " is-launching\n"
21025 "\n"
21026 msgstr ""
21027
21028 # type: =head2
21029 #: ../fish/guestfish-actions.pod:2171
21030 msgid "is-lv"
21031 msgstr ""
21032
21033 # type: verbatim
21034 #: ../fish/guestfish-actions.pod:2173
21035 #, no-wrap
21036 msgid ""
21037 " is-lv device\n"
21038 "\n"
21039 msgstr ""
21040
21041 # type: =head2
21042 #: ../fish/guestfish-actions.pod:2178
21043 msgid "is-ready"
21044 msgstr ""
21045
21046 # type: verbatim
21047 #: ../fish/guestfish-actions.pod:2180
21048 #, no-wrap
21049 msgid ""
21050 " is-ready\n"
21051 "\n"
21052 msgstr ""
21053
21054 # type: =head2
21055 #: ../fish/guestfish-actions.pod:2187
21056 msgid "is-socket"
21057 msgstr ""
21058
21059 # type: verbatim
21060 #: ../fish/guestfish-actions.pod:2189
21061 #, no-wrap
21062 msgid ""
21063 " is-socket path\n"
21064 "\n"
21065 msgstr ""
21066
21067 # type: =head2
21068 #: ../fish/guestfish-actions.pod:2196
21069 msgid "is-symlink"
21070 msgstr ""
21071
21072 # type: verbatim
21073 #: ../fish/guestfish-actions.pod:2198
21074 #, no-wrap
21075 msgid ""
21076 " is-symlink path\n"
21077 "\n"
21078 msgstr ""
21079
21080 # type: =head2
21081 #: ../fish/guestfish-actions.pod:2205
21082 msgid "kill-subprocess"
21083 msgstr ""
21084
21085 # type: verbatim
21086 #: ../fish/guestfish-actions.pod:2207
21087 #, no-wrap
21088 msgid ""
21089 " kill-subprocess\n"
21090 "\n"
21091 msgstr ""
21092
21093 # type: =head2
21094 #: ../fish/guestfish-actions.pod:2211
21095 msgid "launch"
21096 msgstr ""
21097
21098 # type: =head2
21099 #: ../fish/guestfish-actions.pod:2213
21100 msgid "run"
21101 msgstr ""
21102
21103 # type: verbatim
21104 #: ../fish/guestfish-actions.pod:2215
21105 #, no-wrap
21106 msgid ""
21107 " launch\n"
21108 "\n"
21109 msgstr ""
21110
21111 # type: =head2
21112 #: ../fish/guestfish-actions.pod:2223
21113 msgid "lchown"
21114 msgstr ""
21115
21116 # type: verbatim
21117 #: ../fish/guestfish-actions.pod:2225
21118 #, no-wrap
21119 msgid ""
21120 " lchown owner group path\n"
21121 "\n"
21122 msgstr ""
21123
21124 # type: textblock
21125 #: ../fish/guestfish-actions.pod:2227
21126 msgid ""
21127 "Change the file owner to C<owner> and group to C<group>.  This is like "
21128 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
21129 "the target."
21130 msgstr ""
21131
21132 # type: =head2
21133 #: ../fish/guestfish-actions.pod:2235
21134 msgid "lgetxattrs"
21135 msgstr ""
21136
21137 # type: verbatim
21138 #: ../fish/guestfish-actions.pod:2237
21139 #, no-wrap
21140 msgid ""
21141 " lgetxattrs path\n"
21142 "\n"
21143 msgstr ""
21144
21145 # type: textblock
21146 #: ../fish/guestfish-actions.pod:2239
21147 msgid ""
21148 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
21149 "it returns the extended attributes of the link itself."
21150 msgstr ""
21151
21152 # type: =head2
21153 #: ../fish/guestfish-actions.pod:2243
21154 msgid "list-devices"
21155 msgstr ""
21156
21157 # type: verbatim
21158 #: ../fish/guestfish-actions.pod:2245
21159 #, no-wrap
21160 msgid ""
21161 " list-devices\n"
21162 "\n"
21163 msgstr ""
21164
21165 # type: =head2
21166 #: ../fish/guestfish-actions.pod:2253
21167 msgid "list-filesystems"
21168 msgstr ""
21169
21170 # type: verbatim
21171 #: ../fish/guestfish-actions.pod:2255
21172 #, no-wrap
21173 msgid ""
21174 " list-filesystems\n"
21175 "\n"
21176 msgstr ""
21177
21178 # type: textblock
21179 #: ../fish/guestfish-actions.pod:2274
21180 msgid ""
21181 "This command runs other libguestfs commands, which might include L</mount> "
21182 "and L</umount>, and therefore you should use this soon after launch and only "
21183 "when nothing is mounted."
21184 msgstr ""
21185
21186 # type: textblock
21187 #: ../fish/guestfish-actions.pod:2278
21188 msgid ""
21189 "Not all of the filesystems returned will be mountable.  In particular, swap "
21190 "partitions are returned in the list.  Also this command does not check that "
21191 "each filesystem found is valid and mountable, and some filesystems might be "
21192 "mountable but require special options.  Filesystems may not all belong to a "
21193 "single logical operating system (use L</inspect-os> to look for OSes)."
21194 msgstr ""
21195
21196 # type: =head2
21197 #: ../fish/guestfish-actions.pod:2286
21198 msgid "list-partitions"
21199 msgstr ""
21200
21201 # type: verbatim
21202 #: ../fish/guestfish-actions.pod:2288
21203 #, no-wrap
21204 msgid ""
21205 " list-partitions\n"
21206 "\n"
21207 msgstr ""
21208
21209 # type: textblock
21210 #: ../fish/guestfish-actions.pod:2294
21211 msgid ""
21212 "This does not return logical volumes.  For that you will need to call "
21213 "L</lvs>."
21214 msgstr ""
21215
21216 # type: =head2
21217 #: ../fish/guestfish-actions.pod:2299
21218 msgid "ll"
21219 msgstr ""
21220
21221 # type: verbatim
21222 #: ../fish/guestfish-actions.pod:2301
21223 #, no-wrap
21224 msgid ""
21225 " ll directory\n"
21226 "\n"
21227 msgstr ""
21228
21229 # type: =head2
21230 #: ../fish/guestfish-actions.pod:2309
21231 msgid "ln"
21232 msgstr ""
21233
21234 # type: verbatim
21235 #: ../fish/guestfish-actions.pod:2311
21236 #, no-wrap
21237 msgid ""
21238 " ln target linkname\n"
21239 "\n"
21240 msgstr ""
21241
21242 # type: =head2
21243 #: ../fish/guestfish-actions.pod:2315
21244 msgid "ln-f"
21245 msgstr ""
21246
21247 # type: verbatim
21248 #: ../fish/guestfish-actions.pod:2317
21249 #, no-wrap
21250 msgid ""
21251 " ln-f target linkname\n"
21252 "\n"
21253 msgstr ""
21254
21255 # type: =head2
21256 #: ../fish/guestfish-actions.pod:2322
21257 msgid "ln-s"
21258 msgstr ""
21259
21260 # type: verbatim
21261 #: ../fish/guestfish-actions.pod:2324
21262 #, no-wrap
21263 msgid ""
21264 " ln-s target linkname\n"
21265 "\n"
21266 msgstr ""
21267
21268 # type: =head2
21269 #: ../fish/guestfish-actions.pod:2328
21270 msgid "ln-sf"
21271 msgstr ""
21272
21273 # type: verbatim
21274 #: ../fish/guestfish-actions.pod:2330
21275 #, no-wrap
21276 msgid ""
21277 " ln-sf target linkname\n"
21278 "\n"
21279 msgstr ""
21280
21281 # type: =head2
21282 #: ../fish/guestfish-actions.pod:2335
21283 msgid "lremovexattr"
21284 msgstr ""
21285
21286 # type: verbatim
21287 #: ../fish/guestfish-actions.pod:2337
21288 #, no-wrap
21289 msgid ""
21290 " lremovexattr xattr path\n"
21291 "\n"
21292 msgstr ""
21293
21294 # type: textblock
21295 #: ../fish/guestfish-actions.pod:2339
21296 msgid ""
21297 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
21298 "it removes an extended attribute of the link itself."
21299 msgstr ""
21300
21301 # type: =head2
21302 #: ../fish/guestfish-actions.pod:2343
21303 msgid "ls"
21304 msgstr ""
21305
21306 # type: verbatim
21307 #: ../fish/guestfish-actions.pod:2345
21308 #, no-wrap
21309 msgid ""
21310 " ls directory\n"
21311 "\n"
21312 msgstr ""
21313
21314 # type: textblock
21315 #: ../fish/guestfish-actions.pod:2351
21316 msgid ""
21317 "This command is mostly useful for interactive sessions.  Programs should "
21318 "probably use L</readdir> instead."
21319 msgstr ""
21320
21321 # type: =head2
21322 #: ../fish/guestfish-actions.pod:2354
21323 msgid "lsetxattr"
21324 msgstr ""
21325
21326 # type: verbatim
21327 #: ../fish/guestfish-actions.pod:2356
21328 #, no-wrap
21329 msgid ""
21330 " lsetxattr xattr val vallen path\n"
21331 "\n"
21332 msgstr ""
21333
21334 # type: textblock
21335 #: ../fish/guestfish-actions.pod:2358
21336 msgid ""
21337 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
21338 "sets an extended attribute of the link itself."
21339 msgstr ""
21340
21341 # type: =head2
21342 #: ../fish/guestfish-actions.pod:2362
21343 msgid "lstat"
21344 msgstr ""
21345
21346 # type: verbatim
21347 #: ../fish/guestfish-actions.pod:2364
21348 #, no-wrap
21349 msgid ""
21350 " lstat path\n"
21351 "\n"
21352 msgstr ""
21353
21354 # type: textblock
21355 #: ../fish/guestfish-actions.pod:2368
21356 msgid ""
21357 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
21358 "the link is stat-ed, not the file it refers to."
21359 msgstr ""
21360
21361 # type: =head2
21362 #: ../fish/guestfish-actions.pod:2374
21363 msgid "lstatlist"
21364 msgstr ""
21365
21366 # type: verbatim
21367 #: ../fish/guestfish-actions.pod:2376
21368 #, no-wrap
21369 msgid ""
21370 " lstatlist path 'names ...'\n"
21371 "\n"
21372 msgstr ""
21373
21374 # type: textblock
21375 #: ../fish/guestfish-actions.pod:2378
21376 msgid ""
21377 "This call allows you to perform the L</lstat> operation on multiple files, "
21378 "where all files are in the directory C<path>.  C<names> is the list of files "
21379 "from this directory."
21380 msgstr ""
21381
21382 # type: textblock
21383 #: ../fish/guestfish-actions.pod:2387
21384 msgid ""
21385 "This call is intended for programs that want to efficiently list a directory "
21386 "contents without making many round-trips.  See also L</lxattrlist> for a "
21387 "similarly efficient call for getting extended attributes.  Very long "
21388 "directory listings might cause the protocol message size to be exceeded, "
21389 "causing this call to fail.  The caller must split up such requests into "
21390 "smaller groups of names."
21391 msgstr ""
21392
21393 # type: =head2
21394 #: ../fish/guestfish-actions.pod:2395
21395 msgid "luks-add-key"
21396 msgstr ""
21397
21398 # type: verbatim
21399 #: ../fish/guestfish-actions.pod:2397
21400 #, no-wrap
21401 msgid ""
21402 " luks-add-key device keyslot\n"
21403 "\n"
21404 msgstr ""
21405
21406 # type: textblock
21407 #: ../fish/guestfish-actions.pod:2404
21408 msgid ""
21409 "Note that if C<keyslot> already contains a key, then this command will "
21410 "fail.  You have to use L</luks-kill-slot> first to remove that key."
21411 msgstr ""
21412
21413 # type: textblock
21414 #: ../fish/guestfish-actions.pod:2408 ../fish/guestfish-actions.pod:2430 ../fish/guestfish-actions.pod:2443 ../fish/guestfish-actions.pod:2457 ../fish/guestfish-actions.pod:2480 ../fish/guestfish-actions.pod:2490
21415 msgid ""
21416 "This command has one or more key or passphrase parameters.  Guestfish will "
21417 "prompt for these separately."
21418 msgstr ""
21419
21420 # type: =head2
21421 #: ../fish/guestfish-actions.pod:2411
21422 msgid "luks-close"
21423 msgstr ""
21424
21425 # type: verbatim
21426 #: ../fish/guestfish-actions.pod:2413
21427 #, no-wrap
21428 msgid ""
21429 " luks-close device\n"
21430 "\n"
21431 msgstr ""
21432
21433 # type: textblock
21434 #: ../fish/guestfish-actions.pod:2415
21435 msgid ""
21436 "This closes a LUKS device that was created earlier by L</luks-open> or "
21437 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
21438 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
21439 "underlying block device."
21440 msgstr ""
21441
21442 # type: =head2
21443 #: ../fish/guestfish-actions.pod:2421
21444 msgid "luks-format"
21445 msgstr ""
21446
21447 # type: verbatim
21448 #: ../fish/guestfish-actions.pod:2423
21449 #, no-wrap
21450 msgid ""
21451 " luks-format device keyslot\n"
21452 "\n"
21453 msgstr ""
21454
21455 # type: =head2
21456 #: ../fish/guestfish-actions.pod:2436
21457 msgid "luks-format-cipher"
21458 msgstr ""
21459
21460 # type: verbatim
21461 #: ../fish/guestfish-actions.pod:2438
21462 #, no-wrap
21463 msgid ""
21464 " luks-format-cipher device keyslot cipher\n"
21465 "\n"
21466 msgstr ""
21467
21468 # type: textblock
21469 #: ../fish/guestfish-actions.pod:2440
21470 msgid ""
21471 "This command is the same as L</luks-format> but it also allows you to set "
21472 "the C<cipher> used."
21473 msgstr ""
21474
21475 # type: =head2
21476 #: ../fish/guestfish-actions.pod:2449
21477 msgid "luks-kill-slot"
21478 msgstr ""
21479
21480 # type: verbatim
21481 #: ../fish/guestfish-actions.pod:2451
21482 #, no-wrap
21483 msgid ""
21484 " luks-kill-slot device keyslot\n"
21485 "\n"
21486 msgstr ""
21487
21488 # type: =head2
21489 #: ../fish/guestfish-actions.pod:2460
21490 msgid "luks-open"
21491 msgstr ""
21492
21493 # type: verbatim
21494 #: ../fish/guestfish-actions.pod:2462
21495 #, no-wrap
21496 msgid ""
21497 " luks-open device mapname\n"
21498 "\n"
21499 msgstr ""
21500
21501 # type: textblock
21502 #: ../fish/guestfish-actions.pod:2476
21503 msgid ""
21504 "If this block device contains LVM volume groups, then calling L</vgscan> "
21505 "followed by L</vg-activate-all> will make them visible."
21506 msgstr ""
21507
21508 # type: =head2
21509 #: ../fish/guestfish-actions.pod:2483
21510 msgid "luks-open-ro"
21511 msgstr ""
21512
21513 # type: verbatim
21514 #: ../fish/guestfish-actions.pod:2485
21515 #, no-wrap
21516 msgid ""
21517 " luks-open-ro device mapname\n"
21518 "\n"
21519 msgstr ""
21520
21521 # type: textblock
21522 #: ../fish/guestfish-actions.pod:2487
21523 msgid ""
21524 "This is the same as L</luks-open> except that a read-only mapping is "
21525 "created."
21526 msgstr ""
21527
21528 # type: =head2
21529 #: ../fish/guestfish-actions.pod:2493
21530 msgid "lvcreate"
21531 msgstr ""
21532
21533 # type: verbatim
21534 #: ../fish/guestfish-actions.pod:2495
21535 #, no-wrap
21536 msgid ""
21537 " lvcreate logvol volgroup mbytes\n"
21538 "\n"
21539 msgstr ""
21540
21541 # type: =head2
21542 #: ../fish/guestfish-actions.pod:2500
21543 msgid "lvm-canonical-lv-name"
21544 msgstr ""
21545
21546 # type: verbatim
21547 #: ../fish/guestfish-actions.pod:2502
21548 #, no-wrap
21549 msgid ""
21550 " lvm-canonical-lv-name lvname\n"
21551 "\n"
21552 msgstr ""
21553
21554 # type: textblock
21555 #: ../fish/guestfish-actions.pod:2511
21556 msgid "See also L</is-lv>."
21557 msgstr ""
21558
21559 # type: =head2
21560 #: ../fish/guestfish-actions.pod:2513
21561 msgid "lvm-clear-filter"
21562 msgstr ""
21563
21564 # type: verbatim
21565 #: ../fish/guestfish-actions.pod:2515
21566 #, no-wrap
21567 msgid ""
21568 " lvm-clear-filter\n"
21569 "\n"
21570 msgstr ""
21571
21572 # type: textblock
21573 #: ../fish/guestfish-actions.pod:2517
21574 msgid ""
21575 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
21576 "block device."
21577 msgstr ""
21578
21579 # type: =head2
21580 #: ../fish/guestfish-actions.pod:2523
21581 msgid "lvm-remove-all"
21582 msgstr ""
21583
21584 # type: verbatim
21585 #: ../fish/guestfish-actions.pod:2525
21586 #, no-wrap
21587 msgid ""
21588 " lvm-remove-all\n"
21589 "\n"
21590 msgstr ""
21591
21592 # type: =head2
21593 #: ../fish/guestfish-actions.pod:2533
21594 msgid "lvm-set-filter"
21595 msgstr ""
21596
21597 # type: verbatim
21598 #: ../fish/guestfish-actions.pod:2535
21599 #, no-wrap
21600 msgid ""
21601 " lvm-set-filter 'devices ...'\n"
21602 "\n"
21603 msgstr ""
21604
21605 # type: =head2
21606 #: ../fish/guestfish-actions.pod:2560
21607 msgid "lvremove"
21608 msgstr ""
21609
21610 # type: verbatim
21611 #: ../fish/guestfish-actions.pod:2562
21612 #, no-wrap
21613 msgid ""
21614 " lvremove device\n"
21615 "\n"
21616 msgstr ""
21617
21618 # type: =head2
21619 #: ../fish/guestfish-actions.pod:2570
21620 msgid "lvrename"
21621 msgstr ""
21622
21623 # type: verbatim
21624 #: ../fish/guestfish-actions.pod:2572
21625 #, no-wrap
21626 msgid ""
21627 " lvrename logvol newlogvol\n"
21628 "\n"
21629 msgstr ""
21630
21631 # type: =head2
21632 #: ../fish/guestfish-actions.pod:2576
21633 msgid "lvresize"
21634 msgstr ""
21635
21636 # type: verbatim
21637 #: ../fish/guestfish-actions.pod:2578
21638 #, no-wrap
21639 msgid ""
21640 " lvresize device mbytes\n"
21641 "\n"
21642 msgstr ""
21643
21644 # type: =head2
21645 #: ../fish/guestfish-actions.pod:2584
21646 msgid "lvresize-free"
21647 msgstr ""
21648
21649 # type: verbatim
21650 #: ../fish/guestfish-actions.pod:2586
21651 #, no-wrap
21652 msgid ""
21653 " lvresize-free lv percent\n"
21654 "\n"
21655 msgstr ""
21656
21657 # type: =head2
21658 #: ../fish/guestfish-actions.pod:2594
21659 msgid "lvs"
21660 msgstr ""
21661
21662 # type: verbatim
21663 #: ../fish/guestfish-actions.pod:2596
21664 #, no-wrap
21665 msgid ""
21666 " lvs\n"
21667 "\n"
21668 msgstr ""
21669
21670 # type: textblock
21671 #: ../fish/guestfish-actions.pod:2604
21672 msgid "See also L</lvs-full>, L</list-filesystems>."
21673 msgstr ""
21674
21675 # type: =head2
21676 #: ../fish/guestfish-actions.pod:2606
21677 msgid "lvs-full"
21678 msgstr ""
21679
21680 # type: verbatim
21681 #: ../fish/guestfish-actions.pod:2608
21682 #, no-wrap
21683 msgid ""
21684 " lvs-full\n"
21685 "\n"
21686 msgstr ""
21687
21688 # type: =head2
21689 #: ../fish/guestfish-actions.pod:2613
21690 msgid "lvuuid"
21691 msgstr ""
21692
21693 # type: verbatim
21694 #: ../fish/guestfish-actions.pod:2615
21695 #, no-wrap
21696 msgid ""
21697 " lvuuid device\n"
21698 "\n"
21699 msgstr ""
21700
21701 # type: =head2
21702 #: ../fish/guestfish-actions.pod:2619
21703 msgid "lxattrlist"
21704 msgstr ""
21705
21706 # type: verbatim
21707 #: ../fish/guestfish-actions.pod:2621
21708 #, no-wrap
21709 msgid ""
21710 " lxattrlist path 'names ...'\n"
21711 "\n"
21712 msgstr ""
21713
21714 # type: textblock
21715 #: ../fish/guestfish-actions.pod:2637
21716 msgid ""
21717 "This call is intended for programs that want to efficiently list a directory "
21718 "contents without making many round-trips.  See also L</lstatlist> for a "
21719 "similarly efficient call for getting standard stats.  Very long directory "
21720 "listings might cause the protocol message size to be exceeded, causing this "
21721 "call to fail.  The caller must split up such requests into smaller groups of "
21722 "names."
21723 msgstr ""
21724
21725 # type: =head2
21726 #: ../fish/guestfish-actions.pod:2645
21727 msgid "mkdir"
21728 msgstr ""
21729
21730 # type: verbatim
21731 #: ../fish/guestfish-actions.pod:2647
21732 #, no-wrap
21733 msgid ""
21734 " mkdir path\n"
21735 "\n"
21736 msgstr ""
21737
21738 # type: =head2
21739 #: ../fish/guestfish-actions.pod:2651
21740 msgid "mkdir-mode"
21741 msgstr ""
21742
21743 # type: verbatim
21744 #: ../fish/guestfish-actions.pod:2653
21745 #, no-wrap
21746 msgid ""
21747 " mkdir-mode path mode\n"
21748 "\n"
21749 msgstr ""
21750
21751 # type: textblock
21752 #: ../fish/guestfish-actions.pod:2662
21753 msgid "See also L</mkdir>, L</umask>"
21754 msgstr ""
21755
21756 # type: =head2
21757 #: ../fish/guestfish-actions.pod:2664
21758 msgid "mkdir-p"
21759 msgstr ""
21760
21761 # type: verbatim
21762 #: ../fish/guestfish-actions.pod:2666
21763 #, no-wrap
21764 msgid ""
21765 " mkdir-p path\n"
21766 "\n"
21767 msgstr ""
21768
21769 # type: =head2
21770 #: ../fish/guestfish-actions.pod:2671
21771 msgid "mkdtemp"
21772 msgstr ""
21773
21774 # type: verbatim
21775 #: ../fish/guestfish-actions.pod:2673
21776 #, no-wrap
21777 msgid ""
21778 " mkdtemp template\n"
21779 "\n"
21780 msgstr ""
21781
21782 # type: =head2
21783 #: ../fish/guestfish-actions.pod:2694
21784 msgid "mke2fs-J"
21785 msgstr ""
21786
21787 # type: verbatim
21788 #: ../fish/guestfish-actions.pod:2696
21789 #, no-wrap
21790 msgid ""
21791 " mke2fs-J fstype blocksize device journal\n"
21792 "\n"
21793 msgstr ""
21794
21795 # type: textblock
21796 #: ../fish/guestfish-actions.pod:2704
21797 msgid "See also L</mke2journal>."
21798 msgstr ""
21799
21800 # type: =head2
21801 #: ../fish/guestfish-actions.pod:2706
21802 msgid "mke2fs-JL"
21803 msgstr ""
21804
21805 # type: verbatim
21806 #: ../fish/guestfish-actions.pod:2708
21807 #, no-wrap
21808 msgid ""
21809 " mke2fs-JL fstype blocksize device label\n"
21810 "\n"
21811 msgstr ""
21812
21813 # type: textblock
21814 #: ../fish/guestfish-actions.pod:2713
21815 msgid "See also L</mke2journal-L>."
21816 msgstr ""
21817
21818 # type: =head2
21819 #: ../fish/guestfish-actions.pod:2715
21820 msgid "mke2fs-JU"
21821 msgstr ""
21822
21823 # type: verbatim
21824 #: ../fish/guestfish-actions.pod:2717
21825 #, no-wrap
21826 msgid ""
21827 " mke2fs-JU fstype blocksize device uuid\n"
21828 "\n"
21829 msgstr ""
21830
21831 # type: textblock
21832 #: ../fish/guestfish-actions.pod:2722
21833 msgid "See also L</mke2journal-U>."
21834 msgstr ""
21835
21836 # type: =head2
21837 #: ../fish/guestfish-actions.pod:2724
21838 msgid "mke2journal"
21839 msgstr ""
21840
21841 # type: verbatim
21842 #: ../fish/guestfish-actions.pod:2726
21843 #, no-wrap
21844 msgid ""
21845 " mke2journal blocksize device\n"
21846 "\n"
21847 msgstr ""
21848
21849 # type: =head2
21850 #: ../fish/guestfish-actions.pod:2733
21851 msgid "mke2journal-L"
21852 msgstr ""
21853
21854 # type: verbatim
21855 #: ../fish/guestfish-actions.pod:2735
21856 #, no-wrap
21857 msgid ""
21858 " mke2journal-L blocksize label device\n"
21859 "\n"
21860 msgstr ""
21861
21862 # type: =head2
21863 #: ../fish/guestfish-actions.pod:2739
21864 msgid "mke2journal-U"
21865 msgstr ""
21866
21867 # type: verbatim
21868 #: ../fish/guestfish-actions.pod:2741
21869 #, no-wrap
21870 msgid ""
21871 " mke2journal-U blocksize uuid device\n"
21872 "\n"
21873 msgstr ""
21874
21875 # type: =head2
21876 #: ../fish/guestfish-actions.pod:2745
21877 msgid "mkfifo"
21878 msgstr ""
21879
21880 # type: verbatim
21881 #: ../fish/guestfish-actions.pod:2747
21882 #, no-wrap
21883 msgid ""
21884 " mkfifo mode path\n"
21885 "\n"
21886 msgstr ""
21887
21888 # type: textblock
21889 #: ../fish/guestfish-actions.pod:2749
21890 msgid ""
21891 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
21892 "is just a convenient wrapper around L</mknod>."
21893 msgstr ""
21894
21895 # type: =head2
21896 #: ../fish/guestfish-actions.pod:2755
21897 msgid "mkfs"
21898 msgstr ""
21899
21900 # type: verbatim
21901 #: ../fish/guestfish-actions.pod:2757
21902 #, no-wrap
21903 msgid ""
21904 " mkfs fstype device\n"
21905 "\n"
21906 msgstr ""
21907
21908 # type: =head2
21909 #: ../fish/guestfish-actions.pod:2763
21910 msgid "mkfs-b"
21911 msgstr ""
21912
21913 # type: verbatim
21914 #: ../fish/guestfish-actions.pod:2765
21915 #, no-wrap
21916 msgid ""
21917 " mkfs-b fstype blocksize device\n"
21918 "\n"
21919 msgstr ""
21920
21921 # type: textblock
21922 #: ../fish/guestfish-actions.pod:2767
21923 msgid ""
21924 "This call is similar to L</mkfs>, but it allows you to control the block "
21925 "size of the resulting filesystem.  Supported block sizes depend on the "
21926 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
21927 msgstr ""
21928
21929 # type: =head2
21930 #: ../fish/guestfish-actions.pod:2775
21931 msgid "mkmountpoint"
21932 msgstr ""
21933
21934 # type: verbatim
21935 #: ../fish/guestfish-actions.pod:2777
21936 #, no-wrap
21937 msgid ""
21938 " mkmountpoint exemptpath\n"
21939 "\n"
21940 msgstr ""
21941
21942 # type: textblock
21943 #: ../fish/guestfish-actions.pod:2779
21944 msgid ""
21945 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
21946 "to create extra mountpoints before mounting the first filesystem."
21947 msgstr ""
21948
21949 # type: textblock
21950 #: ../fish/guestfish-actions.pod:2803
21951 msgid ""
21952 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
21953 "unexpected errors if you try to mix these calls.  It is safest to manually "
21954 "unmount filesystems and remove mountpoints after use."
21955 msgstr ""
21956
21957 # type: textblock
21958 #: ../fish/guestfish-actions.pod:2807
21959 msgid ""
21960 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
21961 "for this to work for manual mountpoints, you must ensure that the innermost "
21962 "mountpoints have the longest pathnames, as in the example code above."
21963 msgstr ""
21964
21965 # type: textblock
21966 #: ../fish/guestfish-actions.pod:2814
21967 msgid ""
21968 "Autosync [see L</set-autosync>, this is set by default on handles] means "
21969 "that L</umount-all> is called when the handle is closed which can also "
21970 "trigger these issues."
21971 msgstr ""
21972
21973 # type: =head2
21974 #: ../fish/guestfish-actions.pod:2818
21975 msgid "mknod"
21976 msgstr ""
21977
21978 # type: verbatim
21979 #: ../fish/guestfish-actions.pod:2820
21980 #, no-wrap
21981 msgid ""
21982 " mknod mode devmajor devminor path\n"
21983 "\n"
21984 msgstr ""
21985
21986 # type: textblock
21987 #: ../fish/guestfish-actions.pod:2830
21988 msgid ""
21989 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
21990 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
21991 "regular file).  These constants are available in the standard Linux header "
21992 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
21993 "wrappers around this command which bitwise OR in the appropriate constant "
21994 "for you."
21995 msgstr ""
21996
21997 # type: =head2
21998 #: ../fish/guestfish-actions.pod:2840
21999 msgid "mknod-b"
22000 msgstr ""
22001
22002 # type: verbatim
22003 #: ../fish/guestfish-actions.pod:2842
22004 #, no-wrap
22005 msgid ""
22006 " mknod-b mode devmajor devminor path\n"
22007 "\n"
22008 msgstr ""
22009
22010 # type: textblock
22011 #: ../fish/guestfish-actions.pod:2844
22012 msgid ""
22013 "This call creates a block device node called C<path> with mode C<mode> and "
22014 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
22015 "wrapper around L</mknod>."
22016 msgstr ""
22017
22018 # type: =head2
22019 #: ../fish/guestfish-actions.pod:2850
22020 msgid "mknod-c"
22021 msgstr ""
22022
22023 # type: verbatim
22024 #: ../fish/guestfish-actions.pod:2852
22025 #, no-wrap
22026 msgid ""
22027 " mknod-c mode devmajor devminor path\n"
22028 "\n"
22029 msgstr ""
22030
22031 # type: textblock
22032 #: ../fish/guestfish-actions.pod:2854
22033 msgid ""
22034 "This call creates a char device node called C<path> with mode C<mode> and "
22035 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
22036 "wrapper around L</mknod>."
22037 msgstr ""
22038
22039 # type: =head2
22040 #: ../fish/guestfish-actions.pod:2860
22041 msgid "mkswap"
22042 msgstr ""
22043
22044 # type: verbatim
22045 #: ../fish/guestfish-actions.pod:2862
22046 #, no-wrap
22047 msgid ""
22048 " mkswap device\n"
22049 "\n"
22050 msgstr ""
22051
22052 # type: =head2
22053 #: ../fish/guestfish-actions.pod:2866
22054 msgid "mkswap-L"
22055 msgstr ""
22056
22057 # type: verbatim
22058 #: ../fish/guestfish-actions.pod:2868
22059 #, no-wrap
22060 msgid ""
22061 " mkswap-L label device\n"
22062 "\n"
22063 msgstr ""
22064
22065 # type: =head2
22066 #: ../fish/guestfish-actions.pod:2876
22067 msgid "mkswap-U"
22068 msgstr ""
22069
22070 # type: verbatim
22071 #: ../fish/guestfish-actions.pod:2878
22072 #, no-wrap
22073 msgid ""
22074 " mkswap-U uuid device\n"
22075 "\n"
22076 msgstr ""
22077
22078 # type: =head2
22079 #: ../fish/guestfish-actions.pod:2882
22080 msgid "mkswap-file"
22081 msgstr ""
22082
22083 # type: verbatim
22084 #: ../fish/guestfish-actions.pod:2884
22085 #, no-wrap
22086 msgid ""
22087 " mkswap-file path\n"
22088 "\n"
22089 msgstr ""
22090
22091 # type: textblock
22092 #: ../fish/guestfish-actions.pod:2888
22093 msgid ""
22094 "This command just writes a swap file signature to an existing file.  To "
22095 "create the file itself, use something like L</fallocate>."
22096 msgstr ""
22097
22098 # type: =head2
22099 #: ../fish/guestfish-actions.pod:2891
22100 msgid "modprobe"
22101 msgstr ""
22102
22103 # type: verbatim
22104 #: ../fish/guestfish-actions.pod:2893
22105 #, no-wrap
22106 msgid ""
22107 " modprobe modulename\n"
22108 "\n"
22109 msgstr ""
22110
22111 # type: =head2
22112 #: ../fish/guestfish-actions.pod:2900
22113 msgid "mount"
22114 msgstr ""
22115
22116 # type: verbatim
22117 #: ../fish/guestfish-actions.pod:2902
22118 #, no-wrap
22119 msgid ""
22120 " mount device mountpoint\n"
22121 "\n"
22122 msgstr ""
22123
22124 # type: textblock
22125 #: ../fish/guestfish-actions.pod:2918
22126 msgid ""
22127 "B<Important note:> When you use this call, the filesystem options C<sync> "
22128 "and C<noatime> are set implicitly.  This was originally done because we "
22129 "thought it would improve reliability, but it turns out that I<-o sync> has a "
22130 "very large negative performance impact and negligible effect on "
22131 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
22132 "code that needs performance, and instead use L</mount-options> (use an empty "
22133 "string for the first parameter if you don't want any options)."
22134 msgstr ""
22135
22136 # type: =head2
22137 #: ../fish/guestfish-actions.pod:2928
22138 msgid "mount-loop"
22139 msgstr ""
22140
22141 # type: verbatim
22142 #: ../fish/guestfish-actions.pod:2930
22143 #, no-wrap
22144 msgid ""
22145 " mount-loop file mountpoint\n"
22146 "\n"
22147 msgstr ""
22148
22149 # type: =head2
22150 #: ../fish/guestfish-actions.pod:2936
22151 msgid "mount-options"
22152 msgstr ""
22153
22154 # type: verbatim
22155 #: ../fish/guestfish-actions.pod:2938
22156 #, no-wrap
22157 msgid ""
22158 " mount-options options device mountpoint\n"
22159 "\n"
22160 msgstr ""
22161
22162 # type: textblock
22163 #: ../fish/guestfish-actions.pod:2940
22164 msgid ""
22165 "This is the same as the L</mount> command, but it allows you to set the "
22166 "mount options as for the L<mount(8)> I<-o> flag."
22167 msgstr ""
22168
22169 # type: =head2
22170 #: ../fish/guestfish-actions.pod:2948
22171 msgid "mount-ro"
22172 msgstr ""
22173
22174 # type: verbatim
22175 #: ../fish/guestfish-actions.pod:2950
22176 #, no-wrap
22177 msgid ""
22178 " mount-ro device mountpoint\n"
22179 "\n"
22180 msgstr ""
22181
22182 # type: textblock
22183 #: ../fish/guestfish-actions.pod:2952
22184 msgid ""
22185 "This is the same as the L</mount> command, but it mounts the filesystem with "
22186 "the read-only (I<-o ro>) flag."
22187 msgstr ""
22188
22189 # type: =head2
22190 #: ../fish/guestfish-actions.pod:2955
22191 msgid "mount-vfs"
22192 msgstr ""
22193
22194 # type: verbatim
22195 #: ../fish/guestfish-actions.pod:2957
22196 #, no-wrap
22197 msgid ""
22198 " mount-vfs options vfstype device mountpoint\n"
22199 "\n"
22200 msgstr ""
22201
22202 # type: textblock
22203 #: ../fish/guestfish-actions.pod:2959
22204 msgid ""
22205 "This is the same as the L</mount> command, but it allows you to set both the "
22206 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
22207 msgstr ""
22208
22209 # type: =head2
22210 #: ../fish/guestfish-actions.pod:2963
22211 msgid "mountpoints"
22212 msgstr ""
22213
22214 # type: verbatim
22215 #: ../fish/guestfish-actions.pod:2965
22216 #, no-wrap
22217 msgid ""
22218 " mountpoints\n"
22219 "\n"
22220 msgstr ""
22221
22222 # type: textblock
22223 #: ../fish/guestfish-actions.pod:2967
22224 msgid ""
22225 "This call is similar to L</mounts>.  That call returns a list of devices.  "
22226 "This one returns a hash table (map) of device name to directory where the "
22227 "device is mounted."
22228 msgstr ""
22229
22230 # type: =head2
22231 #: ../fish/guestfish-actions.pod:2971
22232 msgid "mounts"
22233 msgstr ""
22234
22235 # type: verbatim
22236 #: ../fish/guestfish-actions.pod:2973
22237 #, no-wrap
22238 msgid ""
22239 " mounts\n"
22240 "\n"
22241 msgstr ""
22242
22243 # type: textblock
22244 #: ../fish/guestfish-actions.pod:2980
22245 msgid "See also: L</mountpoints>"
22246 msgstr ""
22247
22248 # type: =head2
22249 #: ../fish/guestfish-actions.pod:2982
22250 msgid "mv"
22251 msgstr ""
22252
22253 # type: verbatim
22254 #: ../fish/guestfish-actions.pod:2984
22255 #, no-wrap
22256 msgid ""
22257 " mv src dest\n"
22258 "\n"
22259 msgstr ""
22260
22261 # type: =head2
22262 #: ../fish/guestfish-actions.pod:2989
22263 msgid "ntfs-3g-probe"
22264 msgstr ""
22265
22266 # type: verbatim
22267 #: ../fish/guestfish-actions.pod:2991
22268 #, no-wrap
22269 msgid ""
22270 " ntfs-3g-probe true|false device\n"
22271 "\n"
22272 msgstr ""
22273
22274 # type: =head2
22275 #: ../fish/guestfish-actions.pod:3005
22276 msgid "ntfsresize"
22277 msgstr ""
22278
22279 # type: verbatim
22280 #: ../fish/guestfish-actions.pod:3007
22281 #, no-wrap
22282 msgid ""
22283 " ntfsresize device\n"
22284 "\n"
22285 msgstr ""
22286
22287 # type: =head2
22288 #: ../fish/guestfish-actions.pod:3013
22289 msgid "ntfsresize-size"
22290 msgstr ""
22291
22292 # type: verbatim
22293 #: ../fish/guestfish-actions.pod:3015
22294 #, no-wrap
22295 msgid ""
22296 " ntfsresize-size device size\n"
22297 "\n"
22298 msgstr ""
22299
22300 # type: textblock
22301 #: ../fish/guestfish-actions.pod:3017
22302 msgid ""
22303 "This command is the same as L</ntfsresize> except that it allows you to "
22304 "specify the new size (in bytes) explicitly."
22305 msgstr ""
22306
22307 # type: =head2
22308 #: ../fish/guestfish-actions.pod:3020
22309 msgid "part-add"
22310 msgstr ""
22311
22312 # type: verbatim
22313 #: ../fish/guestfish-actions.pod:3022
22314 #, no-wrap
22315 msgid ""
22316 " part-add device prlogex startsect endsect\n"
22317 "\n"
22318 msgstr ""
22319
22320 # type: textblock
22321 #: ../fish/guestfish-actions.pod:3024
22322 msgid ""
22323 "This command adds a partition to C<device>.  If there is no partition table "
22324 "on the device, call L</part-init> first."
22325 msgstr ""
22326
22327 # type: textblock
22328 #: ../fish/guestfish-actions.pod:3036
22329 msgid ""
22330 "Creating a partition which covers the whole disk is not so easy.  Use "
22331 "L</part-disk> to do that."
22332 msgstr ""
22333
22334 # type: =head2
22335 #: ../fish/guestfish-actions.pod:3039
22336 msgid "part-del"
22337 msgstr ""
22338
22339 # type: verbatim
22340 #: ../fish/guestfish-actions.pod:3041
22341 #, no-wrap
22342 msgid ""
22343 " part-del device partnum\n"
22344 "\n"
22345 msgstr ""
22346
22347 # type: =head2
22348 #: ../fish/guestfish-actions.pod:3049
22349 msgid "part-disk"
22350 msgstr ""
22351
22352 # type: verbatim
22353 #: ../fish/guestfish-actions.pod:3051
22354 #, no-wrap
22355 msgid ""
22356 " part-disk device parttype\n"
22357 "\n"
22358 msgstr ""
22359
22360 # type: textblock
22361 #: ../fish/guestfish-actions.pod:3053
22362 msgid ""
22363 "This command is simply a combination of L</part-init> followed by "
22364 "L</part-add> to create a single primary partition covering the whole disk."
22365 msgstr ""
22366
22367 # type: textblock
22368 #: ../fish/guestfish-actions.pod:3057
22369 msgid ""
22370 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
22371 "possible values are described in L</part-init>."
22372 msgstr ""
22373
22374 # type: =head2
22375 #: ../fish/guestfish-actions.pod:3063
22376 msgid "part-get-bootable"
22377 msgstr ""
22378
22379 # type: verbatim
22380 #: ../fish/guestfish-actions.pod:3065
22381 #, no-wrap
22382 msgid ""
22383 " part-get-bootable device partnum\n"
22384 "\n"
22385 msgstr ""
22386
22387 # type: textblock
22388 #: ../fish/guestfish-actions.pod:3070
22389 msgid "See also L</part-set-bootable>."
22390 msgstr ""
22391
22392 # type: =head2
22393 #: ../fish/guestfish-actions.pod:3072
22394 msgid "part-get-mbr-id"
22395 msgstr ""
22396
22397 # type: verbatim
22398 #: ../fish/guestfish-actions.pod:3074
22399 #, no-wrap
22400 msgid ""
22401 " part-get-mbr-id device partnum\n"
22402 "\n"
22403 msgstr ""
22404
22405 # type: textblock
22406 #: ../fish/guestfish-actions.pod:3079 ../fish/guestfish-actions.pod:3217
22407 msgid ""
22408 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
22409 "undefined results for other partition table types (see "
22410 "L</part-get-parttype>)."
22411 msgstr ""
22412
22413 # type: =head2
22414 #: ../fish/guestfish-actions.pod:3083
22415 msgid "part-get-parttype"
22416 msgstr ""
22417
22418 # type: verbatim
22419 #: ../fish/guestfish-actions.pod:3085
22420 #, no-wrap
22421 msgid ""
22422 " part-get-parttype device\n"
22423 "\n"
22424 msgstr ""
22425
22426 # type: textblock
22427 #: ../fish/guestfish-actions.pod:3090
22428 msgid ""
22429 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
22430 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
22431 "possible, although unusual.  See L</part-init> for a full list."
22432 msgstr ""
22433
22434 # type: =head2
22435 #: ../fish/guestfish-actions.pod:3095
22436 msgid "part-init"
22437 msgstr ""
22438
22439 # type: verbatim
22440 #: ../fish/guestfish-actions.pod:3097
22441 #, no-wrap
22442 msgid ""
22443 " part-init device parttype\n"
22444 "\n"
22445 msgstr ""
22446
22447 # type: textblock
22448 #: ../fish/guestfish-actions.pod:3103
22449 msgid ""
22450 "Initially there are no partitions.  Following this, you should call "
22451 "L</part-add> for each partition required."
22452 msgstr ""
22453
22454 # type: =head2
22455 #: ../fish/guestfish-actions.pod:3166
22456 msgid "part-list"
22457 msgstr ""
22458
22459 # type: verbatim
22460 #: ../fish/guestfish-actions.pod:3168
22461 #, no-wrap
22462 msgid ""
22463 " part-list device\n"
22464 "\n"
22465 msgstr ""
22466
22467 # type: textblock
22468 #: ../fish/guestfish-actions.pod:3183
22469 msgid ""
22470 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
22471 "the device's sector size, see L</blockdev-getss>."
22472 msgstr ""
22473
22474 # type: =head2
22475 #: ../fish/guestfish-actions.pod:3196
22476 msgid "part-set-bootable"
22477 msgstr ""
22478
22479 # type: verbatim
22480 #: ../fish/guestfish-actions.pod:3198
22481 #, no-wrap
22482 msgid ""
22483 " part-set-bootable device partnum true|false\n"
22484 "\n"
22485 msgstr ""
22486
22487 # type: =head2
22488 #: ../fish/guestfish-actions.pod:3207
22489 msgid "part-set-mbr-id"
22490 msgstr ""
22491
22492 # type: verbatim
22493 #: ../fish/guestfish-actions.pod:3209
22494 #, no-wrap
22495 msgid ""
22496 " part-set-mbr-id device partnum idbyte\n"
22497 "\n"
22498 msgstr ""
22499
22500 # type: =head2
22501 #: ../fish/guestfish-actions.pod:3221
22502 msgid "part-set-name"
22503 msgstr ""
22504
22505 # type: verbatim
22506 #: ../fish/guestfish-actions.pod:3223
22507 #, no-wrap
22508 msgid ""
22509 " part-set-name device partnum name\n"
22510 "\n"
22511 msgstr ""
22512
22513 # type: =head2
22514 #: ../fish/guestfish-actions.pod:3231
22515 msgid "part-to-dev"
22516 msgstr ""
22517
22518 # type: verbatim
22519 #: ../fish/guestfish-actions.pod:3233
22520 #, no-wrap
22521 msgid ""
22522 " part-to-dev partition\n"
22523 "\n"
22524 msgstr ""
22525
22526 # type: textblock
22527 #: ../fish/guestfish-actions.pod:3239
22528 msgid ""
22529 "The named partition must exist, for example as a string returned from "
22530 "L</list-partitions>."
22531 msgstr ""
22532
22533 # type: =head2
22534 #: ../fish/guestfish-actions.pod:3242
22535 msgid "ping-daemon"
22536 msgstr ""
22537
22538 # type: verbatim
22539 #: ../fish/guestfish-actions.pod:3244
22540 #, no-wrap
22541 msgid ""
22542 " ping-daemon\n"
22543 "\n"
22544 msgstr ""
22545
22546 # type: =head2
22547 #: ../fish/guestfish-actions.pod:3251
22548 msgid "pread"
22549 msgstr ""
22550
22551 # type: verbatim
22552 #: ../fish/guestfish-actions.pod:3253
22553 #, no-wrap
22554 msgid ""
22555 " pread path count offset\n"
22556 "\n"
22557 msgstr ""
22558
22559 # type: textblock
22560 #: ../fish/guestfish-actions.pod:3261
22561 msgid "See also L</pwrite>, L</pread-device>."
22562 msgstr ""
22563
22564 # type: =head2
22565 #: ../fish/guestfish-actions.pod:3266
22566 msgid "pread-device"
22567 msgstr ""
22568
22569 # type: verbatim
22570 #: ../fish/guestfish-actions.pod:3268
22571 #, no-wrap
22572 msgid ""
22573 " pread-device device count offset\n"
22574 "\n"
22575 msgstr ""
22576
22577 # type: textblock
22578 #: ../fish/guestfish-actions.pod:3276
22579 msgid "See also L</pread>."
22580 msgstr ""
22581
22582 # type: =head2
22583 #: ../fish/guestfish-actions.pod:3281
22584 msgid "pvcreate"
22585 msgstr ""
22586
22587 # type: verbatim
22588 #: ../fish/guestfish-actions.pod:3283
22589 #, no-wrap
22590 msgid ""
22591 " pvcreate device\n"
22592 "\n"
22593 msgstr ""
22594
22595 # type: =head2
22596 #: ../fish/guestfish-actions.pod:3289
22597 msgid "pvremove"
22598 msgstr ""
22599
22600 # type: verbatim
22601 #: ../fish/guestfish-actions.pod:3291
22602 #, no-wrap
22603 msgid ""
22604 " pvremove device\n"
22605 "\n"
22606 msgstr ""
22607
22608 # type: =head2
22609 #: ../fish/guestfish-actions.pod:3300
22610 msgid "pvresize"
22611 msgstr ""
22612
22613 # type: verbatim
22614 #: ../fish/guestfish-actions.pod:3302
22615 #, no-wrap
22616 msgid ""
22617 " pvresize device\n"
22618 "\n"
22619 msgstr ""
22620
22621 # type: =head2
22622 #: ../fish/guestfish-actions.pod:3307
22623 msgid "pvresize-size"
22624 msgstr ""
22625
22626 # type: verbatim
22627 #: ../fish/guestfish-actions.pod:3309
22628 #, no-wrap
22629 msgid ""
22630 " pvresize-size device size\n"
22631 "\n"
22632 msgstr ""
22633
22634 # type: textblock
22635 #: ../fish/guestfish-actions.pod:3311
22636 msgid ""
22637 "This command is the same as L</pvresize> except that it allows you to "
22638 "specify the new size (in bytes) explicitly."
22639 msgstr ""
22640
22641 # type: =head2
22642 #: ../fish/guestfish-actions.pod:3314
22643 msgid "pvs"
22644 msgstr ""
22645
22646 # type: verbatim
22647 #: ../fish/guestfish-actions.pod:3316
22648 #, no-wrap
22649 msgid ""
22650 " pvs\n"
22651 "\n"
22652 msgstr ""
22653
22654 # type: textblock
22655 #: ../fish/guestfish-actions.pod:3324
22656 msgid "See also L</pvs-full>."
22657 msgstr ""
22658
22659 # type: =head2
22660 #: ../fish/guestfish-actions.pod:3326
22661 msgid "pvs-full"
22662 msgstr ""
22663
22664 # type: verbatim
22665 #: ../fish/guestfish-actions.pod:3328
22666 #, no-wrap
22667 msgid ""
22668 " pvs-full\n"
22669 "\n"
22670 msgstr ""
22671
22672 # type: =head2
22673 #: ../fish/guestfish-actions.pod:3333
22674 msgid "pvuuid"
22675 msgstr ""
22676
22677 # type: verbatim
22678 #: ../fish/guestfish-actions.pod:3335
22679 #, no-wrap
22680 msgid ""
22681 " pvuuid device\n"
22682 "\n"
22683 msgstr ""
22684
22685 # type: =head2
22686 #: ../fish/guestfish-actions.pod:3339
22687 msgid "pwrite"
22688 msgstr ""
22689
22690 # type: verbatim
22691 #: ../fish/guestfish-actions.pod:3341
22692 #, no-wrap
22693 msgid ""
22694 " pwrite path content offset\n"
22695 "\n"
22696 msgstr ""
22697
22698 # type: textblock
22699 #: ../fish/guestfish-actions.pod:3352
22700 msgid "See also L</pread>, L</pwrite-device>."
22701 msgstr ""
22702
22703 # type: =head2
22704 #: ../fish/guestfish-actions.pod:3357
22705 msgid "pwrite-device"
22706 msgstr ""
22707
22708 # type: verbatim
22709 #: ../fish/guestfish-actions.pod:3359
22710 #, no-wrap
22711 msgid ""
22712 " pwrite-device device content offset\n"
22713 "\n"
22714 msgstr ""
22715
22716 # type: textblock
22717 #: ../fish/guestfish-actions.pod:3369
22718 msgid "See also L</pwrite>."
22719 msgstr ""
22720
22721 # type: =head2
22722 #: ../fish/guestfish-actions.pod:3374
22723 msgid "read-file"
22724 msgstr ""
22725
22726 # type: verbatim
22727 #: ../fish/guestfish-actions.pod:3376
22728 #, no-wrap
22729 msgid ""
22730 " read-file path\n"
22731 "\n"
22732 msgstr ""
22733
22734 # type: textblock
22735 #: ../fish/guestfish-actions.pod:3381
22736 msgid ""
22737 "Unlike L</cat>, this function can correctly handle files that contain "
22738 "embedded ASCII NUL characters.  However unlike L</download>, this function "
22739 "is limited in the total size of file that can be handled."
22740 msgstr ""
22741
22742 # type: =head2
22743 #: ../fish/guestfish-actions.pod:3389
22744 msgid "read-lines"
22745 msgstr ""
22746
22747 # type: verbatim
22748 #: ../fish/guestfish-actions.pod:3391
22749 #, no-wrap
22750 msgid ""
22751 " read-lines path\n"
22752 "\n"
22753 msgstr ""
22754
22755 # type: textblock
22756 #: ../fish/guestfish-actions.pod:3398
22757 msgid ""
22758 "Note that this function cannot correctly handle binary files (specifically, "
22759 "files containing C<\\0> character which is treated as end of line).  For "
22760 "those you need to use the L</read-file> function which has a more complex "
22761 "interface."
22762 msgstr ""
22763
22764 # type: =head2
22765 #: ../fish/guestfish-actions.pod:3403
22766 msgid "readdir"
22767 msgstr ""
22768
22769 # type: verbatim
22770 #: ../fish/guestfish-actions.pod:3405
22771 #, no-wrap
22772 msgid ""
22773 " readdir dir\n"
22774 "\n"
22775 msgstr ""
22776
22777 # type: textblock
22778 #: ../fish/guestfish-actions.pod:3457
22779 msgid ""
22780 "This function is primarily intended for use by programs.  To get a simple "
22781 "list of names, use L</ls>.  To get a printable directory for human "
22782 "consumption, use L</ll>."
22783 msgstr ""
22784
22785 # type: =head2
22786 #: ../fish/guestfish-actions.pod:3461
22787 msgid "readlink"
22788 msgstr ""
22789
22790 # type: verbatim
22791 #: ../fish/guestfish-actions.pod:3463
22792 #, no-wrap
22793 msgid ""
22794 " readlink path\n"
22795 "\n"
22796 msgstr ""
22797
22798 # type: =head2
22799 #: ../fish/guestfish-actions.pod:3467
22800 msgid "readlinklist"
22801 msgstr ""
22802
22803 # type: verbatim
22804 #: ../fish/guestfish-actions.pod:3469
22805 #, no-wrap
22806 msgid ""
22807 " readlinklist path 'names ...'\n"
22808 "\n"
22809 msgstr ""
22810
22811 # type: =head2
22812 #: ../fish/guestfish-actions.pod:3493
22813 msgid "realpath"
22814 msgstr ""
22815
22816 # type: verbatim
22817 #: ../fish/guestfish-actions.pod:3495
22818 #, no-wrap
22819 msgid ""
22820 " realpath path\n"
22821 "\n"
22822 msgstr ""
22823
22824 # type: =head2
22825 #: ../fish/guestfish-actions.pod:3500
22826 msgid "removexattr"
22827 msgstr ""
22828
22829 # type: verbatim
22830 #: ../fish/guestfish-actions.pod:3502
22831 #, no-wrap
22832 msgid ""
22833 " removexattr xattr path\n"
22834 "\n"
22835 msgstr ""
22836
22837 # type: textblock
22838 #: ../fish/guestfish-actions.pod:3507
22839 msgid "See also: L</lremovexattr>, L<attr(5)>."
22840 msgstr ""
22841
22842 # type: =head2
22843 #: ../fish/guestfish-actions.pod:3509
22844 msgid "resize2fs"
22845 msgstr ""
22846
22847 # type: verbatim
22848 #: ../fish/guestfish-actions.pod:3511
22849 #, no-wrap
22850 msgid ""
22851 " resize2fs device\n"
22852 "\n"
22853 msgstr ""
22854
22855 # type: textblock
22856 #: ../fish/guestfish-actions.pod:3516
22857 msgid ""
22858 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
22859 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
22860 "gives an error about this and sometimes not.  In any case, it is always safe "
22861 "to call L</e2fsck-f> before calling this function."
22862 msgstr ""
22863
22864 # type: =head2
22865 #: ../fish/guestfish-actions.pod:3522
22866 msgid "resize2fs-size"
22867 msgstr ""
22868
22869 # type: verbatim
22870 #: ../fish/guestfish-actions.pod:3524
22871 #, no-wrap
22872 msgid ""
22873 " resize2fs-size device size\n"
22874 "\n"
22875 msgstr ""
22876
22877 # type: textblock
22878 #: ../fish/guestfish-actions.pod:3526
22879 msgid ""
22880 "This command is the same as L</resize2fs> except that it allows you to "
22881 "specify the new size (in bytes) explicitly."
22882 msgstr ""
22883
22884 # type: =head2
22885 #: ../fish/guestfish-actions.pod:3529
22886 msgid "rm"
22887 msgstr ""
22888
22889 # type: verbatim
22890 #: ../fish/guestfish-actions.pod:3531
22891 #, no-wrap
22892 msgid ""
22893 " rm path\n"
22894 "\n"
22895 msgstr ""
22896
22897 # type: =head2
22898 #: ../fish/guestfish-actions.pod:3535
22899 msgid "rm-rf"
22900 msgstr ""
22901
22902 # type: verbatim
22903 #: ../fish/guestfish-actions.pod:3537
22904 #, no-wrap
22905 msgid ""
22906 " rm-rf path\n"
22907 "\n"
22908 msgstr ""
22909
22910 # type: =head2
22911 #: ../fish/guestfish-actions.pod:3543
22912 msgid "rmdir"
22913 msgstr ""
22914
22915 # type: verbatim
22916 #: ../fish/guestfish-actions.pod:3545
22917 #, no-wrap
22918 msgid ""
22919 " rmdir path\n"
22920 "\n"
22921 msgstr ""
22922
22923 # type: =head2
22924 #: ../fish/guestfish-actions.pod:3549
22925 msgid "rmmountpoint"
22926 msgstr ""
22927
22928 # type: verbatim
22929 #: ../fish/guestfish-actions.pod:3551
22930 #, no-wrap
22931 msgid ""
22932 " rmmountpoint exemptpath\n"
22933 "\n"
22934 msgstr ""
22935
22936 # type: textblock
22937 #: ../fish/guestfish-actions.pod:3553
22938 msgid ""
22939 "This calls removes a mountpoint that was previously created with "
22940 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
22941 msgstr ""
22942
22943 # type: =head2
22944 #: ../fish/guestfish-actions.pod:3557
22945 msgid "scrub-device"
22946 msgstr ""
22947
22948 # type: verbatim
22949 #: ../fish/guestfish-actions.pod:3559
22950 #, no-wrap
22951 msgid ""
22952 " scrub-device device\n"
22953 "\n"
22954 msgstr ""
22955
22956 # type: =head2
22957 #: ../fish/guestfish-actions.pod:3570
22958 msgid "scrub-file"
22959 msgstr ""
22960
22961 # type: verbatim
22962 #: ../fish/guestfish-actions.pod:3572
22963 #, no-wrap
22964 msgid ""
22965 " scrub-file file\n"
22966 "\n"
22967 msgstr ""
22968
22969 # type: =head2
22970 #: ../fish/guestfish-actions.pod:3582
22971 msgid "scrub-freespace"
22972 msgstr ""
22973
22974 # type: verbatim
22975 #: ../fish/guestfish-actions.pod:3584
22976 #, no-wrap
22977 msgid ""
22978 " scrub-freespace dir\n"
22979 "\n"
22980 msgstr ""
22981
22982 # type: textblock
22983 #: ../fish/guestfish-actions.pod:3586
22984 msgid ""
22985 "This command creates the directory C<dir> and then fills it with files until "
22986 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
22987 "deletes them.  The intention is to scrub any free space on the partition "
22988 "containing C<dir>."
22989 msgstr ""
22990
22991 # type: =head2
22992 #: ../fish/guestfish-actions.pod:3595
22993 msgid "set-append"
22994 msgstr ""
22995
22996 # type: =head2
22997 #: ../fish/guestfish-actions.pod:3597
22998 msgid "append"
22999 msgstr ""
23000
23001 # type: verbatim
23002 #: ../fish/guestfish-actions.pod:3599
23003 #, no-wrap
23004 msgid ""
23005 " set-append append\n"
23006 "\n"
23007 msgstr ""
23008
23009 # type: =head2
23010 #: ../fish/guestfish-actions.pod:3610
23011 msgid "set-autosync"
23012 msgstr ""
23013
23014 # type: =head2
23015 #: ../fish/guestfish-actions.pod:3612
23016 msgid "autosync"
23017 msgstr ""
23018
23019 # type: verbatim
23020 #: ../fish/guestfish-actions.pod:3614
23021 #, no-wrap
23022 msgid ""
23023 " set-autosync true|false\n"
23024 "\n"
23025 msgstr ""
23026
23027 # type: textblock
23028 #: ../fish/guestfish-actions.pod:3616
23029 msgid ""
23030 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
23031 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
23032 "closed (also if the program exits without closing handles)."
23033 msgstr ""
23034
23035 # type: =head2
23036 #: ../fish/guestfish-actions.pod:3624
23037 msgid "set-direct"
23038 msgstr ""
23039
23040 # type: =head2
23041 #: ../fish/guestfish-actions.pod:3626
23042 msgid "direct"
23043 msgstr ""
23044
23045 # type: verbatim
23046 #: ../fish/guestfish-actions.pod:3628
23047 #, no-wrap
23048 msgid ""
23049 " set-direct true|false\n"
23050 "\n"
23051 msgstr ""
23052
23053 # type: textblock
23054 #: ../fish/guestfish-actions.pod:3634
23055 msgid ""
23056 "One consequence of this is that log messages aren't caught by the library "
23057 "and handled by L</set-log-message-callback>, but go straight to stdout."
23058 msgstr ""
23059
23060 # type: =head2
23061 #: ../fish/guestfish-actions.pod:3643
23062 msgid "set-e2label"
23063 msgstr ""
23064
23065 # type: verbatim
23066 #: ../fish/guestfish-actions.pod:3645
23067 #, no-wrap
23068 msgid ""
23069 " set-e2label device label\n"
23070 "\n"
23071 msgstr ""
23072
23073 # type: textblock
23074 #: ../fish/guestfish-actions.pod:3651
23075 msgid ""
23076 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
23077 "label on a filesystem."
23078 msgstr ""
23079
23080 # type: =head2
23081 #: ../fish/guestfish-actions.pod:3654
23082 msgid "set-e2uuid"
23083 msgstr ""
23084
23085 # type: verbatim
23086 #: ../fish/guestfish-actions.pod:3656
23087 #, no-wrap
23088 msgid ""
23089 " set-e2uuid device uuid\n"
23090 "\n"
23091 msgstr ""
23092
23093 # type: textblock
23094 #: ../fish/guestfish-actions.pod:3663
23095 msgid ""
23096 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
23097 "UUID of a filesystem."
23098 msgstr ""
23099
23100 # type: =head2
23101 #: ../fish/guestfish-actions.pod:3666
23102 msgid "set-memsize"
23103 msgstr ""
23104
23105 # type: =head2
23106 #: ../fish/guestfish-actions.pod:3668
23107 msgid "memsize"
23108 msgstr ""
23109
23110 # type: verbatim
23111 #: ../fish/guestfish-actions.pod:3670
23112 #, no-wrap
23113 msgid ""
23114 " set-memsize memsize\n"
23115 "\n"
23116 msgstr ""
23117
23118 # type: textblock
23119 #: ../fish/guestfish-actions.pod:3672
23120 msgid ""
23121 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
23122 "This only has any effect if called before L</launch>."
23123 msgstr ""
23124
23125 # type: =head2
23126 #: ../fish/guestfish-actions.pod:3683
23127 msgid "set-network"
23128 msgstr ""
23129
23130 # type: =head2
23131 #: ../fish/guestfish-actions.pod:3685
23132 msgid "network"
23133 msgstr ""
23134
23135 # type: verbatim
23136 #: ../fish/guestfish-actions.pod:3687
23137 #, no-wrap
23138 msgid ""
23139 " set-network true|false\n"
23140 "\n"
23141 msgstr ""
23142
23143 # type: textblock
23144 #: ../fish/guestfish-actions.pod:3695
23145 msgid "You must call this before calling L</launch>, otherwise it has no effect."
23146 msgstr ""
23147
23148 # type: =head2
23149 #: ../fish/guestfish-actions.pod:3698
23150 msgid "set-path"
23151 msgstr ""
23152
23153 # type: =head2
23154 #: ../fish/guestfish-actions.pod:3700
23155 msgid "path"
23156 msgstr ""
23157
23158 # type: verbatim
23159 #: ../fish/guestfish-actions.pod:3702
23160 #, no-wrap
23161 msgid ""
23162 " set-path searchpath\n"
23163 "\n"
23164 msgstr ""
23165
23166 # type: =head2
23167 #: ../fish/guestfish-actions.pod:3711
23168 msgid "set-qemu"
23169 msgstr ""
23170
23171 # type: =head2
23172 #: ../fish/guestfish-actions.pod:3713
23173 msgid "qemu"
23174 msgstr ""
23175
23176 # type: verbatim
23177 #: ../fish/guestfish-actions.pod:3715
23178 #, no-wrap
23179 msgid ""
23180 " set-qemu qemu\n"
23181 "\n"
23182 msgstr ""
23183
23184 # type: =head2
23185 #: ../fish/guestfish-actions.pod:3735
23186 msgid "set-recovery-proc"
23187 msgstr ""
23188
23189 # type: =head2
23190 #: ../fish/guestfish-actions.pod:3737
23191 msgid "recovery-proc"
23192 msgstr ""
23193
23194 # type: verbatim
23195 #: ../fish/guestfish-actions.pod:3739
23196 #, no-wrap
23197 msgid ""
23198 " set-recovery-proc true|false\n"
23199 "\n"
23200 msgstr ""
23201
23202 # type: textblock
23203 #: ../fish/guestfish-actions.pod:3741
23204 msgid ""
23205 "If this is called with the parameter C<false> then L</launch> does not "
23206 "create a recovery process.  The purpose of the recovery process is to stop "
23207 "runaway qemu processes in the case where the main program aborts abruptly."
23208 msgstr ""
23209
23210 # type: textblock
23211 #: ../fish/guestfish-actions.pod:3746
23212 msgid ""
23213 "This only has any effect if called before L</launch>, and the default is "
23214 "true."
23215 msgstr ""
23216
23217 # type: =head2
23218 #: ../fish/guestfish-actions.pod:3755
23219 msgid "set-selinux"
23220 msgstr ""
23221
23222 # type: =head2
23223 #: ../fish/guestfish-actions.pod:3757
23224 msgid "selinux"
23225 msgstr ""
23226
23227 # type: verbatim
23228 #: ../fish/guestfish-actions.pod:3759
23229 #, no-wrap
23230 msgid ""
23231 " set-selinux true|false\n"
23232 "\n"
23233 msgstr ""
23234
23235 # type: =head2
23236 #: ../fish/guestfish-actions.pod:3770
23237 msgid "set-trace"
23238 msgstr ""
23239
23240 # type: =head2
23241 #: ../fish/guestfish-actions.pod:3772
23242 msgid "trace"
23243 msgstr ""
23244
23245 # type: verbatim
23246 #: ../fish/guestfish-actions.pod:3774
23247 #, no-wrap
23248 msgid ""
23249 " set-trace true|false\n"
23250 "\n"
23251 msgstr ""
23252
23253 # type: =head2
23254 #: ../fish/guestfish-actions.pod:3790
23255 msgid "set-verbose"
23256 msgstr ""
23257
23258 # type: =head2
23259 #: ../fish/guestfish-actions.pod:3792
23260 msgid "verbose"
23261 msgstr ""
23262
23263 # type: verbatim
23264 #: ../fish/guestfish-actions.pod:3794
23265 #, no-wrap
23266 msgid ""
23267 " set-verbose true|false\n"
23268 "\n"
23269 msgstr ""
23270
23271 # type: =head2
23272 #: ../fish/guestfish-actions.pod:3801
23273 msgid "setcon"
23274 msgstr ""
23275
23276 # type: verbatim
23277 #: ../fish/guestfish-actions.pod:3803
23278 #, no-wrap
23279 msgid ""
23280 " setcon context\n"
23281 "\n"
23282 msgstr ""
23283
23284 # type: =head2
23285 #: ../fish/guestfish-actions.pod:3810
23286 msgid "setxattr"
23287 msgstr ""
23288
23289 # type: verbatim
23290 #: ../fish/guestfish-actions.pod:3812
23291 #, no-wrap
23292 msgid ""
23293 " setxattr xattr val vallen path\n"
23294 "\n"
23295 msgstr ""
23296
23297 # type: textblock
23298 #: ../fish/guestfish-actions.pod:3818
23299 msgid "See also: L</lsetxattr>, L<attr(5)>."
23300 msgstr ""
23301
23302 # type: =head2
23303 #: ../fish/guestfish-actions.pod:3820
23304 msgid "sfdisk"
23305 msgstr ""
23306
23307 # type: verbatim
23308 #: ../fish/guestfish-actions.pod:3822
23309 #, no-wrap
23310 msgid ""
23311 " sfdisk device cyls heads sectors 'lines ...'\n"
23312 "\n"
23313 msgstr ""
23314
23315 # type: textblock
23316 #: ../fish/guestfish-actions.pod:3844
23317 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
23318 msgstr ""
23319
23320 # type: =head2
23321 #: ../fish/guestfish-actions.pod:3850
23322 msgid "sfdiskM"
23323 msgstr ""
23324
23325 # type: verbatim
23326 #: ../fish/guestfish-actions.pod:3852
23327 #, no-wrap
23328 msgid ""
23329 " sfdiskM device 'lines ...'\n"
23330 "\n"
23331 msgstr ""
23332
23333 # type: textblock
23334 #: ../fish/guestfish-actions.pod:3854
23335 msgid ""
23336 "This is a simplified interface to the L</sfdisk> command, where partition "
23337 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
23338 "you don't need to specify the cyls, heads and sectors parameters which were "
23339 "rarely if ever used anyway."
23340 msgstr ""
23341
23342 # type: textblock
23343 #: ../fish/guestfish-actions.pod:3860
23344 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
23345 msgstr ""
23346
23347 # type: =head2
23348 #: ../fish/guestfish-actions.pod:3866
23349 msgid "sfdisk-N"
23350 msgstr ""
23351
23352 # type: verbatim
23353 #: ../fish/guestfish-actions.pod:3868
23354 #, no-wrap
23355 msgid ""
23356 " sfdisk-N device partnum cyls heads sectors line\n"
23357 "\n"
23358 msgstr ""
23359
23360 # type: textblock
23361 #: ../fish/guestfish-actions.pod:3873
23362 msgid ""
23363 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
23364 "cyls/heads/sectors parameters."
23365 msgstr ""
23366
23367 # type: textblock
23368 #: ../fish/guestfish-actions.pod:3876
23369 msgid "See also: L</part-add>"
23370 msgstr ""
23371
23372 # type: =head2
23373 #: ../fish/guestfish-actions.pod:3881
23374 msgid "sfdisk-disk-geometry"
23375 msgstr ""
23376
23377 # type: verbatim
23378 #: ../fish/guestfish-actions.pod:3883
23379 #, no-wrap
23380 msgid ""
23381 " sfdisk-disk-geometry device\n"
23382 "\n"
23383 msgstr ""
23384
23385 # type: textblock
23386 #: ../fish/guestfish-actions.pod:3885
23387 msgid ""
23388 "This displays the disk geometry of C<device> read from the partition table.  "
23389 "Especially in the case where the underlying block device has been resized, "
23390 "this can be different from the kernel's idea of the geometry (see "
23391 "L</sfdisk-kernel-geometry>)."
23392 msgstr ""
23393
23394 # type: =head2
23395 #: ../fish/guestfish-actions.pod:3893
23396 msgid "sfdisk-kernel-geometry"
23397 msgstr ""
23398
23399 # type: verbatim
23400 #: ../fish/guestfish-actions.pod:3895
23401 #, no-wrap
23402 msgid ""
23403 " sfdisk-kernel-geometry device\n"
23404 "\n"
23405 msgstr ""
23406
23407 # type: =head2
23408 #: ../fish/guestfish-actions.pod:3902
23409 msgid "sfdisk-l"
23410 msgstr ""
23411
23412 # type: verbatim
23413 #: ../fish/guestfish-actions.pod:3904
23414 #, no-wrap
23415 msgid ""
23416 " sfdisk-l device\n"
23417 "\n"
23418 msgstr ""
23419
23420 # type: textblock
23421 #: ../fish/guestfish-actions.pod:3910
23422 msgid "See also: L</part-list>"
23423 msgstr ""
23424
23425 # type: =head2
23426 #: ../fish/guestfish-actions.pod:3912
23427 msgid "sh"
23428 msgstr ""
23429
23430 # type: verbatim
23431 #: ../fish/guestfish-actions.pod:3914
23432 #, no-wrap
23433 msgid ""
23434 " sh command\n"
23435 "\n"
23436 msgstr ""
23437
23438 # type: textblock
23439 #: ../fish/guestfish-actions.pod:3919
23440 msgid "This is like L</command>, but passes the command to:"
23441 msgstr ""
23442
23443 # type: textblock
23444 #: ../fish/guestfish-actions.pod:3927
23445 msgid "All the provisos about L</command> apply to this call."
23446 msgstr ""
23447
23448 # type: =head2
23449 #: ../fish/guestfish-actions.pod:3929
23450 msgid "sh-lines"
23451 msgstr ""
23452
23453 # type: verbatim
23454 #: ../fish/guestfish-actions.pod:3931
23455 #, no-wrap
23456 msgid ""
23457 " sh-lines command\n"
23458 "\n"
23459 msgstr ""
23460
23461 # type: textblock
23462 #: ../fish/guestfish-actions.pod:3933
23463 msgid "This is the same as L</sh>, but splits the result into a list of lines."
23464 msgstr ""
23465
23466 # type: textblock
23467 #: ../fish/guestfish-actions.pod:3936
23468 msgid "See also: L</command-lines>"
23469 msgstr ""
23470
23471 # type: =head2
23472 #: ../fish/guestfish-actions.pod:3938
23473 msgid "sleep"
23474 msgstr ""
23475
23476 # type: verbatim
23477 #: ../fish/guestfish-actions.pod:3940
23478 #, no-wrap
23479 msgid ""
23480 " sleep secs\n"
23481 "\n"
23482 msgstr ""
23483
23484 # type: =head2
23485 #: ../fish/guestfish-actions.pod:3944
23486 msgid "stat"
23487 msgstr ""
23488
23489 # type: verbatim
23490 #: ../fish/guestfish-actions.pod:3946
23491 #, no-wrap
23492 msgid ""
23493 " stat path\n"
23494 "\n"
23495 msgstr ""
23496
23497 # type: =head2
23498 #: ../fish/guestfish-actions.pod:3952
23499 msgid "statvfs"
23500 msgstr ""
23501
23502 # type: verbatim
23503 #: ../fish/guestfish-actions.pod:3954
23504 #, no-wrap
23505 msgid ""
23506 " statvfs path\n"
23507 "\n"
23508 msgstr ""
23509
23510 # type: =head2
23511 #: ../fish/guestfish-actions.pod:3962
23512 msgid "strings"
23513 msgstr ""
23514
23515 # type: verbatim
23516 #: ../fish/guestfish-actions.pod:3964
23517 #, no-wrap
23518 msgid ""
23519 " strings path\n"
23520 "\n"
23521 msgstr ""
23522
23523 # type: =head2
23524 #: ../fish/guestfish-actions.pod:3972
23525 msgid "strings-e"
23526 msgstr ""
23527
23528 # type: verbatim
23529 #: ../fish/guestfish-actions.pod:3974
23530 #, no-wrap
23531 msgid ""
23532 " strings-e encoding path\n"
23533 "\n"
23534 msgstr ""
23535
23536 # type: textblock
23537 #: ../fish/guestfish-actions.pod:3976
23538 msgid ""
23539 "This is like the L</strings> command, but allows you to specify the encoding "
23540 "of strings that are looked for in the source file C<path>."
23541 msgstr ""
23542
23543 # type: textblock
23544 #: ../fish/guestfish-actions.pod:3986
23545 msgid ""
23546 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
23547 "ISO-8859-X (this is what L</strings> uses)."
23548 msgstr ""
23549
23550 # type: =head2
23551 #: ../fish/guestfish-actions.pod:4018
23552 msgid "swapoff-device"
23553 msgstr ""
23554
23555 # type: verbatim
23556 #: ../fish/guestfish-actions.pod:4020
23557 #, no-wrap
23558 msgid ""
23559 " swapoff-device device\n"
23560 "\n"
23561 msgstr ""
23562
23563 # type: textblock
23564 #: ../fish/guestfish-actions.pod:4022
23565 msgid ""
23566 "This command disables the libguestfs appliance swap device or partition "
23567 "named C<device>.  See L</swapon-device>."
23568 msgstr ""
23569
23570 # type: =head2
23571 #: ../fish/guestfish-actions.pod:4026
23572 msgid "swapoff-file"
23573 msgstr ""
23574
23575 # type: verbatim
23576 #: ../fish/guestfish-actions.pod:4028
23577 #, no-wrap
23578 msgid ""
23579 " swapoff-file file\n"
23580 "\n"
23581 msgstr ""
23582
23583 # type: =head2
23584 #: ../fish/guestfish-actions.pod:4032
23585 msgid "swapoff-label"
23586 msgstr ""
23587
23588 # type: verbatim
23589 #: ../fish/guestfish-actions.pod:4034
23590 #, no-wrap
23591 msgid ""
23592 " swapoff-label label\n"
23593 "\n"
23594 msgstr ""
23595
23596 # type: =head2
23597 #: ../fish/guestfish-actions.pod:4039
23598 msgid "swapoff-uuid"
23599 msgstr ""
23600
23601 # type: verbatim
23602 #: ../fish/guestfish-actions.pod:4041
23603 #, no-wrap
23604 msgid ""
23605 " swapoff-uuid uuid\n"
23606 "\n"
23607 msgstr ""
23608
23609 # type: =head2
23610 #: ../fish/guestfish-actions.pod:4046
23611 msgid "swapon-device"
23612 msgstr ""
23613
23614 # type: verbatim
23615 #: ../fish/guestfish-actions.pod:4048
23616 #, no-wrap
23617 msgid ""
23618 " swapon-device device\n"
23619 "\n"
23620 msgstr ""
23621
23622 # type: textblock
23623 #: ../fish/guestfish-actions.pod:4050
23624 msgid ""
23625 "This command enables the libguestfs appliance to use the swap device or "
23626 "partition named C<device>.  The increased memory is made available for all "
23627 "commands, for example those run using L</command> or L</sh>."
23628 msgstr ""
23629
23630 # type: =head2
23631 #: ../fish/guestfish-actions.pod:4062
23632 msgid "swapon-file"
23633 msgstr ""
23634
23635 # type: verbatim
23636 #: ../fish/guestfish-actions.pod:4064
23637 #, no-wrap
23638 msgid ""
23639 " swapon-file file\n"
23640 "\n"
23641 msgstr ""
23642
23643 # type: textblock
23644 #: ../fish/guestfish-actions.pod:4066
23645 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
23646 msgstr ""
23647
23648 # type: =head2
23649 #: ../fish/guestfish-actions.pod:4069
23650 msgid "swapon-label"
23651 msgstr ""
23652
23653 # type: verbatim
23654 #: ../fish/guestfish-actions.pod:4071
23655 #, no-wrap
23656 msgid ""
23657 " swapon-label label\n"
23658 "\n"
23659 msgstr ""
23660
23661 # type: textblock
23662 #: ../fish/guestfish-actions.pod:4073
23663 msgid ""
23664 "This command enables swap to a labeled swap partition.  See "
23665 "L</swapon-device> for other notes."
23666 msgstr ""
23667
23668 # type: =head2
23669 #: ../fish/guestfish-actions.pod:4076
23670 msgid "swapon-uuid"
23671 msgstr ""
23672
23673 # type: verbatim
23674 #: ../fish/guestfish-actions.pod:4078
23675 #, no-wrap
23676 msgid ""
23677 " swapon-uuid uuid\n"
23678 "\n"
23679 msgstr ""
23680
23681 # type: textblock
23682 #: ../fish/guestfish-actions.pod:4080
23683 msgid ""
23684 "This command enables swap to a swap partition with the given UUID.  See "
23685 "L</swapon-device> for other notes."
23686 msgstr ""
23687
23688 # type: =head2
23689 #: ../fish/guestfish-actions.pod:4083
23690 msgid "sync"
23691 msgstr ""
23692
23693 # type: verbatim
23694 #: ../fish/guestfish-actions.pod:4085
23695 #, no-wrap
23696 msgid ""
23697 " sync\n"
23698 "\n"
23699 msgstr ""
23700
23701 # type: =head2
23702 #: ../fish/guestfish-actions.pod:4093
23703 msgid "tail"
23704 msgstr ""
23705
23706 # type: verbatim
23707 #: ../fish/guestfish-actions.pod:4095
23708 #, no-wrap
23709 msgid ""
23710 " tail path\n"
23711 "\n"
23712 msgstr ""
23713
23714 # type: =head2
23715 #: ../fish/guestfish-actions.pod:4103
23716 msgid "tail-n"
23717 msgstr ""
23718
23719 # type: verbatim
23720 #: ../fish/guestfish-actions.pod:4105
23721 #, no-wrap
23722 msgid ""
23723 " tail-n nrlines path\n"
23724 "\n"
23725 msgstr ""
23726
23727 # type: =head2
23728 #: ../fish/guestfish-actions.pod:4118
23729 msgid "tar-in"
23730 msgstr ""
23731
23732 # type: verbatim
23733 #: ../fish/guestfish-actions.pod:4120
23734 #, no-wrap
23735 msgid ""
23736 " tar-in (tarfile|-) directory\n"
23737 "\n"
23738 msgstr ""
23739
23740 # type: textblock
23741 #: ../fish/guestfish-actions.pod:4125
23742 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
23743 msgstr ""
23744
23745 # type: =head2
23746 #: ../fish/guestfish-actions.pod:4130
23747 msgid "tar-out"
23748 msgstr ""
23749
23750 # type: verbatim
23751 #: ../fish/guestfish-actions.pod:4132
23752 #, no-wrap
23753 msgid ""
23754 " tar-out directory (tarfile|-)\n"
23755 "\n"
23756 msgstr ""
23757
23758 # type: textblock
23759 #: ../fish/guestfish-actions.pod:4137
23760 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
23761 msgstr ""
23762
23763 # type: =head2
23764 #: ../fish/guestfish-actions.pod:4142
23765 msgid "tgz-in"
23766 msgstr ""
23767
23768 # type: verbatim
23769 #: ../fish/guestfish-actions.pod:4144
23770 #, no-wrap
23771 msgid ""
23772 " tgz-in (tarball|-) directory\n"
23773 "\n"
23774 msgstr ""
23775
23776 # type: textblock
23777 #: ../fish/guestfish-actions.pod:4149
23778 msgid "To upload an uncompressed tarball, use L</tar-in>."
23779 msgstr ""
23780
23781 # type: =head2
23782 #: ../fish/guestfish-actions.pod:4153
23783 msgid "tgz-out"
23784 msgstr ""
23785
23786 # type: verbatim
23787 #: ../fish/guestfish-actions.pod:4155
23788 #, no-wrap
23789 msgid ""
23790 " tgz-out directory (tarball|-)\n"
23791 "\n"
23792 msgstr ""
23793
23794 # type: textblock
23795 #: ../fish/guestfish-actions.pod:4160
23796 msgid "To download an uncompressed tarball, use L</tar-out>."
23797 msgstr ""
23798
23799 # type: =head2
23800 #: ../fish/guestfish-actions.pod:4164
23801 msgid "touch"
23802 msgstr ""
23803
23804 # type: verbatim
23805 #: ../fish/guestfish-actions.pod:4166
23806 #, no-wrap
23807 msgid ""
23808 " touch path\n"
23809 "\n"
23810 msgstr ""
23811
23812 # type: =head2
23813 #: ../fish/guestfish-actions.pod:4175
23814 msgid "truncate"
23815 msgstr ""
23816
23817 # type: verbatim
23818 #: ../fish/guestfish-actions.pod:4177
23819 #, no-wrap
23820 msgid ""
23821 " truncate path\n"
23822 "\n"
23823 msgstr ""
23824
23825 # type: =head2
23826 #: ../fish/guestfish-actions.pod:4182
23827 msgid "truncate-size"
23828 msgstr ""
23829
23830 # type: verbatim
23831 #: ../fish/guestfish-actions.pod:4184
23832 #, no-wrap
23833 msgid ""
23834 " truncate-size path size\n"
23835 "\n"
23836 msgstr ""
23837
23838 # type: textblock
23839 #: ../fish/guestfish-actions.pod:4189
23840 msgid ""
23841 "If the current file size is less than C<size> then the file is extended to "
23842 "the required size with zero bytes.  This creates a sparse file (ie. disk "
23843 "blocks are not allocated for the file until you write to it).  To create a "
23844 "non-sparse file of zeroes, use L</fallocate64> instead."
23845 msgstr ""
23846
23847 # type: =head2
23848 #: ../fish/guestfish-actions.pod:4195
23849 msgid "tune2fs-l"
23850 msgstr ""
23851
23852 # type: verbatim
23853 #: ../fish/guestfish-actions.pod:4197
23854 #, no-wrap
23855 msgid ""
23856 " tune2fs-l device\n"
23857 "\n"
23858 msgstr ""
23859
23860 # type: =head2
23861 #: ../fish/guestfish-actions.pod:4207
23862 msgid "txz-in"
23863 msgstr ""
23864
23865 # type: verbatim
23866 #: ../fish/guestfish-actions.pod:4209
23867 #, no-wrap
23868 msgid ""
23869 " txz-in (tarball|-) directory\n"
23870 "\n"
23871 msgstr ""
23872
23873 # type: =head2
23874 #: ../fish/guestfish-actions.pod:4216
23875 msgid "txz-out"
23876 msgstr ""
23877
23878 # type: verbatim
23879 #: ../fish/guestfish-actions.pod:4218
23880 #, no-wrap
23881 msgid ""
23882 " txz-out directory (tarball|-)\n"
23883 "\n"
23884 msgstr ""
23885
23886 # type: =head2
23887 #: ../fish/guestfish-actions.pod:4225
23888 msgid "umask"
23889 msgstr ""
23890
23891 # type: verbatim
23892 #: ../fish/guestfish-actions.pod:4227
23893 #, no-wrap
23894 msgid ""
23895 " umask mask\n"
23896 "\n"
23897 msgstr ""
23898
23899 # type: textblock
23900 #: ../fish/guestfish-actions.pod:4241
23901 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
23902 msgstr ""
23903
23904 # type: =head2
23905 #: ../fish/guestfish-actions.pod:4246
23906 msgid "umount"
23907 msgstr ""
23908
23909 # type: =head2
23910 #: ../fish/guestfish-actions.pod:4248
23911 msgid "unmount"
23912 msgstr ""
23913
23914 # type: verbatim
23915 #: ../fish/guestfish-actions.pod:4250
23916 #, no-wrap
23917 msgid ""
23918 " umount pathordevice\n"
23919 "\n"
23920 msgstr ""
23921
23922 # type: =head2
23923 #: ../fish/guestfish-actions.pod:4256
23924 msgid "umount-all"
23925 msgstr ""
23926
23927 # type: =head2
23928 #: ../fish/guestfish-actions.pod:4258
23929 msgid "unmount-all"
23930 msgstr ""
23931
23932 # type: verbatim
23933 #: ../fish/guestfish-actions.pod:4260
23934 #, no-wrap
23935 msgid ""
23936 " umount-all\n"
23937 "\n"
23938 msgstr ""
23939
23940 # type: =head2
23941 #: ../fish/guestfish-actions.pod:4266
23942 msgid "upload"
23943 msgstr ""
23944
23945 # type: verbatim
23946 #: ../fish/guestfish-actions.pod:4268
23947 #, no-wrap
23948 msgid ""
23949 " upload (filename|-) remotefilename\n"
23950 "\n"
23951 msgstr ""
23952
23953 # type: textblock
23954 #: ../fish/guestfish-actions.pod:4275
23955 msgid "See also L</download>."
23956 msgstr ""
23957
23958 # type: =head2
23959 #: ../fish/guestfish-actions.pod:4279
23960 msgid "upload-offset"
23961 msgstr ""
23962
23963 # type: verbatim
23964 #: ../fish/guestfish-actions.pod:4281
23965 #, no-wrap
23966 msgid ""
23967 " upload-offset (filename|-) remotefilename offset\n"
23968 "\n"
23969 msgstr ""
23970
23971 # type: textblock
23972 #: ../fish/guestfish-actions.pod:4293
23973 msgid ""
23974 "Note that there is no limit on the amount of data that can be uploaded with "
23975 "this call, unlike with L</pwrite>, and this call always writes the full "
23976 "amount unless an error occurs."
23977 msgstr ""
23978
23979 # type: textblock
23980 #: ../fish/guestfish-actions.pod:4298
23981 msgid "See also L</upload>, L</pwrite>."
23982 msgstr ""
23983
23984 # type: =head2
23985 #: ../fish/guestfish-actions.pod:4302
23986 msgid "utimens"
23987 msgstr ""
23988
23989 # type: verbatim
23990 #: ../fish/guestfish-actions.pod:4304
23991 #, no-wrap
23992 msgid ""
23993 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
23994 "\n"
23995 msgstr ""
23996
23997 # type: =head2
23998 #: ../fish/guestfish-actions.pod:4323
23999 msgid "version"
24000 msgstr ""
24001
24002 # type: verbatim
24003 #: ../fish/guestfish-actions.pod:4325
24004 #, no-wrap
24005 msgid ""
24006 " version\n"
24007 "\n"
24008 msgstr ""
24009
24010 # type: textblock
24011 #: ../fish/guestfish-actions.pod:4352
24012 msgid ""
24013 "I<Note:> Don't use this call to test for availability of features.  In "
24014 "enterprise distributions we backport features from later versions into "
24015 "earlier versions, making this an unreliable way to test for features.  Use "
24016 "L</available> instead."
24017 msgstr ""
24018
24019 # type: =head2
24020 #: ../fish/guestfish-actions.pod:4358
24021 msgid "vfs-label"
24022 msgstr ""
24023
24024 # type: verbatim
24025 #: ../fish/guestfish-actions.pod:4360
24026 #, no-wrap
24027 msgid ""
24028 " vfs-label device\n"
24029 "\n"
24030 msgstr ""
24031
24032 # type: textblock
24033 #: ../fish/guestfish-actions.pod:4367
24034 msgid "To find a filesystem from the label, use L</findfs-label>."
24035 msgstr ""
24036
24037 # type: =head2
24038 #: ../fish/guestfish-actions.pod:4369
24039 msgid "vfs-type"
24040 msgstr ""
24041
24042 # type: verbatim
24043 #: ../fish/guestfish-actions.pod:4371
24044 #, no-wrap
24045 msgid ""
24046 " vfs-type device\n"
24047 "\n"
24048 msgstr ""
24049
24050 # type: =head2
24051 #: ../fish/guestfish-actions.pod:4381
24052 msgid "vfs-uuid"
24053 msgstr ""
24054
24055 # type: verbatim
24056 #: ../fish/guestfish-actions.pod:4383
24057 #, no-wrap
24058 msgid ""
24059 " vfs-uuid device\n"
24060 "\n"
24061 msgstr ""
24062
24063 # type: textblock
24064 #: ../fish/guestfish-actions.pod:4390
24065 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
24066 msgstr ""
24067
24068 # type: =head2
24069 #: ../fish/guestfish-actions.pod:4392
24070 msgid "vg-activate"
24071 msgstr ""
24072
24073 # type: verbatim
24074 #: ../fish/guestfish-actions.pod:4394
24075 #, no-wrap
24076 msgid ""
24077 " vg-activate true|false 'volgroups ...'\n"
24078 "\n"
24079 msgstr ""
24080
24081 # type: =head2
24082 #: ../fish/guestfish-actions.pod:4407
24083 msgid "vg-activate-all"
24084 msgstr ""
24085
24086 # type: verbatim
24087 #: ../fish/guestfish-actions.pod:4409
24088 #, no-wrap
24089 msgid ""
24090 " vg-activate-all true|false\n"
24091 "\n"
24092 msgstr ""
24093
24094 # type: =head2
24095 #: ../fish/guestfish-actions.pod:4419
24096 msgid "vgcreate"
24097 msgstr ""
24098
24099 # type: verbatim
24100 #: ../fish/guestfish-actions.pod:4421
24101 #, no-wrap
24102 msgid ""
24103 " vgcreate volgroup 'physvols ...'\n"
24104 "\n"
24105 msgstr ""
24106
24107 # type: =head2
24108 #: ../fish/guestfish-actions.pod:4426
24109 msgid "vglvuuids"
24110 msgstr ""
24111
24112 # type: verbatim
24113 #: ../fish/guestfish-actions.pod:4428
24114 #, no-wrap
24115 msgid ""
24116 " vglvuuids vgname\n"
24117 "\n"
24118 msgstr ""
24119
24120 # type: textblock
24121 #: ../fish/guestfish-actions.pod:4433
24122 msgid ""
24123 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
24124 "logical volumes and volume groups."
24125 msgstr ""
24126
24127 # type: textblock
24128 #: ../fish/guestfish-actions.pod:4436
24129 msgid "See also L</vgpvuuids>."
24130 msgstr ""
24131
24132 # type: =head2
24133 #: ../fish/guestfish-actions.pod:4438
24134 msgid "vgpvuuids"
24135 msgstr ""
24136
24137 # type: verbatim
24138 #: ../fish/guestfish-actions.pod:4440
24139 #, no-wrap
24140 msgid ""
24141 " vgpvuuids vgname\n"
24142 "\n"
24143 msgstr ""
24144
24145 # type: textblock
24146 #: ../fish/guestfish-actions.pod:4445
24147 msgid ""
24148 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
24149 "physical volumes and volume groups."
24150 msgstr ""
24151
24152 # type: textblock
24153 #: ../fish/guestfish-actions.pod:4448
24154 msgid "See also L</vglvuuids>."
24155 msgstr ""
24156
24157 # type: =head2
24158 #: ../fish/guestfish-actions.pod:4450
24159 msgid "vgremove"
24160 msgstr ""
24161
24162 # type: verbatim
24163 #: ../fish/guestfish-actions.pod:4452
24164 #, no-wrap
24165 msgid ""
24166 " vgremove vgname\n"
24167 "\n"
24168 msgstr ""
24169
24170 # type: =head2
24171 #: ../fish/guestfish-actions.pod:4459
24172 msgid "vgrename"
24173 msgstr ""
24174
24175 # type: verbatim
24176 #: ../fish/guestfish-actions.pod:4461
24177 #, no-wrap
24178 msgid ""
24179 " vgrename volgroup newvolgroup\n"
24180 "\n"
24181 msgstr ""
24182
24183 # type: =head2
24184 #: ../fish/guestfish-actions.pod:4465
24185 msgid "vgs"
24186 msgstr ""
24187
24188 # type: verbatim
24189 #: ../fish/guestfish-actions.pod:4467
24190 #, no-wrap
24191 msgid ""
24192 " vgs\n"
24193 "\n"
24194 msgstr ""
24195
24196 # type: textblock
24197 #: ../fish/guestfish-actions.pod:4475
24198 msgid "See also L</vgs-full>."
24199 msgstr ""
24200
24201 # type: =head2
24202 #: ../fish/guestfish-actions.pod:4477
24203 msgid "vgs-full"
24204 msgstr ""
24205
24206 # type: verbatim
24207 #: ../fish/guestfish-actions.pod:4479
24208 #, no-wrap
24209 msgid ""
24210 " vgs-full\n"
24211 "\n"
24212 msgstr ""
24213
24214 # type: =head2
24215 #: ../fish/guestfish-actions.pod:4484
24216 msgid "vgscan"
24217 msgstr ""
24218
24219 # type: verbatim
24220 #: ../fish/guestfish-actions.pod:4486
24221 #, no-wrap
24222 msgid ""
24223 " vgscan\n"
24224 "\n"
24225 msgstr ""
24226
24227 # type: =head2
24228 #: ../fish/guestfish-actions.pod:4491
24229 msgid "vguuid"
24230 msgstr ""
24231
24232 # type: verbatim
24233 #: ../fish/guestfish-actions.pod:4493
24234 #, no-wrap
24235 msgid ""
24236 " vguuid vgname\n"
24237 "\n"
24238 msgstr ""
24239
24240 # type: =head2
24241 #: ../fish/guestfish-actions.pod:4497
24242 msgid "wc-c"
24243 msgstr ""
24244
24245 # type: verbatim
24246 #: ../fish/guestfish-actions.pod:4499
24247 #, no-wrap
24248 msgid ""
24249 " wc-c path\n"
24250 "\n"
24251 msgstr ""
24252
24253 # type: =head2
24254 #: ../fish/guestfish-actions.pod:4504
24255 msgid "wc-l"
24256 msgstr ""
24257
24258 # type: verbatim
24259 #: ../fish/guestfish-actions.pod:4506
24260 #, no-wrap
24261 msgid ""
24262 " wc-l path\n"
24263 "\n"
24264 msgstr ""
24265
24266 # type: =head2
24267 #: ../fish/guestfish-actions.pod:4511
24268 msgid "wc-w"
24269 msgstr ""
24270
24271 # type: verbatim
24272 #: ../fish/guestfish-actions.pod:4513
24273 #, no-wrap
24274 msgid ""
24275 " wc-w path\n"
24276 "\n"
24277 msgstr ""
24278
24279 # type: =head2
24280 #: ../fish/guestfish-actions.pod:4518
24281 msgid "write"
24282 msgstr ""
24283
24284 # type: verbatim
24285 #: ../fish/guestfish-actions.pod:4520
24286 #, no-wrap
24287 msgid ""
24288 " write path content\n"
24289 "\n"
24290 msgstr ""
24291
24292 # type: =head2
24293 #: ../fish/guestfish-actions.pod:4528
24294 msgid "write-file"
24295 msgstr ""
24296
24297 # type: verbatim
24298 #: ../fish/guestfish-actions.pod:4530
24299 #, no-wrap
24300 msgid ""
24301 " write-file path content size\n"
24302 "\n"
24303 msgstr ""
24304
24305 # type: =head2
24306 #: ../fish/guestfish-actions.pod:4553
24307 msgid "zegrep"
24308 msgstr ""
24309
24310 # type: verbatim
24311 #: ../fish/guestfish-actions.pod:4555
24312 #, no-wrap
24313 msgid ""
24314 " zegrep regex path\n"
24315 "\n"
24316 msgstr ""
24317
24318 # type: =head2
24319 #: ../fish/guestfish-actions.pod:4563
24320 msgid "zegrepi"
24321 msgstr ""
24322
24323 # type: verbatim
24324 #: ../fish/guestfish-actions.pod:4565
24325 #, no-wrap
24326 msgid ""
24327 " zegrepi regex path\n"
24328 "\n"
24329 msgstr ""
24330
24331 # type: =head2
24332 #: ../fish/guestfish-actions.pod:4573
24333 msgid "zero"
24334 msgstr ""
24335
24336 # type: verbatim
24337 #: ../fish/guestfish-actions.pod:4575
24338 #, no-wrap
24339 msgid ""
24340 " zero device\n"
24341 "\n"
24342 msgstr ""
24343
24344 # type: textblock
24345 #: ../fish/guestfish-actions.pod:4583
24346 msgid "See also: L</zero-device>, L</scrub-device>."
24347 msgstr ""
24348
24349 # type: =head2
24350 #: ../fish/guestfish-actions.pod:4585
24351 msgid "zero-device"
24352 msgstr ""
24353
24354 # type: verbatim
24355 #: ../fish/guestfish-actions.pod:4587
24356 #, no-wrap
24357 msgid ""
24358 " zero-device device\n"
24359 "\n"
24360 msgstr ""
24361
24362 # type: textblock
24363 #: ../fish/guestfish-actions.pod:4589
24364 msgid ""
24365 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
24366 "which just zeroes the first few blocks of a device."
24367 msgstr ""
24368
24369 # type: =head2
24370 #: ../fish/guestfish-actions.pod:4596
24371 msgid "zerofree"
24372 msgstr ""
24373
24374 # type: verbatim
24375 #: ../fish/guestfish-actions.pod:4598
24376 #, no-wrap
24377 msgid ""
24378 " zerofree device\n"
24379 "\n"
24380 msgstr ""
24381
24382 # type: =head2
24383 #: ../fish/guestfish-actions.pod:4611
24384 msgid "zfgrep"
24385 msgstr ""
24386
24387 # type: verbatim
24388 #: ../fish/guestfish-actions.pod:4613
24389 #, no-wrap
24390 msgid ""
24391 " zfgrep pattern path\n"
24392 "\n"
24393 msgstr ""
24394
24395 # type: =head2
24396 #: ../fish/guestfish-actions.pod:4621
24397 msgid "zfgrepi"
24398 msgstr ""
24399
24400 # type: verbatim
24401 #: ../fish/guestfish-actions.pod:4623
24402 #, no-wrap
24403 msgid ""
24404 " zfgrepi pattern path\n"
24405 "\n"
24406 msgstr ""
24407
24408 # type: =head2
24409 #: ../fish/guestfish-actions.pod:4631
24410 msgid "zfile"
24411 msgstr ""
24412
24413 # type: verbatim
24414 #: ../fish/guestfish-actions.pod:4633
24415 #, no-wrap
24416 msgid ""
24417 " zfile meth path\n"
24418 "\n"
24419 msgstr ""
24420
24421 # type: textblock
24422 #: ../fish/guestfish-actions.pod:4640
24423 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
24424 msgstr ""
24425
24426 # type: =head2
24427 #: ../fish/guestfish-actions.pod:4650
24428 msgid "zgrep"
24429 msgstr ""
24430
24431 # type: verbatim
24432 #: ../fish/guestfish-actions.pod:4652
24433 #, no-wrap
24434 msgid ""
24435 " zgrep regex path\n"
24436 "\n"
24437 msgstr ""
24438
24439 # type: =head2
24440 #: ../fish/guestfish-actions.pod:4660
24441 msgid "zgrepi"
24442 msgstr ""
24443
24444 # type: verbatim
24445 #: ../fish/guestfish-actions.pod:4662
24446 #, no-wrap
24447 msgid ""
24448 " zgrepi regex path\n"
24449 "\n"
24450 msgstr ""
24451
24452 # type: =head2
24453 #: ../fish/guestfish-commands.pod:1
24454 msgid "alloc"
24455 msgstr ""
24456
24457 # type: =head2
24458 #: ../fish/guestfish-commands.pod:3
24459 msgid "allocate"
24460 msgstr ""
24461
24462 # type: verbatim
24463 #: ../fish/guestfish-commands.pod:5
24464 #, no-wrap
24465 msgid ""
24466 " alloc filename size\n"
24467 "\n"
24468 msgstr ""
24469
24470 # type: textblock
24471 #: ../fish/guestfish-commands.pod:7
24472 msgid ""
24473 "This creates an empty (zeroed) file of the given size, and then adds so it "
24474 "can be further examined."
24475 msgstr ""
24476
24477 # type: textblock
24478 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
24479 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
24480 msgstr ""
24481
24482 # type: textblock
24483 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
24484 msgid "Size can be specified using standard suffixes, eg. C<1M>."
24485 msgstr ""
24486
24487 # type: textblock
24488 #: ../fish/guestfish-commands.pod:14
24489 msgid ""
24490 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
24491 "image, see L</PREPARED DISK IMAGES>."
24492 msgstr ""
24493
24494 # type: =head2
24495 #: ../fish/guestfish-commands.pod:17
24496 msgid "copy-in"
24497 msgstr ""
24498
24499 # type: verbatim
24500 #: ../fish/guestfish-commands.pod:19
24501 #, no-wrap
24502 msgid ""
24503 " copy-in local [local ...] /remotedir\n"
24504 "\n"
24505 msgstr ""
24506
24507 # type: textblock
24508 #: ../fish/guestfish-commands.pod:21
24509 msgid ""
24510 "C<copy-in> copies local files or directories recursively into the disk "
24511 "image, placing them in the directory called C</remotedir> (which must "
24512 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
24513 "other commands as necessary."
24514 msgstr ""
24515
24516 # type: textblock
24517 #: ../fish/guestfish-commands.pod:26
24518 msgid ""
24519 "Multiple local files and directories can be specified, but the last "
24520 "parameter must always be a remote directory.  Wildcards cannot be used."
24521 msgstr ""
24522
24523 # type: =head2
24524 #: ../fish/guestfish-commands.pod:30
24525 msgid "copy-out"
24526 msgstr ""
24527
24528 # type: verbatim
24529 #: ../fish/guestfish-commands.pod:32
24530 #, no-wrap
24531 msgid ""
24532 " copy-out remote [remote ...] localdir\n"
24533 "\n"
24534 msgstr ""
24535
24536 # type: textblock
24537 #: ../fish/guestfish-commands.pod:34
24538 msgid ""
24539 "C<copy-out> copies remote files or directories recursively out of the disk "
24540 "image, placing them on the host disk in a local directory called C<localdir> "
24541 "(which must exist).  This guestfish meta-command turns into a sequence of "
24542 "L</download>, L</tar-out> and other commands as necessary."
24543 msgstr ""
24544
24545 # type: textblock
24546 #: ../fish/guestfish-commands.pod:40
24547 msgid ""
24548 "Multiple remote files and directories can be specified, but the last "
24549 "parameter must always be a local directory.  To download to the current "
24550 "directory, use C<.> as in:"
24551 msgstr ""
24552
24553 # type: verbatim
24554 #: ../fish/guestfish-commands.pod:44
24555 #, no-wrap
24556 msgid ""
24557 " copy-out /home .\n"
24558 "\n"
24559 msgstr ""
24560
24561 # type: textblock
24562 #: ../fish/guestfish-commands.pod:46
24563 msgid ""
24564 "Wildcards cannot be used in the ordinary command, but you can use them with "
24565 "the help of L</glob> like this:"
24566 msgstr ""
24567
24568 # type: verbatim
24569 #: ../fish/guestfish-commands.pod:49
24570 #, no-wrap
24571 msgid ""
24572 " glob copy-out /home/* .\n"
24573 "\n"
24574 msgstr ""
24575
24576 # type: =head2
24577 #: ../fish/guestfish-commands.pod:51
24578 msgid "echo"
24579 msgstr ""
24580
24581 # type: verbatim
24582 #: ../fish/guestfish-commands.pod:53
24583 #, no-wrap
24584 msgid ""
24585 " echo [params ...]\n"
24586 "\n"
24587 msgstr ""
24588
24589 # type: textblock
24590 #: ../fish/guestfish-commands.pod:55
24591 msgid "This echos the parameters to the terminal."
24592 msgstr ""
24593
24594 # type: =head2
24595 #: ../fish/guestfish-commands.pod:57
24596 msgid "edit"
24597 msgstr ""
24598
24599 # type: =head2
24600 #: ../fish/guestfish-commands.pod:59
24601 msgid "vi"
24602 msgstr ""
24603
24604 # type: =head2
24605 #: ../fish/guestfish-commands.pod:61
24606 msgid "emacs"
24607 msgstr ""
24608
24609 # type: verbatim
24610 #: ../fish/guestfish-commands.pod:63
24611 #, no-wrap
24612 msgid ""
24613 " edit filename\n"
24614 "\n"
24615 msgstr ""
24616
24617 # type: textblock
24618 #: ../fish/guestfish-commands.pod:65
24619 msgid ""
24620 "This is used to edit a file.  It downloads the file, edits it locally using "
24621 "your editor, then uploads the result."
24622 msgstr ""
24623
24624 # type: textblock
24625 #: ../fish/guestfish-commands.pod:68
24626 msgid ""
24627 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
24628 "or C<emacs> you will get those corresponding editors."
24629 msgstr ""
24630
24631 # type: =head2
24632 #: ../fish/guestfish-commands.pod:72
24633 msgid "glob"
24634 msgstr ""
24635
24636 # type: verbatim
24637 #: ../fish/guestfish-commands.pod:74
24638 #, no-wrap
24639 msgid ""
24640 " glob command args...\n"
24641 "\n"
24642 msgstr ""
24643
24644 # type: textblock
24645 #: ../fish/guestfish-commands.pod:76
24646 msgid ""
24647 "Expand wildcards in any paths in the args list, and run C<command> "
24648 "repeatedly on each matching path."
24649 msgstr ""
24650
24651 # type: textblock
24652 #: ../fish/guestfish-commands.pod:79
24653 msgid "See L</WILDCARDS AND GLOBBING>."
24654 msgstr ""
24655
24656 # type: =head2
24657 #: ../fish/guestfish-commands.pod:81
24658 msgid "hexedit"
24659 msgstr ""
24660
24661 # type: verbatim
24662 #: ../fish/guestfish-commands.pod:83
24663 #, no-wrap
24664 msgid ""
24665 " hexedit <filename|device>\n"
24666 " hexedit <filename|device> <max>\n"
24667 " hexedit <filename|device> <start> <max>\n"
24668 "\n"
24669 msgstr ""
24670
24671 # type: textblock
24672 #: ../fish/guestfish-commands.pod:87
24673 msgid ""
24674 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
24675 "device."
24676 msgstr ""
24677
24678 # type: textblock
24679 #: ../fish/guestfish-commands.pod:90
24680 msgid ""
24681 "This command works by downloading potentially the whole file or device, "
24682 "editing it locally, then uploading it.  If the file or device is large, you "
24683 "have to specify which part you wish to edit by using C<max> and/or C<start> "
24684 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
24685 "usual modifiers allowed such as C<1M> (1 megabyte)."
24686 msgstr ""
24687
24688 # type: textblock
24689 #: ../fish/guestfish-commands.pod:97
24690 msgid "For example to edit the first few sectors of a disk you might do:"
24691 msgstr ""
24692
24693 # type: verbatim
24694 #: ../fish/guestfish-commands.pod:100
24695 #, no-wrap
24696 msgid ""
24697 " hexedit /dev/sda 1M\n"
24698 "\n"
24699 msgstr ""
24700
24701 # type: textblock
24702 #: ../fish/guestfish-commands.pod:102
24703 msgid ""
24704 "which would allow you to edit anywhere within the first megabyte of the "
24705 "disk."
24706 msgstr ""
24707
24708 # type: textblock
24709 #: ../fish/guestfish-commands.pod:105
24710 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
24711 msgstr ""
24712
24713 # type: verbatim
24714 #: ../fish/guestfish-commands.pod:107
24715 #, no-wrap
24716 msgid ""
24717 " hexedit /dev/sda1 0x400 0x400\n"
24718 "\n"
24719 msgstr ""
24720
24721 # type: textblock
24722 #: ../fish/guestfish-commands.pod:109
24723 msgid "(assuming the superblock is in the standard location)."
24724 msgstr ""
24725
24726 # type: textblock
24727 #: ../fish/guestfish-commands.pod:111
24728 msgid ""
24729 "This command requires the external L<hexedit(1)> program.  You can specify "
24730 "another program to use by setting the C<HEXEDITOR> environment variable."
24731 msgstr ""
24732
24733 # type: textblock
24734 #: ../fish/guestfish-commands.pod:115
24735 msgid "See also L</hexdump>."
24736 msgstr ""
24737
24738 # type: =head2
24739 #: ../fish/guestfish-commands.pod:117
24740 msgid "lcd"
24741 msgstr ""
24742
24743 # type: verbatim
24744 #: ../fish/guestfish-commands.pod:119
24745 #, no-wrap
24746 msgid ""
24747 " lcd directory\n"
24748 "\n"
24749 msgstr ""
24750
24751 # type: textblock
24752 #: ../fish/guestfish-commands.pod:121
24753 msgid "Change the local directory, ie. the current directory of guestfish itself."
24754 msgstr ""
24755
24756 # type: textblock
24757 #: ../fish/guestfish-commands.pod:124
24758 msgid "Note that C<!cd> won't do what you might expect."
24759 msgstr ""
24760
24761 # type: =head2
24762 #: ../fish/guestfish-commands.pod:126
24763 msgid "man"
24764 msgstr ""
24765
24766 # type: =head2
24767 #: ../fish/guestfish-commands.pod:128
24768 msgid "manual"
24769 msgstr ""
24770
24771 # type: verbatim
24772 #: ../fish/guestfish-commands.pod:130
24773 #, no-wrap
24774 msgid ""
24775 "  man\n"
24776 "\n"
24777 msgstr ""
24778
24779 # type: textblock
24780 #: ../fish/guestfish-commands.pod:132
24781 msgid "Opens the manual page for guestfish."
24782 msgstr ""
24783
24784 # type: =head2
24785 #: ../fish/guestfish-commands.pod:134
24786 msgid "more"
24787 msgstr ""
24788
24789 # type: =head2
24790 #: ../fish/guestfish-commands.pod:136
24791 msgid "less"
24792 msgstr ""
24793
24794 # type: verbatim
24795 #: ../fish/guestfish-commands.pod:138
24796 #, no-wrap
24797 msgid ""
24798 " more filename\n"
24799 "\n"
24800 msgstr ""
24801
24802 # type: verbatim
24803 #: ../fish/guestfish-commands.pod:140
24804 #, no-wrap
24805 msgid ""
24806 " less filename\n"
24807 "\n"
24808 msgstr ""
24809
24810 # type: textblock
24811 #: ../fish/guestfish-commands.pod:142
24812 msgid "This is used to view a file."
24813 msgstr ""
24814
24815 # type: textblock
24816 #: ../fish/guestfish-commands.pod:144
24817 msgid ""
24818 "The default viewer is C<$PAGER>.  However if you use the alternate command "
24819 "C<less> you will get the C<less> command specifically."
24820 msgstr ""
24821
24822 # type: =head2
24823 #: ../fish/guestfish-commands.pod:147
24824 msgid "reopen"
24825 msgstr ""
24826
24827 # type: verbatim
24828 #: ../fish/guestfish-commands.pod:149
24829 #, no-wrap
24830 msgid ""
24831 "  reopen\n"
24832 "\n"
24833 msgstr ""
24834
24835 # type: textblock
24836 #: ../fish/guestfish-commands.pod:151
24837 msgid ""
24838 "Close and reopen the libguestfs handle.  It is not necessary to use this "
24839 "normally, because the handle is closed properly when guestfish exits.  "
24840 "However this is occasionally useful for testing."
24841 msgstr ""
24842
24843 # type: =head2
24844 #: ../fish/guestfish-commands.pod:155
24845 msgid "sparse"
24846 msgstr ""
24847
24848 # type: verbatim
24849 #: ../fish/guestfish-commands.pod:157
24850 #, no-wrap
24851 msgid ""
24852 " sparse filename size\n"
24853 "\n"
24854 msgstr ""
24855
24856 # type: textblock
24857 #: ../fish/guestfish-commands.pod:159
24858 msgid ""
24859 "This creates an empty sparse file of the given size, and then adds so it can "
24860 "be further examined."
24861 msgstr ""
24862
24863 # type: textblock
24864 #: ../fish/guestfish-commands.pod:162
24865 msgid ""
24866 "In all respects it works the same as the L</alloc> command, except that the "
24867 "image file is allocated sparsely, which means that disk blocks are not "
24868 "assigned to the file until they are needed.  Sparse disk files only use "
24869 "space when written to, but they are slower and there is a danger you could "
24870 "run out of real disk space during a write operation."
24871 msgstr ""
24872
24873 # type: =head2
24874 #: ../fish/guestfish-commands.pod:172
24875 msgid "supported"
24876 msgstr ""
24877
24878 # type: verbatim
24879 #: ../fish/guestfish-commands.pod:174
24880 #, no-wrap
24881 msgid ""
24882 " supported\n"
24883 "\n"
24884 msgstr ""
24885
24886 # type: textblock
24887 #: ../fish/guestfish-commands.pod:176
24888 msgid ""
24889 "This command returns a list of the optional groups known to the daemon, and "
24890 "indicates which ones are supported by this build of the libguestfs "
24891 "appliance."
24892 msgstr ""
24893
24894 # type: textblock
24895 #: ../fish/guestfish-commands.pod:180
24896 msgid "See also L<guestfs(3)/AVAILABILITY>."
24897 msgstr ""
24898
24899 # type: =head2
24900 #: ../fish/guestfish-commands.pod:182
24901 msgid "time"
24902 msgstr ""
24903
24904 # type: verbatim
24905 #: ../fish/guestfish-commands.pod:184
24906 #, no-wrap
24907 msgid ""
24908 " time command args...\n"
24909 "\n"
24910 msgstr ""
24911
24912 # type: textblock
24913 #: ../fish/guestfish-commands.pod:186
24914 msgid ""
24915 "Run the command as usual, but print the elapsed time afterwards.  This can "
24916 "be useful for benchmarking operations."
24917 msgstr ""
24918
24919 # type: textblock
24920 #: ../test-tool/libguestfs-test-tool.pod:5
24921 msgid "libguestfs-test-tool - End user tests for libguestfs"
24922 msgstr ""
24923
24924 # type: verbatim
24925 #: ../test-tool/libguestfs-test-tool.pod:9
24926 #, no-wrap
24927 msgid ""
24928 " libguestfs-test-tool [--options]\n"
24929 "\n"
24930 msgstr ""
24931
24932 # type: textblock
24933 #: ../test-tool/libguestfs-test-tool.pod:13
24934 msgid ""
24935 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
24936 "and developers, to allow them to check basic libguestfs functionality is "
24937 "working.  This is needed because libguestfs occasionally breaks for reasons "
24938 "beyond our control: usually because of changes in the underlying qemu or "
24939 "kernel packages, or the host environment."
24940 msgstr ""
24941
24942 # type: textblock
24943 #: ../test-tool/libguestfs-test-tool.pod:20
24944 msgid "If you suspect a problem in libguestfs, then just run:"
24945 msgstr ""
24946
24947 # type: verbatim
24948 #: ../test-tool/libguestfs-test-tool.pod:22
24949 #, no-wrap
24950 msgid ""
24951 " libguestfs-test-tool\n"
24952 "\n"
24953 msgstr ""
24954
24955 # type: textblock
24956 #: ../test-tool/libguestfs-test-tool.pod:24
24957 msgid "It will print lots of diagnostic messages."
24958 msgstr ""
24959
24960 # type: textblock
24961 #: ../test-tool/libguestfs-test-tool.pod:26
24962 msgid "If it runs to completion successfully, you will see this near the end:"
24963 msgstr ""
24964
24965 # type: verbatim
24966 #: ../test-tool/libguestfs-test-tool.pod:28
24967 #, no-wrap
24968 msgid ""
24969 " ===== TEST FINISHED OK =====\n"
24970 "\n"
24971 msgstr ""
24972
24973 # type: textblock
24974 #: ../test-tool/libguestfs-test-tool.pod:30
24975 msgid "and the test tool will exit with code 0."
24976 msgstr ""
24977
24978 # type: textblock
24979 #: ../test-tool/libguestfs-test-tool.pod:32
24980 msgid ""
24981 "If it fails (and/or exits with non-zero error code), please paste the "
24982 "B<complete, unedited> output of the test tool into a bug report.  More "
24983 "information about reporting bugs can be found on the "
24984 "L<http://libguestfs.org/> website."
24985 msgstr ""
24986
24987 # type: =item
24988 #: ../test-tool/libguestfs-test-tool.pod:41
24989 msgid "I<--help>"
24990 msgstr ""
24991
24992 # type: textblock
24993 #: ../test-tool/libguestfs-test-tool.pod:43
24994 msgid "Display short usage information and exit."
24995 msgstr ""
24996
24997 # type: =item
24998 #: ../test-tool/libguestfs-test-tool.pod:45
24999 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
25000 msgstr ""
25001
25002 # type: textblock
25003 #: ../test-tool/libguestfs-test-tool.pod:47
25004 msgid ""
25005 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
25006 "normally look in the C<$libexec> directory that was configured when the tool "
25007 "was built."
25008 msgstr ""
25009
25010 # type: =item
25011 #: ../test-tool/libguestfs-test-tool.pod:51
25012 msgid "I<--qemu qemu_binary>"
25013 msgstr ""
25014
25015 # type: textblock
25016 #: ../test-tool/libguestfs-test-tool.pod:53
25017 msgid ""
25018 "If you have downloaded another qemu binary, point this option at the full "
25019 "path of the binary to try it."
25020 msgstr ""
25021
25022 # type: =item
25023 #: ../test-tool/libguestfs-test-tool.pod:56
25024 msgid "I<--qemudir qemu_source_dir>"
25025 msgstr ""
25026
25027 # type: textblock
25028 #: ../test-tool/libguestfs-test-tool.pod:58
25029 msgid ""
25030 "If you have compiled qemu from source, point this option at the source "
25031 "directory to try it."
25032 msgstr ""
25033
25034 # type: =item
25035 #: ../test-tool/libguestfs-test-tool.pod:61
25036 msgid "I<--timeout N>"
25037 msgstr ""
25038
25039 # type: textblock
25040 #: ../test-tool/libguestfs-test-tool.pod:63
25041 msgid ""
25042 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
25043 "does not usually need to be adjusted unless your machine is very slow."
25044 msgstr ""
25045
25046 # type: =head1
25047 #: ../test-tool/libguestfs-test-tool.pod:69
25048 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
25049 msgstr ""
25050
25051 # type: textblock
25052 #: ../test-tool/libguestfs-test-tool.pod:71
25053 msgid ""
25054 "If you have compiled another version of qemu from source and would like to "
25055 "try that, then you can use the I<--qemudir> option to point to the qemu "
25056 "source directory."
25057 msgstr ""
25058
25059 # type: textblock
25060 #: ../test-tool/libguestfs-test-tool.pod:75
25061 msgid ""
25062 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
25063 "option to point to the binary."
25064 msgstr ""
25065
25066 # type: textblock
25067 #: ../test-tool/libguestfs-test-tool.pod:78
25068 msgid ""
25069 "When using an alternate qemu with libguestfs, usually you would need to "
25070 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
25071 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
25072 "when you use either of the I<--qemudir> or I<--qemu> options."
25073 msgstr ""
25074
25075 # type: textblock
25076 #: ../test-tool/libguestfs-test-tool.pod:85
25077 msgid ""
25078 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
25079 "I<1> if there was an error."
25080 msgstr ""
25081
25082 # type: =item
25083 #: ../test-tool/libguestfs-test-tool.pod:92
25084 msgid "/usr/libexec/libguestfs-test-tool-helper"
25085 msgstr ""
25086
25087 # type: textblock
25088 #: ../test-tool/libguestfs-test-tool.pod:94
25089 msgid ""
25090 "This helper program is run inside the appliance and provides additional "
25091 "tests."
25092 msgstr ""
25093
25094 # type: =item
25095 #: ../test-tool/libguestfs-test-tool.pod:97
25096 msgid "/usr/bin/mkisofs"
25097 msgstr ""
25098
25099 # type: textblock
25100 #: ../test-tool/libguestfs-test-tool.pod:99
25101 msgid ""
25102 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
25103 "which is used as part of the tests."
25104 msgstr ""
25105
25106 # type: textblock
25107 #: ../test-tool/libguestfs-test-tool.pod:106
25108 msgid ""
25109 "For the full list of environment variables which may affect libguestfs, "
25110 "please see the L<guestfs(3)> manual page."
25111 msgstr ""
25112
25113 # type: textblock
25114 #: ../test-tool/libguestfs-test-tool.pod:111
25115 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
25116 msgstr ""
25117
25118 # type: textblock
25119 #: ../test-tool/libguestfs-test-tool.pod:121
25120 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
25121 msgstr ""
25122
25123 # type: textblock
25124 #: ../fuse/guestmount.pod:5
25125 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
25126 msgstr ""
25127
25128 # type: verbatim
25129 #: ../fuse/guestmount.pod:9
25130 #, no-wrap
25131 msgid ""
25132 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
25133 "\n"
25134 msgstr ""
25135
25136 # type: verbatim
25137 #: ../fuse/guestmount.pod:11
25138 #, no-wrap
25139 msgid ""
25140 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
25141 "\n"
25142 msgstr ""
25143
25144 # type: verbatim
25145 #: ../fuse/guestmount.pod:13
25146 #, no-wrap
25147 msgid ""
25148 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
25149 "\n"
25150 msgstr ""
25151
25152 # type: textblock
25153 #: ../fuse/guestmount.pod:17
25154 msgid ""
25155 "You must I<not> use C<guestmount> in read-write mode on live virtual "
25156 "machines.  If you do this, you risk disk corruption in the VM."
25157 msgstr ""
25158
25159 # type: textblock
25160 #: ../fuse/guestmount.pod:22
25161 msgid ""
25162 "The guestmount program can be used to mount virtual machine filesystems and "
25163 "other disk images on the host.  It uses libguestfs for access to the guest "
25164 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
25165 "a mountable device."
25166 msgstr ""
25167
25168 # type: textblock
25169 #: ../fuse/guestmount.pod:27
25170 msgid ""
25171 "Along with other options, you have to give at least one device (I<-a> "
25172 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
25173 "option) or use the I<-i> inspection option.  How this works is better "
25174 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
25175 "below."
25176 msgstr ""
25177
25178 # type: textblock
25179 #: ../fuse/guestmount.pod:33
25180 msgid ""
25181 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
25182 "by you, and the filesystem will not be visible to any other users unless you "
25183 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
25184 "the filesystem, use the C<fusermount -u> command."
25185 msgstr ""
25186
25187 # type: textblock
25188 #: ../fuse/guestmount.pod:41
25189 msgid ""
25190 "For a typical Windows guest which has its main filesystem on the first "
25191 "partition:"
25192 msgstr ""
25193
25194 # type: verbatim
25195 #: ../fuse/guestmount.pod:44
25196 #, no-wrap
25197 msgid ""
25198 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
25199 "\n"
25200 msgstr ""
25201
25202 # type: textblock
25203 #: ../fuse/guestmount.pod:46
25204 msgid ""
25205 "For a typical Linux guest which has a /boot filesystem on the first "
25206 "partition, and the root filesystem on a logical volume:"
25207 msgstr ""
25208
25209 # type: verbatim
25210 #: ../fuse/guestmount.pod:49
25211 #, no-wrap
25212 msgid ""
25213 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
25214 "\n"
25215 msgstr ""
25216
25217 # type: textblock
25218 #: ../fuse/guestmount.pod:51
25219 msgid "To get libguestfs to detect guest mountpoints for you:"
25220 msgstr ""
25221
25222 # type: verbatim
25223 #: ../fuse/guestmount.pod:53
25224 #, no-wrap
25225 msgid ""
25226 " guestmount -a guest.img -i --ro /mnt\n"
25227 "\n"
25228 msgstr ""
25229
25230 # type: textblock
25231 #: ../fuse/guestmount.pod:55
25232 msgid "For a libvirt guest called \"Guest\" you could do:"
25233 msgstr ""
25234
25235 # type: verbatim
25236 #: ../fuse/guestmount.pod:57
25237 #, no-wrap
25238 msgid ""
25239 " guestmount -d Guest -i --ro /mnt\n"
25240 "\n"
25241 msgstr ""
25242
25243 # type: textblock
25244 #: ../fuse/guestmount.pod:59
25245 msgid ""
25246 "If you don't know what filesystems are contained in a guest or disk image, "
25247 "use L<virt-filesystems(1)> first:"
25248 msgstr ""
25249
25250 # type: verbatim
25251 #: ../fuse/guestmount.pod:62
25252 #, no-wrap
25253 msgid ""
25254 " virt-filesystems MyGuest\n"
25255 "\n"
25256 msgstr ""
25257
25258 # type: textblock
25259 #: ../fuse/guestmount.pod:64
25260 msgid ""
25261 "If you want to trace the libguestfs calls but without excessive debugging "
25262 "information, we recommend:"
25263 msgstr ""
25264
25265 # type: verbatim
25266 #: ../fuse/guestmount.pod:67
25267 #, no-wrap
25268 msgid ""
25269 " guestmount [...] --trace /mnt\n"
25270 "\n"
25271 msgstr ""
25272
25273 # type: textblock
25274 #: ../fuse/guestmount.pod:69
25275 msgid "If you want to debug the program, we recommend:"
25276 msgstr ""
25277
25278 # type: verbatim
25279 #: ../fuse/guestmount.pod:71
25280 #, no-wrap
25281 msgid ""
25282 " guestmount [...] --trace --verbose /mnt\n"
25283 "\n"
25284 msgstr ""
25285
25286 # type: textblock
25287 #: ../fuse/guestmount.pod:79
25288 msgid "Add a block device or virtual machine image."
25289 msgstr ""
25290
25291 # type: =item
25292 #: ../fuse/guestmount.pod:96
25293 msgid "B<--dir-cache-timeout N>"
25294 msgstr ""
25295
25296 # type: textblock
25297 #: ../fuse/guestmount.pod:98
25298 msgid ""
25299 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
25300 "seconds.  The readdir cache [actually, there are several semi-independent "
25301 "caches] is populated after a readdir(2) call with the stat and extended "
25302 "attributes of the files in the directory, in anticipation that they will be "
25303 "requested soon after."
25304 msgstr ""
25305
25306 # type: textblock
25307 #: ../fuse/guestmount.pod:104
25308 msgid ""
25309 "There is also a different attribute cache implemented by FUSE (see the FUSE "
25310 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
25311 "requests, only cache existing ones."
25312 msgstr ""
25313
25314 # type: textblock
25315 #: ../fuse/guestmount.pod:122
25316 msgid ""
25317 "If you have untrusted raw-format guest disk images, you should use this "
25318 "option to specify the disk format.  This avoids a possible security problem "
25319 "with malicious guests (CVE-2010-3851).  See also "
25320 "L<guestfs(3)/guestfs_add_drive_opts>."
25321 msgstr ""
25322
25323 # type: =item
25324 #: ../fuse/guestmount.pod:127
25325 msgid "B<--fuse-help>"
25326 msgstr ""
25327
25328 # type: textblock
25329 #: ../fuse/guestmount.pod:129
25330 msgid "Display help on special FUSE options (see I<-o> below)."
25331 msgstr ""
25332
25333 # type: textblock
25334 #: ../fuse/guestmount.pod:133
25335 msgid "Display brief help and exit."
25336 msgstr ""
25337
25338 # type: =item
25339 #: ../fuse/guestmount.pod:146
25340 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
25341 msgstr ""
25342
25343 # type: textblock
25344 #: ../fuse/guestmount.pod:148
25345 msgid ""
25346 "Mount the named partition or logical volume on the given mountpoint B<in the "
25347 "guest> (this has nothing to do with mountpoints in the host)."
25348 msgstr ""
25349
25350 # type: textblock
25351 #: ../fuse/guestmount.pod:151
25352 msgid ""
25353 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
25354 "something on C</>."
25355 msgstr ""
25356
25357 # type: textblock
25358 #: ../fuse/guestmount.pod:156
25359 msgid ""
25360 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
25361 "unmounted.  If you specify this option, then we don't attempt to sync the "
25362 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
25363 msgstr ""
25364
25365 # type: =item
25366 #: ../fuse/guestmount.pod:161
25367 msgid "B<-o option> | B<--option option>"
25368 msgstr ""
25369
25370 # type: textblock
25371 #: ../fuse/guestmount.pod:163
25372 msgid "Pass extra options to FUSE."
25373 msgstr ""
25374
25375 # type: textblock
25376 #: ../fuse/guestmount.pod:165
25377 msgid ""
25378 "To get a list of all the extra options supported by FUSE, use the command "
25379 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
25380 "of them are a good idea."
25381 msgstr ""
25382
25383 # type: verbatim
25384 #: ../fuse/guestmount.pod:169
25385 #, no-wrap
25386 msgid ""
25387 " guestmount --fuse-help\n"
25388 "\n"
25389 msgstr ""
25390
25391 # type: textblock
25392 #: ../fuse/guestmount.pod:171
25393 msgid "Some potentially useful FUSE options:"
25394 msgstr ""
25395
25396 # type: =item
25397 #: ../fuse/guestmount.pod:175
25398 msgid "B<-o allow_other>"
25399 msgstr ""
25400
25401 # type: textblock
25402 #: ../fuse/guestmount.pod:177
25403 msgid "Allow other users to see the filesystem."
25404 msgstr ""
25405
25406 # type: =item
25407 #: ../fuse/guestmount.pod:179
25408 msgid "B<-o attr_timeout=N>"
25409 msgstr ""
25410
25411 # type: textblock
25412 #: ../fuse/guestmount.pod:181
25413 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
25414 msgstr ""
25415
25416 # type: =item
25417 #: ../fuse/guestmount.pod:183
25418 msgid "B<-o kernel_cache>"
25419 msgstr ""
25420
25421 # type: textblock
25422 #: ../fuse/guestmount.pod:185
25423 msgid ""
25424 "Allow the kernel to cache files (reduces the number of reads that have to go "
25425 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
25426 "afford the extra memory usage."
25427 msgstr ""
25428
25429 # type: =item
25430 #: ../fuse/guestmount.pod:189
25431 msgid "B<-o uid=N> B<-o gid=N>"
25432 msgstr ""
25433
25434 # type: textblock
25435 #: ../fuse/guestmount.pod:191
25436 msgid ""
25437 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
25438 "the chosen values."
25439 msgstr ""
25440
25441 # type: textblock
25442 #: ../fuse/guestmount.pod:198
25443 msgid ""
25444 "Add devices and mount everything read-only.  Also disallow writes and make "
25445 "the disk appear read-only to FUSE."
25446 msgstr ""
25447
25448 # type: textblock
25449 #: ../fuse/guestmount.pod:201
25450 msgid ""
25451 "This is highly recommended if you are not going to edit the guest disk.  If "
25452 "the guest is running and this option is I<not> supplied, then there is a "
25453 "strong risk of disk corruption in the guest.  We try to prevent this from "
25454 "happening, but it is not always possible."
25455 msgstr ""
25456
25457 # type: textblock
25458 #: ../fuse/guestmount.pod:206
25459 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
25460 msgstr ""
25461
25462 # type: textblock
25463 #: ../fuse/guestmount.pod:210
25464 msgid "Enable SELinux support for the guest."
25465 msgstr ""
25466
25467 # type: textblock
25468 #: ../fuse/guestmount.pod:214
25469 msgid "Enable verbose messages from underlying libguestfs."
25470 msgstr ""
25471
25472 # type: textblock
25473 #: ../fuse/guestmount.pod:218
25474 msgid "Display the program version and exit."
25475 msgstr ""
25476
25477 # type: textblock
25478 #: ../fuse/guestmount.pod:222
25479 msgid ""
25480 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
25481 "FOR READ AND WRITE>."
25482 msgstr ""
25483
25484 # type: =item
25485 #: ../fuse/guestmount.pod:225
25486 msgid "B<-x> | B<--trace>"
25487 msgstr ""
25488
25489 # type: textblock
25490 #: ../fuse/guestmount.pod:227
25491 msgid "Trace libguestfs calls."
25492 msgstr ""
25493
25494 # type: textblock
25495 #: ../fuse/guestmount.pod:229
25496 msgid "This also stops the daemon from forking into the background."
25497 msgstr ""
25498
25499 # type: textblock
25500 #: ../fuse/guestmount.pod:235
25501 msgid ""
25502 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
25503 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
25504 "L<http://fuse.sf.net/>."
25505 msgstr ""
25506
25507 # type: textblock
25508 #: ../tools/virt-edit.pl:34
25509 msgid "virt-edit - Edit a file in a virtual machine"
25510 msgstr ""
25511
25512 # type: verbatim
25513 #: ../tools/virt-edit.pl:38
25514 #, no-wrap
25515 msgid ""
25516 " virt-edit [--options] domname file\n"
25517 "\n"
25518 msgstr ""
25519
25520 # type: verbatim
25521 #: ../tools/virt-edit.pl:40
25522 #, no-wrap
25523 msgid ""
25524 " virt-edit [--options] disk.img [disk.img ...] file\n"
25525 "\n"
25526 msgstr ""
25527
25528 # type: verbatim
25529 #: ../tools/virt-edit.pl:42
25530 #, no-wrap
25531 msgid ""
25532 " virt-edit [domname|disk.img] file -e 'expr'\n"
25533 "\n"
25534 msgstr ""
25535
25536 # type: textblock
25537 #: ../tools/virt-edit.pl:46
25538 msgid ""
25539 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
25540 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
25541 "doing this, but doesn't catch all cases."
25542 msgstr ""
25543
25544 # type: textblock
25545 #: ../tools/virt-edit.pl:52
25546 msgid ""
25547 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
25548 "the named virtual machine (or disk image)."
25549 msgstr ""
25550
25551 # type: textblock
25552 #: ../tools/virt-edit.pl:55
25553 msgid ""
25554 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
25555 "you should look at the L<guestfish(1)> tool."
25556 msgstr ""
25557
25558 # type: textblock
25559 #: ../tools/virt-edit.pl:60
25560 msgid "Edit the named files interactively:"
25561 msgstr ""
25562
25563 # type: verbatim
25564 #: ../tools/virt-edit.pl:62
25565 #, no-wrap
25566 msgid ""
25567 " virt-edit mydomain /boot/grub/grub.conf\n"
25568 "\n"
25569 msgstr ""
25570
25571 # type: verbatim
25572 #: ../tools/virt-edit.pl:64
25573 #, no-wrap
25574 msgid ""
25575 " virt-edit mydomain /etc/passwd\n"
25576 "\n"
25577 msgstr ""
25578
25579 # type: textblock
25580 #: ../tools/virt-edit.pl:66
25581 msgid ""
25582 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
25583 "below).  To change the init default level to 5:"
25584 msgstr ""
25585
25586 # type: verbatim
25587 #: ../tools/virt-edit.pl:70
25588 #, no-wrap
25589 msgid ""
25590 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
25591 "\n"
25592 msgstr ""
25593
25594 # type: textblock
25595 #: ../tools/virt-edit.pl:82 ../tools/virt-win-reg.pl:181 ../tools/virt-df.pl:81 ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:108 ../tools/virt-rescue.pl:113 ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
25596 msgid "Display brief help."
25597 msgstr ""
25598
25599 # type: =item
25600 #: ../tools/virt-edit.pl:88 ../tools/virt-win-reg.pl:187 ../tools/virt-df.pl:87 ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:114 ../tools/virt-rescue.pl:119 ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
25601 msgid "B<--version>"
25602 msgstr ""
25603
25604 # type: textblock
25605 #: ../tools/virt-edit.pl:90 ../tools/virt-win-reg.pl:189 ../tools/virt-df.pl:89 ../tools/virt-resize.pl:274 ../tools/virt-list-filesystems.pl:71 ../tools/virt-tar.pl:116 ../tools/virt-rescue.pl:121 ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:72
25606 msgid "Display version number and exit."
25607 msgstr ""
25608
25609 # type: =item
25610 #: ../tools/virt-edit.pl:96
25611 msgid "B<--backup extension> | B<-b extension>"
25612 msgstr ""
25613
25614 # type: textblock
25615 #: ../tools/virt-edit.pl:98
25616 msgid ""
25617 "Create a backup of the original file I<in the guest disk image>.  The backup "
25618 "has the original filename with C<extension> added."
25619 msgstr ""
25620
25621 # type: textblock
25622 #: ../tools/virt-edit.pl:101
25623 msgid ""
25624 "Usually the first character of C<extension> would be a dot C<.> so you would "
25625 "write:"
25626 msgstr ""
25627
25628 # type: verbatim
25629 #: ../tools/virt-edit.pl:104
25630 #, no-wrap
25631 msgid ""
25632 " virt-edit -b .orig [etc]\n"
25633 "\n"
25634 msgstr ""
25635
25636 # type: textblock
25637 #: ../tools/virt-edit.pl:106
25638 msgid "By default, no backup file is made."
25639 msgstr ""
25640
25641 # type: =item
25642 #: ../tools/virt-edit.pl:112 ../tools/virt-win-reg.pl:203 ../tools/virt-df.pl:95 ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:122 ../tools/virt-rescue.pl:135 ../tools/virt-list-partitions.pl:78
25643 msgid "B<--connect URI> | B<-c URI>"
25644 msgstr ""
25645
25646 # type: textblock
25647 #: ../tools/virt-edit.pl:114 ../tools/virt-win-reg.pl:205 ../tools/virt-df.pl:97 ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:124 ../tools/virt-rescue.pl:137 ../tools/virt-list-partitions.pl:80
25648 msgid ""
25649 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
25650 "to the default libvirt hypervisor."
25651 msgstr ""
25652
25653 # type: textblock
25654 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:208 ../tools/virt-df.pl:100 ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:127 ../tools/virt-rescue.pl:140 ../tools/virt-list-partitions.pl:83
25655 msgid ""
25656 "If you specify guest block devices directly, then libvirt is not used at "
25657 "all."
25658 msgstr ""
25659
25660 # type: =item
25661 #: ../tools/virt-edit.pl:124 ../tools/virt-win-reg.pl:215 ../tools/virt-df.pl:117 ../tools/virt-resize.pl:522 ../tools/virt-list-filesystems.pl:89 ../tools/virt-tar.pl:134 ../tools/virt-rescue.pl:147 ../tools/virt-list-partitions.pl:90
25662 msgid "B<--format> raw"
25663 msgstr ""
25664
25665 # type: textblock
25666 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:217 ../tools/virt-df.pl:119 ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:136 ../tools/virt-rescue.pl:149 ../tools/virt-list-partitions.pl:92
25667 msgid ""
25668 "Specify the format of disk images given on the command line.  If this is "
25669 "omitted then the format is autodetected from the content of the disk image."
25670 msgstr ""
25671
25672 # type: textblock
25673 #: ../tools/virt-edit.pl:130 ../tools/virt-win-reg.pl:221 ../tools/virt-df.pl:123 ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:140 ../tools/virt-rescue.pl:153 ../tools/virt-list-partitions.pl:96
25674 msgid ""
25675 "If disk images are requested from libvirt, then this program asks libvirt "
25676 "for this information.  In this case, the value of the format parameter is "
25677 "ignored."
25678 msgstr ""
25679
25680 # type: textblock
25681 #: ../tools/virt-edit.pl:134 ../tools/virt-win-reg.pl:225 ../tools/virt-df.pl:127 ../tools/virt-resize.pl:527 ../tools/virt-resize.pl:542 ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:144 ../tools/virt-rescue.pl:157 ../tools/virt-list-partitions.pl:100
25682 msgid ""
25683 "If working with untrusted raw-format guest disk images, you should ensure "
25684 "the format is always specified."
25685 msgstr ""
25686
25687 # type: =item
25688 #: ../tools/virt-edit.pl:141
25689 msgid "B<--expr EXPR> | B<-e EXPR>"
25690 msgstr ""
25691
25692 # type: textblock
25693 #: ../tools/virt-edit.pl:143
25694 msgid ""
25695 "Instead of launching the external editor, non-interactively apply the Perl "
25696 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
25697 "EDITING> below."
25698 msgstr ""
25699
25700 # type: textblock
25701 #: ../tools/virt-edit.pl:147
25702 msgid ""
25703 "Be careful to properly quote the expression to prevent it from being altered "
25704 "by the shell."
25705 msgstr ""
25706
25707 # type: =head1
25708 #: ../tools/virt-edit.pl:268
25709 msgid "NON-INTERACTIVE EDITING"
25710 msgstr ""
25711
25712 # type: textblock
25713 #: ../tools/virt-edit.pl:270
25714 msgid ""
25715 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
25716 "administrator can interactively edit the file."
25717 msgstr ""
25718
25719 # type: textblock
25720 #: ../tools/virt-edit.pl:273
25721 msgid ""
25722 "There are two ways also to use C<virt-edit> from scripts in order to make "
25723 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
25724 "like this, it's less error-prone to write scripts directly using the "
25725 "libguestfs API and Augeas for configuration file editing.)"
25726 msgstr ""
25727
25728 # type: textblock
25729 #: ../tools/virt-edit.pl:279
25730 msgid ""
25731 "The first method is to temporarily set C<$EDITOR> to any script or program "
25732 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
25733 "update C<tmpfile> in place however it likes."
25734 msgstr ""
25735
25736 # type: textblock
25737 #: ../tools/virt-edit.pl:283
25738 msgid ""
25739 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
25740 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
25741 "instances of C<foo> with C<bar> in a file:"
25742 msgstr ""
25743
25744 # type: verbatim
25745 #: ../tools/virt-edit.pl:287
25746 #, no-wrap
25747 msgid ""
25748 " virt-edit domname filename -e 's/foo/bar/'\n"
25749 "\n"
25750 msgstr ""
25751
25752 # type: textblock
25753 #: ../tools/virt-edit.pl:289
25754 msgid ""
25755 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
25756 "For example to delete root's password you could do:"
25757 msgstr ""
25758
25759 # type: verbatim
25760 #: ../tools/virt-edit.pl:292
25761 #, no-wrap
25762 msgid ""
25763 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
25764 "\n"
25765 msgstr ""
25766
25767 # type: textblock
25768 #: ../tools/virt-edit.pl:294
25769 msgid ""
25770 "What really happens is that the snippet is evaluated as a Perl expression "
25771 "for each line of the file.  The line, including the final C<\\n>, is passed "
25772 "in C<$_> and the expression should update C<$_> or leave it unchanged."
25773 msgstr ""
25774
25775 # type: textblock
25776 #: ../tools/virt-edit.pl:299
25777 msgid ""
25778 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
25779 "C<apache> user account from the password file you can do:"
25780 msgstr ""
25781
25782 # type: verbatim
25783 #: ../tools/virt-edit.pl:302
25784 #, no-wrap
25785 msgid ""
25786 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
25787 "\n"
25788 msgstr ""
25789
25790 # type: textblock
25791 #: ../tools/virt-edit.pl:304
25792 msgid ""
25793 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
25794 "the end of the file is rather difficult this way since there is no concept "
25795 "of \"last line of the file\" - your expression just doesn't get called "
25796 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
25797 "want to do this."
25798 msgstr ""
25799
25800 # type: textblock
25801 #: ../tools/virt-edit.pl:310
25802 msgid ""
25803 "The variable C<$lineno> contains the current line number.  As is "
25804 "traditional, the first line in the file is number C<1>."
25805 msgstr ""
25806
25807 # type: textblock
25808 #: ../tools/virt-edit.pl:313
25809 msgid ""
25810 "The return value from the expression is ignored, but the expression may call "
25811 "C<die> in order to abort the whole program, leaving the original file "
25812 "untouched."
25813 msgstr ""
25814
25815 # type: textblock
25816 #: ../tools/virt-edit.pl:317
25817 msgid ""
25818 "Remember when matching the end of a line that C<$_> may contain the final "
25819 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
25820 "newline then neither of these.  Thus to match or substitute some text at the "
25821 "end of a line, use this regular expression:"
25822 msgstr ""
25823
25824 # type: verbatim
25825 #: ../tools/virt-edit.pl:322
25826 #, no-wrap
25827 msgid ""
25828 " /some text(\\r?\\n)?$/\n"
25829 "\n"
25830 msgstr ""
25831
25832 # type: textblock
25833 #: ../tools/virt-edit.pl:324
25834 msgid ""
25835 "Alternately, use the perl C<chomp> function, being careful not to chomp "
25836 "C<$_> itself (since that would remove all newlines from the file):"
25837 msgstr ""
25838
25839 # type: verbatim
25840 #: ../tools/virt-edit.pl:328
25841 #, no-wrap
25842 msgid ""
25843 " my $m = $_; chomp $m; $m =~ /some text$/\n"
25844 "\n"
25845 msgstr ""
25846
25847 # type: =item
25848 #: ../tools/virt-edit.pl:334
25849 msgid "C<EDITOR>"
25850 msgstr ""
25851
25852 # type: textblock
25853 #: ../tools/virt-edit.pl:336
25854 msgid ""
25855 "If set, this string is used as the editor.  It may contain arguments, "
25856 "eg. C<\"emacs -nw\">"
25857 msgstr ""
25858
25859 # type: textblock
25860 #: ../tools/virt-edit.pl:339
25861 msgid "If not set, C<vi> is used."
25862 msgstr ""
25863
25864 # type: =head1
25865 #: ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:141 ../tools/virt-win-reg.pl:477 ../tools/virt-df.pl:633 ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:274 ../tools/virt-rescue.pl:260 ../tools/virt-make-fs.pl:527 ../tools/virt-list-partitions.pl:250
25866 msgid "SHELL QUOTING"
25867 msgstr ""
25868
25869 # type: textblock
25870 #: ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:479 ../tools/virt-df.pl:635 ../tools/virt-resize.pl:1480 ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:276 ../tools/virt-rescue.pl:262 ../tools/virt-make-fs.pl:529 ../tools/virt-list-partitions.pl:252
25871 msgid ""
25872 "Libvirt guest names can contain arbitrary characters, some of which have "
25873 "meaning to the shell such as C<#> and space.  You may need to quote or "
25874 "escape these characters on the command line.  See the shell manual page "
25875 "L<sh(1)> for details."
25876 msgstr ""
25877
25878 # type: textblock
25879 #: ../tools/virt-edit.pl:352
25880 msgid ""
25881 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
25882 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>, "
25883 "L<perl(1)>, L<perlre(1)>."
25884 msgstr ""
25885
25886 # type: =head1
25887 #: ../tools/virt-edit.pl:362 ../tools/virt-win-reg.pl:510 ../tools/virt-df.pl:649 ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:292 ../tools/virt-rescue.pl:277 ../tools/virt-make-fs.pl:559 ../tools/virt-list-partitions.pl:269
25888 msgid "AUTHOR"
25889 msgstr ""
25890
25891 # type: textblock
25892 #: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:512 ../tools/virt-df.pl:651 ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:294 ../tools/virt-rescue.pl:279 ../tools/virt-make-fs.pl:561 ../tools/virt-list-partitions.pl:271
25893 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
25894 msgstr ""
25895
25896 # type: textblock
25897 #: ../tools/virt-edit.pl:368 ../tools/virt-df.pl:655 ../tools/virt-rescue.pl:283 ../tools/virt-list-partitions.pl:275
25898 msgid "Copyright (C) 2009-2010 Red Hat Inc."
25899 msgstr ""
25900
25901 # type: textblock
25902 #: ../tools/virt-win-reg.pl:37
25903 msgid ""
25904 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
25905 "guest"
25906 msgstr ""
25907
25908 # type: verbatim
25909 #: ../tools/virt-win-reg.pl:41
25910 #, no-wrap
25911 msgid ""
25912 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
25913 "\n"
25914 msgstr ""
25915
25916 # type: verbatim
25917 #: ../tools/virt-win-reg.pl:43
25918 #, no-wrap
25919 msgid ""
25920 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
25921 "\n"
25922 msgstr ""
25923
25924 # type: verbatim
25925 #: ../tools/virt-win-reg.pl:45
25926 #, no-wrap
25927 msgid ""
25928 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
25929 "\n"
25930 msgstr ""
25931
25932 # type: verbatim
25933 #: ../tools/virt-win-reg.pl:47
25934 #, no-wrap
25935 msgid ""
25936 " virt-win-reg --merge domname [input.reg ...]\n"
25937 "\n"
25938 msgstr ""
25939
25940 # type: verbatim
25941 #: ../tools/virt-win-reg.pl:49
25942 #, no-wrap
25943 msgid ""
25944 " virt-win-reg [--options] disk.img ... # instead of domname\n"
25945 "\n"
25946 msgstr ""
25947
25948 # type: textblock
25949 #: ../tools/virt-win-reg.pl:53
25950 msgid ""
25951 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
25952 "virtual machines.  If you do this, you I<will> get irreversible disk "
25953 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
25954 "but doesn't catch all cases."
25955 msgstr ""
25956
25957 # type: textblock
25958 #: ../tools/virt-win-reg.pl:58
25959 msgid ""
25960 "Modifying the Windows Registry is an inherently risky operation.  The format "
25961 "is deliberately obscure and undocumented, and Registry changes can leave the "
25962 "system unbootable.  Therefore when using the C<--merge> option, make sure "
25963 "you have a reliable backup first."
25964 msgstr ""
25965
25966 # type: textblock
25967 #: ../tools/virt-win-reg.pl:65
25968 msgid ""
25969 "This program can export and merge Windows Registry entries from a Windows "
25970 "guest."
25971 msgstr ""
25972
25973 # type: textblock
25974 #: ../tools/virt-win-reg.pl:68
25975 msgid ""
25976 "The first parameter is the libvirt guest name or the raw disk image of a "
25977 "Windows guest."
25978 msgstr ""
25979
25980 # type: textblock
25981 #: ../tools/virt-win-reg.pl:71
25982 msgid ""
25983 "If C<--merge> is I<not> specified, then the chosen registry key is "
25984 "displayed/exported (recursively).  For example:"
25985 msgstr ""
25986
25987 # type: verbatim
25988 #: ../tools/virt-win-reg.pl:74
25989 #, no-wrap
25990 msgid ""
25991 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
25992 "\n"
25993 msgstr ""
25994
25995 # type: textblock
25996 #: ../tools/virt-win-reg.pl:76
25997 msgid "You can also display single values from within registry keys, for example:"
25998 msgstr ""
25999
26000 # type: verbatim
26001 #: ../tools/virt-win-reg.pl:79
26002 #, no-wrap
26003 msgid ""
26004 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
26005 " $ virt-win-reg Windows7 $cvkey ProductName\n"
26006 " Windows 7 Enterprise\n"
26007 "\n"
26008 msgstr ""
26009
26010 # type: textblock
26011 #: ../tools/virt-win-reg.pl:83
26012 msgid ""
26013 "With C<--merge>, you can merge a textual regedit file into the Windows "
26014 "Registry:"
26015 msgstr ""
26016
26017 # type: verbatim
26018 #: ../tools/virt-win-reg.pl:86
26019 #, no-wrap
26020 msgid ""
26021 " $ virt-win-reg --merge Windows7 changes.reg\n"
26022 "\n"
26023 msgstr ""
26024
26025 # type: =head2
26026 #: ../tools/virt-win-reg.pl:88
26027 msgid "SUPPORTED SYSTEMS"
26028 msgstr ""
26029
26030 # type: textblock
26031 #: ../tools/virt-win-reg.pl:90
26032 msgid ""
26033 "The program currently supports Windows NT-derived guests starting with "
26034 "Windows XP through to at least Windows 7."
26035 msgstr ""
26036
26037 # type: textblock
26038 #: ../tools/virt-win-reg.pl:93
26039 msgid ""
26040 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
26041 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
26042 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
26043 msgstr ""
26044
26045 # type: textblock
26046 #: ../tools/virt-win-reg.pl:97
26047 msgid ""
26048 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
26049 "C<HKEY_USERS>."
26050 msgstr ""
26051
26052 # type: textblock
26053 #: ../tools/virt-win-reg.pl:100
26054 msgid ""
26055 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
26056 "time."
26057 msgstr ""
26058
26059 # type: =head2
26060 #: ../tools/virt-win-reg.pl:103
26061 msgid "NOTE"
26062 msgstr ""
26063
26064 # type: textblock
26065 #: ../tools/virt-win-reg.pl:105
26066 msgid ""
26067 "This program is only meant for simple access to the registry.  If you want "
26068 "to do complicated things with the registry, we suggest you download the "
26069 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
26070 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
26071 "L<hivexregedit(1)>."
26072 msgstr ""
26073
26074 # type: =head2
26075 #: ../tools/virt-win-reg.pl:111
26076 msgid "ENCODING"
26077 msgstr ""
26078
26079 # type: textblock
26080 #: ../tools/virt-win-reg.pl:113
26081 msgid ""
26082 "C<virt-win-reg> expects that regedit files have already been reencoded in "
26083 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
26084 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
26085 "with Windows-style line endings, you may need to reencode the whole file "
26086 "before or after processing."
26087 msgstr ""
26088
26089 # type: textblock
26090 #: ../tools/virt-win-reg.pl:119
26091 msgid ""
26092 "To reencode a file from Windows format to Linux (before processing it with "
26093 "the C<--merge> option), you would do something like this:"
26094 msgstr ""
26095
26096 # type: verbatim
26097 #: ../tools/virt-win-reg.pl:122
26098 #, no-wrap
26099 msgid ""
26100 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
26101 "\n"
26102 msgstr ""
26103
26104 # type: textblock
26105 #: ../tools/virt-win-reg.pl:124
26106 msgid ""
26107 "To go in the opposite direction, after exporting and before sending the file "
26108 "to a Windows user, do something like this:"
26109 msgstr ""
26110
26111 # type: verbatim
26112 #: ../tools/virt-win-reg.pl:127
26113 #, no-wrap
26114 msgid ""
26115 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
26116 "\n"
26117 msgstr ""
26118
26119 # type: textblock
26120 #: ../tools/virt-win-reg.pl:129
26121 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
26122 msgstr ""
26123
26124 # type: textblock
26125 #: ../tools/virt-win-reg.pl:131
26126 msgid ""
26127 "If you are unsure about the current encoding, use the L<file(1)> command.  "
26128 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
26129 "Windows-style (CRLF) line endings, like this:"
26130 msgstr ""
26131
26132 # type: verbatim
26133 #: ../tools/virt-win-reg.pl:135
26134 #, no-wrap
26135 msgid ""
26136 " $ file software.reg\n"
26137 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
26138 " with CRLF line terminators\n"
26139 "\n"
26140 msgstr ""
26141
26142 # type: textblock
26143 #: ../tools/virt-win-reg.pl:139
26144 msgid "This file would need conversion before you could C<--merge> it."
26145 msgstr ""
26146
26147 # type: textblock
26148 #: ../tools/virt-win-reg.pl:143
26149 msgid ""
26150 "Be careful when passing parameters containing C<\\> (backslash) in the "
26151 "shell.  Usually you will have to use 'single quotes' or double backslashes "
26152 "(but not both) to protect them from the shell."
26153 msgstr ""
26154
26155 # type: textblock
26156 #: ../tools/virt-win-reg.pl:147
26157 msgid "Paths and value names are case-insensitive."
26158 msgstr ""
26159
26160 # type: =head2
26161 #: ../tools/virt-win-reg.pl:149
26162 msgid "CurrentControlSet etc."
26163 msgstr ""
26164
26165 # type: textblock
26166 #: ../tools/virt-win-reg.pl:151
26167 msgid ""
26168 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
26169 "Registry at the level of the hive file, and therefore you cannot modify "
26170 "these."
26171 msgstr ""
26172
26173 # type: textblock
26174 #: ../tools/virt-win-reg.pl:155
26175 msgid ""
26176 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
26177 "circumstances it might refer to another control set.  The way to find out is "
26178 "to look at the C<HKLM\\SYSTEM\\Select> key:"
26179 msgstr ""
26180
26181 # type: verbatim
26182 #: ../tools/virt-win-reg.pl:159
26183 #, no-wrap
26184 msgid ""
26185 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
26186 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
26187 " \"Current\"=dword:00000001\n"
26188 " \"Default\"=dword:00000001\n"
26189 " \"Failed\"=dword:00000000\n"
26190 " \"LastKnownGood\"=dword:00000002\n"
26191 "\n"
26192 msgstr ""
26193
26194 # type: textblock
26195 #: ../tools/virt-win-reg.pl:166
26196 msgid "\"Current\" is the one which Windows will choose when it boots."
26197 msgstr ""
26198
26199 # type: textblock
26200 #: ../tools/virt-win-reg.pl:168
26201 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
26202 msgstr ""
26203
26204 # type: =item
26205 #: ../tools/virt-win-reg.pl:195 ../tools/virt-make-fs.pl:177
26206 msgid "B<--debug>"
26207 msgstr ""
26208
26209 # type: textblock
26210 #: ../tools/virt-win-reg.pl:197 ../tools/virt-resize.pl:500
26211 msgid "Enable debugging messages."
26212 msgstr ""
26213
26214 # type: =item
26215 #: ../tools/virt-win-reg.pl:232
26216 msgid "B<--merge>"
26217 msgstr ""
26218
26219 # type: textblock
26220 #: ../tools/virt-win-reg.pl:234
26221 msgid ""
26222 "In merge mode, this merges a textual regedit file into the Windows Registry "
26223 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
26224 "displays or exports Registry entries instead."
26225 msgstr ""
26226
26227 # type: textblock
26228 #: ../tools/virt-win-reg.pl:238
26229 msgid ""
26230 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
26231 "result in disk corruption.  However exporting (without this flag)  is always "
26232 "safe."
26233 msgstr ""
26234
26235 # type: =item
26236 #: ../tools/virt-win-reg.pl:246
26237 msgid "B<--encoding> UTF-16LE|ASCII"
26238 msgstr ""
26239
26240 # type: textblock
26241 #: ../tools/virt-win-reg.pl:248
26242 msgid ""
26243 "When merging (only), you may need to specify the encoding for strings to be "
26244 "used in the hive file.  This is explained in detail in "
26245 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
26246 msgstr ""
26247
26248 # type: textblock
26249 #: ../tools/virt-win-reg.pl:252
26250 msgid ""
26251 "The default is to use UTF-16LE, which should work with recent versions of "
26252 "Windows."
26253 msgstr ""
26254
26255 # type: textblock
26256 #: ../tools/virt-win-reg.pl:486
26257 msgid ""
26258 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
26259 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
26260 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
26261 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
26262 msgstr ""
26263
26264 # type: textblock
26265 #: ../tools/virt-win-reg.pl:501 ../tools/virt-make-fs.pl:550
26266 msgid ""
26267 "When reporting bugs, please enable debugging and capture the I<complete> "
26268 "output:"
26269 msgstr ""
26270
26271 # type: verbatim
26272 #: ../tools/virt-win-reg.pl:504
26273 #, no-wrap
26274 msgid ""
26275 " export LIBGUESTFS_DEBUG=1\n"
26276 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
26277 "\n"
26278 msgstr ""
26279
26280 # type: textblock
26281 #: ../tools/virt-win-reg.pl:507
26282 msgid ""
26283 "Attach /tmp/virt-win-reg.log to a new bug report at "
26284 "L<https://bugzilla.redhat.com/>"
26285 msgstr ""
26286
26287 # type: textblock
26288 #: ../tools/virt-win-reg.pl:516 ../tools/virt-resize.pl:1512 ../tools/virt-make-fs.pl:565
26289 msgid "Copyright (C) 2010 Red Hat Inc."
26290 msgstr ""
26291
26292 # type: textblock
26293 #: ../tools/virt-df.pl:36
26294 msgid "virt-df - Display free space on virtual filesystems"
26295 msgstr ""
26296
26297 # type: verbatim
26298 #: ../tools/virt-df.pl:40
26299 #, no-wrap
26300 msgid ""
26301 " virt-df [--options]\n"
26302 "\n"
26303 msgstr ""
26304
26305 # type: verbatim
26306 #: ../tools/virt-df.pl:42
26307 #, no-wrap
26308 msgid ""
26309 " virt-df [--options] domname\n"
26310 "\n"
26311 msgstr ""
26312
26313 # type: verbatim
26314 #: ../tools/virt-df.pl:44
26315 #, no-wrap
26316 msgid ""
26317 " virt-df [--options] disk.img [disk.img ...]\n"
26318 "\n"
26319 msgstr ""
26320
26321 # type: textblock
26322 #: ../tools/virt-df.pl:48
26323 msgid ""
26324 "C<virt-df> is a command line tool to display free space on virtual machine "
26325 "filesystems.  Unlike other tools, it doesn't just display the amount of "
26326 "space allocated to a virtual machine, but can look inside the virtual "
26327 "machine to see how much space is really being used."
26328 msgstr ""
26329
26330 # type: textblock
26331 #: ../tools/virt-df.pl:53
26332 msgid ""
26333 "It is like the L<df(1)> command, but for virtual machines, except that it "
26334 "also works for Windows virtual machines."
26335 msgstr ""
26336
26337 # type: textblock
26338 #: ../tools/virt-df.pl:56
26339 msgid ""
26340 "If used without any arguments, C<virt-df> checks with libvirt to get a list "
26341 "of all active and inactive guests, and performs a C<df>-type operation on "
26342 "each one in turn, printing out the results."
26343 msgstr ""
26344
26345 # type: textblock
26346 #: ../tools/virt-df.pl:60
26347 msgid ""
26348 "If used with any argument(s), C<virt-df> performs a C<df>-type operation on "
26349 "either the single named libvirt domain, or on the disk image(s) listed on "
26350 "the command line (which must all belong to a single VM).  In this mode (with "
26351 "arguments), C<virt-df> will I<only work for a single guest>.  If you want to "
26352 "run on multiple guests, then you have to invoke C<virt-df> multiple times."
26353 msgstr ""
26354
26355 # type: textblock
26356 #: ../tools/virt-df.pl:67
26357 msgid ""
26358 "Use the C<--csv> option to get a format which can be easily parsed by other "
26359 "programs.  Other options are mostly similar to standard C<df> options.  See "
26360 "below for the complete list."
26361 msgstr ""
26362
26363 # type: =item
26364 #: ../tools/virt-df.pl:107
26365 msgid "B<--csv>"
26366 msgstr ""
26367
26368 # type: textblock
26369 #: ../tools/virt-df.pl:109
26370 msgid ""
26371 "Write out the results in CSV format (comma-separated values).  This format "
26372 "can be imported easily into databases and spreadsheets, but read L</NOTE "
26373 "ABOUT CSV FORMAT> below."
26374 msgstr ""
26375
26376 # type: =item
26377 #: ../tools/virt-df.pl:134
26378 msgid "B<--human-readable> | B<-h>"
26379 msgstr ""
26380
26381 # type: textblock
26382 #: ../tools/virt-df.pl:136
26383 msgid "Print sizes in human-readable format."
26384 msgstr ""
26385
26386 # type: textblock
26387 #: ../tools/virt-df.pl:138
26388 msgid "You are not allowed to use I<-h> and I<--csv> at the same time."
26389 msgstr ""
26390
26391 # type: =item
26392 #: ../tools/virt-df.pl:144
26393 msgid "B<--inodes> | B<-i>"
26394 msgstr ""
26395
26396 # type: textblock
26397 #: ../tools/virt-df.pl:146
26398 msgid "Print inodes instead of blocks."
26399 msgstr ""
26400
26401 # type: =item
26402 #: ../tools/virt-df.pl:152
26403 msgid "B<--one-per-guest>"
26404 msgstr ""
26405
26406 # type: textblock
26407 #: ../tools/virt-df.pl:154
26408 msgid ""
26409 "Run one libguestfs appliance per guest.  Normally C<virt-df> will add the "
26410 "disks from several guests to a single libguestfs appliance."
26411 msgstr ""
26412
26413 # type: textblock
26414 #: ../tools/virt-df.pl:157
26415 msgid "You might use this option in the following circumstances:"
26416 msgstr ""
26417
26418 # type: textblock
26419 #: ../tools/virt-df.pl:163
26420 msgid ""
26421 "If you think an untrusted guest might actively try to exploit the libguestfs "
26422 "appliance kernel, then this prevents one guest from interfering with the "
26423 "stats printed for another guest."
26424 msgstr ""
26425
26426 # type: textblock
26427 #: ../tools/virt-df.pl:169
26428 msgid ""
26429 "If the kernel has a bug which stops it from accessing a filesystem in one "
26430 "guest (see for example RHBZ#635373) then this allows libguestfs to continue "
26431 "and report stats for further guests."
26432 msgstr ""
26433
26434 # type: =item
26435 #: ../tools/virt-df.pl:180
26436 msgid "B<--uuid>"
26437 msgstr ""
26438
26439 # type: textblock
26440 #: ../tools/virt-df.pl:182
26441 msgid ""
26442 "Print UUIDs instead of names.  This is useful for following a guest even "
26443 "when the guest is migrated or renamed, or when two guests happen to have the "
26444 "same name."
26445 msgstr ""
26446
26447 # type: textblock
26448 #: ../tools/virt-df.pl:186
26449 msgid ""
26450 "Note that only domains that we fetch from libvirt come with UUIDs.  For disk "
26451 "images, we still print the disk image name even when this option is "
26452 "specified."
26453 msgstr ""
26454
26455 # type: =head1
26456 #: ../tools/virt-df.pl:609
26457 msgid "NOTE ABOUT CSV FORMAT"
26458 msgstr ""
26459
26460 # type: textblock
26461 #: ../tools/virt-df.pl:611
26462 msgid ""
26463 "Comma-separated values (CSV) is a deceptive format.  It I<seems> like it "
26464 "should be easy to parse, but it is definitely not easy to parse."
26465 msgstr ""
26466
26467 # type: textblock
26468 #: ../tools/virt-df.pl:614
26469 msgid ""
26470 "Myth: Just split fields at commas.  Reality: This does I<not> work "
26471 "reliably.  This example has two columns:"
26472 msgstr ""
26473
26474 # type: verbatim
26475 #: ../tools/virt-df.pl:617
26476 #, no-wrap
26477 msgid ""
26478 " \"foo,bar\",baz\n"
26479 "\n"
26480 msgstr ""
26481
26482 # type: textblock
26483 #: ../tools/virt-df.pl:619
26484 msgid ""
26485 "Myth: Read the file one line at a time.  Reality: This does I<not> work "
26486 "reliably.  This example has one row:"
26487 msgstr ""
26488
26489 # type: verbatim
26490 #: ../tools/virt-df.pl:622
26491 #, no-wrap
26492 msgid ""
26493 " \"foo\n"
26494 " bar\",baz\n"
26495 "\n"
26496 msgstr ""
26497
26498 # type: textblock
26499 #: ../tools/virt-df.pl:625
26500 msgid ""
26501 "For shell scripts, use C<csvtool> (L<http://merjis.com/developers/csv> also "
26502 "packaged in major Linux distributions)."
26503 msgstr ""
26504
26505 # type: textblock
26506 #: ../tools/virt-df.pl:628
26507 msgid ""
26508 "For other languages, use a CSV processing library (eg. C<Text::CSV> for Perl "
26509 "or Python's built-in csv library)."
26510 msgstr ""
26511
26512 # type: textblock
26513 #: ../tools/virt-df.pl:631
26514 msgid "Most spreadsheets and databases can import CSV directly."
26515 msgstr ""
26516
26517 # type: textblock
26518 #: ../tools/virt-df.pl:642
26519 msgid ""
26520 "L<guestfs(3)>, L<guestfish(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
26521 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
26522 msgstr ""
26523
26524 # type: textblock
26525 #: ../tools/virt-resize.pl:42
26526 msgid "virt-resize - Resize a virtual machine disk"
26527 msgstr ""
26528
26529 # type: verbatim
26530 #: ../tools/virt-resize.pl:46
26531 #, no-wrap
26532 msgid ""
26533 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
26534 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
26535 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
26536 "\n"
26537 msgstr ""
26538
26539 # type: textblock
26540 #: ../tools/virt-resize.pl:52
26541 msgid ""
26542 "Virt-resize is a tool which can resize a virtual machine disk, making it "
26543 "larger or smaller overall, and resizing or deleting any partitions contained "
26544 "within."
26545 msgstr ""
26546
26547 # type: textblock
26548 #: ../tools/virt-resize.pl:56
26549 msgid ""
26550 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
26551 "not> be used on live virtual machines - for consistent results, shut the "
26552 "virtual machine down before resizing it."
26553 msgstr ""
26554
26555 # type: textblock
26556 #: ../tools/virt-resize.pl:60
26557 msgid ""
26558 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
26559 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
26560 msgstr ""
26561
26562 # type: textblock
26563 #: ../tools/virt-resize.pl:66
26564 msgid ""
26565 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
26566 "fill the extra 5GB of space."
26567 msgstr ""
26568
26569 # type: verbatim
26570 #: ../tools/virt-resize.pl:69
26571 #, no-wrap
26572 msgid ""
26573 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
26574 " virt-filesystems --long --h --all -a olddisk\n"
26575 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
26576 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
26577 "\n"
26578 msgstr ""
26579
26580 # type: textblock
26581 #: ../tools/virt-resize.pl:74
26582 msgid ""
26583 "As above, but make the /boot partition 200MB bigger, while giving the "
26584 "remaining space to /dev/sda2:"
26585 msgstr ""
26586
26587 # type: verbatim
26588 #: ../tools/virt-resize.pl:77
26589 #, no-wrap
26590 msgid ""
26591 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
26592 "\n"
26593 msgstr ""
26594
26595 # type: textblock
26596 #: ../tools/virt-resize.pl:79
26597 msgid "As above, but the output format will be uncompressed qcow2:"
26598 msgstr ""
26599
26600 # type: verbatim
26601 #: ../tools/virt-resize.pl:81
26602 #, no-wrap
26603 msgid ""
26604 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
26605 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
26606 "\n"
26607 msgstr ""
26608
26609 # type: =head1
26610 #: ../tools/virt-resize.pl:84
26611 msgid "DETAILED USAGE"
26612 msgstr ""
26613
26614 # type: =head2
26615 #: ../tools/virt-resize.pl:86
26616 msgid "EXPANDING A VIRTUAL MACHINE DISK"
26617 msgstr ""
26618
26619 # type: =item
26620 #: ../tools/virt-resize.pl:90
26621 msgid "1. Shut down the virtual machine"
26622 msgstr ""
26623
26624 # type: =item
26625 #: ../tools/virt-resize.pl:92
26626 msgid "2. Locate input disk image"
26627 msgstr ""
26628
26629 # type: textblock
26630 #: ../tools/virt-resize.pl:94
26631 msgid ""
26632 "Locate the input disk image (ie. the file or device on the host containing "
26633 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
26634 "dumpxml> like this to find the disk image name:"
26635 msgstr ""
26636
26637 # type: verbatim
26638 #: ../tools/virt-resize.pl:98
26639 #, no-wrap
26640 msgid ""
26641 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
26642 " Found 1 nodes:\n"
26643 " -- NODE --\n"
26644 " <source dev=\"/dev/vg/lv_guest\" />\n"
26645 "\n"
26646 msgstr ""
26647
26648 # type: =item
26649 #: ../tools/virt-resize.pl:103
26650 msgid "3. Look at current sizing"
26651 msgstr ""
26652
26653 # type: textblock
26654 #: ../tools/virt-resize.pl:105
26655 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
26656 msgstr ""
26657
26658 # type: verbatim
26659 #: ../tools/virt-resize.pl:108
26660 #, no-wrap
26661 msgid ""
26662 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
26663 " Name       Type       Size  Parent\n"
26664 " /dev/sda1  partition  101M  /dev/sda\n"
26665 " /dev/sda2  partition  7.9G  /dev/sda\n"
26666 " /dev/sda   device     8.0G  -\n"
26667 "\n"
26668 msgstr ""
26669
26670 # type: textblock
26671 #: ../tools/virt-resize.pl:114
26672 msgid ""
26673 "(This example is a virtual machine with an 8 GB disk which we would like to "
26674 "expand up to 10 GB)."
26675 msgstr ""
26676
26677 # type: =item
26678 #: ../tools/virt-resize.pl:117
26679 msgid "4. Create output disk"
26680 msgstr ""
26681
26682 # type: textblock
26683 #: ../tools/virt-resize.pl:119
26684 msgid ""
26685 "Virt-resize cannot do in-place disk modifications.  You have to have space "
26686 "to store the resized output disk."
26687 msgstr ""
26688
26689 # type: textblock
26690 #: ../tools/virt-resize.pl:122
26691 msgid "To store the resized disk image in a file, create a file of a suitable size:"
26692 msgstr ""
26693
26694 # type: verbatim
26695 #: ../tools/virt-resize.pl:125
26696 #, no-wrap
26697 msgid ""
26698 " # rm -f outdisk\n"
26699 " # truncate -s 10G outdisk\n"
26700 "\n"
26701 msgstr ""
26702
26703 # type: textblock
26704 #: ../tools/virt-resize.pl:128
26705 msgid "Or use L<lvcreate(1)> to create a logical volume:"
26706 msgstr ""
26707
26708 # type: verbatim
26709 #: ../tools/virt-resize.pl:130
26710 #, no-wrap
26711 msgid ""
26712 " # lvcreate -L 10G -n lv_name vg_name\n"
26713 "\n"
26714 msgstr ""
26715
26716 # type: textblock
26717 #: ../tools/virt-resize.pl:132
26718 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
26719 msgstr ""
26720
26721 # type: verbatim
26722 #: ../tools/virt-resize.pl:134
26723 #, no-wrap
26724 msgid ""
26725 " # virsh pool-list\n"
26726 " # virsh vol-create-as poolname newvol 10G\n"
26727 "\n"
26728 msgstr ""
26729
26730 # type: =item
26731 #: ../tools/virt-resize.pl:137
26732 msgid "5. Resize"
26733 msgstr ""
26734
26735 # type: textblock
26736 #: ../tools/virt-resize.pl:139
26737 msgid ""
26738 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
26739 "file) and the output disk.  The output disk is the one created in the "
26740 "previous step."
26741 msgstr ""
26742
26743 # type: verbatim
26744 #: ../tools/virt-resize.pl:143
26745 #, no-wrap
26746 msgid ""
26747 " # virt-resize indisk outdisk\n"
26748 "\n"
26749 msgstr ""
26750
26751 # type: textblock
26752 #: ../tools/virt-resize.pl:145
26753 msgid ""
26754 "This command just copies disk image C<indisk> to disk image C<outdisk> "
26755 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
26756 "larger, then an extra, empty partition is created at the end of the disk "
26757 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
26758 "error."
26759 msgstr ""
26760
26761 # type: textblock
26762 #: ../tools/virt-resize.pl:151
26763 msgid ""
26764 "More realistically you'd want to expand existing partitions in the disk "
26765 "image by passing extra options (for the full list see the L</OPTIONS> "
26766 "section below)."
26767 msgstr ""
26768
26769 # type: textblock
26770 #: ../tools/virt-resize.pl:155
26771 msgid ""
26772 "L</--expand> is the most useful option.  It expands the named partition "
26773 "within the disk to fill any extra space:"
26774 msgstr ""
26775
26776 # type: verbatim
26777 #: ../tools/virt-resize.pl:158
26778 #, no-wrap
26779 msgid ""
26780 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
26781 "\n"
26782 msgstr ""
26783
26784 # type: textblock
26785 #: ../tools/virt-resize.pl:160
26786 msgid ""
26787 "(In this case, an extra partition is I<not> created at the end of the disk, "
26788 "because there will be no unused space)."
26789 msgstr ""
26790
26791 # type: textblock
26792 #: ../tools/virt-resize.pl:163
26793 msgid ""
26794 "L</--resize> is the other commonly used option.  The following would "
26795 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
26796 "rest of the available space:"
26797 msgstr ""
26798
26799 # type: verbatim
26800 #: ../tools/virt-resize.pl:167
26801 #, no-wrap
26802 msgid ""
26803 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
26804 "     indisk outdisk\n"
26805 "\n"
26806 msgstr ""
26807
26808 # type: textblock
26809 #: ../tools/virt-resize.pl:170
26810 msgid ""
26811 "If the expanded partition in the image contains a filesystem or LVM PV, then "
26812 "if virt-resize knows how, it will resize the contents, the equivalent of "
26813 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or "
26814 "L<ntfsresize(8)>.  However virt-resize does not know how to resize some "
26815 "filesystems, so you would have to online resize them after booting the "
26816 "guest.  And virt-resize also does not resize anything inside an LVM PV, it "
26817 "just resizes the PV itself and leaves the user to resize any LVs inside that "
26818 "PV as desired."
26819 msgstr ""
26820
26821 # type: textblock
26822 #: ../tools/virt-resize.pl:179
26823 msgid "Other options are covered below."
26824 msgstr ""
26825
26826 # type: =item
26827 #: ../tools/virt-resize.pl:181
26828 msgid "6. Test"
26829 msgstr ""
26830
26831 # type: textblock
26832 #: ../tools/virt-resize.pl:183
26833 msgid "Thoroughly test the new disk image I<before> discarding the old one."
26834 msgstr ""
26835
26836 # type: textblock
26837 #: ../tools/virt-resize.pl:185
26838 msgid "If you are using libvirt, edit the XML to point at the new disk:"
26839 msgstr ""
26840
26841 # type: verbatim
26842 #: ../tools/virt-resize.pl:187
26843 #, no-wrap
26844 msgid ""
26845 " # virsh edit guestname\n"
26846 "\n"
26847 msgstr ""
26848
26849 # type: textblock
26850 #: ../tools/virt-resize.pl:189
26851 msgid ""
26852 "Change E<lt>source ...E<gt>, see "
26853 "L<http://libvirt.org/formatdomain.html#elementsDisks>"
26854 msgstr ""
26855
26856 # type: textblock
26857 #: ../tools/virt-resize.pl:192
26858 msgid "Then start up the domain with the new, resized disk:"
26859 msgstr ""
26860
26861 # type: verbatim
26862 #: ../tools/virt-resize.pl:194
26863 #, no-wrap
26864 msgid ""
26865 " # virsh start guestname\n"
26866 "\n"
26867 msgstr ""
26868
26869 # type: textblock
26870 #: ../tools/virt-resize.pl:196
26871 msgid ""
26872 "and check that it still works.  See also the L</NOTES> section below for "
26873 "additional information."
26874 msgstr ""
26875
26876 # type: =item
26877 #: ../tools/virt-resize.pl:199
26878 msgid "7. Resize LVs etc inside the guest"
26879 msgstr ""
26880
26881 # type: textblock
26882 #: ../tools/virt-resize.pl:201
26883 msgid "(This can also be done offline using L<guestfish(1)>)"
26884 msgstr ""
26885
26886 # type: textblock
26887 #: ../tools/virt-resize.pl:203
26888 msgid ""
26889 "Once the guest has booted you should see the new space available, at least "
26890 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
26891 "may need to resize LVs inside PVs, and also resize filesystem types that "
26892 "virt-resize does not know how to expand."
26893 msgstr ""
26894
26895 # type: =head2
26896 #: ../tools/virt-resize.pl:210
26897 msgid "SHRINKING A VIRTUAL MACHINE DISK"
26898 msgstr ""
26899
26900 # type: textblock
26901 #: ../tools/virt-resize.pl:212
26902 msgid ""
26903 "Shrinking is somewhat more complex than expanding, and only an overview is "
26904 "given here."
26905 msgstr ""
26906
26907 # type: textblock
26908 #: ../tools/virt-resize.pl:215
26909 msgid ""
26910 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
26911 "filesystems).  The user has to shrink content before passing the disk image "
26912 "to virt-resize, and virt-resize will check that the content has been shrunk "
26913 "properly."
26914 msgstr ""
26915
26916 # type: textblock
26917 #: ../tools/virt-resize.pl:220
26918 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
26919 msgstr ""
26920
26921 # type: textblock
26922 #: ../tools/virt-resize.pl:222
26923 msgid ""
26924 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
26925 "steps 3 and 4 above to allocate a new disk image."
26926 msgstr ""
26927
26928 # type: textblock
26929 #: ../tools/virt-resize.pl:225
26930 msgid "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
26931 msgstr ""
26932
26933 # type: =head2
26934 #: ../tools/virt-resize.pl:228
26935 msgid "IGNORING OR DELETING PARTITIONS"
26936 msgstr ""
26937
26938 # type: textblock
26939 #: ../tools/virt-resize.pl:230
26940 msgid ""
26941 "virt-resize also gives a convenient way to ignore or delete partitions when "
26942 "copying from the input disk to the output disk.  Ignoring a partition speeds "
26943 "up the copy where you don't care about the existing contents of a "
26944 "partition.  Deleting a partition removes it completely, but note that it "
26945 "also renumbers any partitions after the one which is deleted, which can "
26946 "leave some guests unbootable."
26947 msgstr ""
26948
26949 # type: =head2
26950 #: ../tools/virt-resize.pl:237
26951 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
26952 msgstr ""
26953
26954 # type: textblock
26955 #: ../tools/virt-resize.pl:239
26956 msgid ""
26957 "If the input disk is in qcow2 format, then you may prefer that the output is "
26958 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
26959 "the fly.  The output format is simply determined by the format of the empty "
26960 "output container that you provide.  Thus to create qcow2 output, use:"
26961 msgstr ""
26962
26963 # type: verbatim
26964 #: ../tools/virt-resize.pl:245
26965 #, no-wrap
26966 msgid ""
26967 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
26968 "\n"
26969 msgstr ""
26970
26971 # type: textblock
26972 #: ../tools/virt-resize.pl:247
26973 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
26974 msgstr ""
26975
26976 # type: textblock
26977 #: ../tools/virt-resize.pl:249
26978 msgid "Similarly, to get non-sparse raw output use:"
26979 msgstr ""
26980
26981 # type: verbatim
26982 #: ../tools/virt-resize.pl:251
26983 #, no-wrap
26984 msgid ""
26985 " fallocate -l size outdisk\n"
26986 "\n"
26987 msgstr ""
26988
26989 # type: textblock
26990 #: ../tools/virt-resize.pl:253
26991 msgid ""
26992 "(on older systems that don't have the L<fallocate(1)> command use C<dd "
26993 "if=/dev/zero of=outdisk bs=1M count=..>)"
26994 msgstr ""
26995
26996 # type: textblock
26997 #: ../tools/virt-resize.pl:266
26998 msgid "Display help."
26999 msgstr ""
27000
27001 # type: =item
27002 #: ../tools/virt-resize.pl:280
27003 msgid "B<--resize part=size>"
27004 msgstr ""
27005
27006 # type: textblock
27007 #: ../tools/virt-resize.pl:282
27008 msgid ""
27009 "Resize the named partition (expanding or shrinking it) so that it has the "
27010 "given size."
27011 msgstr ""
27012
27013 # type: textblock
27014 #: ../tools/virt-resize.pl:285
27015 msgid ""
27016 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
27017 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
27018 "Exabytes; or as a percentage of the current size; or as a relative number or "
27019 "percentage.  For example:"
27020 msgstr ""
27021
27022 # type: verbatim
27023 #: ../tools/virt-resize.pl:290
27024 #, no-wrap
27025 msgid ""
27026 " --resize /dev/sda2=10G\n"
27027 "\n"
27028 msgstr ""
27029
27030 # type: verbatim
27031 #: ../tools/virt-resize.pl:292
27032 #, no-wrap
27033 msgid ""
27034 " --resize /dev/sda4=90%\n"
27035 "\n"
27036 msgstr ""
27037
27038 # type: verbatim
27039 #: ../tools/virt-resize.pl:294
27040 #, no-wrap
27041 msgid ""
27042 " --resize /dev/sda2=+1G\n"
27043 "\n"
27044 msgstr ""
27045
27046 # type: verbatim
27047 #: ../tools/virt-resize.pl:296
27048 #, no-wrap
27049 msgid ""
27050 " --resize /dev/sda2=-200M\n"
27051 "\n"
27052 msgstr ""
27053
27054 # type: verbatim
27055 #: ../tools/virt-resize.pl:298
27056 #, no-wrap
27057 msgid ""
27058 " --resize /dev/sda1=+128K\n"
27059 "\n"
27060 msgstr ""
27061
27062 # type: verbatim
27063 #: ../tools/virt-resize.pl:300
27064 #, no-wrap
27065 msgid ""
27066 " --resize /dev/sda1=+10%\n"
27067 "\n"
27068 msgstr ""
27069
27070 # type: verbatim
27071 #: ../tools/virt-resize.pl:302
27072 #, no-wrap
27073 msgid ""
27074 " --resize /dev/sda1=-10%\n"
27075 "\n"
27076 msgstr ""
27077
27078 # type: textblock
27079 #: ../tools/virt-resize.pl:304
27080 msgid ""
27081 "You can increase the size of any partition.  Virt-resize will expand the "
27082 "direct content of the partition if it knows how (see C<--expand> below)."
27083 msgstr ""
27084
27085 # type: textblock
27086 #: ../tools/virt-resize.pl:308
27087 msgid ""
27088 "You can only I<decrease> the size of partitions that contain filesystems or "
27089 "PVs which have already been shrunk.  Virt-resize will check this has been "
27090 "done before proceeding, or else will print an error (see also "
27091 "C<--resize-force>)."
27092 msgstr ""
27093
27094 # type: textblock
27095 #: ../tools/virt-resize.pl:313 ../tools/virt-resize.pl:405 ../tools/virt-resize.pl:422
27096 msgid "You can give this option multiple times."
27097 msgstr ""
27098
27099 # type: =item
27100 #: ../tools/virt-resize.pl:319
27101 msgid "B<--resize-force part=size>"
27102 msgstr ""
27103
27104 # type: textblock
27105 #: ../tools/virt-resize.pl:321
27106 msgid ""
27107 "This is the same as C<--resize> except that it will let you decrease the "
27108 "size of any partition.  Generally this means you will lose any data which "
27109 "was at the end of the partition you shrink, but you may not care about that "
27110 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
27111 "as a swap partition)."
27112 msgstr ""
27113
27114 # type: textblock
27115 #: ../tools/virt-resize.pl:327
27116 msgid "See also the C<--ignore> option."
27117 msgstr ""
27118
27119 # type: =item
27120 #: ../tools/virt-resize.pl:333
27121 msgid "B<--expand part>"
27122 msgstr ""
27123
27124 # type: textblock
27125 #: ../tools/virt-resize.pl:335
27126 msgid ""
27127 "Expand the named partition so it uses up all extra space (space left over "
27128 "after any other resize changes that you request have been done)."
27129 msgstr ""
27130
27131 # type: textblock
27132 #: ../tools/virt-resize.pl:338
27133 msgid ""
27134 "If virt-resize knows how, it will expand the direct content of the "
27135 "partition.  For example, if the partition is an LVM PV, it will expand the "
27136 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
27137 "content it doesn't know about alone."
27138 msgstr ""
27139
27140 # type: textblock
27141 #: ../tools/virt-resize.pl:343
27142 msgid "Currently virt-resize can resize:"
27143 msgstr ""
27144
27145 # type: textblock
27146 #: ../tools/virt-resize.pl:349
27147 msgid ""
27148 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
27149 "partition."
27150 msgstr ""
27151
27152 # type: textblock
27153 #: ../tools/virt-resize.pl:354
27154 msgid ""
27155 "NTFS filesystems contained directly in a partition, if libguestfs was "
27156 "compiled with support for NTFS."
27157 msgstr ""
27158
27159 # type: textblock
27160 #: ../tools/virt-resize.pl:357
27161 msgid ""
27162 "The filesystem must have been shut down consistently last time it was used.  "
27163 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
27164 "consistency check, so at the first boot after resizing Windows will check "
27165 "the disk."
27166 msgstr ""
27167
27168 # type: textblock
27169 #: ../tools/virt-resize.pl:364
27170 msgid ""
27171 "LVM PVs (physical volumes).  However virt-resize does I<not> resize anything "
27172 "inside the PV.  The user will have to resize LVs as desired."
27173 msgstr ""
27174
27175 # type: textblock
27176 #: ../tools/virt-resize.pl:370 ../tools/virt-resize.pl:392
27177 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
27178 msgstr ""
27179
27180 # type: =item
27181 #: ../tools/virt-resize.pl:376
27182 msgid "B<--shrink part>"
27183 msgstr ""
27184
27185 # type: textblock
27186 #: ../tools/virt-resize.pl:378
27187 msgid ""
27188 "Shrink the named partition until the overall disk image fits in the "
27189 "destination.  The named partition B<must> contain a filesystem or PV which "
27190 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
27191 "online tools).  Virt-resize will check this and give an error if it has not "
27192 "been done."
27193 msgstr ""
27194
27195 # type: textblock
27196 #: ../tools/virt-resize.pl:384
27197 msgid ""
27198 "The amount by which the overall disk must be shrunk (after carrying out all "
27199 "other operations requested by the user) is called the \"deficit\".  For "
27200 "example, a straight copy (assume no other operations)  from a 5GB disk image "
27201 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
27202 "would give an error unless the user specified a partition to shrink and that "
27203 "partition had more than a gigabyte of free space."
27204 msgstr ""
27205
27206 # type: =item
27207 #: ../tools/virt-resize.pl:398
27208 msgid "B<--ignore part>"
27209 msgstr ""
27210
27211 # type: textblock
27212 #: ../tools/virt-resize.pl:400
27213 msgid ""
27214 "Ignore the named partition.  Effectively this means the partition is "
27215 "allocated on the destination disk, but the content is not copied across from "
27216 "the source disk.  The content of the partition will be blank (all zero "
27217 "bytes)."
27218 msgstr ""
27219
27220 # type: =item
27221 #: ../tools/virt-resize.pl:411
27222 msgid "B<--delete part>"
27223 msgstr ""
27224
27225 # type: textblock
27226 #: ../tools/virt-resize.pl:413
27227 msgid ""
27228 "Delete the named partition.  It would be more accurate to describe this as "
27229 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
27230 "the original disk image is left intact."
27231 msgstr ""
27232
27233 # type: textblock
27234 #: ../tools/virt-resize.pl:417
27235 msgid ""
27236 "Note that when you delete a partition, then anything contained in the "
27237 "partition is also deleted.  Furthermore, this causes any partitions that "
27238 "come after to be I<renumbered>, which can easily make your guest unbootable."
27239 msgstr ""
27240
27241 # type: =item
27242 #: ../tools/virt-resize.pl:428
27243 msgid "B<--LV-expand logvol>"
27244 msgstr ""
27245
27246 # type: textblock
27247 #: ../tools/virt-resize.pl:430
27248 msgid ""
27249 "This takes the logical volume and, as a final step, expands it to fill all "
27250 "the space available in its volume group.  A typical usage, assuming a Linux "
27251 "guest with a single PV C</dev/sda2> and a root device called "
27252 "C</dev/vg_guest/lv_root> would be:"
27253 msgstr ""
27254
27255 # type: verbatim
27256 #: ../tools/virt-resize.pl:435
27257 #, no-wrap
27258 msgid ""
27259 " virt-resize indisk outdisk \\\n"
27260 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
27261 "\n"
27262 msgstr ""
27263
27264 # type: textblock
27265 #: ../tools/virt-resize.pl:438
27266 msgid ""
27267 "This would first expand the partition (and PV), and then expand the root "
27268 "device to fill the extra space in the PV."
27269 msgstr ""
27270
27271 # type: textblock
27272 #: ../tools/virt-resize.pl:441
27273 msgid ""
27274 "The contents of the LV are also resized if virt-resize knows how to do "
27275 "that.  You can stop virt-resize from trying to expand the content by using "
27276 "the option C<--no-expand-content>."
27277 msgstr ""
27278
27279 # type: textblock
27280 #: ../tools/virt-resize.pl:445
27281 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
27282 msgstr ""
27283
27284 # type: textblock
27285 #: ../tools/virt-resize.pl:448
27286 msgid ""
27287 "You can give this option multiple times, I<but> it doesn't make sense to do "
27288 "this unless the logical volumes you specify are all in different volume "
27289 "groups."
27290 msgstr ""
27291
27292 # type: =item
27293 #: ../tools/virt-resize.pl:456
27294 msgid "B<--no-copy-boot-loader>"
27295 msgstr ""
27296
27297 # type: textblock
27298 #: ../tools/virt-resize.pl:458
27299 msgid ""
27300 "By default, virt-resize copies over some sectors at the start of the disk "
27301 "(up to the beginning of the first partition).  Commonly these sectors "
27302 "contain the Master Boot Record (MBR) and the boot loader, and are required "
27303 "in order for the guest to boot correctly."
27304 msgstr ""
27305
27306 # type: textblock
27307 #: ../tools/virt-resize.pl:463
27308 msgid ""
27309 "If you specify this flag, then this initial copy is not done.  You may need "
27310 "to reinstall the boot loader in this case."
27311 msgstr ""
27312
27313 # type: =item
27314 #: ../tools/virt-resize.pl:471
27315 msgid "B<--no-extra-partition>"
27316 msgstr ""
27317
27318 # type: textblock
27319 #: ../tools/virt-resize.pl:473
27320 msgid ""
27321 "By default, virt-resize creates an extra partition if there is any extra, "
27322 "unused space after all resizing has happened.  Use this option to prevent "
27323 "the extra partition from being created.  If you do this then the extra space "
27324 "will be inaccessible until you run fdisk, parted, or some other partitioning "
27325 "tool in the guest."
27326 msgstr ""
27327
27328 # type: textblock
27329 #: ../tools/virt-resize.pl:479
27330 msgid ""
27331 "Note that if the surplus space is smaller than 10 MB, no extra partition "
27332 "will be created."
27333 msgstr ""
27334
27335 # type: =item
27336 #: ../tools/virt-resize.pl:486
27337 msgid "B<--no-expand-content>"
27338 msgstr ""
27339
27340 # type: textblock
27341 #: ../tools/virt-resize.pl:488
27342 msgid ""
27343 "By default, virt-resize will try to expand the direct contents of "
27344 "partitions, if it knows how (see C<--expand> option above)."
27345 msgstr ""
27346
27347 # type: textblock
27348 #: ../tools/virt-resize.pl:491
27349 msgid ""
27350 "If you give the C<--no-expand-content> option then virt-resize will not "
27351 "attempt this."
27352 msgstr ""
27353
27354 # type: =item
27355 #: ../tools/virt-resize.pl:498
27356 msgid "B<-d> | B<--debug>"
27357 msgstr ""
27358
27359 # type: =item
27360 #: ../tools/virt-resize.pl:506
27361 msgid "B<-n> | B<--dryrun>"
27362 msgstr ""
27363
27364 # type: textblock
27365 #: ../tools/virt-resize.pl:508
27366 msgid "Print a summary of what would be done, but don't do anything."
27367 msgstr ""
27368
27369 # type: =item
27370 #: ../tools/virt-resize.pl:514
27371 msgid "B<-q> | B<--quiet>"
27372 msgstr ""
27373
27374 # type: textblock
27375 #: ../tools/virt-resize.pl:516
27376 msgid "Don't print the summary."
27377 msgstr ""
27378
27379 # type: textblock
27380 #: ../tools/virt-resize.pl:524
27381 msgid ""
27382 "Specify the format of the input disk image.  If this flag is not given then "
27383 "it is auto-detected from the image itself."
27384 msgstr ""
27385
27386 # type: textblock
27387 #: ../tools/virt-resize.pl:530
27388 msgid ""
27389 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
27390 "AND NON-SPARSE RAW FORMATS>."
27391 msgstr ""
27392
27393 # type: =item
27394 #: ../tools/virt-resize.pl:537
27395 msgid "B<--output-format> raw"
27396 msgstr ""
27397
27398 # type: textblock
27399 #: ../tools/virt-resize.pl:539
27400 msgid ""
27401 "Specify the format of the output disk image.  If this flag is not given then "
27402 "it is auto-detected from the image itself."
27403 msgstr ""
27404
27405 # type: textblock
27406 #: ../tools/virt-resize.pl:545
27407 msgid ""
27408 "Note that you still need to create the output disk with the right format.  "
27409 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
27410 msgstr ""
27411
27412 # type: =head2
27413 #: ../tools/virt-resize.pl:1421 ../tools/virt-rescue.pl:90
27414 msgid "NOTES"
27415 msgstr ""
27416
27417 # type: =head2
27418 #: ../tools/virt-resize.pl:1423
27419 msgid "\"Partition 1 does not end on cylinder boundary.\""
27420 msgstr ""
27421
27422 # type: textblock
27423 #: ../tools/virt-resize.pl:1425
27424 msgid ""
27425 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
27426 "means the partitions will not be aligned to the ancient CHS geometry.  "
27427 "However CHS geometry is meaningless for disks manufactured since the early "
27428 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
27429 "cylinders is not required by any modern operating system."
27430 msgstr ""
27431
27432 # type: =head2
27433 #: ../tools/virt-resize.pl:1432
27434 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
27435 msgstr ""
27436
27437 # type: textblock
27438 #: ../tools/virt-resize.pl:1434
27439 msgid ""
27440 "In Windows Vista and later versions, Microsoft switched to using a separate "
27441 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
27442 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
27443 "the boot partition.  Doing so seems to break the guest completely.  However "
27444 "expanding the second partition (ie. C: drive) should work."
27445 msgstr ""
27446
27447 # type: textblock
27448 #: ../tools/virt-resize.pl:1441
27449 msgid ""
27450 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
27451 "NTFS partitions have been expanded.  This is just a safety check and (unless "
27452 "it find errors) is nothing to worry about."
27453 msgstr ""
27454
27455 # type: =head2
27456 #: ../tools/virt-resize.pl:1445
27457 msgid "GUEST BOOT STUCK AT \"GRUB\""
27458 msgstr ""
27459
27460 # type: textblock
27461 #: ../tools/virt-resize.pl:1447
27462 msgid ""
27463 "If a Linux guest does not boot after resizing, and the boot is stuck after "
27464 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
27465 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
27466 "although we think is to do with partition alignment."
27467 msgstr ""
27468
27469 # type: verbatim
27470 #: ../tools/virt-resize.pl:1452
27471 #, no-wrap
27472 msgid ""
27473 " guestfish -i -a newdisk\n"
27474 " ><fs> cat /boot/grub/device.map\n"
27475 " # check the contents of this file are sensible or\n"
27476 " # edit the file if necessary\n"
27477 " ><fs> grub-install / /dev/vda\n"
27478 " ><fs> exit\n"
27479 "\n"
27480 msgstr ""
27481
27482 # type: textblock
27483 #: ../tools/virt-resize.pl:1459
27484 msgid ""
27485 "For more flexible guest reconfiguration, including if you need to specify "
27486 "other parameters to grub-install, use L<virt-rescue(1)>."
27487 msgstr ""
27488
27489 # type: =head1
27490 #: ../tools/virt-resize.pl:1462
27491 msgid "ALTERNATIVE TOOLS"
27492 msgstr ""
27493
27494 # type: textblock
27495 #: ../tools/virt-resize.pl:1464
27496 msgid ""
27497 "There are several proprietary tools for resizing partitions.  We won't "
27498 "mention any here."
27499 msgstr ""
27500
27501 # type: textblock
27502 #: ../tools/virt-resize.pl:1467
27503 msgid ""
27504 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
27505 "operations on disk images.  They can resize and move partitions, but I don't "
27506 "think they can do anything with the contents, and they certainly don't "
27507 "understand LVM."
27508 msgstr ""
27509
27510 # type: textblock
27511 #: ../tools/virt-resize.pl:1472
27512 msgid ""
27513 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
27514 "but at a much lower level.  You will probably end up hand-calculating sector "
27515 "offsets, which is something that virt-resize was designed to avoid.  If you "
27516 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
27517 "C<--debug> flag."
27518 msgstr ""
27519
27520 # type: textblock
27521 #: ../tools/virt-resize.pl:1487
27522 msgid ""
27523 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, "
27524 "L<lvm(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, "
27525 "L<ntfsresize(8)>, L<virsh(1)>, L<parted(8)>, L<truncate(1)>, "
27526 "L<fallocate(1)>, L<grub(8)>, L<grub-install(8)>, L<virt-rescue(1)>, "
27527 "L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
27528 msgstr ""
27529
27530 # type: textblock
27531 #: ../tools/virt-list-filesystems.pl:32
27532 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
27533 msgstr ""
27534
27535 # type: verbatim
27536 #: ../tools/virt-list-filesystems.pl:36
27537 #, no-wrap
27538 msgid ""
27539 " virt-list-filesystems [--options] domname\n"
27540 "\n"
27541 msgstr ""
27542
27543 # type: verbatim
27544 #: ../tools/virt-list-filesystems.pl:38
27545 #, no-wrap
27546 msgid ""
27547 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
27548 "\n"
27549 msgstr ""
27550
27551 # type: textblock
27552 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
27553 msgid ""
27554 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
27555 "replacement."
27556 msgstr ""
27557
27558 # type: textblock
27559 #: ../tools/virt-list-filesystems.pl:45
27560 msgid ""
27561 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
27562 "are contained in a virtual machine or disk image."
27563 msgstr ""
27564
27565 # type: textblock
27566 #: ../tools/virt-list-filesystems.pl:49
27567 msgid ""
27568 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
27569 "functionality.  For more complex cases you should look at the "
27570 "L<guestfish(1)> tool."
27571 msgstr ""
27572
27573 # type: =item
27574 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
27575 msgid "B<-l> | B<--long>"
27576 msgstr ""
27577
27578 # type: textblock
27579 #: ../tools/virt-list-filesystems.pl:108
27580 msgid ""
27581 "With this option, C<virt-list-filesystems> displays the type of each "
27582 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
27583 msgstr ""
27584
27585 # type: =item
27586 #: ../tools/virt-list-filesystems.pl:115
27587 msgid "B<-a> | B<--all>"
27588 msgstr ""
27589
27590 # type: textblock
27591 #: ../tools/virt-list-filesystems.pl:117
27592 msgid ""
27593 "Normally we only show mountable filesystems.  If this option is given then "
27594 "swap devices are shown too."
27595 msgstr ""
27596
27597 # type: textblock
27598 #: ../tools/virt-list-filesystems.pl:191
27599 msgid ""
27600 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
27601 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
27602 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
27603 msgstr ""
27604
27605 # type: textblock
27606 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:298
27607 msgid "Copyright (C) 2009 Red Hat Inc."
27608 msgstr ""
27609
27610 # type: textblock
27611 #: ../tools/virt-tar.pl:33
27612 msgid "virt-tar - Extract or upload files to a virtual machine"
27613 msgstr ""
27614
27615 # type: verbatim
27616 #: ../tools/virt-tar.pl:37
27617 #, no-wrap
27618 msgid ""
27619 " virt-tar [--options] -x domname directory tarball\n"
27620 "\n"
27621 msgstr ""
27622
27623 # type: verbatim
27624 #: ../tools/virt-tar.pl:39
27625 #, no-wrap
27626 msgid ""
27627 " virt-tar [--options] -u domname tarball directory\n"
27628 "\n"
27629 msgstr ""
27630
27631 # type: verbatim
27632 #: ../tools/virt-tar.pl:41
27633 #, no-wrap
27634 msgid ""
27635 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
27636 "\n"
27637 msgstr ""
27638
27639 # type: verbatim
27640 #: ../tools/virt-tar.pl:43
27641 #, no-wrap
27642 msgid ""
27643 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
27644 "\n"
27645 msgstr ""
27646
27647 # type: textblock
27648 #: ../tools/virt-tar.pl:47
27649 msgid "Download C</home> from the VM into a local tarball:"
27650 msgstr ""
27651
27652 # type: verbatim
27653 #: ../tools/virt-tar.pl:49
27654 #, no-wrap
27655 msgid ""
27656 " virt-tar -x domname /home home.tar\n"
27657 "\n"
27658 msgstr ""
27659
27660 # type: verbatim
27661 #: ../tools/virt-tar.pl:51
27662 #, no-wrap
27663 msgid ""
27664 " virt-tar -zx domname /home home.tar.gz\n"
27665 "\n"
27666 msgstr ""
27667
27668 # type: textblock
27669 #: ../tools/virt-tar.pl:53
27670 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
27671 msgstr ""
27672
27673 # type: verbatim
27674 #: ../tools/virt-tar.pl:55
27675 #, no-wrap
27676 msgid ""
27677 " virt-tar -u domname uploadstuff.tar /tmp\n"
27678 "\n"
27679 msgstr ""
27680
27681 # type: verbatim
27682 #: ../tools/virt-tar.pl:57
27683 #, no-wrap
27684 msgid ""
27685 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
27686 "\n"
27687 msgstr ""
27688
27689 # type: textblock
27690 #: ../tools/virt-tar.pl:61
27691 msgid ""
27692 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
27693 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
27694 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
27695 msgstr ""
27696
27697 # type: textblock
27698 #: ../tools/virt-tar.pl:66
27699 msgid ""
27700 "You can use C<-x> (extract) on live virtual machines, but you might get "
27701 "inconsistent results or errors if there is filesystem activity inside the "
27702 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
27703 "work, but the only way to guarantee consistent results is if the virtual "
27704 "machine is shut down."
27705 msgstr ""
27706
27707 # type: textblock
27708 #: ../tools/virt-tar.pl:74
27709 msgid ""
27710 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
27711 "parts of a guest filesystem.  There are many possibilities: making backups, "
27712 "uploading data files, snooping on guest activity, fixing or customizing "
27713 "guests, etc."
27714 msgstr ""
27715
27716 # type: textblock
27717 #: ../tools/virt-tar.pl:79
27718 msgid ""
27719 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
27720 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
27721 "should look at the L<guestfish(1)> tool."
27722 msgstr ""
27723
27724 # type: textblock
27725 #: ../tools/virt-tar.pl:83
27726 msgid ""
27727 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
27728 "its contents (recursively) from the virtual machine into a local tarball.  "
27729 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
27730 "virtual machine.  You cannot use these two options together."
27731 msgstr ""
27732
27733 # type: textblock
27734 #: ../tools/virt-tar.pl:89
27735 msgid ""
27736 "In addition, you may need to use the C<-z> (gZip) option to enable "
27737 "compression.  When uploading, you have to specify C<-z> if the upload file "
27738 "is compressed because virt-tar won't detect this on its own."
27739 msgstr ""
27740
27741 # type: textblock
27742 #: ../tools/virt-tar.pl:93
27743 msgid ""
27744 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
27745 "example it cannot do PKZip files or bzip2 compression.  If you want that "
27746 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
27747 "the L<libguestfs(3)> API)."
27748 msgstr ""
27749
27750 # type: =item
27751 #: ../tools/virt-tar.pl:151
27752 msgid "B<-x> | B<--extract> | B<--download>"
27753 msgstr ""
27754
27755 # type: =item
27756 #: ../tools/virt-tar.pl:153
27757 msgid "B<-u> | B<--upload>"
27758 msgstr ""
27759
27760 # type: textblock
27761 #: ../tools/virt-tar.pl:155
27762 msgid ""
27763 "Use C<-x> to extract (download) a directory from a virtual machine to a "
27764 "local tarball."
27765 msgstr ""
27766
27767 # type: textblock
27768 #: ../tools/virt-tar.pl:158
27769 msgid ""
27770 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
27771 "Please read the L</WARNING> section above before using this option."
27772 msgstr ""
27773
27774 # type: textblock
27775 #: ../tools/virt-tar.pl:162
27776 msgid "You must specify exactly one of these options."
27777 msgstr ""
27778
27779 # type: =item
27780 #: ../tools/virt-tar.pl:168
27781 msgid "B<-z> | B<--gzip>"
27782 msgstr ""
27783
27784 # type: textblock
27785 #: ../tools/virt-tar.pl:170
27786 msgid "Specify that the input or output tarball is gzip-compressed."
27787 msgstr ""
27788
27789 # type: textblock
27790 #: ../tools/virt-tar.pl:283
27791 msgid ""
27792 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
27793 "L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
27794 "L<http://libguestfs.org/>."
27795 msgstr ""
27796
27797 # type: textblock
27798 #: ../tools/virt-rescue.pl:33
27799 msgid "virt-rescue - Run a rescue shell on a virtual machine"
27800 msgstr ""
27801
27802 # type: verbatim
27803 #: ../tools/virt-rescue.pl:37
27804 #, no-wrap
27805 msgid ""
27806 " virt-rescue [--options] domname\n"
27807 "\n"
27808 msgstr ""
27809
27810 # type: verbatim
27811 #: ../tools/virt-rescue.pl:39
27812 #, no-wrap
27813 msgid ""
27814 " virt-rescue [--options] disk.img [disk.img ...]\n"
27815 "\n"
27816 msgstr ""
27817
27818 # type: textblock
27819 #: ../tools/virt-rescue.pl:43
27820 msgid ""
27821 "You must I<not> use C<virt-rescue> on live virtual machines.  Doing so will "
27822 "probably result in disk corruption in the VM.  C<virt-rescue> tries to stop "
27823 "you from doing this, but doesn't catch all cases."
27824 msgstr ""
27825
27826 # type: textblock
27827 #: ../tools/virt-rescue.pl:47
27828 msgid ""
27829 "However if you use the I<--ro> (read only) option, then you can attach a "
27830 "shell to a live virtual machine.  The results might be strange or "
27831 "inconsistent at times but you won't get disk corruption."
27832 msgstr ""
27833
27834 # type: textblock
27835 #: ../tools/virt-rescue.pl:53
27836 msgid ""
27837 "virt-rescue is like a Rescue CD, but for virtual machines, and without the "
27838 "need for a CD.  virt-rescue gives you a rescue shell and some simple "
27839 "recovery tools which you can use to examine or rescue a virtual machine or "
27840 "disk image."
27841 msgstr ""
27842
27843 # type: textblock
27844 #: ../tools/virt-rescue.pl:58
27845 msgid ""
27846 "You can run virt-rescue on any virtual machine known to libvirt, or directly "
27847 "on disk image(s):"
27848 msgstr ""
27849
27850 # type: verbatim
27851 #: ../tools/virt-rescue.pl:61
27852 #, no-wrap
27853 msgid ""
27854 " virt-rescue GuestName\n"
27855 "\n"
27856 msgstr ""
27857
27858 # type: verbatim
27859 #: ../tools/virt-rescue.pl:63
27860 #, no-wrap
27861 msgid ""
27862 " virt-rescue --ro /path/to/disk.img\n"
27863 "\n"
27864 msgstr ""
27865
27866 # type: verbatim
27867 #: ../tools/virt-rescue.pl:65
27868 #, no-wrap
27869 msgid ""
27870 " virt-rescue /dev/sdc\n"
27871 "\n"
27872 msgstr ""
27873
27874 # type: textblock
27875 #: ../tools/virt-rescue.pl:67
27876 msgid "For live VMs you I<must> use the --ro option."
27877 msgstr ""
27878
27879 # type: textblock
27880 #: ../tools/virt-rescue.pl:69
27881 msgid ""
27882 "When you run virt-rescue on a virtual machine or disk image, you are placed "
27883 "in an interactive bash shell where you can use many ordinary Linux "
27884 "commands.  What you see in C</> (C</bin>, C</lib> etc) is the rescue "
27885 "appliance.  You must mount the virtual machine's filesystems by hand.  There "
27886 "is an empty directory called C</sysroot> where you can mount filesystems."
27887 msgstr ""
27888
27889 # type: textblock
27890 #: ../tools/virt-rescue.pl:76
27891 msgid ""
27892 "In the example below, we list logical volumes, then choose one to mount "
27893 "under C</sysroot>:"
27894 msgstr ""
27895
27896 # type: verbatim
27897 #: ../tools/virt-rescue.pl:79
27898 #, no-wrap
27899 msgid ""
27900 " ><rescue> lvs\n"
27901 " LV      VG        Attr   LSize   Origin Snap%  Move Log Copy%  Convert\n"
27902 " lv_root vg_f11x64 -wi-a-   8.83G\n"
27903 " lv_swap vg_f11x64 -wi-a- 992.00M\n"
27904 " ><rescue> mount /dev/vg_f11x64/lv_root /sysroot\n"
27905 " ><rescue> ls /sysroot\n"
27906 "\n"
27907 msgstr ""
27908
27909 # type: textblock
27910 #: ../tools/virt-rescue.pl:86
27911 msgid ""
27912 "If you don't know what filesystems are available on the virtual machine then "
27913 "you can use commands such as L<parted(8)> and L<lvs(8)> to find out."
27914 msgstr ""
27915
27916 # type: textblock
27917 #: ../tools/virt-rescue.pl:92
27918 msgid ""
27919 "Virt-rescue can be used on I<any> disk image file or device, not just a "
27920 "virtual machine.  For example you can use it on a blank file if you want to "
27921 "partition that file (although we would recommend using L<guestfish(1)> "
27922 "instead as it is more suitable for this purpose).  You can even use "
27923 "virt-rescue on things like SD cards."
27924 msgstr ""
27925
27926 # type: textblock
27927 #: ../tools/virt-rescue.pl:98
27928 msgid ""
27929 "This tool is just designed for quick interactive hacking on a virtual "
27930 "machine.  For more structured access to a virtual machine disk image, you "
27931 "should use L<guestfs(3)>.  To get a structured shell that you can use to "
27932 "make scripted changes to guests, use L<guestfish(1)>."
27933 msgstr ""
27934
27935 # type: =item
27936 #: ../tools/virt-rescue.pl:127
27937 msgid "B<--append kernelopts>"
27938 msgstr ""
27939
27940 # type: textblock
27941 #: ../tools/virt-rescue.pl:129
27942 msgid "Pass additional options to the rescue kernel."
27943 msgstr ""
27944
27945 # type: =item
27946 #: ../tools/virt-rescue.pl:164
27947 msgid "B<--memsize MB> | B<-m MB>"
27948 msgstr ""
27949
27950 # type: textblock
27951 #: ../tools/virt-rescue.pl:166
27952 msgid ""
27953 "Change the amount of memory allocated to the rescue system.  The default is "
27954 "set by libguestfs and is small but adequate for running system tools.  The "
27955 "occasional program might need more memory.  The parameter is specified in "
27956 "megabytes."
27957 msgstr ""
27958
27959 # type: =item
27960 #: ../tools/virt-rescue.pl:175
27961 msgid "B<--network>"
27962 msgstr ""
27963
27964 # type: textblock
27965 #: ../tools/virt-rescue.pl:177
27966 msgid "Enable QEMU user networking in the guest."
27967 msgstr ""
27968
27969 # type: =item
27970 #: ../tools/virt-rescue.pl:183
27971 msgid "B<--ro> | B<-r>"
27972 msgstr ""
27973
27974 # type: textblock
27975 #: ../tools/virt-rescue.pl:185
27976 msgid "Open the image read-only."
27977 msgstr ""
27978
27979 # type: textblock
27980 #: ../tools/virt-rescue.pl:197
27981 msgid ""
27982 "Enable SELinux in the rescue appliance.  You should read "
27983 "L<guestfs(3)/SELINUX> before using this option."
27984 msgstr ""
27985
27986 # type: textblock
27987 #: ../tools/virt-rescue.pl:257
27988 msgid ""
27989 "Several environment variables affect virt-rescue.  See "
27990 "L<guestfs(3)/ENVIRONMENT VARIABLES> for the complete list."
27991 msgstr ""
27992
27993 # type: textblock
27994 #: ../tools/virt-rescue.pl:269
27995 msgid ""
27996 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
27997 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
27998 msgstr ""
27999
28000 # type: textblock
28001 #: ../tools/virt-make-fs.pl:37
28002 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
28003 msgstr ""
28004
28005 # type: verbatim
28006 #: ../tools/virt-make-fs.pl:41
28007 #, no-wrap
28008 msgid ""
28009 " virt-make-fs [--options] input.tar output.img\n"
28010 "\n"
28011 msgstr ""
28012
28013 # type: verbatim
28014 #: ../tools/virt-make-fs.pl:43
28015 #, no-wrap
28016 msgid ""
28017 " virt-make-fs [--options] input.tar.gz output.img\n"
28018 "\n"
28019 msgstr ""
28020
28021 # type: verbatim
28022 #: ../tools/virt-make-fs.pl:45
28023 #, no-wrap
28024 msgid ""
28025 " virt-make-fs [--options] directory output.img\n"
28026 "\n"
28027 msgstr ""
28028
28029 # type: textblock
28030 #: ../tools/virt-make-fs.pl:49
28031 msgid ""
28032 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
28033 "archive or some files in a directory.  It is similar to tools like "
28034 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
28035 "it can create common filesystem types like ext2/3 or NTFS, which can be "
28036 "useful if you want to attach these filesystems to existing virtual machines "
28037 "(eg. to import large amounts of read-only data to a VM)."
28038 msgstr ""
28039
28040 # type: textblock
28041 #: ../tools/virt-make-fs.pl:57
28042 msgid "Basic usage is:"
28043 msgstr ""
28044
28045 # type: verbatim
28046 #: ../tools/virt-make-fs.pl:59
28047 #, no-wrap
28048 msgid ""
28049 " virt-make-fs input output\n"
28050 "\n"
28051 msgstr ""
28052
28053 # type: textblock
28054 #: ../tools/virt-make-fs.pl:61
28055 msgid ""
28056 "where C<input> is either a directory containing files that you want to add, "
28057 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
28058 "C<output> is a disk image.  The input type is detected automatically.  The "
28059 "output disk image defaults to a raw ext2 image unless you specify extra "
28060 "flags (see L</OPTIONS> below)."
28061 msgstr ""
28062
28063 # type: =head2
28064 #: ../tools/virt-make-fs.pl:67
28065 msgid "EXTRA SPACE"
28066 msgstr ""
28067
28068 # type: textblock
28069 #: ../tools/virt-make-fs.pl:69
28070 msgid ""
28071 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
28072 "the files that it contains, but might have extra space.  Depending on how "
28073 "you are going to use the output, you might think this extra space is wasted "
28074 "and want to minimize it, or you might want to leave space so that more files "
28075 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
28076 "but you can use the C<--size> flag to leave space in the filesystem if you "
28077 "want it."
28078 msgstr ""
28079
28080 # type: textblock
28081 #: ../tools/virt-make-fs.pl:77
28082 msgid ""
28083 "An alternative way to leave extra space but not make the output image any "
28084 "bigger is to use an alternative disk image format (instead of the default "
28085 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
28086 "image format (check your hypervisor supports this before using it).  This "
28087 "allows you to choose a large C<--size> but the extra space won't actually be "
28088 "allocated in the image until you try to store something in it."
28089 msgstr ""
28090
28091 # type: textblock
28092 #: ../tools/virt-make-fs.pl:85
28093 msgid ""
28094 "Don't forget that you can also use local commands including L<resize2fs(8)> "
28095 "and L<virt-resize(1)> to resize existing filesystems, or rerun "
28096 "virt-make-resize to build another image from scratch."
28097 msgstr ""
28098
28099 # type: =head3
28100 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
28101 msgid "EXAMPLE"
28102 msgstr ""
28103
28104 # type: verbatim
28105 #: ../tools/virt-make-fs.pl:91
28106 #, no-wrap
28107 msgid ""
28108 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
28109 "\n"
28110 msgstr ""
28111
28112 # type: =head2
28113 #: ../tools/virt-make-fs.pl:93
28114 msgid "FILESYSTEM TYPE"
28115 msgstr ""
28116
28117 # type: textblock
28118 #: ../tools/virt-make-fs.pl:95
28119 msgid ""
28120 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
28121 "libguestfs supports can be used (but I<not> read-only formats like "
28122 "ISO9660).  Here are some of the more common choices:"
28123 msgstr ""
28124
28125 # type: =item
28126 #: ../tools/virt-make-fs.pl:101
28127 msgid "I<ext3>"
28128 msgstr ""
28129
28130 # type: textblock
28131 #: ../tools/virt-make-fs.pl:103
28132 msgid ""
28133 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
28134 "you are not going to use the filesystem in a way that requires the journal, "
28135 "then this is just wasted overhead."
28136 msgstr ""
28137
28138 # type: =item
28139 #: ../tools/virt-make-fs.pl:107
28140 msgid "I<ntfs> or I<vfat>"
28141 msgstr ""
28142
28143 # type: textblock
28144 #: ../tools/virt-make-fs.pl:109
28145 msgid "Useful if exporting data to a Windows guest."
28146 msgstr ""
28147
28148 # type: textblock
28149 #: ../tools/virt-make-fs.pl:111
28150 msgid ""
28151 "I<Note for vfat>: The tar archive or local directory must only contain files "
28152 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
28153 "program running within libguestfs is unable to change the ownership of "
28154 "non-root files, since vfat itself does not support this."
28155 msgstr ""
28156
28157 # type: =item
28158 #: ../tools/virt-make-fs.pl:116
28159 msgid "I<minix>"
28160 msgstr ""
28161
28162 # type: textblock
28163 #: ../tools/virt-make-fs.pl:118
28164 msgid ""
28165 "Lower overhead than C<ext2>, but certain limitations on filename length and "
28166 "total filesystem size."
28167 msgstr ""
28168
28169 # type: verbatim
28170 #: ../tools/virt-make-fs.pl:125
28171 #, no-wrap
28172 msgid ""
28173 " virt-make-fs --type=minix input minixfs.img\n"
28174 "\n"
28175 msgstr ""
28176
28177 # type: =head2
28178 #: ../tools/virt-make-fs.pl:127
28179 msgid "TO PARTITION OR NOT TO PARTITION"
28180 msgstr ""
28181
28182 # type: textblock
28183 #: ../tools/virt-make-fs.pl:129
28184 msgid "Optionally virt-make-fs can add a partition table to the output disk."
28185 msgstr ""
28186
28187 # type: textblock
28188 #: ../tools/virt-make-fs.pl:131
28189 msgid ""
28190 "Adding a partition can make the disk image more compatible with certain "
28191 "virtualized operating systems which don't expect to see a filesystem "
28192 "directly located on a block device (Linux doesn't care and will happily "
28193 "handle both types)."
28194 msgstr ""
28195
28196 # type: textblock
28197 #: ../tools/virt-make-fs.pl:136
28198 msgid ""
28199 "On the other hand, if you have a partition table then the output image is no "
28200 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
28201 "directly on a partitioned disk image.  (However libguestfs tools such as "
28202 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
28203 msgstr ""
28204
28205 # type: textblock
28206 #: ../tools/virt-make-fs.pl:144
28207 msgid "Add an MBR partition:"
28208 msgstr ""
28209
28210 # type: verbatim
28211 #: ../tools/virt-make-fs.pl:146
28212 #, no-wrap
28213 msgid ""
28214 " virt-make-fs --partition -- input disk.img\n"
28215 "\n"
28216 msgstr ""
28217
28218 # type: textblock
28219 #: ../tools/virt-make-fs.pl:148
28220 msgid ""
28221 "If the output disk image could be terabyte-sized or larger, it's better to "
28222 "use an EFI/GPT-compatible partition table:"
28223 msgstr ""
28224
28225 # type: verbatim
28226 #: ../tools/virt-make-fs.pl:151
28227 #, no-wrap
28228 msgid ""
28229 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
28230 "\n"
28231 msgstr ""
28232
28233 # type: textblock
28234 #: ../tools/virt-make-fs.pl:179
28235 msgid "Enable debugging information."
28236 msgstr ""
28237
28238 # type: =item
28239 #: ../tools/virt-make-fs.pl:185
28240 msgid "B<--size=E<lt>NE<gt>>"
28241 msgstr ""
28242
28243 # type: =item
28244 #: ../tools/virt-make-fs.pl:187
28245 msgid "B<--size=+E<lt>NE<gt>>"
28246 msgstr ""
28247
28248 # type: =item
28249 #: ../tools/virt-make-fs.pl:189
28250 msgid "B<-s E<lt>NE<gt>>"
28251 msgstr ""
28252
28253 # type: =item
28254 #: ../tools/virt-make-fs.pl:191
28255 msgid "B<-s +E<lt>NE<gt>>"
28256 msgstr ""
28257
28258 # type: textblock
28259 #: ../tools/virt-make-fs.pl:193
28260 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
28261 msgstr ""
28262
28263 # type: textblock
28264 #: ../tools/virt-make-fs.pl:196
28265 msgid ""
28266 "If this option is I<not> given, then the output image will be just large "
28267 "enough to contain all the files, with not much wasted space."
28268 msgstr ""
28269
28270 # type: textblock
28271 #: ../tools/virt-make-fs.pl:199
28272 msgid ""
28273 "To choose a fixed size output disk, specify an absolute number followed by "
28274 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
28275 "Petabytes or Exabytes.  This must be large enough to contain all the input "
28276 "files, else you will get an error."
28277 msgstr ""
28278
28279 # type: textblock
28280 #: ../tools/virt-make-fs.pl:204
28281 msgid ""
28282 "To leave extra space, specify C<+> (plus sign) and a number followed by "
28283 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
28284 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
28285 "the input files, and (approximately) an extra 200 MB free space."
28286 msgstr ""
28287
28288 # type: textblock
28289 #: ../tools/virt-make-fs.pl:210
28290 msgid ""
28291 "Note that virt-make-fs estimates free space, and therefore will not produce "
28292 "filesystems containing precisely the free space requested.  (It is much more "
28293 "expensive and time-consuming to produce a filesystem which has precisely the "
28294 "desired free space)."
28295 msgstr ""
28296
28297 # type: =item
28298 #: ../tools/virt-make-fs.pl:219
28299 msgid "B<--format=E<lt>fmtE<gt>>"
28300 msgstr ""
28301
28302 # type: =item
28303 #: ../tools/virt-make-fs.pl:221
28304 msgid "B<-F E<lt>fmtE<gt>>"
28305 msgstr ""
28306
28307 # type: textblock
28308 #: ../tools/virt-make-fs.pl:223
28309 msgid "Choose the output disk image format."
28310 msgstr ""
28311
28312 # type: textblock
28313 #: ../tools/virt-make-fs.pl:225
28314 msgid "The default is C<raw> (raw disk image)."
28315 msgstr ""
28316
28317 # type: textblock
28318 #: ../tools/virt-make-fs.pl:227
28319 msgid ""
28320 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
28321 "that would really make sense here is C<qcow2>."
28322 msgstr ""
28323
28324 # type: =item
28325 #: ../tools/virt-make-fs.pl:234
28326 msgid "B<--type=E<lt>fsE<gt>>"
28327 msgstr ""
28328
28329 # type: =item
28330 #: ../tools/virt-make-fs.pl:236
28331 msgid "B<-t E<lt>fsE<gt>>"
28332 msgstr ""
28333
28334 # type: textblock
28335 #: ../tools/virt-make-fs.pl:238
28336 msgid "Choose the output filesystem type."
28337 msgstr ""
28338
28339 # type: textblock
28340 #: ../tools/virt-make-fs.pl:240
28341 msgid "The default is C<ext2>."
28342 msgstr ""
28343
28344 # type: textblock
28345 #: ../tools/virt-make-fs.pl:242
28346 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
28347 msgstr ""
28348
28349 # type: =item
28350 #: ../tools/virt-make-fs.pl:249
28351 msgid "B<--partition>"
28352 msgstr ""
28353
28354 # type: =item
28355 #: ../tools/virt-make-fs.pl:251
28356 msgid "B<--partition=E<lt>parttypeE<gt>>"
28357 msgstr ""
28358
28359 # type: textblock
28360 #: ../tools/virt-make-fs.pl:253
28361 msgid ""
28362 "If specified, this flag adds an MBR partition table to the output disk "
28363 "image."
28364 msgstr ""
28365
28366 # type: textblock
28367 #: ../tools/virt-make-fs.pl:256
28368 msgid ""
28369 "You can change the partition table type, eg. C<--partition=gpt> for large "
28370 "disks."
28371 msgstr ""
28372
28373 # type: textblock
28374 #: ../tools/virt-make-fs.pl:259
28375 msgid ""
28376 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
28377 "might consider the next parameter to be the partition type.  For example:"
28378 msgstr ""
28379
28380 # type: verbatim
28381 #: ../tools/virt-make-fs.pl:263
28382 #, no-wrap
28383 msgid ""
28384 " virt-make-fs --partition input.tar ...\n"
28385 "\n"
28386 msgstr ""
28387
28388 # type: textblock
28389 #: ../tools/virt-make-fs.pl:265
28390 msgid ""
28391 "would cause virt-make-fs to think you wanted to use a partition type of "
28392 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
28393 "dash) between options and the input file argument:"
28394 msgstr ""
28395
28396 # type: verbatim
28397 #: ../tools/virt-make-fs.pl:269
28398 #, no-wrap
28399 msgid ""
28400 " virt-make-fs --partition -- input.tar ...\n"
28401 "\n"
28402 msgstr ""
28403
28404 # type: textblock
28405 #: ../tools/virt-make-fs.pl:536
28406 msgid ""
28407 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<mkisofs(1)>, "
28408 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
28409 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
28410 msgstr ""
28411
28412 # type: verbatim
28413 #: ../tools/virt-make-fs.pl:553
28414 #, no-wrap
28415 msgid ""
28416 " export LIBGUESTFS_DEBUG=1\n"
28417 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
28418 "\n"
28419 msgstr ""
28420
28421 # type: textblock
28422 #: ../tools/virt-make-fs.pl:556
28423 msgid ""
28424 "Attach /tmp/virt-make-fs.log to a new bug report at "
28425 "L<https://bugzilla.redhat.com/>"
28426 msgstr ""
28427
28428 # type: textblock
28429 #: ../tools/virt-list-partitions.pl:32
28430 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
28431 msgstr ""
28432
28433 # type: verbatim
28434 #: ../tools/virt-list-partitions.pl:36
28435 #, no-wrap
28436 msgid ""
28437 " virt-list-partitions [--options] domname\n"
28438 "\n"
28439 msgstr ""
28440
28441 # type: verbatim
28442 #: ../tools/virt-list-partitions.pl:38
28443 #, no-wrap
28444 msgid ""
28445 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
28446 "\n"
28447 msgstr ""
28448
28449 # type: textblock
28450 #: ../tools/virt-list-partitions.pl:45
28451 msgid ""
28452 "C<virt-list-partitions> is a command line tool to list the partitions that "
28453 "are contained in a virtual machine or disk image.  It is mainly useful as a "
28454 "first step to using L<virt-resize(1)>."
28455 msgstr ""
28456
28457 # type: textblock
28458 #: ../tools/virt-list-partitions.pl:50
28459 msgid ""
28460 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
28461 "functionality.  For more complex cases you should look at the "
28462 "L<guestfish(1)> tool."
28463 msgstr ""
28464
28465 # type: =item
28466 #: ../tools/virt-list-partitions.pl:107
28467 msgid "B<-h> | B<--human-readable>"
28468 msgstr ""
28469
28470 # type: textblock
28471 #: ../tools/virt-list-partitions.pl:109
28472 msgid "Show sizes in human-readable form (eg. \"1G\")."
28473 msgstr ""
28474
28475 # type: textblock
28476 #: ../tools/virt-list-partitions.pl:117
28477 msgid ""
28478 "With this option, C<virt-list-partitions> displays the type and size of each "
28479 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
28480 msgstr ""
28481
28482 # type: =item
28483 #: ../tools/virt-list-partitions.pl:124
28484 msgid "B<-t> | B<--total>"
28485 msgstr ""
28486
28487 # type: textblock
28488 #: ../tools/virt-list-partitions.pl:126
28489 msgid "Display the total size of each block device (as a separate row or rows)."
28490 msgstr ""
28491
28492 # type: textblock
28493 #: ../tools/virt-list-partitions.pl:259
28494 msgid ""
28495 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
28496 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
28497 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
28498 msgstr ""