Version 1.7.4.
[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.4\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2010-11-11 18:35+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 ../inspector/virt-inspector.pl:31 ../tools/virt-edit.pl:30 ../tools/virt-win-reg.pl:33 ../tools/virt-df.pl:32 ../tools/virt-ls.pl:30 ../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 ../inspector/virt-inspector.pl:33 ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35 ../tools/virt-df.pl:34 ../tools/virt-ls.pl:32 ../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 ../inspector/virt-inspector.pl:37 ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39 ../tools/virt-df.pl:38 ../tools/virt-ls.pl:36 ../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 ../inspector/virt-inspector.pl:43 ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63 ../tools/virt-df.pl:46 ../tools/virt-ls.pl:42 ../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:1224 ../src/guestfs.pod:1229 ../src/guestfs.pod:1233 ../src/guestfs.pod:1449 ../src/guestfs.pod:1454 ../src/guestfs.pod:1458 ../src/guestfs.pod:1560 ../src/guestfs.pod:1564 ../src/guestfs.pod:1568 ../src/guestfs.pod:1573 ../src/guestfs.pod:1581 ../src/guestfs.pod:1600 ../src/guestfs.pod:1608 ../src/guestfs.pod:1838 ../src/guestfs.pod:1844 ../src/guestfs.pod:1849 ../src/guestfs.pod:1855 ../src/guestfs.pod:1962 ../src/guestfs.pod:1966 ../src/guestfs.pod:1970 ../src/guestfs.pod:1974 ../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:376 ../fish/guestfish.pod:380 ../fish/guestfish.pod:384 ../fish/guestfish.pod:388 ../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 ../inspector/virt-inspector.pl:584 ../inspector/virt-inspector.pl:588 ../tools/virt-df.pl:161 ../tools/virt-df.pl:167 ../tools/virt-resize.pl:348 ../tools/virt-resize.pl:353 ../tools/virt-resize.pl:363
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."
822 msgstr ""
823
824 # type: textblock
825 #: ../src/guestfs.pod:411
826 msgid ""
827 "The two main API calls to run commands are L</guestfs_command> and "
828 "L</guestfs_sh> (there are also variations)."
829 msgstr ""
830
831 # type: textblock
832 #: ../src/guestfs.pod:414
833 msgid ""
834 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
835 "shell globs, redirections, etc will work."
836 msgstr ""
837
838 # type: =head2
839 #: ../src/guestfs.pod:417
840 msgid "CONFIGURATION FILES"
841 msgstr ""
842
843 # type: textblock
844 #: ../src/guestfs.pod:419
845 msgid ""
846 "To read and write configuration files in Linux guest filesystems, we "
847 "strongly recommend using Augeas.  For example, Augeas understands how to "
848 "read and write, say, a Linux shadow password file or X.org configuration "
849 "file, and so avoids you having to write that code."
850 msgstr ""
851
852 # type: textblock
853 #: ../src/guestfs.pod:424
854 msgid ""
855 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
856 "document Augeas itself here because there is excellent documentation on the "
857 "L<http://augeas.net/> website."
858 msgstr ""
859
860 # type: textblock
861 #: ../src/guestfs.pod:428
862 msgid ""
863 "If you don't want to use Augeas (you fool!) then try calling "
864 "L</guestfs_read_lines> to get the file as a list of lines which you can "
865 "iterate over."
866 msgstr ""
867
868 # type: =head2
869 #: ../src/guestfs.pod:432
870 msgid "SELINUX"
871 msgstr ""
872
873 # type: textblock
874 #: ../src/guestfs.pod:434
875 msgid ""
876 "We support SELinux guests.  To ensure that labeling happens correctly in "
877 "SELinux guests, you need to enable SELinux and load the guest's policy:"
878 msgstr ""
879
880 # type: =item
881 #: ../src/guestfs.pod:440 ../src/guestfs.pod:953
882 msgid "1."
883 msgstr ""
884
885 # type: textblock
886 #: ../src/guestfs.pod:442
887 msgid "Before launching, do:"
888 msgstr ""
889
890 # type: verbatim
891 #: ../src/guestfs.pod:444
892 #, no-wrap
893 msgid ""
894 " guestfs_set_selinux (g, 1);\n"
895 "\n"
896 msgstr ""
897
898 # type: =item
899 #: ../src/guestfs.pod:446 ../src/guestfs.pod:957
900 msgid "2."
901 msgstr ""
902
903 # type: textblock
904 #: ../src/guestfs.pod:448
905 msgid ""
906 "After mounting the guest's filesystem(s), load the policy.  This is best "
907 "done by running the L<load_policy(8)> command in the guest itself:"
908 msgstr ""
909
910 # type: verbatim
911 #: ../src/guestfs.pod:452
912 #, no-wrap
913 msgid ""
914 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
915 "\n"
916 msgstr ""
917
918 # type: textblock
919 #: ../src/guestfs.pod:454
920 msgid ""
921 "(Older versions of C<load_policy> require you to specify the name of the "
922 "policy file)."
923 msgstr ""
924
925 # type: =item
926 #: ../src/guestfs.pod:457 ../src/guestfs.pod:963
927 msgid "3."
928 msgstr ""
929
930 # type: textblock
931 #: ../src/guestfs.pod:459
932 msgid ""
933 "Optionally, set the security context for the API.  The correct security "
934 "context to use can only be known by inspecting the guest.  As an example:"
935 msgstr ""
936
937 # type: verbatim
938 #: ../src/guestfs.pod:463
939 #, no-wrap
940 msgid ""
941 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
942 "\n"
943 msgstr ""
944
945 # type: textblock
946 #: ../src/guestfs.pod:467
947 msgid "This will work for running commands and editing existing files."
948 msgstr ""
949
950 # type: textblock
951 #: ../src/guestfs.pod:469
952 msgid ""
953 "When new files are created, you may need to label them explicitly, for "
954 "example by running the external command C<restorecon pathname>."
955 msgstr ""
956
957 # type: =head2
958 #: ../src/guestfs.pod:473
959 msgid "UMASK"
960 msgstr ""
961
962 # type: textblock
963 #: ../src/guestfs.pod:475
964 msgid ""
965 "Certain calls are affected by the current file mode creation mask (the "
966 "\"umask\").  In particular ones which create files or directories, such as "
967 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
968 "either the default mode that the file is created with or modifies the mode "
969 "that you supply."
970 msgstr ""
971
972 # type: textblock
973 #: ../src/guestfs.pod:481
974 msgid ""
975 "The default umask is C<022>, so files are created with modes such as C<0644> "
976 "and directories with C<0755>."
977 msgstr ""
978
979 # type: textblock
980 #: ../src/guestfs.pod:484
981 msgid ""
982 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
983 "(call C<guestfs_umask (g, 0)> early after launching).  Or call "
984 "L</guestfs_chmod> after creating each file or directory."
985 msgstr ""
986
987 # type: textblock
988 #: ../src/guestfs.pod:488
989 msgid "For more information about umask, see L<umask(2)>."
990 msgstr ""
991
992 # type: =head1
993 #: ../src/guestfs.pod:490 ../fish/guestfish.pod:669
994 msgid "ENCRYPTED DISKS"
995 msgstr ""
996
997 # type: textblock
998 #: ../src/guestfs.pod:492
999 msgid ""
1000 "Libguestfs allows you to access Linux guests which have been encrypted using "
1001 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1002 "standard.  This includes nearly all whole disk encryption systems used by "
1003 "modern Linux guests."
1004 msgstr ""
1005
1006 # type: textblock
1007 #: ../src/guestfs.pod:498
1008 msgid ""
1009 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1010 "returns the string C<crypto_LUKS>)."
1011 msgstr ""
1012
1013 # type: textblock
1014 #: ../src/guestfs.pod:501
1015 msgid ""
1016 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1017 "will require the passphrase!"
1018 msgstr ""
1019
1020 # type: textblock
1021 #: ../src/guestfs.pod:504
1022 msgid ""
1023 "Opening a LUKS device creates a new device mapper device called "
1024 "C</dev/mapper/mapname> (where C<mapname> is the string you supply to "
1025 "L</guestfs_luks_open>).  Reads and writes to this mapper device are "
1026 "decrypted from and encrypted to the underlying block device respectively."
1027 msgstr ""
1028
1029 # type: textblock
1030 #: ../src/guestfs.pod:510
1031 msgid ""
1032 "LVM volume groups on the device can be made visible by calling "
1033 "L</guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical "
1034 "volume(s) can now be mounted in the usual way."
1035 msgstr ""
1036
1037 # type: textblock
1038 #: ../src/guestfs.pod:514
1039 msgid ""
1040 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1041 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1042 "[\"/dev/VG\"])>.  Then close the mapper device by calling "
1043 "L</guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1044 "underlying encrypted block device)."
1045 msgstr ""
1046
1047 # type: =head2
1048 #: ../src/guestfs.pod:521
1049 msgid "INSPECTION"
1050 msgstr ""
1051
1052 # type: textblock
1053 #: ../src/guestfs.pod:523
1054 msgid ""
1055 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1056 "contains operating systems.  (These APIs used to be in a separate Perl-only "
1057 "library called L<Sys::Guestfs::Lib(3)> but since version 1.5.3 the most "
1058 "frequently used part of this library has been rewritten in C and moved into "
1059 "the core code)."
1060 msgstr ""
1061
1062 # type: textblock
1063 #: ../src/guestfs.pod:529
1064 msgid ""
1065 "Add all disks belonging to the unknown virtual machine and call "
1066 "L</guestfs_launch> in the usual way."
1067 msgstr ""
1068
1069 # type: textblock
1070 #: ../src/guestfs.pod:532
1071 msgid ""
1072 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1073 "and certain heuristics, and returns a list of operating systems that were "
1074 "found.  An empty list means none were found.  A single element is the root "
1075 "filesystem of the operating system.  For dual- or multi-boot guests, "
1076 "multiple roots can be returned, each one corresponding to a separate "
1077 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1078 "world of virtualization, but since this scenario can happen, we have built "
1079 "libguestfs to deal with it.)"
1080 msgstr ""
1081
1082 # type: textblock
1083 #: ../src/guestfs.pod:541
1084 msgid ""
1085 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1086 "to get additional details about that operating system.  For example, call "
1087 "L</guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1088 "Windows and Linux-based operating systems respectively."
1089 msgstr ""
1090
1091 # type: textblock
1092 #: ../src/guestfs.pod:547
1093 msgid ""
1094 "Un*x-like and Linux-based operating systems usually consist of several "
1095 "filesystems which are mounted at boot time (for example, a separate boot "
1096 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1097 "filesystems correspond to mount points.  Call "
1098 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1099 "hash table like this example:"
1100 msgstr ""
1101
1102 # type: verbatim
1103 #: ../src/guestfs.pod:554
1104 #, no-wrap
1105 msgid ""
1106 " /boot => /dev/sda1\n"
1107 " /     => /dev/vg_guest/lv_root\n"
1108 " /usr  => /dev/vg_guest/lv_usr\n"
1109 "\n"
1110 msgstr ""
1111
1112 # type: textblock
1113 #: ../src/guestfs.pod:558
1114 msgid ""
1115 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1116 "filesystems as suggested."
1117 msgstr ""
1118
1119 # type: textblock
1120 #: ../src/guestfs.pod:561
1121 msgid ""
1122 "Be careful to mount filesystems in the right order (eg. C</> before "
1123 "C</usr>).  Sorting the keys of the hash by length, shortest first, should "
1124 "work."
1125 msgstr ""
1126
1127 # type: textblock
1128 #: ../src/guestfs.pod:565
1129 msgid ""
1130 "Inspection currently only works for some common operating systems.  "
1131 "Contributors are welcome to send patches for other operating systems that we "
1132 "currently cannot detect."
1133 msgstr ""
1134
1135 # type: textblock
1136 #: ../src/guestfs.pod:569
1137 msgid ""
1138 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1139 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1140 "encrypted devices."
1141 msgstr ""
1142
1143 # type: textblock
1144 #: ../src/guestfs.pod:573
1145 msgid ""
1146 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1147 "inspection and caches the results in the guest handle.  Subsequent calls to "
1148 "C<guestfs_inspect_get_*> return this cached information, but I<do not> "
1149 "re-read the disks.  If you change the content of the guest disks, you can "
1150 "redo inspection by calling L</guestfs_inspect_os> again."
1151 msgstr ""
1152
1153 # type: =head2
1154 #: ../src/guestfs.pod:580
1155 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1156 msgstr ""
1157
1158 # type: textblock
1159 #: ../src/guestfs.pod:582
1160 msgid ""
1161 "Libguestfs can mount NTFS partitions.  It does this using the "
1162 "L<http://www.ntfs-3g.org/> driver."
1163 msgstr ""
1164
1165 # type: textblock
1166 #: ../src/guestfs.pod:585
1167 msgid ""
1168 "DOS and Windows still use drive letters, and the filesystems are always "
1169 "treated as case insensitive by Windows itself, and therefore you might find "
1170 "a Windows configuration file referring to a path like "
1171 "C<c:\\windows\\system32>.  When the filesystem is mounted in libguestfs, "
1172 "that directory might be referred to as C</WINDOWS/System32>."
1173 msgstr ""
1174
1175 # type: textblock
1176 #: ../src/guestfs.pod:591
1177 msgid ""
1178 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1179 "libguestfs to read the appropriate Windows Registry and configuration files, "
1180 "to determine yourself how drives are mapped (see also L<hivex(3)> and "
1181 "L<virt-inspector(1)>)."
1182 msgstr ""
1183
1184 # type: textblock
1185 #: ../src/guestfs.pod:596
1186 msgid ""
1187 "Replacing backslash characters with forward slash characters is also outside "
1188 "the scope of libguestfs, but something that you can easily do."
1189 msgstr ""
1190
1191 # type: textblock
1192 #: ../src/guestfs.pod:599
1193 msgid ""
1194 "Where we can help is in resolving the case insensitivity of paths.  For "
1195 "this, call L</guestfs_case_sensitive_path>."
1196 msgstr ""
1197
1198 # type: textblock
1199 #: ../src/guestfs.pod:602
1200 msgid ""
1201 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1202 "files, through the library C<hivex> which is part of the libguestfs project "
1203 "although ships as a separate tarball.  You have to locate and download the "
1204 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1205 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and "
1206 "L<virt-win-reg(1)> for more help on this issue."
1207 msgstr ""
1208
1209 # type: =head2
1210 #: ../src/guestfs.pod:610
1211 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1212 msgstr ""
1213
1214 # type: textblock
1215 #: ../src/guestfs.pod:612
1216 msgid ""
1217 "Although we don't want to discourage you from using the C API, we will "
1218 "mention here that the same API is also available in other languages."
1219 msgstr ""
1220
1221 # type: textblock
1222 #: ../src/guestfs.pod:615
1223 msgid ""
1224 "The API is broadly identical in all supported languages.  This means that "
1225 "the C call C<guestfs_mount(g,path)> is C<$g-E<gt>mount($path)> in Perl, "
1226 "C<g.mount(path)> in Python, and C<Guestfs.mount g path> in OCaml.  In other "
1227 "words, a straightforward, predictable isomorphism between each language."
1228 msgstr ""
1229
1230 # type: textblock
1231 #: ../src/guestfs.pod:621
1232 msgid ""
1233 "Error messages are automatically transformed into exceptions if the language "
1234 "supports it."
1235 msgstr ""
1236
1237 # type: textblock
1238 #: ../src/guestfs.pod:624
1239 msgid ""
1240 "We don't try to \"object orientify\" parts of the API in OO languages, "
1241 "although contributors are welcome to write higher level APIs above what we "
1242 "provide in their favourite languages if they wish."
1243 msgstr ""
1244
1245 # type: =item
1246 #: ../src/guestfs.pod:630
1247 msgid "B<C++>"
1248 msgstr ""
1249
1250 # type: textblock
1251 #: ../src/guestfs.pod:632
1252 msgid ""
1253 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1254 "identical to the C API.  C++ classes and exceptions are not used."
1255 msgstr ""
1256
1257 # type: =item
1258 #: ../src/guestfs.pod:636
1259 msgid "B<C#>"
1260 msgstr ""
1261
1262 # type: textblock
1263 #: ../src/guestfs.pod:638
1264 msgid ""
1265 "The C# bindings are highly experimental.  Please read the warnings at the "
1266 "top of C<csharp/Libguestfs.cs>."
1267 msgstr ""
1268
1269 # type: =item
1270 #: ../src/guestfs.pod:641
1271 msgid "B<Haskell>"
1272 msgstr ""
1273
1274 # type: textblock
1275 #: ../src/guestfs.pod:643
1276 msgid ""
1277 "This is the only language binding that is working but incomplete.  Only "
1278 "calls which return simple integers have been bound in Haskell, and we are "
1279 "looking for help to complete this binding."
1280 msgstr ""
1281
1282 # type: =item
1283 #: ../src/guestfs.pod:647
1284 msgid "B<Java>"
1285 msgstr ""
1286
1287 # type: textblock
1288 #: ../src/guestfs.pod:649
1289 msgid ""
1290 "Full documentation is contained in the Javadoc which is distributed with "
1291 "libguestfs."
1292 msgstr ""
1293
1294 # type: =item
1295 #: ../src/guestfs.pod:652
1296 msgid "B<OCaml>"
1297 msgstr ""
1298
1299 # type: textblock
1300 #: ../src/guestfs.pod:654
1301 msgid "For documentation see the file C<guestfs.mli>."
1302 msgstr ""
1303
1304 # type: =item
1305 #: ../src/guestfs.pod:656
1306 msgid "B<Perl>"
1307 msgstr ""
1308
1309 # type: textblock
1310 #: ../src/guestfs.pod:658
1311 msgid "For documentation see L<Sys::Guestfs(3)>."
1312 msgstr ""
1313
1314 # type: =item
1315 #: ../src/guestfs.pod:660
1316 msgid "B<PHP>"
1317 msgstr ""
1318
1319 # type: textblock
1320 #: ../src/guestfs.pod:662
1321 msgid ""
1322 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1323 "the php-libguestfs package for your distribution."
1324 msgstr ""
1325
1326 # type: textblock
1327 #: ../src/guestfs.pod:665
1328 msgid "The PHP binding only works correctly on 64 bit machines."
1329 msgstr ""
1330
1331 # type: =item
1332 #: ../src/guestfs.pod:667
1333 msgid "B<Python>"
1334 msgstr ""
1335
1336 # type: textblock
1337 #: ../src/guestfs.pod:669
1338 msgid "For documentation do:"
1339 msgstr ""
1340
1341 # type: verbatim
1342 #: ../src/guestfs.pod:671
1343 #, no-wrap
1344 msgid ""
1345 " $ python\n"
1346 " >>> import guestfs\n"
1347 " >>> help (guestfs)\n"
1348 "\n"
1349 msgstr ""
1350
1351 # type: =item
1352 #: ../src/guestfs.pod:675
1353 msgid "B<Ruby>"
1354 msgstr ""
1355
1356 # type: textblock
1357 #: ../src/guestfs.pod:677
1358 msgid ""
1359 "Use the Guestfs module.  There is no Ruby-specific documentation, but you "
1360 "can find examples written in Ruby in the libguestfs source."
1361 msgstr ""
1362
1363 # type: =item
1364 #: ../src/guestfs.pod:680
1365 msgid "B<shell scripts>"
1366 msgstr ""
1367
1368 # type: textblock
1369 #: ../src/guestfs.pod:682
1370 msgid "For documentation see L<guestfish(1)>."
1371 msgstr ""
1372
1373 # type: =head2
1374 #: ../src/guestfs.pod:686
1375 msgid "LIBGUESTFS GOTCHAS"
1376 msgstr ""
1377
1378 # type: textblock
1379 #: ../src/guestfs.pod:688
1380 msgid ""
1381 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1382 "system [...] that works in the way it is documented but is counterintuitive "
1383 "and almost invites mistakes.\""
1384 msgstr ""
1385
1386 # type: textblock
1387 #: ../src/guestfs.pod:692
1388 msgid ""
1389 "Since we developed libguestfs and the associated tools, there are several "
1390 "things we would have designed differently, but are now stuck with for "
1391 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1392 "release, you can expect these to change.  Beware of them."
1393 msgstr ""
1394
1395 # type: =item
1396 #: ../src/guestfs.pod:700
1397 msgid "Autosync / forgetting to sync."
1398 msgstr ""
1399
1400 # type: textblock
1401 #: ../src/guestfs.pod:702
1402 msgid ""
1403 "When modifying a filesystem from C or another language, you B<must> unmount "
1404 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1405 "libguestfs handle.  You can also call:"
1406 msgstr ""
1407
1408 # type: verbatim
1409 #: ../src/guestfs.pod:706
1410 #, no-wrap
1411 msgid ""
1412 " guestfs_set_autosync (g, 1);\n"
1413 "\n"
1414 msgstr ""
1415
1416 # type: textblock
1417 #: ../src/guestfs.pod:708
1418 msgid ""
1419 "to have the unmount/sync done automatically for you when the handle 'g' is "
1420 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> "
1421 "q.v.)"
1422 msgstr ""
1423
1424 # type: textblock
1425 #: ../src/guestfs.pod:712
1426 msgid ""
1427 "If you forget to do this, then it is entirely possible that your changes "
1428 "won't be written out, or will be partially written, or (very rarely) that "
1429 "you'll get disk corruption."
1430 msgstr ""
1431
1432 # type: textblock
1433 #: ../src/guestfs.pod:716
1434 msgid ""
1435 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1436 "guestfish scripts that forget to sync will work just fine, which can make "
1437 "this very puzzling if you are trying to debug a problem."
1438 msgstr ""
1439
1440 # type: textblock
1441 #: ../src/guestfs.pod:720
1442 msgid ""
1443 "Update: Autosync is enabled by default for all API users starting from "
1444 "libguestfs 1.5.24."
1445 msgstr ""
1446
1447 # type: =item
1448 #: ../src/guestfs.pod:723
1449 msgid "Mount option C<-o sync> should not be the default."
1450 msgstr ""
1451
1452 # type: textblock
1453 #: ../src/guestfs.pod:725
1454 msgid ""
1455 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1456 "However C<-o sync> does not add any reliability benefit, but does have a "
1457 "very large performance impact."
1458 msgstr ""
1459
1460 # type: textblock
1461 #: ../src/guestfs.pod:729
1462 msgid ""
1463 "The work around is to use L</guestfs_mount_options> and set the mount "
1464 "options that you actually want to use."
1465 msgstr ""
1466
1467 # type: =item
1468 #: ../src/guestfs.pod:732
1469 msgid "Read-only should be the default."
1470 msgstr ""
1471
1472 # type: textblock
1473 #: ../src/guestfs.pod:734
1474 msgid ""
1475 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1476 "specify I<--rw> if you want to make changes to the image."
1477 msgstr ""
1478
1479 # type: textblock
1480 #: ../src/guestfs.pod:737
1481 msgid "This would reduce the potential to corrupt live VM images."
1482 msgstr ""
1483
1484 # type: textblock
1485 #: ../src/guestfs.pod:739
1486 msgid ""
1487 "Note that many filesystems change the disk when you just mount and unmount, "
1488 "even if you didn't perform any writes.  You need to use "
1489 "L</guestfs_add_drive_ro> to guarantee that the disk is not changed."
1490 msgstr ""
1491
1492 # type: =item
1493 #: ../src/guestfs.pod:743
1494 msgid "guestfish command line is hard to use."
1495 msgstr ""
1496
1497 # type: textblock
1498 #: ../src/guestfs.pod:745
1499 msgid ""
1500 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1501 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1502 "exist, so it fails.  In earlier versions of guestfish the error message was "
1503 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1504 "we should have used C<guestfish -c command> to run commands."
1505 msgstr ""
1506
1507 # type: =item
1508 #: ../src/guestfs.pod:752
1509 msgid "guestfish megabyte modifiers don't work right on all commands"
1510 msgstr ""
1511
1512 # type: textblock
1513 #: ../src/guestfs.pod:754
1514 msgid ""
1515 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1516 "other modifiers).  What guestfish actually does is to multiply the number "
1517 "part by the modifier part and pass the result to the C API.  However this "
1518 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1519 "expecting some other unit (eg. megabytes)."
1520 msgstr ""
1521
1522 # type: textblock
1523 #: ../src/guestfs.pod:761
1524 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1525 msgstr ""
1526
1527 # type: verbatim
1528 #: ../src/guestfs.pod:763
1529 #, no-wrap
1530 msgid ""
1531 " lvcreate LV VG 100M\n"
1532 "\n"
1533 msgstr ""
1534
1535 # type: textblock
1536 #: ../src/guestfs.pod:765
1537 msgid ""
1538 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1539 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1540 "megabytes * megabytes) logical volume.  The error message you get from this "
1541 "is also a little obscure."
1542 msgstr ""
1543
1544 # type: textblock
1545 #: ../src/guestfs.pod:770
1546 msgid ""
1547 "This could be fixed in the generator by specially marking parameters and "
1548 "return values which take bytes or other units."
1549 msgstr ""
1550
1551 # type: =item
1552 #: ../src/guestfs.pod:773
1553 msgid "Ambiguity between devices and paths"
1554 msgstr ""
1555
1556 # type: textblock
1557 #: ../src/guestfs.pod:775
1558 msgid ""
1559 "There is a subtle ambiguity in the API between a device name "
1560 "(eg. C</dev/sdb2>) and a similar pathname.  A file might just happen to be "
1561 "called C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1562 msgstr ""
1563
1564 # type: textblock
1565 #: ../src/guestfs.pod:780
1566 msgid ""
1567 "In the current API we usually resolve this ambiguity by having two separate "
1568 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1569 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1570 "detecting if the path supplied begins with C</dev/>."
1571 msgstr ""
1572
1573 # type: textblock
1574 #: ../src/guestfs.pod:786
1575 msgid ""
1576 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1577 "make paths/devices into structured names.  One way to do this would be to "
1578 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1579 "aspect of grub.  Another way would be to use a structured type, equivalent "
1580 "to this OCaml type:"
1581 msgstr ""
1582
1583 # type: verbatim
1584 #: ../src/guestfs.pod:792
1585 #, no-wrap
1586 msgid ""
1587 " type path = Path of string | Device of int | Partition of int * int\n"
1588 "\n"
1589 msgstr ""
1590
1591 # type: textblock
1592 #: ../src/guestfs.pod:794
1593 msgid "which would allow you to pass arguments like:"
1594 msgstr ""
1595
1596 # type: verbatim
1597 #: ../src/guestfs.pod:796
1598 #, no-wrap
1599 msgid ""
1600 " Path \"/foo/bar\"\n"
1601 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1602 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1603 " Path \"/dev/sdb2\"    (* not a device *)\n"
1604 "\n"
1605 msgstr ""
1606
1607 # type: textblock
1608 #: ../src/guestfs.pod:801
1609 msgid ""
1610 "As you can see there are still problems to resolve even with this "
1611 "representation.  Also consider how it might work in guestfish."
1612 msgstr ""
1613
1614 # type: =head2
1615 #: ../src/guestfs.pod:806
1616 msgid "PROTOCOL LIMITS"
1617 msgstr ""
1618
1619 # type: textblock
1620 #: ../src/guestfs.pod:808
1621 msgid ""
1622 "Internally libguestfs uses a message-based protocol to pass API calls and "
1623 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
1624 "plenty more detail about this).  The maximum message size used by the "
1625 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
1626 "aware of this limit.  The API calls which may be affected are individually "
1627 "documented, with a link back to this section of the documentation."
1628 msgstr ""
1629
1630 # type: textblock
1631 #: ../src/guestfs.pod:816
1632 msgid ""
1633 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
1634 "a simple string.  Because this string is at some point internally encoded as "
1635 "a message, the maximum size that it can return is slightly under 4 MB.  If "
1636 "the requested file is larger than this then you will get an error."
1637 msgstr ""
1638
1639 # type: textblock
1640 #: ../src/guestfs.pod:822
1641 msgid ""
1642 "In order to transfer large files into and out of the guest filesystem, you "
1643 "need to use particular calls that support this.  The sections L</UPLOADING> "
1644 "and L</DOWNLOADING> document how to do this."
1645 msgstr ""
1646
1647 # type: textblock
1648 #: ../src/guestfs.pod:826
1649 msgid ""
1650 "You might also consider mounting the disk image using our FUSE filesystem "
1651 "support (L<guestmount(1)>)."
1652 msgstr ""
1653
1654 # type: =head2
1655 #: ../src/guestfs.pod:829
1656 msgid "KEYS AND PASSPHRASES"
1657 msgstr ""
1658
1659 # type: textblock
1660 #: ../src/guestfs.pod:831
1661 msgid ""
1662 "Certain libguestfs calls take a parameter that contains sensitive key "
1663 "material, passed in as a C string."
1664 msgstr ""
1665
1666 # type: textblock
1667 #: ../src/guestfs.pod:834
1668 msgid ""
1669 "In the future we would hope to change the libguestfs implementation so that "
1670 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1671 "swap.  However this is I<not> done at the moment, because of the complexity "
1672 "of such an implementation."
1673 msgstr ""
1674
1675 # type: textblock
1676 #: ../src/guestfs.pod:839
1677 msgid ""
1678 "Therefore you should be aware that any key parameter you pass to libguestfs "
1679 "might end up being written out to the swap partition.  If this is a concern, "
1680 "scrub the swap partition or don't use libguestfs on encrypted devices."
1681 msgstr ""
1682
1683 # type: =head1
1684 #: ../src/guestfs.pod:844
1685 msgid "CONNECTION MANAGEMENT"
1686 msgstr ""
1687
1688 # type: =head2
1689 #: ../src/guestfs.pod:846
1690 msgid "guestfs_h *"
1691 msgstr ""
1692
1693 # type: textblock
1694 #: ../src/guestfs.pod:848
1695 msgid ""
1696 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
1697 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
1698 "handle and release all resources used."
1699 msgstr ""
1700
1701 # type: textblock
1702 #: ../src/guestfs.pod:852
1703 msgid ""
1704 "For information on using multiple handles and threads, see the section "
1705 "L</MULTIPLE HANDLES AND MULTIPLE THREADS> below."
1706 msgstr ""
1707
1708 # type: =head2
1709 #: ../src/guestfs.pod:855
1710 msgid "guestfs_create"
1711 msgstr ""
1712
1713 # type: verbatim
1714 #: ../src/guestfs.pod:857
1715 #, no-wrap
1716 msgid ""
1717 " guestfs_h *guestfs_create (void);\n"
1718 "\n"
1719 msgstr ""
1720
1721 # type: textblock
1722 #: ../src/guestfs.pod:859
1723 msgid "Create a connection handle."
1724 msgstr ""
1725
1726 # type: textblock
1727 #: ../src/guestfs.pod:861
1728 msgid ""
1729 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
1730 "on the handle at least once."
1731 msgstr ""
1732
1733 # type: textblock
1734 #: ../src/guestfs.pod:864
1735 msgid ""
1736 "This function returns a non-NULL pointer to a handle on success or NULL on "
1737 "error."
1738 msgstr ""
1739
1740 # type: textblock
1741 #: ../src/guestfs.pod:867
1742 msgid "After configuring the handle, you have to call L</guestfs_launch>."
1743 msgstr ""
1744
1745 # type: textblock
1746 #: ../src/guestfs.pod:869
1747 msgid ""
1748 "You may also want to configure error handling for the handle.  See L</ERROR "
1749 "HANDLING> section below."
1750 msgstr ""
1751
1752 # type: =head2
1753 #: ../src/guestfs.pod:872
1754 msgid "guestfs_close"
1755 msgstr ""
1756
1757 # type: verbatim
1758 #: ../src/guestfs.pod:874
1759 #, no-wrap
1760 msgid ""
1761 " void guestfs_close (guestfs_h *g);\n"
1762 "\n"
1763 msgstr ""
1764
1765 # type: textblock
1766 #: ../src/guestfs.pod:876
1767 msgid "This closes the connection handle and frees up all resources used."
1768 msgstr ""
1769
1770 # type: =head1
1771 #: ../src/guestfs.pod:878
1772 msgid "ERROR HANDLING"
1773 msgstr ""
1774
1775 # type: textblock
1776 #: ../src/guestfs.pod:880
1777 msgid ""
1778 "API functions can return errors.  For example, almost all functions that "
1779 "return C<int> will return C<-1> to indicate an error."
1780 msgstr ""
1781
1782 # type: textblock
1783 #: ../src/guestfs.pod:883
1784 msgid ""
1785 "Additional information is available for errors: an error message string and "
1786 "optionally an error number (errno) if the thing that failed was a system "
1787 "call."
1788 msgstr ""
1789
1790 # type: textblock
1791 #: ../src/guestfs.pod:887
1792 msgid ""
1793 "You can get at the additional information about the last error on the handle "
1794 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
1795 "up an error handler with L</guestfs_set_error_handler>."
1796 msgstr ""
1797
1798 # type: textblock
1799 #: ../src/guestfs.pod:892
1800 msgid ""
1801 "When the handle is created, a default error handler is installed which "
1802 "prints the error message string to C<stderr>.  For small short-running "
1803 "command line programs it is sufficient to do:"
1804 msgstr ""
1805
1806 # type: verbatim
1807 #: ../src/guestfs.pod:896
1808 #, no-wrap
1809 msgid ""
1810 " if (guestfs_launch (g) == -1)\n"
1811 "   exit (EXIT_FAILURE);\n"
1812 "\n"
1813 msgstr ""
1814
1815 # type: textblock
1816 #: ../src/guestfs.pod:899
1817 msgid ""
1818 "since the default error handler will ensure that an error message has been "
1819 "printed to C<stderr> before the program exits."
1820 msgstr ""
1821
1822 # type: textblock
1823 #: ../src/guestfs.pod:902
1824 msgid ""
1825 "For other programs the caller will almost certainly want to install an "
1826 "alternate error handler or do error handling in-line like this:"
1827 msgstr ""
1828
1829 # type: verbatim
1830 #: ../src/guestfs.pod:905
1831 #, no-wrap
1832 msgid ""
1833 " g = guestfs_create ();\n"
1834 " \n"
1835 msgstr ""
1836
1837 # type: verbatim
1838 #: ../src/guestfs.pod:907
1839 #, no-wrap
1840 msgid ""
1841 " /* This disables the default behaviour of printing errors\n"
1842 "    on stderr. */\n"
1843 " guestfs_set_error_handler (g, NULL, NULL);\n"
1844 " \n"
1845 msgstr ""
1846
1847 # type: verbatim
1848 #: ../src/guestfs.pod:911
1849 #, no-wrap
1850 msgid ""
1851 " if (guestfs_launch (g) == -1) {\n"
1852 "   /* Examine the error message and print it etc. */\n"
1853 "   char *msg = guestfs_last_error (g);\n"
1854 "   int errnum = guestfs_last_errno (g);\n"
1855 "   fprintf (stderr, \"%s\\n\", msg);\n"
1856 "   /* ... */\n"
1857 "  }\n"
1858 "\n"
1859 msgstr ""
1860
1861 # type: textblock
1862 #: ../src/guestfs.pod:919
1863 msgid ""
1864 "Out of memory errors are handled differently.  The default action is to call "
1865 "L<abort(3)>.  If this is undesirable, then you can set a handler using "
1866 "L</guestfs_set_out_of_memory_handler>."
1867 msgstr ""
1868
1869 # type: textblock
1870 #: ../src/guestfs.pod:923
1871 msgid ""
1872 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
1873 "because there is no handle if this happens there is no way to get additional "
1874 "error information.  However L</guestfs_create> is supposed to be a "
1875 "lightweight operation which can only fail because of insufficient memory (it "
1876 "returns NULL in this case)."
1877 msgstr ""
1878
1879 # type: =head2
1880 #: ../src/guestfs.pod:929
1881 msgid "guestfs_last_error"
1882 msgstr ""
1883
1884 # type: verbatim
1885 #: ../src/guestfs.pod:931
1886 #, no-wrap
1887 msgid ""
1888 " const char *guestfs_last_error (guestfs_h *g);\n"
1889 "\n"
1890 msgstr ""
1891
1892 # type: textblock
1893 #: ../src/guestfs.pod:933
1894 msgid ""
1895 "This returns the last error message that happened on C<g>.  If there has not "
1896 "been an error since the handle was created, then this returns C<NULL>."
1897 msgstr ""
1898
1899 # type: textblock
1900 #: ../src/guestfs.pod:937
1901 msgid ""
1902 "The lifetime of the returned string is until the next error occurs, or "
1903 "L</guestfs_close> is called."
1904 msgstr ""
1905
1906 # type: =head2
1907 #: ../src/guestfs.pod:940
1908 msgid "guestfs_last_errno"
1909 msgstr ""
1910
1911 # type: verbatim
1912 #: ../src/guestfs.pod:942
1913 #, no-wrap
1914 msgid ""
1915 " int guestfs_last_errno (guestfs_h *g);\n"
1916 "\n"
1917 msgstr ""
1918
1919 # type: textblock
1920 #: ../src/guestfs.pod:944
1921 msgid "This returns the last error number (errno) that happened on C<g>."
1922 msgstr ""
1923
1924 # type: textblock
1925 #: ../src/guestfs.pod:946
1926 msgid "If successful, an errno integer not equal to zero is returned."
1927 msgstr ""
1928
1929 # type: textblock
1930 #: ../src/guestfs.pod:948
1931 msgid "If no error, this returns 0.  This call can return 0 in three situations:"
1932 msgstr ""
1933
1934 # type: textblock
1935 #: ../src/guestfs.pod:955
1936 msgid "There has not been any error on the handle."
1937 msgstr ""
1938
1939 # type: textblock
1940 #: ../src/guestfs.pod:959
1941 msgid ""
1942 "There has been an error but the errno was meaningless.  This corresponds to "
1943 "the case where the error did not come from a failed system call, but for "
1944 "some other reason."
1945 msgstr ""
1946
1947 # type: textblock
1948 #: ../src/guestfs.pod:965
1949 msgid ""
1950 "There was an error from a failed system call, but for some reason the errno "
1951 "was not captured and returned.  This usually indicates a bug in libguestfs."
1952 msgstr ""
1953
1954 # type: textblock
1955 #: ../src/guestfs.pod:971
1956 msgid ""
1957 "Libguestfs tries to convert the errno from inside the applicance into a "
1958 "corresponding errno for the caller (not entirely trivial: the appliance "
1959 "might be running a completely different operating system from the library "
1960 "and error numbers are not standardized across Un*xen).  If this could not be "
1961 "done, then the error is translated to C<EINVAL>.  In practice this should "
1962 "only happen in very rare circumstances."
1963 msgstr ""
1964
1965 # type: =head2
1966 #: ../src/guestfs.pod:979
1967 msgid "guestfs_set_error_handler"
1968 msgstr ""
1969
1970 # type: verbatim
1971 #: ../src/guestfs.pod:981
1972 #, no-wrap
1973 msgid ""
1974 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
1975 "                                           void *opaque,\n"
1976 "                                           const char *msg);\n"
1977 " void guestfs_set_error_handler (guestfs_h *g,\n"
1978 "                                 guestfs_error_handler_cb cb,\n"
1979 "                                 void *opaque);\n"
1980 "\n"
1981 msgstr ""
1982
1983 # type: textblock
1984 #: ../src/guestfs.pod:988
1985 msgid ""
1986 "The callback C<cb> will be called if there is an error.  The parameters "
1987 "passed to the callback are an opaque data pointer and the error message "
1988 "string."
1989 msgstr ""
1990
1991 # type: textblock
1992 #: ../src/guestfs.pod:992
1993 msgid ""
1994 "C<errno> is not passed to the callback.  To get that the callback must call "
1995 "L</guestfs_last_errno>."
1996 msgstr ""
1997
1998 # type: textblock
1999 #: ../src/guestfs.pod:995
2000 msgid ""
2001 "Note that the message string C<msg> is freed as soon as the callback "
2002 "function returns, so if you want to stash it somewhere you must make your "
2003 "own copy."
2004 msgstr ""
2005
2006 # type: textblock
2007 #: ../src/guestfs.pod:999
2008 msgid "The default handler prints messages on C<stderr>."
2009 msgstr ""
2010
2011 # type: textblock
2012 #: ../src/guestfs.pod:1001
2013 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2014 msgstr ""
2015
2016 # type: =head2
2017 #: ../src/guestfs.pod:1003
2018 msgid "guestfs_get_error_handler"
2019 msgstr ""
2020
2021 # type: verbatim
2022 #: ../src/guestfs.pod:1005
2023 #, no-wrap
2024 msgid ""
2025 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2026 "                                                     void **opaque_rtn);\n"
2027 "\n"
2028 msgstr ""
2029
2030 # type: textblock
2031 #: ../src/guestfs.pod:1008
2032 msgid "Returns the current error handler callback."
2033 msgstr ""
2034
2035 # type: =head2
2036 #: ../src/guestfs.pod:1010
2037 msgid "guestfs_set_out_of_memory_handler"
2038 msgstr ""
2039
2040 # type: verbatim
2041 #: ../src/guestfs.pod:1012
2042 #, no-wrap
2043 msgid ""
2044 " typedef void (*guestfs_abort_cb) (void);\n"
2045 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2046 "                                        guestfs_abort_cb);\n"
2047 "\n"
2048 msgstr ""
2049
2050 # type: textblock
2051 #: ../src/guestfs.pod:1016
2052 msgid ""
2053 "The callback C<cb> will be called if there is an out of memory situation.  "
2054 "I<Note this callback must not return>."
2055 msgstr ""
2056
2057 # type: textblock
2058 #: ../src/guestfs.pod:1019
2059 msgid "The default is to call L<abort(3)>."
2060 msgstr ""
2061
2062 # type: textblock
2063 #: ../src/guestfs.pod:1021
2064 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2065 msgstr ""
2066
2067 # type: =head2
2068 #: ../src/guestfs.pod:1024
2069 msgid "guestfs_get_out_of_memory_handler"
2070 msgstr ""
2071
2072 # type: verbatim
2073 #: ../src/guestfs.pod:1026
2074 #, no-wrap
2075 msgid ""
2076 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2077 "\n"
2078 msgstr ""
2079
2080 # type: textblock
2081 #: ../src/guestfs.pod:1028
2082 msgid "This returns the current out of memory handler."
2083 msgstr ""
2084
2085 # type: =head1
2086 #: ../src/guestfs.pod:1030
2087 msgid "PATH"
2088 msgstr ""
2089
2090 # type: textblock
2091 #: ../src/guestfs.pod:1032
2092 msgid ""
2093 "Libguestfs needs a kernel and initrd.img, which it finds by looking along an "
2094 "internal path."
2095 msgstr ""
2096
2097 # type: textblock
2098 #: ../src/guestfs.pod:1035
2099 msgid ""
2100 "By default it looks for these in the directory C<$libdir/guestfs> "
2101 "(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
2102 msgstr ""
2103
2104 # type: textblock
2105 #: ../src/guestfs.pod:1038
2106 msgid ""
2107 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
2108 "to change the directories that libguestfs will search in.  The value is a "
2109 "colon-separated list of paths.  The current directory is I<not> searched "
2110 "unless the path contains an empty element or C<.>.  For example "
2111 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
2112 "then C</usr/lib/guestfs>."
2113 msgstr ""
2114
2115 # type: =head1
2116 #: ../src/guestfs.pod:1045
2117 msgid "HIGH-LEVEL API ACTIONS"
2118 msgstr ""
2119
2120 # type: =head2
2121 #: ../src/guestfs.pod:1047
2122 msgid "ABI GUARANTEE"
2123 msgstr ""
2124
2125 # type: textblock
2126 #: ../src/guestfs.pod:1049
2127 msgid ""
2128 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2129 "actions as outlined in this section.  Although we will deprecate some "
2130 "actions, for example if they get replaced by newer calls, we will keep the "
2131 "old actions forever.  This allows you the developer to program in confidence "
2132 "against the libguestfs API."
2133 msgstr ""
2134
2135 # type: textblock
2136 #: ../src/guestfs.pod:1055 ../fish/guestfish.pod:907
2137 msgid "@ACTIONS@"
2138 msgstr ""
2139
2140 # type: =head1
2141 #: ../src/guestfs.pod:1057
2142 msgid "STRUCTURES"
2143 msgstr ""
2144
2145 # type: textblock
2146 #: ../src/guestfs.pod:1059
2147 msgid "@STRUCTS@"
2148 msgstr ""
2149
2150 # type: =head1
2151 #: ../src/guestfs.pod:1061
2152 msgid "AVAILABILITY"
2153 msgstr ""
2154
2155 # type: =head2
2156 #: ../src/guestfs.pod:1063
2157 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2158 msgstr ""
2159
2160 # type: textblock
2161 #: ../src/guestfs.pod:1065
2162 msgid ""
2163 "Using L</guestfs_available> you can test availability of the following "
2164 "groups of functions.  This test queries the appliance to see if the "
2165 "appliance you are currently using supports the functionality."
2166 msgstr ""
2167
2168 # type: textblock
2169 #: ../src/guestfs.pod:1070
2170 msgid "@AVAILABILITY@"
2171 msgstr ""
2172
2173 # type: =head2
2174 #: ../src/guestfs.pod:1072
2175 msgid "GUESTFISH supported COMMAND"
2176 msgstr ""
2177
2178 # type: textblock
2179 #: ../src/guestfs.pod:1074
2180 msgid ""
2181 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2182 "prints out the available groups and whether they are supported by this build "
2183 "of libguestfs.  Note however that you have to do C<run> first."
2184 msgstr ""
2185
2186 # type: =head2
2187 #: ../src/guestfs.pod:1079
2188 msgid "SINGLE CALLS AT COMPILE TIME"
2189 msgstr ""
2190
2191 # type: textblock
2192 #: ../src/guestfs.pod:1081
2193 msgid ""
2194 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2195 "function, such as:"
2196 msgstr ""
2197
2198 # type: verbatim
2199 #: ../src/guestfs.pod:1084
2200 #, no-wrap
2201 msgid ""
2202 " #define LIBGUESTFS_HAVE_DD 1\n"
2203 "\n"
2204 msgstr ""
2205
2206 # type: textblock
2207 #: ../src/guestfs.pod:1086
2208 msgid "if L</guestfs_dd> is available."
2209 msgstr ""
2210
2211 # type: textblock
2212 #: ../src/guestfs.pod:1088
2213 msgid ""
2214 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2215 "function is available at compile time, we recommended using build tools such "
2216 "as autoconf or cmake.  For example in autotools you could use:"
2217 msgstr ""
2218
2219 # type: verbatim
2220 #: ../src/guestfs.pod:1093
2221 #, no-wrap
2222 msgid ""
2223 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2224 " AC_CHECK_FUNCS([guestfs_dd])\n"
2225 "\n"
2226 msgstr ""
2227
2228 # type: textblock
2229 #: ../src/guestfs.pod:1096
2230 msgid ""
2231 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2232 "in your program."
2233 msgstr ""
2234
2235 # type: =head2
2236 #: ../src/guestfs.pod:1099
2237 msgid "SINGLE CALLS AT RUN TIME"
2238 msgstr ""
2239
2240 # type: textblock
2241 #: ../src/guestfs.pod:1101
2242 msgid ""
2243 "Testing at compile time doesn't guarantee that a function really exists in "
2244 "the library.  The reason is that you might be dynamically linked against a "
2245 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
2246 "This situation unfortunately results in a segmentation fault, which is a "
2247 "shortcoming of the C dynamic linking system itself."
2248 msgstr ""
2249
2250 # type: textblock
2251 #: ../src/guestfs.pod:1108
2252 msgid ""
2253 "You can use L<dlopen(3)> to test if a function is available at run time, as "
2254 "in this example program (note that you still need the compile time check as "
2255 "well):"
2256 msgstr ""
2257
2258 # type: verbatim
2259 #: ../src/guestfs.pod:1112
2260 #, no-wrap
2261 msgid ""
2262 " #include <stdio.h>\n"
2263 " #include <stdlib.h>\n"
2264 " #include <unistd.h>\n"
2265 " #include <dlfcn.h>\n"
2266 " #include <guestfs.h>\n"
2267 " \n"
2268 msgstr ""
2269
2270 # type: verbatim
2271 #: ../src/guestfs.pod:1118
2272 #, no-wrap
2273 msgid ""
2274 " main ()\n"
2275 " {\n"
2276 " #ifdef LIBGUESTFS_HAVE_DD\n"
2277 "   void *dl;\n"
2278 "   int has_function;\n"
2279 " \n"
2280 msgstr ""
2281
2282 # type: verbatim
2283 #: ../src/guestfs.pod:1124
2284 #, no-wrap
2285 msgid ""
2286 "   /* Test if the function guestfs_dd is really available. */\n"
2287 "   dl = dlopen (NULL, RTLD_LAZY);\n"
2288 "   if (!dl) {\n"
2289 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
2290 "     exit (EXIT_FAILURE);\n"
2291 "   }\n"
2292 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
2293 "   dlclose (dl);\n"
2294 " \n"
2295 msgstr ""
2296
2297 # type: verbatim
2298 #: ../src/guestfs.pod:1133
2299 #, no-wrap
2300 msgid ""
2301 "   if (!has_function)\n"
2302 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
2303 "   else {\n"
2304 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
2305 "     /* Now it's safe to call\n"
2306 "     guestfs_dd (g, \"foo\", \"bar\");\n"
2307 "     */\n"
2308 "   }\n"
2309 " #else\n"
2310 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
2311 " #endif\n"
2312 "  }\n"
2313 "\n"
2314 msgstr ""
2315
2316 # type: textblock
2317 #: ../src/guestfs.pod:1146
2318 msgid ""
2319 "You may think the above is an awful lot of hassle, and it is.  There are "
2320 "other ways outside of the C linking system to ensure that this kind of "
2321 "incompatibility never arises, such as using package versioning:"
2322 msgstr ""
2323
2324 # type: verbatim
2325 #: ../src/guestfs.pod:1151
2326 #, no-wrap
2327 msgid ""
2328 " Requires: libguestfs >= 1.0.80\n"
2329 "\n"
2330 msgstr ""
2331
2332 # type: =head1
2333 #: ../src/guestfs.pod:1153
2334 msgid "CALLS WITH OPTIONAL ARGUMENTS"
2335 msgstr ""
2336
2337 # type: textblock
2338 #: ../src/guestfs.pod:1155
2339 msgid ""
2340 "A recent feature of the API is the introduction of calls which take optional "
2341 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
2342 "takes variable arguments (ie. C<...>), as in this example:"
2343 msgstr ""
2344
2345 # type: verbatim
2346 #: ../src/guestfs.pod:1160
2347 #, no-wrap
2348 msgid ""
2349 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
2350 "\n"
2351 msgstr ""
2352
2353 # type: textblock
2354 #: ../src/guestfs.pod:1162
2355 msgid ""
2356 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
2357 "call with no optional arguments specified:"
2358 msgstr ""
2359
2360 # type: verbatim
2361 #: ../src/guestfs.pod:1165
2362 #, no-wrap
2363 msgid ""
2364 " guestfs_add_drive_opts (g, filename, -1);\n"
2365 "\n"
2366 msgstr ""
2367
2368 # type: textblock
2369 #: ../src/guestfs.pod:1167
2370 msgid "With a single optional argument:"
2371 msgstr ""
2372
2373 # type: verbatim
2374 #: ../src/guestfs.pod:1169
2375 #, no-wrap
2376 msgid ""
2377 " guestfs_add_drive_opts (g, filename,\n"
2378 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
2379 "                         -1);\n"
2380 "\n"
2381 msgstr ""
2382
2383 # type: textblock
2384 #: ../src/guestfs.pod:1173
2385 msgid "With two:"
2386 msgstr ""
2387
2388 # type: verbatim
2389 #: ../src/guestfs.pod:1175
2390 #, no-wrap
2391 msgid ""
2392 " guestfs_add_drive_opts (g, filename,\n"
2393 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
2394 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
2395 "                         -1);\n"
2396 "\n"
2397 msgstr ""
2398
2399 # type: textblock
2400 #: ../src/guestfs.pod:1180
2401 msgid ""
2402 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
2403 "happen!"
2404 msgstr ""
2405
2406 # type: =head2
2407 #: ../src/guestfs.pod:1183
2408 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
2409 msgstr ""
2410
2411 # type: textblock
2412 #: ../src/guestfs.pod:1185
2413 msgid ""
2414 "The second variant has the same name with the suffix C<_va>, which works the "
2415 "same way but takes a C<va_list>.  See the C manual for details.  For the "
2416 "example function, this is declared:"
2417 msgstr ""
2418
2419 # type: verbatim
2420 #: ../src/guestfs.pod:1189
2421 #, no-wrap
2422 msgid ""
2423 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
2424 "                                va_list args);\n"
2425 "\n"
2426 msgstr ""
2427
2428 # type: =head2
2429 #: ../src/guestfs.pod:1192
2430 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
2431 msgstr ""
2432
2433 # type: textblock
2434 #: ../src/guestfs.pod:1194
2435 msgid ""
2436 "The third variant is useful where you need to construct these calls.  You "
2437 "pass in a structure where you fill in the optional fields.  The structure "
2438 "has a bitmask as the first element which you must set to indicate which "
2439 "fields you have filled in.  For our example function the structure and call "
2440 "are declared:"
2441 msgstr ""
2442
2443 # type: verbatim
2444 #: ../src/guestfs.pod:1200
2445 #, no-wrap
2446 msgid ""
2447 " struct guestfs_add_drive_opts_argv {\n"
2448 "   uint64_t bitmask;\n"
2449 "   int readonly;\n"
2450 "   const char *format;\n"
2451 "   /* ... */\n"
2452 " };\n"
2453 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
2454 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
2455 "\n"
2456 msgstr ""
2457
2458 # type: textblock
2459 #: ../src/guestfs.pod:1209
2460 msgid "You could call it like this:"
2461 msgstr ""
2462
2463 # type: verbatim
2464 #: ../src/guestfs.pod:1211
2465 #, no-wrap
2466 msgid ""
2467 " struct guestfs_add_drive_opts_argv optargs = {\n"
2468 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
2469 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
2470 "   .readonly = 1,\n"
2471 "   .format = \"qcow2\"\n"
2472 " };\n"
2473 " \n"
2474 msgstr ""
2475
2476 # type: verbatim
2477 #: ../src/guestfs.pod:1218
2478 #, no-wrap
2479 msgid ""
2480 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
2481 "\n"
2482 msgstr ""
2483
2484 # type: textblock
2485 #: ../src/guestfs.pod:1220 ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1842 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1255
2486 msgid "Notes:"
2487 msgstr ""
2488
2489 # type: textblock
2490 #: ../src/guestfs.pod:1226
2491 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
2492 msgstr ""
2493
2494 # type: textblock
2495 #: ../src/guestfs.pod:1231
2496 msgid "You do not need to fill in all fields of the structure."
2497 msgstr ""
2498
2499 # type: textblock
2500 #: ../src/guestfs.pod:1235
2501 msgid ""
2502 "There must be a one-to-one correspondence between fields of the structure "
2503 "that are filled in, and bits set in the bitmask."
2504 msgstr ""
2505
2506 # type: =head2
2507 #: ../src/guestfs.pod:1240
2508 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
2509 msgstr ""
2510
2511 # type: textblock
2512 #: ../src/guestfs.pod:1242
2513 msgid ""
2514 "In other languages, optional arguments are expressed in the way that is "
2515 "natural for that language.  We refer you to the language-specific "
2516 "documentation for more details on that."
2517 msgstr ""
2518
2519 # type: textblock
2520 #: ../src/guestfs.pod:1246
2521 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
2522 msgstr ""
2523
2524 # type: =end
2525 #: ../src/guestfs.pod:1248 ../src/guestfs.pod:1253
2526 msgid "html"
2527 msgstr ""
2528
2529 # type: textblock
2530 #: ../src/guestfs.pod:1250
2531 msgid ""
2532 "<!-- old anchor for the next section --> <a "
2533 "name=\"state_machine_and_low_level_event_api\"/>"
2534 msgstr ""
2535
2536 # type: =head1
2537 #: ../src/guestfs.pod:1255
2538 msgid "ARCHITECTURE"
2539 msgstr ""
2540
2541 # type: textblock
2542 #: ../src/guestfs.pod:1257
2543 msgid ""
2544 "Internally, libguestfs is implemented by running an appliance (a special "
2545 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
2546 "process of the main program."
2547 msgstr ""
2548
2549 # type: verbatim
2550 #: ../src/guestfs.pod:1261
2551 #, no-wrap
2552 msgid ""
2553 "  ___________________\n"
2554 " /                   \\\n"
2555 " | main program      |\n"
2556 " |                   |\n"
2557 " |                   |           child process / appliance\n"
2558 " |                   |           __________________________\n"
2559 " |                   |          / qemu                     \\\n"
2560 " +-------------------+   RPC    |      +-----------------+ |\n"
2561 " | libguestfs     <--------------------> guestfsd        | |\n"
2562 " |                   |          |      +-----------------+ |\n"
2563 " \\___________________/          |      | Linux kernel    | |\n"
2564 "                                |      +--^--------------+ |\n"
2565 "                                \\_________|________________/\n"
2566 "                                          |\n"
2567 "                                   _______v______\n"
2568 "                                  /              \\\n"
2569 "                                  | Device or    |\n"
2570 "                                  | disk image   |\n"
2571 "                                  \\______________/\n"
2572 "\n"
2573 msgstr ""
2574
2575 # type: textblock
2576 #: ../src/guestfs.pod:1281
2577 msgid ""
2578 "The library, linked to the main program, creates the child process and hence "
2579 "the appliance in the L</guestfs_launch> function."
2580 msgstr ""
2581
2582 # type: textblock
2583 #: ../src/guestfs.pod:1284
2584 msgid ""
2585 "Inside the appliance is a Linux kernel and a complete stack of userspace "
2586 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
2587 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
2588 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
2589 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
2590 "attached to the qemu process which translates device access by the "
2591 "appliance's Linux kernel into accesses to the image."
2592 msgstr ""
2593
2594 # type: textblock
2595 #: ../src/guestfs.pod:1293
2596 msgid ""
2597 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
2598 "Although the disk image you are attached to might also be used by some "
2599 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
2600 "care if both libguestfs's qemu process and your virtual machine are trying "
2601 "to update the disk image at the same time, since these usually results in "
2602 "massive disk corruption)."
2603 msgstr ""
2604
2605 # type: =head1
2606 #: ../src/guestfs.pod:1300
2607 msgid "STATE MACHINE"
2608 msgstr ""
2609
2610 # type: textblock
2611 #: ../src/guestfs.pod:1302
2612 msgid "libguestfs uses a state machine to model the child process:"
2613 msgstr ""
2614
2615 # type: verbatim
2616 #: ../src/guestfs.pod:1304
2617 #, no-wrap
2618 msgid ""
2619 "                         |\n"
2620 "                    guestfs_create\n"
2621 "                         |\n"
2622 "                         |\n"
2623 "                     ____V_____\n"
2624 "                    /          \\\n"
2625 "                    |  CONFIG  |\n"
2626 "                    \\__________/\n"
2627 "                     ^ ^   ^  \\\n"
2628 "                    /  |    \\  \\ guestfs_launch\n"
2629 "                   /   |    _\\__V______\n"
2630 "                  /    |   /           \\\n"
2631 "                 /     |   | LAUNCHING |\n"
2632 "                /      |   \\___________/\n"
2633 "               /       |       /\n"
2634 "              /        |  guestfs_launch\n"
2635 "             /         |     /\n"
2636 "    ______  /        __|____V\n"
2637 "   /      \\ ------> /        \\\n"
2638 "   | BUSY |         | READY  |\n"
2639 "   \\______/ <------ \\________/\n"
2640 "\n"
2641 msgstr ""
2642
2643 # type: textblock
2644 #: ../src/guestfs.pod:1326
2645 msgid ""
2646 "The normal transitions are (1) CONFIG (when the handle is created, but there "
2647 "is no child process), (2) LAUNCHING (when the child process is booting up), "
2648 "(3) alternating between READY and BUSY as commands are issued to, and "
2649 "carried out by, the child process."
2650 msgstr ""
2651
2652 # type: textblock
2653 #: ../src/guestfs.pod:1331
2654 msgid ""
2655 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
2656 "asynchronously at any time (eg. due to some internal error), and that causes "
2657 "the state to transition back to CONFIG."
2658 msgstr ""
2659
2660 # type: textblock
2661 #: ../src/guestfs.pod:1335
2662 msgid ""
2663 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
2664 "issued when in the CONFIG state."
2665 msgstr ""
2666
2667 # type: textblock
2668 #: ../src/guestfs.pod:1338
2669 msgid ""
2670 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
2671 "L</guestfs_launch> blocks until the child process is READY to accept "
2672 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
2673 "moves the state from CONFIG to LAUNCHING while it is running."
2674 msgstr ""
2675
2676 # type: textblock
2677 #: ../src/guestfs.pod:1344
2678 msgid ""
2679 "API actions such as L</guestfs_mount> can only be issued when in the READY "
2680 "state.  These API calls block waiting for the command to be carried out "
2681 "(ie. the state to transition to BUSY and then back to READY).  There are no "
2682 "non-blocking versions, and no way to issue more than one command per handle "
2683 "at the same time."
2684 msgstr ""
2685
2686 # type: textblock
2687 #: ../src/guestfs.pod:1350
2688 msgid ""
2689 "Finally, the child process sends asynchronous messages back to the main "
2690 "program, such as kernel log messages.  You can register a callback to "
2691 "receive these messages."
2692 msgstr ""
2693
2694 # type: =head2
2695 #: ../src/guestfs.pod:1354
2696 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
2697 msgstr ""
2698
2699 # type: textblock
2700 #: ../src/guestfs.pod:1356
2701 msgid ""
2702 "The child process generates events in some situations.  Current events "
2703 "include: receiving a log message, the child process exits."
2704 msgstr ""
2705
2706 # type: textblock
2707 #: ../src/guestfs.pod:1359
2708 msgid ""
2709 "Use the C<guestfs_set_*_callback> functions to set a callback for different "
2710 "types of events."
2711 msgstr ""
2712
2713 # type: textblock
2714 #: ../src/guestfs.pod:1362
2715 msgid ""
2716 "Only I<one callback of each type> can be registered for each handle.  "
2717 "Calling C<guestfs_set_*_callback> again overwrites the previous callback of "
2718 "that type.  Cancel all callbacks of this type by calling this function with "
2719 "C<cb> set to C<NULL>."
2720 msgstr ""
2721
2722 # type: =head2
2723 #: ../src/guestfs.pod:1367
2724 msgid "guestfs_set_log_message_callback"
2725 msgstr ""
2726
2727 # type: verbatim
2728 #: ../src/guestfs.pod:1369
2729 #, no-wrap
2730 msgid ""
2731 " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n"
2732 "                                         char *buf, int len);\n"
2733 " void guestfs_set_log_message_callback (guestfs_h *g,\n"
2734 "                                        guestfs_log_message_cb cb,\n"
2735 "                                        void *opaque);\n"
2736 "\n"
2737 msgstr ""
2738
2739 # type: textblock
2740 #: ../src/guestfs.pod:1375
2741 msgid ""
2742 "The callback function C<cb> will be called whenever qemu or the guest writes "
2743 "anything to the console."
2744 msgstr ""
2745
2746 # type: textblock
2747 #: ../src/guestfs.pod:1378
2748 msgid "Use this function to capture kernel messages and similar."
2749 msgstr ""
2750
2751 # type: textblock
2752 #: ../src/guestfs.pod:1380
2753 msgid ""
2754 "Normally there is no log message handler, and log messages are just "
2755 "discarded."
2756 msgstr ""
2757
2758 # type: =head2
2759 #: ../src/guestfs.pod:1383
2760 msgid "guestfs_set_subprocess_quit_callback"
2761 msgstr ""
2762
2763 # type: verbatim
2764 #: ../src/guestfs.pod:1385
2765 #, no-wrap
2766 msgid ""
2767 " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n"
2768 " void guestfs_set_subprocess_quit_callback (guestfs_h *g,\n"
2769 "                                            guestfs_subprocess_quit_cb cb,\n"
2770 "                                            void *opaque);\n"
2771 "\n"
2772 msgstr ""
2773
2774 # type: textblock
2775 #: ../src/guestfs.pod:1390
2776 msgid ""
2777 "The callback function C<cb> will be called when the child process quits, "
2778 "either asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
2779 "corresponds to a transition from any state to the CONFIG state)."
2780 msgstr ""
2781
2782 # type: =head2
2783 #: ../src/guestfs.pod:1395
2784 msgid "guestfs_set_launch_done_callback"
2785 msgstr ""
2786
2787 # type: verbatim
2788 #: ../src/guestfs.pod:1397
2789 #, no-wrap
2790 msgid ""
2791 " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n"
2792 " void guestfs_set_launch_done_callback (guestfs_h *g,\n"
2793 "                                        guestfs_launch_done_cb cb,\n"
2794 "                                        void *opaque);\n"
2795 "\n"
2796 msgstr ""
2797
2798 # type: textblock
2799 #: ../src/guestfs.pod:1402
2800 msgid ""
2801 "The callback function C<cb> will be called when the child process becomes "
2802 "ready first time after it has been launched.  (This corresponds to a "
2803 "transition from LAUNCHING to the READY state)."
2804 msgstr ""
2805
2806 # type: =head2
2807 #: ../src/guestfs.pod:1406
2808 msgid "guestfs_set_close_callback"
2809 msgstr ""
2810
2811 # type: verbatim
2812 #: ../src/guestfs.pod:1408
2813 #, no-wrap
2814 msgid ""
2815 " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n"
2816 " void guestfs_set_close_callback (guestfs_h *g,\n"
2817 "                                  guestfs_close_cb cb,\n"
2818 "                                  void *opaque);\n"
2819 "\n"
2820 msgstr ""
2821
2822 # type: textblock
2823 #: ../src/guestfs.pod:1413
2824 msgid ""
2825 "The callback function C<cb> will be called while the handle is being closed "
2826 "(synchronously from L</guestfs_close>)."
2827 msgstr ""
2828
2829 # type: textblock
2830 #: ../src/guestfs.pod:1416
2831 msgid ""
2832 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
2833 "handles that are open when the program exits.  This means that this callback "
2834 "might be called indirectly from L<exit(3)>, which can cause unexpected "
2835 "problems in higher-level languages (eg. if your HLL interpreter has already "
2836 "been cleaned up by the time this is called, and if your callback then jumps "
2837 "into some HLL function)."
2838 msgstr ""
2839
2840 # type: =head2
2841 #: ../src/guestfs.pod:1424
2842 msgid "guestfs_set_progress_callback"
2843 msgstr ""
2844
2845 # type: verbatim
2846 #: ../src/guestfs.pod:1426
2847 #, no-wrap
2848 msgid ""
2849 " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n"
2850 "                                      int proc_nr, int serial,\n"
2851 "                                      uint64_t position, uint64_t total);\n"
2852 " void guestfs_set_progress_callback (guestfs_h *g,\n"
2853 "                                     guestfs_progress_cb cb,\n"
2854 "                                     void *opaque);\n"
2855 "\n"
2856 msgstr ""
2857
2858 # type: textblock
2859 #: ../src/guestfs.pod:1433
2860 msgid ""
2861 "Some long-running operations can generate progress messages.  If this "
2862 "callback is registered, then it will be called each time a progress message "
2863 "is generated (usually two seconds after the operation started, and three "
2864 "times per second thereafter until it completes, although the frequency may "
2865 "change in future versions)."
2866 msgstr ""
2867
2868 # type: textblock
2869 #: ../src/guestfs.pod:1439
2870 msgid ""
2871 "The callback receives two numbers: C<position> and C<total>.  The units of "
2872 "C<total> are not defined, although for some operations C<total> may relate "
2873 "in some way to the amount of data to be transferred (eg. in bytes or "
2874 "megabytes), and C<position> may be the portion which has been transferred."
2875 msgstr ""
2876
2877 # type: textblock
2878 #: ../src/guestfs.pod:1445
2879 msgid "The only defined and stable parts of the API are:"
2880 msgstr ""
2881
2882 # type: textblock
2883 #: ../src/guestfs.pod:1451
2884 msgid ""
2885 "The callback can display to the user some type of progress bar or indicator "
2886 "which shows the ratio of C<position>:C<total>."
2887 msgstr ""
2888
2889 # type: textblock
2890 #: ../src/guestfs.pod:1456
2891 msgid "0 E<lt>= C<position> E<lt>= C<total>"
2892 msgstr ""
2893
2894 # type: textblock
2895 #: ../src/guestfs.pod:1460
2896 msgid ""
2897 "If any progress notification is sent during a call, then a final progress "
2898 "notification is always sent when C<position> = C<total>."
2899 msgstr ""
2900
2901 # type: textblock
2902 #: ../src/guestfs.pod:1463
2903 msgid ""
2904 "This is to simplify caller code, so callers can easily set the progress "
2905 "indicator to \"100%\" at the end of the operation, without requiring special "
2906 "code to detect this case."
2907 msgstr ""
2908
2909 # type: textblock
2910 #: ../src/guestfs.pod:1469
2911 msgid ""
2912 "The callback also receives the procedure number and serial number of the "
2913 "call.  These are only useful for debugging protocol issues, and the callback "
2914 "can normally ignore them.  The callback may want to print these numbers in "
2915 "error messages or debugging messages."
2916 msgstr ""
2917
2918 # type: =head1
2919 #: ../src/guestfs.pod:1474
2920 msgid "PRIVATE DATA AREA"
2921 msgstr ""
2922
2923 # type: textblock
2924 #: ../src/guestfs.pod:1476
2925 msgid ""
2926 "You can attach named pieces of private data to the libguestfs handle, and "
2927 "fetch them by name for the lifetime of the handle.  This is called the "
2928 "private data area and is only available from the C API."
2929 msgstr ""
2930
2931 # type: textblock
2932 #: ../src/guestfs.pod:1480
2933 msgid "To attach a named piece of data, use the following call:"
2934 msgstr ""
2935
2936 # type: verbatim
2937 #: ../src/guestfs.pod:1482
2938 #, no-wrap
2939 msgid ""
2940 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
2941 "\n"
2942 msgstr ""
2943
2944 # type: textblock
2945 #: ../src/guestfs.pod:1484
2946 msgid ""
2947 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
2948 "pointer (which can be C<NULL>).  Any previous item with the same name is "
2949 "overwritten."
2950 msgstr ""
2951
2952 # type: textblock
2953 #: ../src/guestfs.pod:1488
2954 msgid ""
2955 "You can use any C<key> you want, but names beginning with an underscore "
2956 "character are reserved for internal libguestfs purposes (for implementing "
2957 "language bindings).  It is recommended to prefix the name with some unique "
2958 "string to avoid collisions with other users."
2959 msgstr ""
2960
2961 # type: textblock
2962 #: ../src/guestfs.pod:1493
2963 msgid "To retrieve the pointer, use:"
2964 msgstr ""
2965
2966 # type: verbatim
2967 #: ../src/guestfs.pod:1495
2968 #, no-wrap
2969 msgid ""
2970 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
2971 "\n"
2972 msgstr ""
2973
2974 # type: textblock
2975 #: ../src/guestfs.pod:1497
2976 msgid ""
2977 "This function returns C<NULL> if either no data is found associated with "
2978 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
2979 "C<NULL>."
2980 msgstr ""
2981
2982 # type: textblock
2983 #: ../src/guestfs.pod:1501
2984 msgid ""
2985 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
2986 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
2987 "all.  In particular, libguestfs does I<not> try to free the data when the "
2988 "handle is closed.  If the data must be freed, then the caller must either "
2989 "free it before calling L</guestfs_close> or must set up a close callback to "
2990 "do it (see L</guestfs_set_close_callback>, and note that only one callback "
2991 "can be registered for a handle)."
2992 msgstr ""
2993
2994 # type: textblock
2995 #: ../src/guestfs.pod:1509
2996 msgid ""
2997 "The private data area is implemented using a hash table, and should be "
2998 "reasonably efficient for moderate numbers of keys."
2999 msgstr ""
3000
3001 # type: =head1
3002 #: ../src/guestfs.pod:1512
3003 msgid "BLOCK DEVICE NAMING"
3004 msgstr ""
3005
3006 # type: textblock
3007 #: ../src/guestfs.pod:1514
3008 msgid ""
3009 "In the kernel there is now quite a profusion of schemata for naming block "
3010 "devices (in this context, by I<block device> I mean a physical or virtual "
3011 "hard drive).  The original Linux IDE driver used names starting with "
3012 "C</dev/hd*>.  SCSI devices have historically used a different naming scheme, "
3013 "C</dev/sd*>.  When the Linux kernel I<libata> driver became a popular "
3014 "replacement for the old IDE driver (particularly for SATA devices) those "
3015 "devices also used the C</dev/sd*> scheme.  Additionally we now have virtual "
3016 "machines with paravirtualized drivers.  This has created several different "
3017 "naming systems, such as C</dev/vd*> for virtio disks and C</dev/xvd*> for "
3018 "Xen PV disks."
3019 msgstr ""
3020
3021 # type: textblock
3022 #: ../src/guestfs.pod:1526
3023 msgid ""
3024 "As discussed above, libguestfs uses a qemu appliance running an embedded "
3025 "Linux kernel to access block devices.  We can run a variety of appliances "
3026 "based on a variety of Linux kernels."
3027 msgstr ""
3028
3029 # type: textblock
3030 #: ../src/guestfs.pod:1530
3031 msgid ""
3032 "This causes a problem for libguestfs because many API calls use device or "
3033 "partition names.  Working scripts and the recipe (example) scripts that we "
3034 "make available over the internet could fail if the naming scheme changes."
3035 msgstr ""
3036
3037 # type: textblock
3038 #: ../src/guestfs.pod:1535
3039 msgid ""
3040 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
3041 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
3042 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
3043 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
3044 msgstr ""
3045
3046 # type: textblock
3047 #: ../src/guestfs.pod:1541
3048 msgid ""
3049 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
3050 "L</guestfs_list_partitions> and similar calls return the true names of the "
3051 "devices and partitions as known to the appliance."
3052 msgstr ""
3053
3054 # type: =head2
3055 #: ../src/guestfs.pod:1546
3056 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
3057 msgstr ""
3058
3059 # type: textblock
3060 #: ../src/guestfs.pod:1548
3061 msgid ""
3062 "Usually this translation is transparent.  However in some (very rare)  cases "
3063 "you may need to know the exact algorithm.  Such cases include where you use "
3064 "L</guestfs_config> to add a mixture of virtio and IDE devices to the "
3065 "qemu-based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> "
3066 "devices."
3067 msgstr ""
3068
3069 # type: textblock
3070 #: ../src/guestfs.pod:1554
3071 msgid ""
3072 "The algorithm is applied only to I<parameters> which are known to be either "
3073 "device or partition names.  Return values from functions such as "
3074 "L</guestfs_list_devices> are never changed."
3075 msgstr ""
3076
3077 # type: textblock
3078 #: ../src/guestfs.pod:1562
3079 msgid "Is the string a parameter which is a device or partition name?"
3080 msgstr ""
3081
3082 # type: textblock
3083 #: ../src/guestfs.pod:1566
3084 msgid "Does the string begin with C</dev/sd>?"
3085 msgstr ""
3086
3087 # type: textblock
3088 #: ../src/guestfs.pod:1570
3089 msgid ""
3090 "Does the named device exist? If so, we use that device.  However if I<not> "
3091 "then we continue with this algorithm."
3092 msgstr ""
3093
3094 # type: textblock
3095 #: ../src/guestfs.pod:1575
3096 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
3097 msgstr ""
3098
3099 # type: textblock
3100 #: ../src/guestfs.pod:1577
3101 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
3102 msgstr ""
3103
3104 # type: textblock
3105 #: ../src/guestfs.pod:1579
3106 msgid "If that named device exists, use it.  If not, continue."
3107 msgstr ""
3108
3109 # type: textblock
3110 #: ../src/guestfs.pod:1583
3111 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
3112 msgstr ""
3113
3114 # type: textblock
3115 #: ../src/guestfs.pod:1585
3116 msgid "If that named device exists, use it.  If not, return an error."
3117 msgstr ""
3118
3119 # type: =head2
3120 #: ../src/guestfs.pod:1589
3121 msgid "PORTABILITY CONCERNS"
3122 msgstr ""
3123
3124 # type: textblock
3125 #: ../src/guestfs.pod:1591
3126 msgid ""
3127 "Although the standard naming scheme and automatic translation is useful for "
3128 "simple programs and guestfish scripts, for larger programs it is best not to "
3129 "rely on this mechanism."
3130 msgstr ""
3131
3132 # type: textblock
3133 #: ../src/guestfs.pod:1595
3134 msgid ""
3135 "Where possible for maximum future portability programs using libguestfs "
3136 "should use these future-proof techniques:"
3137 msgstr ""
3138
3139 # type: textblock
3140 #: ../src/guestfs.pod:1602
3141 msgid ""
3142 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
3143 "device names, and then use those names directly."
3144 msgstr ""
3145
3146 # type: textblock
3147 #: ../src/guestfs.pod:1605
3148 msgid "Since those device names exist by definition, they will never be translated."
3149 msgstr ""
3150
3151 # type: textblock
3152 #: ../src/guestfs.pod:1610
3153 msgid ""
3154 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
3155 "filesystem labels."
3156 msgstr ""
3157
3158 # type: =head1
3159 #: ../src/guestfs.pod:1615
3160 msgid "INTERNALS"
3161 msgstr ""
3162
3163 # type: =head2
3164 #: ../src/guestfs.pod:1617
3165 msgid "COMMUNICATION PROTOCOL"
3166 msgstr ""
3167
3168 # type: textblock
3169 #: ../src/guestfs.pod:1619
3170 msgid ""
3171 "Don't rely on using this protocol directly.  This section documents how it "
3172 "currently works, but it may change at any time."
3173 msgstr ""
3174
3175 # type: textblock
3176 #: ../src/guestfs.pod:1622
3177 msgid ""
3178 "The protocol used to talk between the library and the daemon running inside "
3179 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
3180 "1014, RFC 1832, RFC 4506)."
3181 msgstr ""
3182
3183 # type: textblock
3184 #: ../src/guestfs.pod:1626
3185 msgid ""
3186 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
3187 "this file is automatically generated)."
3188 msgstr ""
3189
3190 # type: textblock
3191 #: ../src/guestfs.pod:1629
3192 msgid ""
3193 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
3194 "and C<FileOut> parameters, which are handled with very simple request/reply "
3195 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
3196 "parameters, which use the same request and reply messages, but they may also "
3197 "be followed by files sent using a chunked encoding."
3198 msgstr ""
3199
3200 # type: =head3
3201 #: ../src/guestfs.pod:1636
3202 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
3203 msgstr ""
3204
3205 # type: textblock
3206 #: ../src/guestfs.pod:1638
3207 msgid "For ordinary functions, the request message is:"
3208 msgstr ""
3209
3210 # type: verbatim
3211 #: ../src/guestfs.pod:1640
3212 #, no-wrap
3213 msgid ""
3214 " total length (header + arguments,\n"
3215 "      but not including the length word itself)\n"
3216 " struct guestfs_message_header (encoded as XDR)\n"
3217 " struct guestfs_<foo>_args (encoded as XDR)\n"
3218 "\n"
3219 msgstr ""
3220
3221 # type: textblock
3222 #: ../src/guestfs.pod:1645
3223 msgid ""
3224 "The total length field allows the daemon to allocate a fixed size buffer "
3225 "into which it slurps the rest of the message.  As a result, the total length "
3226 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
3227 "effective size of any request is limited to somewhere under this size."
3228 msgstr ""
3229
3230 # type: textblock
3231 #: ../src/guestfs.pod:1651
3232 msgid ""
3233 "Note also that many functions don't take any arguments, in which case the "
3234 "C<guestfs_I<foo>_args> is completely omitted."
3235 msgstr ""
3236
3237 # type: textblock
3238 #: ../src/guestfs.pod:1654
3239 msgid ""
3240 "The header contains the procedure number (C<guestfs_proc>) which is how the "
3241 "receiver knows what type of args structure to expect, or none at all."
3242 msgstr ""
3243
3244 # type: textblock
3245 #: ../src/guestfs.pod:1658
3246 msgid "The reply message for ordinary functions is:"
3247 msgstr ""
3248
3249 # type: verbatim
3250 #: ../src/guestfs.pod:1660
3251 #, no-wrap
3252 msgid ""
3253 " total length (header + ret,\n"
3254 "      but not including the length word itself)\n"
3255 " struct guestfs_message_header (encoded as XDR)\n"
3256 " struct guestfs_<foo>_ret (encoded as XDR)\n"
3257 "\n"
3258 msgstr ""
3259
3260 # type: textblock
3261 #: ../src/guestfs.pod:1665
3262 msgid ""
3263 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
3264 "functions that return no formal return values."
3265 msgstr ""
3266
3267 # type: textblock
3268 #: ../src/guestfs.pod:1668
3269 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
3270 msgstr ""
3271
3272 # type: textblock
3273 #: ../src/guestfs.pod:1671
3274 msgid ""
3275 "In the case of an error, a flag is set in the header, and the reply message "
3276 "is slightly changed:"
3277 msgstr ""
3278
3279 # type: verbatim
3280 #: ../src/guestfs.pod:1674
3281 #, no-wrap
3282 msgid ""
3283 " total length (header + error,\n"
3284 "      but not including the length word itself)\n"
3285 " struct guestfs_message_header (encoded as XDR)\n"
3286 " struct guestfs_message_error (encoded as XDR)\n"
3287 "\n"
3288 msgstr ""
3289
3290 # type: textblock
3291 #: ../src/guestfs.pod:1679
3292 msgid ""
3293 "The C<guestfs_message_error> structure contains the error message as a "
3294 "string."
3295 msgstr ""
3296
3297 # type: =head3
3298 #: ../src/guestfs.pod:1682
3299 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
3300 msgstr ""
3301
3302 # type: textblock
3303 #: ../src/guestfs.pod:1684
3304 msgid ""
3305 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
3306 "The normal request message is sent (see above).  However this is followed by "
3307 "a sequence of file chunks."
3308 msgstr ""
3309
3310 # type: verbatim
3311 #: ../src/guestfs.pod:1688
3312 #, no-wrap
3313 msgid ""
3314 " total length (header + arguments,\n"
3315 "      but not including the length word itself,\n"
3316 "      and not including the chunks)\n"
3317 " struct guestfs_message_header (encoded as XDR)\n"
3318 " struct guestfs_<foo>_args (encoded as XDR)\n"
3319 " sequence of chunks for FileIn param #0\n"
3320 " sequence of chunks for FileIn param #1 etc.\n"
3321 "\n"
3322 msgstr ""
3323
3324 # type: textblock
3325 #: ../src/guestfs.pod:1696
3326 msgid "The \"sequence of chunks\" is:"
3327 msgstr ""
3328
3329 # type: verbatim
3330 #: ../src/guestfs.pod:1698
3331 #, no-wrap
3332 msgid ""
3333 " length of chunk (not including length word itself)\n"
3334 " struct guestfs_chunk (encoded as XDR)\n"
3335 " length of chunk\n"
3336 " struct guestfs_chunk (encoded as XDR)\n"
3337 "   ...\n"
3338 " length of chunk\n"
3339 " struct guestfs_chunk (with data.data_len == 0)\n"
3340 "\n"
3341 msgstr ""
3342
3343 # type: textblock
3344 #: ../src/guestfs.pod:1706
3345 msgid ""
3346 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
3347 "is set in the final chunk to indicate either successful completion or early "
3348 "cancellation."
3349 msgstr ""
3350
3351 # type: textblock
3352 #: ../src/guestfs.pod:1710
3353 msgid ""
3354 "At time of writing there are no functions that have more than one FileIn "
3355 "parameter.  However this is (theoretically) supported, by sending the "
3356 "sequence of chunks for each FileIn parameter one after another (from left to "
3357 "right)."
3358 msgstr ""
3359
3360 # type: textblock
3361 #: ../src/guestfs.pod:1715
3362 msgid ""
3363 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
3364 "transfer.  The library does this by sending a chunk with a special flag set "
3365 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
3366 "RPC, does I<not> send any reply, and goes back to reading the next request."
3367 msgstr ""
3368
3369 # type: textblock
3370 #: ../src/guestfs.pod:1721
3371 msgid ""
3372 "The daemon may also cancel.  It does this by writing a special word "
3373 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
3374 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
3375 "cancel chunk).  The special word is chosen so that even if cancellation "
3376 "happens right at the end of the transfer (after the library has finished "
3377 "writing and has started listening for the reply), the \"spurious\" cancel "
3378 "flag will not be confused with the reply message."
3379 msgstr ""
3380
3381 # type: textblock
3382 #: ../src/guestfs.pod:1730
3383 msgid ""
3384 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
3385 "limit), and also files where the size is not known in advance (eg. from "
3386 "pipes or sockets).  However the chunks are rather small "
3387 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
3388 "to keep much in memory."
3389 msgstr ""
3390
3391 # type: =head3
3392 #: ../src/guestfs.pod:1736
3393 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
3394 msgstr ""
3395
3396 # type: textblock
3397 #: ../src/guestfs.pod:1738
3398 msgid ""
3399 "The protocol for FileOut parameters is exactly the same as for FileIn "
3400 "parameters, but with the roles of daemon and library reversed."
3401 msgstr ""
3402
3403 # type: verbatim
3404 #: ../src/guestfs.pod:1741
3405 #, no-wrap
3406 msgid ""
3407 " total length (header + ret,\n"
3408 "      but not including the length word itself,\n"
3409 "      and not including the chunks)\n"
3410 " struct guestfs_message_header (encoded as XDR)\n"
3411 " struct guestfs_<foo>_ret (encoded as XDR)\n"
3412 " sequence of chunks for FileOut param #0\n"
3413 " sequence of chunks for FileOut param #1 etc.\n"
3414 "\n"
3415 msgstr ""
3416
3417 # type: =head3
3418 #: ../src/guestfs.pod:1749
3419 msgid "INITIAL MESSAGE"
3420 msgstr ""
3421
3422 # type: textblock
3423 #: ../src/guestfs.pod:1751
3424 msgid ""
3425 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
3426 "which indicates that the guest and daemon is alive.  This is what "
3427 "L</guestfs_launch> waits for."
3428 msgstr ""
3429
3430 # type: =head3
3431 #: ../src/guestfs.pod:1755
3432 msgid "PROGRESS NOTIFICATION MESSAGES"
3433 msgstr ""
3434
3435 # type: textblock
3436 #: ../src/guestfs.pod:1757
3437 msgid ""
3438 "The daemon may send progress notification messages at any time.  These are "
3439 "distinguished by the normal length word being replaced by "
3440 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
3441 msgstr ""
3442
3443 # type: textblock
3444 #: ../src/guestfs.pod:1761
3445 msgid ""
3446 "The library turns them into progress callbacks (see "
3447 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
3448 "discards them if not."
3449 msgstr ""
3450
3451 # type: textblock
3452 #: ../src/guestfs.pod:1765
3453 msgid ""
3454 "The daemon self-limits the frequency of progress messages it sends (see "
3455 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
3456 "messages."
3457 msgstr ""
3458
3459 # type: =head1
3460 #: ../src/guestfs.pod:1769
3461 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
3462 msgstr ""
3463
3464 # type: textblock
3465 #: ../src/guestfs.pod:1771
3466 msgid ""
3467 "All high-level libguestfs actions are synchronous.  If you want to use "
3468 "libguestfs asynchronously then you must create a thread."
3469 msgstr ""
3470
3471 # type: textblock
3472 #: ../src/guestfs.pod:1774
3473 msgid ""
3474 "Only use the handle from a single thread.  Either use the handle exclusively "
3475 "from one thread, or provide your own mutex so that two threads cannot issue "
3476 "calls on the same handle at the same time."
3477 msgstr ""
3478
3479 # type: textblock
3480 #: ../src/guestfs.pod:1778
3481 msgid ""
3482 "See the graphical program guestfs-browser for one possible architecture for "
3483 "multithreaded programs using libvirt and libguestfs."
3484 msgstr ""
3485
3486 # type: =head1
3487 #: ../src/guestfs.pod:1781
3488 msgid "QEMU WRAPPERS"
3489 msgstr ""
3490
3491 # type: textblock
3492 #: ../src/guestfs.pod:1783
3493 msgid ""
3494 "If you want to compile your own qemu, run qemu from a non-standard location, "
3495 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
3496 "around qemu."
3497 msgstr ""
3498
3499 # type: textblock
3500 #: ../src/guestfs.pod:1787
3501 msgid ""
3502 "There is one important rule to remember: you I<must C<exec qemu>> as the "
3503 "last command in the shell script (so that qemu replaces the shell and "
3504 "becomes the direct child of the libguestfs-using program).  If you don't do "
3505 "this, then the qemu process won't be cleaned up correctly."
3506 msgstr ""
3507
3508 # type: textblock
3509 #: ../src/guestfs.pod:1792
3510 msgid ""
3511 "Here is an example of a wrapper, where I have built my own copy of qemu from "
3512 "source:"
3513 msgstr ""
3514
3515 # type: verbatim
3516 #: ../src/guestfs.pod:1795
3517 #, no-wrap
3518 msgid ""
3519 " #!/bin/sh -\n"
3520 " qemudir=/home/rjones/d/qemu\n"
3521 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios "
3522 "\"$@\"\n"
3523 "\n"
3524 msgstr ""
3525
3526 # type: textblock
3527 #: ../src/guestfs.pod:1799
3528 msgid ""
3529 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
3530 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
3531 "example:"
3532 msgstr ""
3533
3534 # type: verbatim
3535 #: ../src/guestfs.pod:1803
3536 #, no-wrap
3537 msgid ""
3538 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
3539 "\n"
3540 msgstr ""
3541
3542 # type: textblock
3543 #: ../src/guestfs.pod:1805
3544 msgid ""
3545 "Note that libguestfs also calls qemu with the -help and -version options in "
3546 "order to determine features."
3547 msgstr ""
3548
3549 # type: =head1
3550 #: ../src/guestfs.pod:1808
3551 msgid "LIBGUESTFS VERSION NUMBERS"
3552 msgstr ""
3553
3554 # type: textblock
3555 #: ../src/guestfs.pod:1810
3556 msgid ""
3557 "Since April 2010, libguestfs has started to make separate development and "
3558 "stable releases, along with corresponding branches in our git repository.  "
3559 "These separate releases can be identified by version number:"
3560 msgstr ""
3561
3562 # type: verbatim
3563 #: ../src/guestfs.pod:1815
3564 #, no-wrap
3565 msgid ""
3566 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
3567 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
3568 "       |\n"
3569 "       v\n"
3570 " 1  .  3  .  5\n"
3571 " ^           ^\n"
3572 " |           |\n"
3573 " |           `-------- sub-version\n"
3574 " |\n"
3575 " `------ always '1' because we don't change the ABI\n"
3576 "\n"
3577 msgstr ""
3578
3579 # type: textblock
3580 #: ../src/guestfs.pod:1826
3581 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
3582 msgstr ""
3583
3584 # type: textblock
3585 #: ../src/guestfs.pod:1828
3586 msgid ""
3587 "As time passes we cherry pick fixes from the development branch and backport "
3588 "those into the stable branch, the effect being that the stable branch should "
3589 "get more stable and less buggy over time.  So the stable releases are ideal "
3590 "for people who don't need new features but would just like the software to "
3591 "work."
3592 msgstr ""
3593
3594 # type: textblock
3595 #: ../src/guestfs.pod:1834
3596 msgid "Our criteria for backporting changes are:"
3597 msgstr ""
3598
3599 # type: textblock
3600 #: ../src/guestfs.pod:1840
3601 msgid ""
3602 "Documentation changes which don't affect any code are backported unless the "
3603 "documentation refers to a future feature which is not in stable."
3604 msgstr ""
3605
3606 # type: textblock
3607 #: ../src/guestfs.pod:1846
3608 msgid ""
3609 "Bug fixes which are not controversial, fix obvious problems, and have been "
3610 "well tested are backported."
3611 msgstr ""
3612
3613 # type: textblock
3614 #: ../src/guestfs.pod:1851
3615 msgid ""
3616 "Simple rearrangements of code which shouldn't affect how it works get "
3617 "backported.  This is so that the code in the two branches doesn't get too "
3618 "far out of step, allowing us to backport future fixes more easily."
3619 msgstr ""
3620
3621 # type: textblock
3622 #: ../src/guestfs.pod:1857
3623 msgid ""
3624 "We I<don't> backport new features, new APIs, new tools etc, except in one "
3625 "exceptional case: the new feature is required in order to implement an "
3626 "important bug fix."
3627 msgstr ""
3628
3629 # type: textblock
3630 #: ../src/guestfs.pod:1863
3631 msgid ""
3632 "A new stable branch starts when we think the new features in development are "
3633 "substantial and compelling enough over the current stable branch to warrant "
3634 "it.  When that happens we create new stable and development versions 1.N.0 "
3635 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
3636 "stable at this point, but by backporting fixes from development, that branch "
3637 "will stabilize over time."
3638 msgstr ""
3639
3640 # type: =head1
3641 #: ../src/guestfs.pod:1871 ../fish/guestfish.pod:914 ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330 ../tools/virt-rescue.pl:255
3642 msgid "ENVIRONMENT VARIABLES"
3643 msgstr ""
3644
3645 # type: =item
3646 #: ../src/guestfs.pod:1875 ../fish/guestfish.pod:940
3647 msgid "LIBGUESTFS_APPEND"
3648 msgstr ""
3649
3650 # type: textblock
3651 #: ../src/guestfs.pod:1877 ../fish/guestfish.pod:942
3652 msgid "Pass additional options to the guest kernel."
3653 msgstr ""
3654
3655 # type: =item
3656 #: ../src/guestfs.pod:1879 ../fish/guestfish.pod:944
3657 msgid "LIBGUESTFS_DEBUG"
3658 msgstr ""
3659
3660 # type: textblock
3661 #: ../src/guestfs.pod:1881
3662 msgid ""
3663 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
3664 "effect as calling C<guestfs_set_verbose (g, 1)>."
3665 msgstr ""
3666
3667 # type: =item
3668 #: ../src/guestfs.pod:1884 ../fish/guestfish.pod:949
3669 msgid "LIBGUESTFS_MEMSIZE"
3670 msgstr ""
3671
3672 # type: textblock
3673 #: ../src/guestfs.pod:1886 ../fish/guestfish.pod:951
3674 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
3675 msgstr ""
3676
3677 # type: verbatim
3678 #: ../src/guestfs.pod:1889 ../fish/guestfish.pod:954
3679 #, no-wrap
3680 msgid ""
3681 " LIBGUESTFS_MEMSIZE=700\n"
3682 "\n"
3683 msgstr ""
3684
3685 # type: =item
3686 #: ../src/guestfs.pod:1891 ../fish/guestfish.pod:956
3687 msgid "LIBGUESTFS_PATH"
3688 msgstr ""
3689
3690 # type: textblock
3691 #: ../src/guestfs.pod:1893
3692 msgid ""
3693 "Set the path that libguestfs uses to search for kernel and initrd.img.  See "
3694 "the discussion of paths in section PATH above."
3695 msgstr ""
3696
3697 # type: =item
3698 #: ../src/guestfs.pod:1896 ../fish/guestfish.pod:961
3699 msgid "LIBGUESTFS_QEMU"
3700 msgstr ""
3701
3702 # type: textblock
3703 #: ../src/guestfs.pod:1898 ../fish/guestfish.pod:963
3704 msgid ""
3705 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
3706 "which was found at compile time by the configure script is used."
3707 msgstr ""
3708
3709 # type: textblock
3710 #: ../src/guestfs.pod:1902
3711 msgid "See also L</QEMU WRAPPERS> above."
3712 msgstr ""
3713
3714 # type: =item
3715 #: ../src/guestfs.pod:1904 ../fish/guestfish.pod:967
3716 msgid "LIBGUESTFS_TRACE"
3717 msgstr ""
3718
3719 # type: textblock
3720 #: ../src/guestfs.pod:1906
3721 msgid ""
3722 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
3723 "effect as calling C<guestfs_set_trace (g, 1)>."
3724 msgstr ""
3725
3726 # type: =item
3727 #: ../src/guestfs.pod:1909 ../fish/guestfish.pod:976
3728 msgid "TMPDIR"
3729 msgstr ""
3730
3731 # type: textblock
3732 #: ../src/guestfs.pod:1911 ../fish/guestfish.pod:978
3733 msgid "Location of temporary directory, defaults to C</tmp>."
3734 msgstr ""
3735
3736 # type: textblock
3737 #: ../src/guestfs.pod:1913 ../fish/guestfish.pod:980
3738 msgid ""
3739 "If libguestfs was compiled to use the supermin appliance then the real "
3740 "appliance is cached in this directory, shared between all handles belonging "
3741 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
3742 "use in case C</tmp> is not large enough."
3743 msgstr ""
3744
3745 # type: =head1
3746 #: ../src/guestfs.pod:1921 ../fish/guestfish.pod:1038 ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233 ../inspector/virt-inspector.pl:570 ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:484 ../tools/virt-df.pl:640 ../tools/virt-ls.pl:232 ../tools/virt-resize.pl:1486 ../tools/virt-list-filesystems.pl:186 ../tools/virt-tar.pl:281 ../tools/virt-rescue.pl:267 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:254
3747 msgid "SEE ALSO"
3748 msgstr ""
3749
3750 # type: textblock
3751 #: ../src/guestfs.pod:1923
3752 msgid ""
3753 "L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-df(1)>, "
3754 "L<virt-edit(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
3755 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
3756 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, L<qemu(1)>, "
3757 "L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
3758 msgstr ""
3759
3760 # type: textblock
3761 #: ../src/guestfs.pod:1941
3762 msgid ""
3763 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
3764 "L<lvm(8)>, L<disktype(1)>."
3765 msgstr ""
3766
3767 # type: =head1
3768 #: ../src/guestfs.pod:1948 ../tools/virt-win-reg.pl:499 ../tools/virt-make-fs.pl:548
3769 msgid "BUGS"
3770 msgstr ""
3771
3772 # type: textblock
3773 #: ../src/guestfs.pod:1950
3774 msgid "To get a list of bugs against libguestfs use this link:"
3775 msgstr ""
3776
3777 # type: textblock
3778 #: ../src/guestfs.pod:1952
3779 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
3780 msgstr ""
3781
3782 # type: textblock
3783 #: ../src/guestfs.pod:1954
3784 msgid "To report a new bug against libguestfs use this link:"
3785 msgstr ""
3786
3787 # type: textblock
3788 #: ../src/guestfs.pod:1956
3789 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
3790 msgstr ""
3791
3792 # type: textblock
3793 #: ../src/guestfs.pod:1958
3794 msgid "When reporting a bug, please check:"
3795 msgstr ""
3796
3797 # type: textblock
3798 #: ../src/guestfs.pod:1964
3799 msgid "That the bug hasn't been reported already."
3800 msgstr ""
3801
3802 # type: textblock
3803 #: ../src/guestfs.pod:1968
3804 msgid "That you are testing a recent version."
3805 msgstr ""
3806
3807 # type: textblock
3808 #: ../src/guestfs.pod:1972
3809 msgid "Describe the bug accurately, and give a way to reproduce it."
3810 msgstr ""
3811
3812 # type: textblock
3813 #: ../src/guestfs.pod:1976
3814 msgid ""
3815 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
3816 "bug report."
3817 msgstr ""
3818
3819 # type: =head1
3820 #: ../src/guestfs.pod:1981 ../fish/guestfish.pod:1055 ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244 ../inspector/virt-inspector.pl:580
3821 msgid "AUTHORS"
3822 msgstr ""
3823
3824 # type: textblock
3825 #: ../src/guestfs.pod:1983 ../fish/guestfish.pod:1057 ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
3826 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
3827 msgstr ""
3828
3829 # type: =head1
3830 #: ../src/guestfs.pod:1985 ../fish/guestfish.pod:1059 ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248 ../inspector/virt-inspector.pl:594 ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:514 ../tools/virt-df.pl:653 ../tools/virt-ls.pl:247 ../tools/virt-resize.pl:1512 ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:296 ../tools/virt-rescue.pl:281 ../tools/virt-make-fs.pl:563 ../tools/virt-list-partitions.pl:269
3831 msgid "COPYRIGHT"
3832 msgstr ""
3833
3834 # type: textblock
3835 #: ../src/guestfs.pod:1987 ../fish/guestfish.pod:1061 ../fuse/guestmount.pod:250
3836 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
3837 msgstr ""
3838
3839 # type: textblock
3840 #: ../src/guestfs.pod:1990
3841 msgid ""
3842 "This library is free software; you can redistribute it and/or modify it "
3843 "under the terms of the GNU Lesser General Public License as published by the "
3844 "Free Software Foundation; either version 2 of the License, or (at your "
3845 "option) any later version."
3846 msgstr ""
3847
3848 # type: textblock
3849 #: ../src/guestfs.pod:1995
3850 msgid ""
3851 "This library is distributed in the hope that it will be useful, but WITHOUT "
3852 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
3853 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
3854 "for more details."
3855 msgstr ""
3856
3857 # type: textblock
3858 #: ../src/guestfs.pod:2000
3859 msgid ""
3860 "You should have received a copy of the GNU Lesser General Public License "
3861 "along with this library; if not, write to the Free Software Foundation, "
3862 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
3863 msgstr ""
3864
3865 # type: =head2
3866 #: ../src/guestfs-actions.pod:1
3867 msgid "guestfs_add_cdrom"
3868 msgstr ""
3869
3870 # type: verbatim
3871 #: ../src/guestfs-actions.pod:3
3872 #, no-wrap
3873 msgid ""
3874 " int\n"
3875 " guestfs_add_cdrom (guestfs_h *g,\n"
3876 "                    const char *filename);\n"
3877 "\n"
3878 msgstr ""
3879
3880 # type: textblock
3881 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
3882 msgid "This function adds a virtual CD-ROM disk image to the guest."
3883 msgstr ""
3884
3885 # type: textblock
3886 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
3887 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
3888 msgstr ""
3889
3890 # type: textblock
3891 #: ../src/guestfs-actions.pod:17
3892 msgid ""
3893 "This call checks for the existence of C<filename>.  This stops you from "
3894 "specifying other types of drive which are supported by qemu such as C<nbd:> "
3895 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
3896 "instead."
3897 msgstr ""
3898
3899 # type: textblock
3900 #: ../src/guestfs-actions.pod:24
3901 msgid ""
3902 "If you just want to add an ISO file (often you use this as an efficient way "
3903 "to transfer large files into the guest), then you should probably use "
3904 "C<guestfs_add_drive_ro> instead."
3905 msgstr ""
3906
3907 # type: textblock
3908 #: ../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:2989 ../src/guestfs-actions.pod:3004 ../src/guestfs-actions.pod:3024 ../src/guestfs-actions.pod:3149 ../src/guestfs-actions.pod:3163 ../src/guestfs-actions.pod:3176 ../src/guestfs-actions.pod:3190 ../src/guestfs-actions.pod:3205 ../src/guestfs-actions.pod:3241 ../src/guestfs-actions.pod:3313 ../src/guestfs-actions.pod:3333 ../src/guestfs-actions.pod:3350 ../src/guestfs-actions.pod:3373 ../src/guestfs-actions.pod:3396 ../src/guestfs-actions.pod:3428 ../src/guestfs-actions.pod:3447 ../src/guestfs-actions.pod:3466 ../src/guestfs-actions.pod:3501 ../src/guestfs-actions.pod:3513 ../src/guestfs-actions.pod:3549 ../src/guestfs-actions.pod:3565 ../src/guestfs-actions.pod:3578 ../src/guestfs-actions.pod:3593 ../src/guestfs-actions.pod:3610 ../src/guestfs-actions.pod:3703 ../src/guestfs-actions.pod:3723 ../src/guestfs-actions.pod:3736 ../src/guestfs-actions.pod:3787 ../src/guestfs-actions.pod:3805 ../src/guestfs-actions.pod:3823 ../src/guestfs-actions.pod:3839 ../src/guestfs-actions.pod:3853 ../src/guestfs-actions.pod:3867 ../src/guestfs-actions.pod:3884 ../src/guestfs-actions.pod:3899 ../src/guestfs-actions.pod:3919 ../src/guestfs-actions.pod:3968 ../src/guestfs-actions.pod:3999 ../src/guestfs-actions.pod:4018 ../src/guestfs-actions.pod:4037 ../src/guestfs-actions.pod:4049 ../src/guestfs-actions.pod:4066 ../src/guestfs-actions.pod:4079 ../src/guestfs-actions.pod:4094 ../src/guestfs-actions.pod:4109 ../src/guestfs-actions.pod:4144 ../src/guestfs-actions.pod:4159 ../src/guestfs-actions.pod:4179 ../src/guestfs-actions.pod:4193 ../src/guestfs-actions.pod:4210 ../src/guestfs-actions.pod:4259 ../src/guestfs-actions.pod:4296 ../src/guestfs-actions.pod:4310 ../src/guestfs-actions.pod:4338 ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4373 ../src/guestfs-actions.pod:4507 ../src/guestfs-actions.pod:4564 ../src/guestfs-actions.pod:4586 ../src/guestfs-actions.pod:4604 ../src/guestfs-actions.pod:4636 ../src/guestfs-actions.pod:4702 ../src/guestfs-actions.pod:4719 ../src/guestfs-actions.pod:4732 ../src/guestfs-actions.pod:4746 ../src/guestfs-actions.pod:5035 ../src/guestfs-actions.pod:5054 ../src/guestfs-actions.pod:5068 ../src/guestfs-actions.pod:5080 ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5106 ../src/guestfs-actions.pod:5120 ../src/guestfs-actions.pod:5136 ../src/guestfs-actions.pod:5157 ../src/guestfs-actions.pod:5176 ../src/guestfs-actions.pod:5195 ../src/guestfs-actions.pod:5213 ../src/guestfs-actions.pod:5236 ../src/guestfs-actions.pod:5254 ../src/guestfs-actions.pod:5273 ../src/guestfs-actions.pod:5294 ../src/guestfs-actions.pod:5313 ../src/guestfs-actions.pod:5330 ../src/guestfs-actions.pod:5358 ../src/guestfs-actions.pod:5382 ../src/guestfs-actions.pod:5401 ../src/guestfs-actions.pod:5425 ../src/guestfs-actions.pod:5440 ../src/guestfs-actions.pod:5455 ../src/guestfs-actions.pod:5474 ../src/guestfs-actions.pod:5511 ../src/guestfs-actions.pod:5534 ../src/guestfs-actions.pod:5560 ../src/guestfs-actions.pod:5668 ../src/guestfs-actions.pod:5789 ../src/guestfs-actions.pod:5801 ../src/guestfs-actions.pod:5814 ../src/guestfs-actions.pod:5827 ../src/guestfs-actions.pod:5849 ../src/guestfs-actions.pod:5862 ../src/guestfs-actions.pod:5875 ../src/guestfs-actions.pod:5888 ../src/guestfs-actions.pod:5903 ../src/guestfs-actions.pod:5962 ../src/guestfs-actions.pod:5979 ../src/guestfs-actions.pod:5995 ../src/guestfs-actions.pod:6011 ../src/guestfs-actions.pod:6028 ../src/guestfs-actions.pod:6041 ../src/guestfs-actions.pod:6061 ../src/guestfs-actions.pod:6097 ../src/guestfs-actions.pod:6111 ../src/guestfs-actions.pod:6152 ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6183 ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6243 ../src/guestfs-actions.pod:6362 ../src/guestfs-actions.pod:6380 ../src/guestfs-actions.pod:6394 ../src/guestfs-actions.pod:6449 ../src/guestfs-actions.pod:6462 ../src/guestfs-actions.pod:6507 ../src/guestfs-actions.pod:6540 ../src/guestfs-actions.pod:6594 ../src/guestfs-actions.pod:6620 ../src/guestfs-actions.pod:6686 ../src/guestfs-actions.pod:6705 ../src/guestfs-actions.pod:6734
3909 msgid "This function returns 0 on success or -1 on error."
3910 msgstr ""
3911
3912 # type: textblock
3913 #: ../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
3914 msgid ""
3915 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
3916 "instead."
3917 msgstr ""
3918
3919 # type: textblock
3920 #: ../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:6628 ../src/guestfs-actions.pod:6797 ../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:4377 ../fish/guestfish-actions.pod:4474
3921 msgid ""
3922 "Deprecated functions will not be removed from the API, but the fact that "
3923 "they are deprecated indicates that there are problems with correct use of "
3924 "these functions."
3925 msgstr ""
3926
3927 # type: textblock
3928 #: ../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:2991 ../src/guestfs-actions.pod:3006 ../src/guestfs-actions.pod:4146 ../src/guestfs-actions.pod:5215 ../src/guestfs-actions.pod:5332 ../src/guestfs-actions.pod:5442 ../src/guestfs-actions.pod:5905 ../src/guestfs-actions.pod:6030 ../src/guestfs-actions.pod:6542
3929 msgid "(Added in 0.3)"
3930 msgstr ""
3931
3932 # type: =head2
3933 #: ../src/guestfs-actions.pod:41
3934 msgid "guestfs_add_domain"
3935 msgstr ""
3936
3937 # type: verbatim
3938 #: ../src/guestfs-actions.pod:43
3939 #, no-wrap
3940 msgid ""
3941 " int\n"
3942 " guestfs_add_domain (guestfs_h *g,\n"
3943 "                     const char *dom,\n"
3944 "                     ...);\n"
3945 "\n"
3946 msgstr ""
3947
3948 # type: textblock
3949 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137
3950 msgid ""
3951 "You may supply a list of optional arguments to this call.  Use zero or more "
3952 "of the following pairs of parameters, and terminate the list with C<-1> on "
3953 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
3954 msgstr ""
3955
3956 # type: verbatim
3957 #: ../src/guestfs-actions.pod:53
3958 #, no-wrap
3959 msgid ""
3960 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
3961 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
3962 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
3963 "\n"
3964 msgstr ""
3965
3966 # type: textblock
3967 #: ../src/guestfs-actions.pod:57
3968 msgid ""
3969 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
3970 "It works by connecting to libvirt, requesting the domain and domain XML from "
3971 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
3972 "one."
3973 msgstr ""
3974
3975 # type: textblock
3976 #: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
3977 msgid ""
3978 "The number of disks added is returned.  This operation is atomic: if an "
3979 "error is returned, then no disks are added."
3980 msgstr ""
3981
3982 # type: textblock
3983 #: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
3984 msgid ""
3985 "This function does some minimal checks to make sure the libvirt domain is "
3986 "not running (unless C<readonly> is true).  In a future version we will try "
3987 "to acquire the libvirt lock on each disk."
3988 msgstr ""
3989
3990 # type: textblock
3991 #: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
3992 msgid ""
3993 "Disks must be accessible locally.  This often means that adding disks from a "
3994 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
3995 "unless those disks are accessible via the same device path locally too."
3996 msgstr ""
3997
3998 # type: textblock
3999 #: ../src/guestfs-actions.pod:74
4000 msgid ""
4001 "The optional C<libvirturi> parameter sets the libvirt URI (see "
4002 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
4003 "default libvirt URI (or one set through an environment variable, see the "
4004 "libvirt documentation for full details).  If you are using the C API "
4005 "directly then it is more flexible to create the libvirt connection object "
4006 "yourself, get the domain object, and call C<guestfs_add_libvirt_dom>."
4007 msgstr ""
4008
4009 # type: textblock
4010 #: ../src/guestfs-actions.pod:82
4011 msgid ""
4012 "The other optional parameters are passed directly through to "
4013 "C<guestfs_add_drive_opts>."
4014 msgstr ""
4015
4016 # type: textblock
4017 #: ../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:2602 ../src/guestfs-actions.pod:2623 ../src/guestfs-actions.pod:4282 ../src/guestfs-actions.pod:4410 ../src/guestfs-actions.pod:4816 ../src/guestfs-actions.pod:4842 ../src/guestfs-actions.pod:6138 ../src/guestfs-actions.pod:6553 ../src/guestfs-actions.pod:6566 ../src/guestfs-actions.pod:6579
4018 msgid "On error this function returns -1."
4019 msgstr ""
4020
4021 # type: =head2
4022 #: ../src/guestfs-actions.pod:87
4023 msgid "guestfs_add_domain_va"
4024 msgstr ""
4025
4026 # type: verbatim
4027 #: ../src/guestfs-actions.pod:89
4028 #, no-wrap
4029 msgid ""
4030 " int\n"
4031 " guestfs_add_domain_va (guestfs_h *g,\n"
4032 "                        const char *dom,\n"
4033 "                        va_list args);\n"
4034 "\n"
4035 msgstr ""
4036
4037 # type: textblock
4038 #: ../src/guestfs-actions.pod:94
4039 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
4040 msgstr ""
4041
4042 # type: textblock
4043 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107 ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211
4044 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
4045 msgstr ""
4046
4047 # type: =head2
4048 #: ../src/guestfs-actions.pod:98
4049 msgid "guestfs_add_domain_argv"
4050 msgstr ""
4051
4052 # type: verbatim
4053 #: ../src/guestfs-actions.pod:100
4054 #, no-wrap
4055 msgid ""
4056 " int\n"
4057 " guestfs_add_domain_argv (guestfs_h *g,\n"
4058 "                          const char *dom,\n"
4059 "                          const struct guestfs_add_domain_argv *optargs);\n"
4060 "\n"
4061 msgstr ""
4062
4063 # type: textblock
4064 #: ../src/guestfs-actions.pod:105
4065 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
4066 msgstr ""
4067
4068 # type: =head2
4069 #: ../src/guestfs-actions.pod:109
4070 msgid "guestfs_add_drive"
4071 msgstr ""
4072
4073 # type: verbatim
4074 #: ../src/guestfs-actions.pod:111
4075 #, no-wrap
4076 msgid ""
4077 " int\n"
4078 " guestfs_add_drive (guestfs_h *g,\n"
4079 "                    const char *filename);\n"
4080 "\n"
4081 msgstr ""
4082
4083 # type: textblock
4084 #: ../src/guestfs-actions.pod:115
4085 msgid ""
4086 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
4087 "optional parameters, so the disk is added writable, with the format being "
4088 "detected automatically."
4089 msgstr ""
4090
4091 # type: textblock
4092 #: ../src/guestfs-actions.pod:119
4093 msgid ""
4094 "Automatic detection of the format opens you up to a potential security hole "
4095 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
4096 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
4097 "you should think about replacing calls to this function with calls to "
4098 "C<guestfs_add_drive_opts>, and specifying the format."
4099 msgstr ""
4100
4101 # type: =head2
4102 #: ../src/guestfs-actions.pod:130
4103 msgid "guestfs_add_drive_opts"
4104 msgstr ""
4105
4106 # type: verbatim
4107 #: ../src/guestfs-actions.pod:132
4108 #, no-wrap
4109 msgid ""
4110 " int\n"
4111 " guestfs_add_drive_opts (guestfs_h *g,\n"
4112 "                         const char *filename,\n"
4113 "                         ...);\n"
4114 "\n"
4115 msgstr ""
4116
4117 # type: verbatim
4118 #: ../src/guestfs-actions.pod:142
4119 #, no-wrap
4120 msgid ""
4121 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
4122 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
4123 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
4124 "\n"
4125 msgstr ""
4126
4127 # type: textblock
4128 #: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:92
4129 msgid ""
4130 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
4131 "The first time you call this function, the disk appears as C</dev/sda>, the "
4132 "second time as C</dev/sdb>, and so on."
4133 msgstr ""
4134
4135 # type: textblock
4136 #: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:97
4137 msgid ""
4138 "You don't necessarily need to be root when using libguestfs.  However you "
4139 "obviously do need sufficient permissions to access the filename for whatever "
4140 "operations you want to perform (ie. read access if you just want to read the "
4141 "image or write access if you want to modify the image)."
4142 msgstr ""
4143
4144 # type: textblock
4145 #: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:103
4146 msgid "This call checks that C<filename> exists."
4147 msgstr ""
4148
4149 # type: textblock
4150 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:105
4151 msgid "The optional arguments are:"
4152 msgstr ""
4153
4154 # type: =item
4155 #: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:109
4156 msgid "C<readonly>"
4157 msgstr ""
4158
4159 # type: textblock
4160 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:111
4161 msgid ""
4162 "If true then the image is treated as read-only.  Writes are still allowed, "
4163 "but they are stored in a temporary snapshot overlay which is discarded at "
4164 "the end.  The disk that you add is not modified."
4165 msgstr ""
4166
4167 # type: =item
4168 #: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:115
4169 msgid "C<format>"
4170 msgstr ""
4171
4172 # type: textblock
4173 #: ../src/guestfs-actions.pod:171
4174 msgid ""
4175 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
4176 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
4177 "Possible formats include C<raw> and C<qcow2>."
4178 msgstr ""
4179
4180 # type: textblock
4181 #: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:121
4182 msgid ""
4183 "Automatic detection of the format opens you up to a potential security hole "
4184 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
4185 "RHBZ#642934.  Specifying the format closes this security hole."
4186 msgstr ""
4187
4188 # type: =item
4189 #: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:126
4190 msgid "C<iface>"
4191 msgstr ""
4192
4193 # type: textblock
4194 #: ../src/guestfs-actions.pod:182
4195 msgid ""
4196 "This rarely-used option lets you emulate the behaviour of the deprecated "
4197 "C<guestfs_add_drive_with_if> call (q.v.)"
4198 msgstr ""
4199
4200 # type: textblock
4201 #: ../src/guestfs-actions.pod:189
4202 msgid "(Added in 1.5.23)"
4203 msgstr ""
4204
4205 # type: =head2
4206 #: ../src/guestfs-actions.pod:191
4207 msgid "guestfs_add_drive_opts_va"
4208 msgstr ""
4209
4210 # type: verbatim
4211 #: ../src/guestfs-actions.pod:193
4212 #, no-wrap
4213 msgid ""
4214 " int\n"
4215 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
4216 "                            const char *filename,\n"
4217 "                            va_list args);\n"
4218 "\n"
4219 msgstr ""
4220
4221 # type: textblock
4222 #: ../src/guestfs-actions.pod:198
4223 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
4224 msgstr ""
4225
4226 # type: =head2
4227 #: ../src/guestfs-actions.pod:202
4228 msgid "guestfs_add_drive_opts_argv"
4229 msgstr ""
4230
4231 # type: verbatim
4232 #: ../src/guestfs-actions.pod:204
4233 #, no-wrap
4234 msgid ""
4235 " int\n"
4236 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
4237 "                              const char *filename,\n"
4238 "                              const struct guestfs_add_drive_opts_argv "
4239 "*optargs);\n"
4240 "\n"
4241 msgstr ""
4242
4243 # type: textblock
4244 #: ../src/guestfs-actions.pod:209
4245 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
4246 msgstr ""
4247
4248 # type: =head2
4249 #: ../src/guestfs-actions.pod:213
4250 msgid "guestfs_add_drive_ro"
4251 msgstr ""
4252
4253 # type: verbatim
4254 #: ../src/guestfs-actions.pod:215
4255 #, no-wrap
4256 msgid ""
4257 " int\n"
4258 " guestfs_add_drive_ro (guestfs_h *g,\n"
4259 "                       const char *filename);\n"
4260 "\n"
4261 msgstr ""
4262
4263 # type: textblock
4264 #: ../src/guestfs-actions.pod:219
4265 msgid ""
4266 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
4267 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
4268 "disk is added read-only, with the format being detected automatically."
4269 msgstr ""
4270
4271 # type: textblock
4272 #: ../src/guestfs-actions.pod:226
4273 msgid "(Added in 1.0.38)"
4274 msgstr ""
4275
4276 # type: =head2
4277 #: ../src/guestfs-actions.pod:228
4278 msgid "guestfs_add_drive_ro_with_if"
4279 msgstr ""
4280
4281 # type: verbatim
4282 #: ../src/guestfs-actions.pod:230
4283 #, no-wrap
4284 msgid ""
4285 " int\n"
4286 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
4287 "                               const char *filename,\n"
4288 "                               const char *iface);\n"
4289 "\n"
4290 msgstr ""
4291
4292 # type: textblock
4293 #: ../src/guestfs-actions.pod:235
4294 msgid ""
4295 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
4296 "QEMU interface emulation to use at run time."
4297 msgstr ""
4298
4299 # type: textblock
4300 #: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268 ../src/guestfs-actions.pod:2303
4301 msgid "(Added in 1.0.84)"
4302 msgstr ""
4303
4304 # type: =head2
4305 #: ../src/guestfs-actions.pod:249
4306 msgid "guestfs_add_drive_with_if"
4307 msgstr ""
4308
4309 # type: verbatim
4310 #: ../src/guestfs-actions.pod:251
4311 #, no-wrap
4312 msgid ""
4313 " int\n"
4314 " guestfs_add_drive_with_if (guestfs_h *g,\n"
4315 "                            const char *filename,\n"
4316 "                            const char *iface);\n"
4317 "\n"
4318 msgstr ""
4319
4320 # type: textblock
4321 #: ../src/guestfs-actions.pod:256
4322 msgid ""
4323 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
4324 "QEMU interface emulation to use at run time."
4325 msgstr ""
4326
4327 # type: =head2
4328 #: ../src/guestfs-actions.pod:270
4329 msgid "guestfs_aug_clear"
4330 msgstr ""
4331
4332 # type: verbatim
4333 #: ../src/guestfs-actions.pod:272
4334 #, no-wrap
4335 msgid ""
4336 " int\n"
4337 " guestfs_aug_clear (guestfs_h *g,\n"
4338 "                    const char *augpath);\n"
4339 "\n"
4340 msgstr ""
4341
4342 # type: textblock
4343 #: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:178
4344 msgid ""
4345 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
4346 "L<augtool(1)> C<clear> command."
4347 msgstr ""
4348
4349 # type: textblock
4350 #: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2083
4351 msgid "(Added in 1.3.4)"
4352 msgstr ""
4353
4354 # type: =head2
4355 #: ../src/guestfs-actions.pod:283
4356 msgid "guestfs_aug_close"
4357 msgstr ""
4358
4359 # type: verbatim
4360 #: ../src/guestfs-actions.pod:285
4361 #, no-wrap
4362 msgid ""
4363 " int\n"
4364 " guestfs_aug_close (guestfs_h *g);\n"
4365 "\n"
4366 msgstr ""
4367
4368 # type: textblock
4369 #: ../src/guestfs-actions.pod:288
4370 msgid ""
4371 "Close the current Augeas handle and free up any resources used by it.  After "
4372 "calling this, you have to call C<guestfs_aug_init> again before you can use "
4373 "any other Augeas functions."
4374 msgstr ""
4375
4376 # type: textblock
4377 #: ../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:4893
4378 msgid "(Added in 0.7)"
4379 msgstr ""
4380
4381 # type: =head2
4382 #: ../src/guestfs-actions.pod:297
4383 msgid "guestfs_aug_defnode"
4384 msgstr ""
4385
4386 # type: verbatim
4387 #: ../src/guestfs-actions.pod:299
4388 #, no-wrap
4389 msgid ""
4390 " struct guestfs_int_bool *\n"
4391 " guestfs_aug_defnode (guestfs_h *g,\n"
4392 "                      const char *name,\n"
4393 "                      const char *expr,\n"
4394 "                      const char *val);\n"
4395 "\n"
4396 msgstr ""
4397
4398 # type: textblock
4399 #: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:194
4400 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
4401 msgstr ""
4402
4403 # type: textblock
4404 #: ../src/guestfs-actions.pod:308
4405 msgid ""
4406 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
4407 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
4408 "containing that single node."
4409 msgstr ""
4410
4411 # type: textblock
4412 #: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:201
4413 msgid ""
4414 "On success this returns a pair containing the number of nodes in the "
4415 "nodeset, and a boolean flag if a node was created."
4416 msgstr ""
4417
4418 # type: textblock
4419 #: ../src/guestfs-actions.pod:316
4420 msgid ""
4421 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
4422 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
4423 msgstr ""
4424
4425 # type: =head2
4426 #: ../src/guestfs-actions.pod:322
4427 msgid "guestfs_aug_defvar"
4428 msgstr ""
4429
4430 # type: verbatim
4431 #: ../src/guestfs-actions.pod:324
4432 #, no-wrap
4433 msgid ""
4434 " int\n"
4435 " guestfs_aug_defvar (guestfs_h *g,\n"
4436 "                     const char *name,\n"
4437 "                     const char *expr);\n"
4438 "\n"
4439 msgstr ""
4440
4441 # type: textblock
4442 #: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:209
4443 msgid ""
4444 "Defines an Augeas variable C<name> whose value is the result of evaluating "
4445 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
4446 msgstr ""
4447
4448 # type: textblock
4449 #: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:213
4450 msgid ""
4451 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
4452 "evaluates to something which is not a nodeset."
4453 msgstr ""
4454
4455 # type: =head2
4456 #: ../src/guestfs-actions.pod:340
4457 msgid "guestfs_aug_get"
4458 msgstr ""
4459
4460 # type: verbatim
4461 #: ../src/guestfs-actions.pod:342
4462 #, no-wrap
4463 msgid ""
4464 " char *\n"
4465 " guestfs_aug_get (guestfs_h *g,\n"
4466 "                  const char *augpath);\n"
4467 "\n"
4468 msgstr ""
4469
4470 # type: textblock
4471 #: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:220
4472 msgid ""
4473 "Look up the value associated with C<path>.  If C<path> matches exactly one "
4474 "node, the C<value> is returned."
4475 msgstr ""
4476
4477 # type: textblock
4478 #: ../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:2548 ../src/guestfs-actions.pod:2679 ../src/guestfs-actions.pod:2735 ../src/guestfs-actions.pod:2758 ../src/guestfs-actions.pod:3135 ../src/guestfs-actions.pod:3485 ../src/guestfs-actions.pod:3655 ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:4428 ../src/guestfs-actions.pod:4621 ../src/guestfs-actions.pod:4791 ../src/guestfs-actions.pod:4969 ../src/guestfs-actions.pod:5018 ../src/guestfs-actions.pod:5581 ../src/guestfs-actions.pod:5597 ../src/guestfs-actions.pod:5614 ../src/guestfs-actions.pod:5638 ../src/guestfs-actions.pod:6302 ../src/guestfs-actions.pod:6321 ../src/guestfs-actions.pod:6339 ../src/guestfs-actions.pod:6519 ../src/guestfs-actions.pod:6791
4479 msgid ""
4480 "This function returns a string, or NULL on error.  I<The caller must free "
4481 "the returned string after use>."
4482 msgstr ""
4483
4484 # type: =head2
4485 #: ../src/guestfs-actions.pod:354
4486 msgid "guestfs_aug_init"
4487 msgstr ""
4488
4489 # type: verbatim
4490 #: ../src/guestfs-actions.pod:356
4491 #, no-wrap
4492 msgid ""
4493 " int\n"
4494 " guestfs_aug_init (guestfs_h *g,\n"
4495 "                   const char *root,\n"
4496 "                   int flags);\n"
4497 "\n"
4498 msgstr ""
4499
4500 # type: textblock
4501 #: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:227
4502 msgid ""
4503 "Create a new Augeas handle for editing configuration files.  If there was "
4504 "any previous Augeas handle associated with this guestfs session, then it is "
4505 "closed."
4506 msgstr ""
4507
4508 # type: textblock
4509 #: ../src/guestfs-actions.pod:365
4510 msgid "You must call this before using any other C<guestfs_aug_*> commands."
4511 msgstr ""
4512
4513 # type: textblock
4514 #: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:234
4515 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
4516 msgstr ""
4517
4518 # type: textblock
4519 #: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:237
4520 msgid ""
4521 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
4522 "logical I<or> of the following integers:"
4523 msgstr ""
4524
4525 # type: =item
4526 #: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:243
4527 msgid "C<AUG_SAVE_BACKUP> = 1"
4528 msgstr ""
4529
4530 # type: textblock
4531 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:245
4532 msgid "Keep the original file with a C<.augsave> extension."
4533 msgstr ""
4534
4535 # type: =item
4536 #: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:247
4537 msgid "C<AUG_SAVE_NEWFILE> = 2"
4538 msgstr ""
4539
4540 # type: textblock
4541 #: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:249
4542 msgid ""
4543 "Save changes into a file with extension C<.augnew>, and do not overwrite "
4544 "original.  Overrides C<AUG_SAVE_BACKUP>."
4545 msgstr ""
4546
4547 # type: =item
4548 #: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:252
4549 msgid "C<AUG_TYPE_CHECK> = 4"
4550 msgstr ""
4551
4552 # type: textblock
4553 #: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:254
4554 msgid "Typecheck lenses (can be expensive)."
4555 msgstr ""
4556
4557 # type: =item
4558 #: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:256
4559 msgid "C<AUG_NO_STDINC> = 8"
4560 msgstr ""
4561
4562 # type: textblock
4563 #: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:258
4564 msgid "Do not use standard load path for modules."
4565 msgstr ""
4566
4567 # type: =item
4568 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:260
4569 msgid "C<AUG_SAVE_NOOP> = 16"
4570 msgstr ""
4571
4572 # type: textblock
4573 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:262
4574 msgid "Make save a no-op, just record what would have been changed."
4575 msgstr ""
4576
4577 # type: =item
4578 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:264
4579 msgid "C<AUG_NO_LOAD> = 32"
4580 msgstr ""
4581
4582 # type: textblock
4583 #: ../src/guestfs-actions.pod:400
4584 msgid "Do not load the tree in C<guestfs_aug_init>."
4585 msgstr ""
4586
4587 # type: textblock
4588 #: ../src/guestfs-actions.pod:404
4589 msgid "To close the handle, you can call C<guestfs_aug_close>."
4590 msgstr ""
4591
4592 # type: textblock
4593 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:272
4594 msgid "To find out more about Augeas, see L<http://augeas.net/>."
4595 msgstr ""
4596
4597 # type: =head2
4598 #: ../src/guestfs-actions.pod:412
4599 msgid "guestfs_aug_insert"
4600 msgstr ""
4601
4602 # type: verbatim
4603 #: ../src/guestfs-actions.pod:414
4604 #, no-wrap
4605 msgid ""
4606 " int\n"
4607 " guestfs_aug_insert (guestfs_h *g,\n"
4608 "                     const char *augpath,\n"
4609 "                     const char *label,\n"
4610 "                     int before);\n"
4611 "\n"
4612 msgstr ""
4613
4614 # type: textblock
4615 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:278
4616 msgid ""
4617 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
4618 "or after C<path> (depending on the boolean flag C<before>)."
4619 msgstr ""
4620
4621 # type: textblock
4622 #: ../src/guestfs-actions.pod:424 ../fish/guestfish-actions.pod:282
4623 msgid ""
4624 "C<path> must match exactly one existing node in the tree, and C<label> must "
4625 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
4626 msgstr ""
4627
4628 # type: =head2
4629 #: ../src/guestfs-actions.pod:432
4630 msgid "guestfs_aug_load"
4631 msgstr ""
4632
4633 # type: verbatim
4634 #: ../src/guestfs-actions.pod:434
4635 #, no-wrap
4636 msgid ""
4637 " int\n"
4638 " guestfs_aug_load (guestfs_h *g);\n"
4639 "\n"
4640 msgstr ""
4641
4642 # type: textblock
4643 #: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:290
4644 msgid "Load files into the tree."
4645 msgstr ""
4646
4647 # type: textblock
4648 #: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:292
4649 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
4650 msgstr ""
4651
4652 # type: =head2
4653 #: ../src/guestfs-actions.pod:446
4654 msgid "guestfs_aug_ls"
4655 msgstr ""
4656
4657 # type: verbatim
4658 #: ../src/guestfs-actions.pod:448
4659 #, no-wrap
4660 msgid ""
4661 " char **\n"
4662 " guestfs_aug_ls (guestfs_h *g,\n"
4663 "                 const char *augpath);\n"
4664 "\n"
4665 msgstr ""
4666
4667 # type: textblock
4668 #: ../src/guestfs-actions.pod:452
4669 msgid ""
4670 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
4671 "sorting the resulting nodes into alphabetical order."
4672 msgstr ""
4673
4674 # type: textblock
4675 #: ../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:2573 ../src/guestfs-actions.pod:2698 ../src/guestfs-actions.pod:2800 ../src/guestfs-actions.pod:3055 ../src/guestfs-actions.pod:3117 ../src/guestfs-actions.pod:3222 ../src/guestfs-actions.pod:3627 ../src/guestfs-actions.pod:4243 ../src/guestfs-actions.pod:4763 ../src/guestfs-actions.pod:4889 ../src/guestfs-actions.pod:5003 ../src/guestfs-actions.pod:5654 ../src/guestfs-actions.pod:5715 ../src/guestfs-actions.pod:5770 ../src/guestfs-actions.pod:5916 ../src/guestfs-actions.pod:5940 ../src/guestfs-actions.pod:6412 ../src/guestfs-actions.pod:6432 ../src/guestfs-actions.pod:6479 ../src/guestfs-actions.pod:6644 ../src/guestfs-actions.pod:6663 ../src/guestfs-actions.pod:6748 ../src/guestfs-actions.pod:6767 ../src/guestfs-actions.pod:6813 ../src/guestfs-actions.pod:6832
4676 msgid ""
4677 "This function returns a NULL-terminated array of strings (like "
4678 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
4679 "strings and the array after use>."
4680 msgstr ""
4681
4682 # type: textblock
4683 #: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990 ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413 ../src/guestfs-actions.pod:2878 ../src/guestfs-actions.pod:2909 ../src/guestfs-actions.pod:3468 ../src/guestfs-actions.pod:3518 ../src/guestfs-actions.pod:3705 ../src/guestfs-actions.pod:3738 ../src/guestfs-actions.pod:3901 ../src/guestfs-actions.pod:4247 ../src/guestfs-actions.pod:4704 ../src/guestfs-actions.pod:5082 ../src/guestfs-actions.pod:5096 ../src/guestfs-actions.pod:5108 ../src/guestfs-actions.pod:5516 ../src/guestfs-actions.pod:6154 ../src/guestfs-actions.pod:6167 ../src/guestfs-actions.pod:6396 ../src/guestfs-actions.pod:6599 ../src/guestfs-actions.pod:6632
4684 msgid "(Added in 0.8)"
4685 msgstr ""
4686
4687 # type: =head2
4688 #: ../src/guestfs-actions.pod:461
4689 msgid "guestfs_aug_match"
4690 msgstr ""
4691
4692 # type: verbatim
4693 #: ../src/guestfs-actions.pod:463
4694 #, no-wrap
4695 msgid ""
4696 " char **\n"
4697 " guestfs_aug_match (guestfs_h *g,\n"
4698 "                    const char *augpath);\n"
4699 "\n"
4700 msgstr ""
4701
4702 # type: textblock
4703 #: ../src/guestfs-actions.pod:467 ../fish/guestfish-actions.pod:306
4704 msgid ""
4705 "Returns a list of paths which match the path expression C<path>.  The "
4706 "returned paths are sufficiently qualified so that they match exactly one "
4707 "node in the current tree."
4708 msgstr ""
4709
4710 # type: =head2
4711 #: ../src/guestfs-actions.pod:477
4712 msgid "guestfs_aug_mv"
4713 msgstr ""
4714
4715 # type: verbatim
4716 #: ../src/guestfs-actions.pod:479
4717 #, no-wrap
4718 msgid ""
4719 " int\n"
4720 " guestfs_aug_mv (guestfs_h *g,\n"
4721 "                 const char *src,\n"
4722 "                 const char *dest);\n"
4723 "\n"
4724 msgstr ""
4725
4726 # type: textblock
4727 #: ../src/guestfs-actions.pod:484 ../fish/guestfish-actions.pod:314
4728 msgid ""
4729 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
4730 "C<dest> is overwritten if it exists."
4731 msgstr ""
4732
4733 # type: =head2
4734 #: ../src/guestfs-actions.pod:491
4735 msgid "guestfs_aug_rm"
4736 msgstr ""
4737
4738 # type: verbatim
4739 #: ../src/guestfs-actions.pod:493
4740 #, no-wrap
4741 msgid ""
4742 " int\n"
4743 " guestfs_aug_rm (guestfs_h *g,\n"
4744 "                 const char *augpath);\n"
4745 "\n"
4746 msgstr ""
4747
4748 # type: textblock
4749 #: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:321
4750 msgid "Remove C<path> and all of its children."
4751 msgstr ""
4752
4753 # type: textblock
4754 #: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:323
4755 msgid "On success this returns the number of entries which were removed."
4756 msgstr ""
4757
4758 # type: =head2
4759 #: ../src/guestfs-actions.pod:505
4760 msgid "guestfs_aug_save"
4761 msgstr ""
4762
4763 # type: verbatim
4764 #: ../src/guestfs-actions.pod:507
4765 #, no-wrap
4766 msgid ""
4767 " int\n"
4768 " guestfs_aug_save (guestfs_h *g);\n"
4769 "\n"
4770 msgstr ""
4771
4772 # type: textblock
4773 #: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:329
4774 msgid "This writes all pending changes to disk."
4775 msgstr ""
4776
4777 # type: textblock
4778 #: ../src/guestfs-actions.pod:512
4779 msgid ""
4780 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
4781 "are saved."
4782 msgstr ""
4783
4784 # type: =head2
4785 #: ../src/guestfs-actions.pod:519
4786 msgid "guestfs_aug_set"
4787 msgstr ""
4788
4789 # type: verbatim
4790 #: ../src/guestfs-actions.pod:521
4791 #, no-wrap
4792 msgid ""
4793 " int\n"
4794 " guestfs_aug_set (guestfs_h *g,\n"
4795 "                  const char *augpath,\n"
4796 "                  const char *val);\n"
4797 "\n"
4798 msgstr ""
4799
4800 # type: textblock
4801 #: ../src/guestfs-actions.pod:526 ../fish/guestfish-actions.pod:338
4802 msgid "Set the value associated with C<path> to C<val>."
4803 msgstr ""
4804
4805 # type: textblock
4806 #: ../src/guestfs-actions.pod:528
4807 msgid ""
4808 "In the Augeas API, it is possible to clear a node by setting the value to "
4809 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
4810 "this call.  Instead you must use the C<guestfs_aug_clear> call."
4811 msgstr ""
4812
4813 # type: =head2
4814 #: ../src/guestfs-actions.pod:537
4815 msgid "guestfs_available"
4816 msgstr ""
4817
4818 # type: verbatim
4819 #: ../src/guestfs-actions.pod:539
4820 #, no-wrap
4821 msgid ""
4822 " int\n"
4823 " guestfs_available (guestfs_h *g,\n"
4824 "                    char *const *groups);\n"
4825 "\n"
4826 msgstr ""
4827
4828 # type: textblock
4829 #: ../src/guestfs-actions.pod:543 ../fish/guestfish-actions.pod:349
4830 msgid ""
4831 "This command is used to check the availability of some groups of "
4832 "functionality in the appliance, which not all builds of the libguestfs "
4833 "appliance will be able to provide."
4834 msgstr ""
4835
4836 # type: textblock
4837 #: ../src/guestfs-actions.pod:547
4838 msgid ""
4839 "The libguestfs groups, and the functions that those groups correspond to, "
4840 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
4841 "runtime by calling C<guestfs_available_all_groups>."
4842 msgstr ""
4843
4844 # type: textblock
4845 #: ../src/guestfs-actions.pod:552 ../fish/guestfish-actions.pod:358
4846 msgid ""
4847 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
4848 "\"augeas\"]> would check for the availability of the Linux inotify functions "
4849 "and Augeas (configuration file editing) functions."
4850 msgstr ""
4851
4852 # type: textblock
4853 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:363
4854 msgid "The command returns no error if I<all> requested groups are available."
4855 msgstr ""
4856
4857 # type: textblock
4858 #: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:365
4859 msgid ""
4860 "It fails with an error if one or more of the requested groups is unavailable "
4861 "in the appliance."
4862 msgstr ""
4863
4864 # type: textblock
4865 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:368
4866 msgid ""
4867 "If an unknown group name is included in the list of groups then an error is "
4868 "always returned."
4869 msgstr ""
4870
4871 # type: textblock
4872 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:371
4873 msgid "I<Notes:>"
4874 msgstr ""
4875
4876 # type: textblock
4877 #: ../src/guestfs-actions.pod:571
4878 msgid "You must call C<guestfs_launch> before calling this function."
4879 msgstr ""
4880
4881 # type: textblock
4882 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:379
4883 msgid ""
4884 "The reason is because we don't know what groups are supported by the "
4885 "appliance/daemon until it is running and can be queried."
4886 msgstr ""
4887
4888 # type: textblock
4889 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:385
4890 msgid ""
4891 "If a group of functions is available, this does not necessarily mean that "
4892 "they will work.  You still have to check for errors when calling individual "
4893 "API functions even if they are available."
4894 msgstr ""
4895
4896 # type: textblock
4897 #: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:392
4898 msgid ""
4899 "It is usually the job of distro packagers to build complete functionality "
4900 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
4901 "with all requirements satisfied, will support everything."
4902 msgstr ""
4903
4904 # type: textblock
4905 #: ../src/guestfs-actions.pod:593
4906 msgid ""
4907 "This call was added in version C<1.0.80>.  In previous versions of "
4908 "libguestfs all you could do would be to speculatively execute a command to "
4909 "find out if the daemon implemented it.  See also C<guestfs_version>."
4910 msgstr ""
4911
4912 # type: textblock
4913 #: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:1163
4914 msgid "(Added in 1.0.80)"
4915 msgstr ""
4916
4917 # type: =head2
4918 #: ../src/guestfs-actions.pod:604
4919 msgid "guestfs_available_all_groups"
4920 msgstr ""
4921
4922 # type: verbatim
4923 #: ../src/guestfs-actions.pod:606
4924 #, no-wrap
4925 msgid ""
4926 " char **\n"
4927 " guestfs_available_all_groups (guestfs_h *g);\n"
4928 "\n"
4929 msgstr ""
4930
4931 # type: textblock
4932 #: ../src/guestfs-actions.pod:609
4933 msgid ""
4934 "This command returns a list of all optional groups that this daemon knows "
4935 "about.  Note this returns both supported and unsupported groups.  To find "
4936 "out which ones the daemon can actually support you have to call "
4937 "C<guestfs_available> on each member of the returned list."
4938 msgstr ""
4939
4940 # type: textblock
4941 #: ../src/guestfs-actions.pod:615
4942 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
4943 msgstr ""
4944
4945 # type: textblock
4946 #: ../src/guestfs-actions.pod:621
4947 msgid "(Added in 1.3.15)"
4948 msgstr ""
4949
4950 # type: =head2
4951 #: ../src/guestfs-actions.pod:623
4952 msgid "guestfs_base64_in"
4953 msgstr ""
4954
4955 # type: verbatim
4956 #: ../src/guestfs-actions.pod:625
4957 #, no-wrap
4958 msgid ""
4959 " int\n"
4960 " guestfs_base64_in (guestfs_h *g,\n"
4961 "                    const char *base64file,\n"
4962 "                    const char *filename);\n"
4963 "\n"
4964 msgstr ""
4965
4966 # type: textblock
4967 #: ../src/guestfs-actions.pod:630 ../fish/guestfish-actions.pod:422
4968 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
4969 msgstr ""
4970
4971 # type: textblock
4972 #: ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649
4973 msgid "(Added in 1.3.5)"
4974 msgstr ""
4975
4976 # type: =head2
4977 #: ../src/guestfs-actions.pod:637
4978 msgid "guestfs_base64_out"
4979 msgstr ""
4980
4981 # type: verbatim
4982 #: ../src/guestfs-actions.pod:639
4983 #, no-wrap
4984 msgid ""
4985 " int\n"
4986 " guestfs_base64_out (guestfs_h *g,\n"
4987 "                     const char *filename,\n"
4988 "                     const char *base64file);\n"
4989 "\n"
4990 msgstr ""
4991
4992 # type: textblock
4993 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:431
4994 msgid ""
4995 "This command downloads the contents of C<filename>, writing it out to local "
4996 "file C<base64file> encoded as base64."
4997 msgstr ""
4998
4999 # type: =head2
5000 #: ../src/guestfs-actions.pod:651
5001 msgid "guestfs_blockdev_flushbufs"
5002 msgstr ""
5003
5004 # type: verbatim
5005 #: ../src/guestfs-actions.pod:653
5006 #, no-wrap
5007 msgid ""
5008 " int\n"
5009 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
5010 "                             const char *device);\n"
5011 "\n"
5012 msgstr ""
5013
5014 # type: textblock
5015 #: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:440
5016 msgid "This tells the kernel to flush internal buffers associated with C<device>."
5017 msgstr ""
5018
5019 # type: textblock
5020 #: ../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
5021 msgid "This uses the L<blockdev(8)> command."
5022 msgstr ""
5023
5024 # type: textblock
5025 #: ../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
5026 msgid "(Added in 0.9.3)"
5027 msgstr ""
5028
5029 # type: =head2
5030 #: ../src/guestfs-actions.pod:666
5031 msgid "guestfs_blockdev_getbsz"
5032 msgstr ""
5033
5034 # type: verbatim
5035 #: ../src/guestfs-actions.pod:668
5036 #, no-wrap
5037 msgid ""
5038 " int\n"
5039 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
5040 "                          const char *device);\n"
5041 "\n"
5042 msgstr ""
5043
5044 # type: textblock
5045 #: ../src/guestfs-actions.pod:672 ../fish/guestfish-actions.pod:449
5046 msgid "This returns the block size of a device."
5047 msgstr ""
5048
5049 # type: textblock
5050 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:774 ../fish/guestfish-actions.pod:451 ../fish/guestfish-actions.pod:514
5051 msgid ""
5052 "(Note this is different from both I<size in blocks> and I<filesystem block "
5053 "size>)."
5054 msgstr ""
5055
5056 # type: =head2
5057 #: ../src/guestfs-actions.pod:683
5058 msgid "guestfs_blockdev_getro"
5059 msgstr ""
5060
5061 # type: verbatim
5062 #: ../src/guestfs-actions.pod:685
5063 #, no-wrap
5064 msgid ""
5065 " int\n"
5066 " guestfs_blockdev_getro (guestfs_h *g,\n"
5067 "                         const char *device);\n"
5068 "\n"
5069 msgstr ""
5070
5071 # type: textblock
5072 #: ../src/guestfs-actions.pod:689 ../fish/guestfish-actions.pod:460
5073 msgid ""
5074 "Returns a boolean indicating if the block device is read-only (true if "
5075 "read-only, false if not)."
5076 msgstr ""
5077
5078 # type: textblock
5079 #: ../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:2817 ../src/guestfs-actions.pod:2831 ../src/guestfs-actions.pod:2846 ../src/guestfs-actions.pod:2860 ../src/guestfs-actions.pod:2876 ../src/guestfs-actions.pod:2891 ../src/guestfs-actions.pod:2907 ../src/guestfs-actions.pod:2921 ../src/guestfs-actions.pod:2934 ../src/guestfs-actions.pod:2948 ../src/guestfs-actions.pod:2963 ../src/guestfs-actions.pod:2978 ../src/guestfs-actions.pod:4392
5080 msgid "This function returns a C truth value on success or -1 on error."
5081 msgstr ""
5082
5083 # type: =head2
5084 #: ../src/guestfs-actions.pod:698
5085 msgid "guestfs_blockdev_getsize64"
5086 msgstr ""
5087
5088 # type: verbatim
5089 #: ../src/guestfs-actions.pod:700
5090 #, no-wrap
5091 msgid ""
5092 " int64_t\n"
5093 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
5094 "                             const char *device);\n"
5095 "\n"
5096 msgstr ""
5097
5098 # type: textblock
5099 #: ../src/guestfs-actions.pod:704 ../fish/guestfish-actions.pod:469
5100 msgid "This returns the size of the device in bytes."
5101 msgstr ""
5102
5103 # type: textblock
5104 #: ../src/guestfs-actions.pod:706
5105 msgid "See also C<guestfs_blockdev_getsz>."
5106 msgstr ""
5107
5108 # type: =head2
5109 #: ../src/guestfs-actions.pod:714
5110 msgid "guestfs_blockdev_getss"
5111 msgstr ""
5112
5113 # type: verbatim
5114 #: ../src/guestfs-actions.pod:716
5115 #, no-wrap
5116 msgid ""
5117 " int\n"
5118 " guestfs_blockdev_getss (guestfs_h *g,\n"
5119 "                         const char *device);\n"
5120 "\n"
5121 msgstr ""
5122
5123 # type: textblock
5124 #: ../src/guestfs-actions.pod:720 ../fish/guestfish-actions.pod:479
5125 msgid ""
5126 "This returns the size of sectors on a block device.  Usually 512, but can be "
5127 "larger for modern devices."
5128 msgstr ""
5129
5130 # type: textblock
5131 #: ../src/guestfs-actions.pod:723
5132 msgid ""
5133 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
5134 "that)."
5135 msgstr ""
5136
5137 # type: =head2
5138 #: ../src/guestfs-actions.pod:732
5139 msgid "guestfs_blockdev_getsz"
5140 msgstr ""
5141
5142 # type: verbatim
5143 #: ../src/guestfs-actions.pod:734
5144 #, no-wrap
5145 msgid ""
5146 " int64_t\n"
5147 " guestfs_blockdev_getsz (guestfs_h *g,\n"
5148 "                         const char *device);\n"
5149 "\n"
5150 msgstr ""
5151
5152 # type: textblock
5153 #: ../src/guestfs-actions.pod:738 ../fish/guestfish-actions.pod:491
5154 msgid ""
5155 "This returns the size of the device in units of 512-byte sectors (even if "
5156 "the sectorsize isn't 512 bytes ... weird)."
5157 msgstr ""
5158
5159 # type: textblock
5160 #: ../src/guestfs-actions.pod:741
5161 msgid ""
5162 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
5163 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
5164 msgstr ""
5165
5166 # type: =head2
5167 #: ../src/guestfs-actions.pod:751
5168 msgid "guestfs_blockdev_rereadpt"
5169 msgstr ""
5170
5171 # type: verbatim
5172 #: ../src/guestfs-actions.pod:753
5173 #, no-wrap
5174 msgid ""
5175 " int\n"
5176 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
5177 "                            const char *device);\n"
5178 "\n"
5179 msgstr ""
5180
5181 # type: textblock
5182 #: ../src/guestfs-actions.pod:757 ../fish/guestfish-actions.pod:504
5183 msgid "Reread the partition table on C<device>."
5184 msgstr ""
5185
5186 # type: =head2
5187 #: ../src/guestfs-actions.pod:765
5188 msgid "guestfs_blockdev_setbsz"
5189 msgstr ""
5190
5191 # type: verbatim
5192 #: ../src/guestfs-actions.pod:767
5193 #, no-wrap
5194 msgid ""
5195 " int\n"
5196 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
5197 "                          const char *device,\n"
5198 "                          int blocksize);\n"
5199 "\n"
5200 msgstr ""
5201
5202 # type: textblock
5203 #: ../src/guestfs-actions.pod:772 ../fish/guestfish-actions.pod:512
5204 msgid "This sets the block size of a device."
5205 msgstr ""
5206
5207 # type: =head2
5208 #: ../src/guestfs-actions.pod:783
5209 msgid "guestfs_blockdev_setro"
5210 msgstr ""
5211
5212 # type: verbatim
5213 #: ../src/guestfs-actions.pod:785
5214 #, no-wrap
5215 msgid ""
5216 " int\n"
5217 " guestfs_blockdev_setro (guestfs_h *g,\n"
5218 "                         const char *device);\n"
5219 "\n"
5220 msgstr ""
5221
5222 # type: textblock
5223 #: ../src/guestfs-actions.pod:789 ../fish/guestfish-actions.pod:523
5224 msgid "Sets the block device named C<device> to read-only."
5225 msgstr ""
5226
5227 # type: =head2
5228 #: ../src/guestfs-actions.pod:797
5229 msgid "guestfs_blockdev_setrw"
5230 msgstr ""
5231
5232 # type: verbatim
5233 #: ../src/guestfs-actions.pod:799
5234 #, no-wrap
5235 msgid ""
5236 " int\n"
5237 " guestfs_blockdev_setrw (guestfs_h *g,\n"
5238 "                         const char *device);\n"
5239 "\n"
5240 msgstr ""
5241
5242 # type: textblock
5243 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:531
5244 msgid "Sets the block device named C<device> to read-write."
5245 msgstr ""
5246
5247 # type: =head2
5248 #: ../src/guestfs-actions.pod:811
5249 msgid "guestfs_case_sensitive_path"
5250 msgstr ""
5251
5252 # type: verbatim
5253 #: ../src/guestfs-actions.pod:813
5254 #, no-wrap
5255 msgid ""
5256 " char *\n"
5257 " guestfs_case_sensitive_path (guestfs_h *g,\n"
5258 "                              const char *path);\n"
5259 "\n"
5260 msgstr ""
5261
5262 # type: textblock
5263 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:539
5264 msgid ""
5265 "This can be used to resolve case insensitive paths on a filesystem which is "
5266 "case sensitive.  The use case is to resolve paths which you have read from "
5267 "Windows configuration files or the Windows Registry, to the true path."
5268 msgstr ""
5269
5270 # type: textblock
5271 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:544
5272 msgid ""
5273 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
5274 "(and probably others), which is that although the underlying filesystem is "
5275 "case-insensitive, the driver exports the filesystem to Linux as "
5276 "case-sensitive."
5277 msgstr ""
5278
5279 # type: textblock
5280 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:549
5281 msgid ""
5282 "One consequence of this is that special directories such as C<c:\\windows> "
5283 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
5284 "precise details of how they were created.  In Windows itself this would not "
5285 "be a problem."
5286 msgstr ""
5287
5288 # type: textblock
5289 #: ../src/guestfs-actions.pod:833 ../fish/guestfish-actions.pod:555
5290 msgid ""
5291 "Bug or feature? You decide: "
5292 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
5293 msgstr ""
5294
5295 # type: textblock
5296 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:558
5297 msgid ""
5298 "This function resolves the true case of each element in the path and returns "
5299 "the case-sensitive path."
5300 msgstr ""
5301
5302 # type: textblock
5303 #: ../src/guestfs-actions.pod:839
5304 msgid ""
5305 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
5306 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
5307 "how the directories were originally created under Windows)."
5308 msgstr ""
5309
5310 # type: textblock
5311 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:566
5312 msgid "I<Note>: This function does not handle drive names, backslashes etc."
5313 msgstr ""
5314
5315 # type: textblock
5316 #: ../src/guestfs-actions.pod:847
5317 msgid "See also C<guestfs_realpath>."
5318 msgstr ""
5319
5320 # type: textblock
5321 #: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6324
5322 msgid "(Added in 1.0.75)"
5323 msgstr ""
5324
5325 # type: =head2
5326 #: ../src/guestfs-actions.pod:854
5327 msgid "guestfs_cat"
5328 msgstr ""
5329
5330 # type: verbatim
5331 #: ../src/guestfs-actions.pod:856
5332 #, no-wrap
5333 msgid ""
5334 " char *\n"
5335 " guestfs_cat (guestfs_h *g,\n"
5336 "              const char *path);\n"
5337 "\n"
5338 msgstr ""
5339
5340 # type: textblock
5341 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:4879 ../fish/guestfish-actions.pod:575 ../fish/guestfish-actions.pod:3221
5342 msgid "Return the contents of the file named C<path>."
5343 msgstr ""
5344
5345 # type: textblock
5346 #: ../src/guestfs-actions.pod:862
5347 msgid ""
5348 "Note that this function cannot correctly handle binary files (specifically, "
5349 "files containing C<\\0> character which is treated as end of string).  For "
5350 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
5351 "functions which have a more complex interface."
5352 msgstr ""
5353
5354 # type: textblock
5355 #: ../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:4661 ../src/guestfs-actions.pod:4687 ../src/guestfs-actions.pod:4818 ../src/guestfs-actions.pod:4844 ../src/guestfs-actions.pod:4868 ../src/guestfs-actions.pod:5719 ../src/guestfs-actions.pod:5774 ../src/guestfs-actions.pod:5920 ../src/guestfs-actions.pod:5944 ../src/guestfs-actions.pod:6596 ../src/guestfs-actions.pod:6622 ../src/guestfs-actions.pod:6648 ../src/guestfs-actions.pod:6667 ../src/guestfs-actions.pod:6752 ../src/guestfs-actions.pod:6771 ../src/guestfs-actions.pod:6817 ../src/guestfs-actions.pod:6836 ../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:3091 ../fish/guestfish-actions.pod:3106 ../fish/guestfish-actions.pod:3182 ../fish/guestfish-actions.pod:3199 ../fish/guestfish-actions.pod:3214 ../fish/guestfish-actions.pod:3797 ../fish/guestfish-actions.pod:3843 ../fish/guestfish-actions.pod:3928 ../fish/guestfish-actions.pod:3943 ../fish/guestfish-actions.pod:4353 ../fish/guestfish-actions.pod:4371 ../fish/guestfish-actions.pod:4388 ../fish/guestfish-actions.pod:4398 ../fish/guestfish-actions.pod:4446 ../fish/guestfish-actions.pod:4456 ../fish/guestfish-actions.pod:4485 ../fish/guestfish-actions.pod:4495
5356 msgid ""
5357 "Because of the message protocol, there is a transfer limit of somewhere "
5358 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
5359 msgstr ""
5360
5361 # type: textblock
5362 #: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3059 ../src/guestfs-actions.pod:3121 ../src/guestfs-actions.pod:3138 ../src/guestfs-actions.pod:3226 ../src/guestfs-actions.pod:3631 ../src/guestfs-actions.pod:3645 ../src/guestfs-actions.pod:4767 ../src/guestfs-actions.pod:4781 ../src/guestfs-actions.pod:6483 ../src/guestfs-actions.pod:6497
5363 msgid "(Added in 0.4)"
5364 msgstr ""
5365
5366 # type: =head2
5367 #: ../src/guestfs-actions.pod:875
5368 msgid "guestfs_checksum"
5369 msgstr ""
5370
5371 # type: verbatim
5372 #: ../src/guestfs-actions.pod:877
5373 #, no-wrap
5374 msgid ""
5375 " char *\n"
5376 " guestfs_checksum (guestfs_h *g,\n"
5377 "                   const char *csumtype,\n"
5378 "                   const char *path);\n"
5379 "\n"
5380 msgstr ""
5381
5382 # type: textblock
5383 #: ../src/guestfs-actions.pod:882 ../fish/guestfish-actions.pod:589
5384 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
5385 msgstr ""
5386
5387 # type: textblock
5388 #: ../src/guestfs-actions.pod:885 ../fish/guestfish-actions.pod:592
5389 msgid ""
5390 "The type of checksum to compute is given by the C<csumtype> parameter which "
5391 "must have one of the following values:"
5392 msgstr ""
5393
5394 # type: =item
5395 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:597
5396 msgid "C<crc>"
5397 msgstr ""
5398
5399 # type: textblock
5400 #: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:599
5401 msgid ""
5402 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
5403 "C<cksum> command."
5404 msgstr ""
5405
5406 # type: =item
5407 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:602
5408 msgid "C<md5>"
5409 msgstr ""
5410
5411 # type: textblock
5412 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:604
5413 msgid "Compute the MD5 hash (using the C<md5sum> program)."
5414 msgstr ""
5415
5416 # type: =item
5417 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:606
5418 msgid "C<sha1>"
5419 msgstr ""
5420
5421 # type: textblock
5422 #: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:608
5423 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
5424 msgstr ""
5425
5426 # type: =item
5427 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:610
5428 msgid "C<sha224>"
5429 msgstr ""
5430
5431 # type: textblock
5432 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:612
5433 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
5434 msgstr ""
5435
5436 # type: =item
5437 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:614
5438 msgid "C<sha256>"
5439 msgstr ""
5440
5441 # type: textblock
5442 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:616
5443 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
5444 msgstr ""
5445
5446 # type: =item
5447 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:618
5448 msgid "C<sha384>"
5449 msgstr ""
5450
5451 # type: textblock
5452 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:620
5453 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
5454 msgstr ""
5455
5456 # type: =item
5457 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:622
5458 msgid "C<sha512>"
5459 msgstr ""
5460
5461 # type: textblock
5462 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:624
5463 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
5464 msgstr ""
5465
5466 # type: textblock
5467 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:628
5468 msgid "The checksum is returned as a printable string."
5469 msgstr ""
5470
5471 # type: textblock
5472 #: ../src/guestfs-actions.pod:923
5473 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
5474 msgstr ""
5475
5476 # type: textblock
5477 #: ../src/guestfs-actions.pod:925
5478 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
5479 msgstr ""
5480
5481 # type: textblock
5482 #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:2833 ../src/guestfs-actions.pod:2862 ../src/guestfs-actions.pod:2923 ../src/guestfs-actions.pod:2950 ../src/guestfs-actions.pod:6185
5483 msgid "(Added in 1.0.2)"
5484 msgstr ""
5485
5486 # type: =head2
5487 #: ../src/guestfs-actions.pod:932
5488 msgid "guestfs_checksum_device"
5489 msgstr ""
5490
5491 # type: verbatim
5492 #: ../src/guestfs-actions.pod:934
5493 #, no-wrap
5494 msgid ""
5495 " char *\n"
5496 " guestfs_checksum_device (guestfs_h *g,\n"
5497 "                          const char *csumtype,\n"
5498 "                          const char *device);\n"
5499 "\n"
5500 msgstr ""
5501
5502 # type: textblock
5503 #: ../src/guestfs-actions.pod:939
5504 msgid ""
5505 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
5506 "device named C<device>.  For the types of checksums supported see the "
5507 "C<guestfs_checksum> command."
5508 msgstr ""
5509
5510 # type: textblock
5511 #: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4298 ../src/guestfs-actions.pod:4357 ../src/guestfs-actions.pod:4394 ../src/guestfs-actions.pod:4412 ../src/guestfs-actions.pod:4588 ../src/guestfs-actions.pod:6099 ../src/guestfs-actions.pod:6113 ../src/guestfs-actions.pod:6509
5512 msgid "(Added in 1.3.2)"
5513 msgstr ""
5514
5515 # type: =head2
5516 #: ../src/guestfs-actions.pod:948
5517 msgid "guestfs_checksums_out"
5518 msgstr ""
5519
5520 # type: verbatim
5521 #: ../src/guestfs-actions.pod:950
5522 #, no-wrap
5523 msgid ""
5524 " int\n"
5525 " guestfs_checksums_out (guestfs_h *g,\n"
5526 "                        const char *csumtype,\n"
5527 "                        const char *directory,\n"
5528 "                        const char *sumsfile);\n"
5529 "\n"
5530 msgstr ""
5531
5532 # type: textblock
5533 #: ../src/guestfs-actions.pod:956 ../fish/guestfish-actions.pod:646
5534 msgid ""
5535 "This command computes the checksums of all regular files in C<directory> and "
5536 "then emits a list of those checksums to the local output file C<sumsfile>."
5537 msgstr ""
5538
5539 # type: textblock
5540 #: ../src/guestfs-actions.pod:960 ../fish/guestfish-actions.pod:650
5541 msgid ""
5542 "This can be used for verifying the integrity of a virtual machine.  However "
5543 "to be properly secure you should pay attention to the output of the checksum "
5544 "command (it uses the ones from GNU coreutils).  In particular when the "
5545 "filename is not printable, coreutils uses a special backslash syntax.  For "
5546 "more information, see the GNU coreutils info file."
5547 msgstr ""
5548
5549 # type: textblock
5550 #: ../src/guestfs-actions.pod:970
5551 msgid "(Added in 1.3.7)"
5552 msgstr ""
5553
5554 # type: =head2
5555 #: ../src/guestfs-actions.pod:972
5556 msgid "guestfs_chmod"
5557 msgstr ""
5558
5559 # type: verbatim
5560 #: ../src/guestfs-actions.pod:974
5561 #, no-wrap
5562 msgid ""
5563 " int\n"
5564 " guestfs_chmod (guestfs_h *g,\n"
5565 "                int mode,\n"
5566 "                const char *path);\n"
5567 "\n"
5568 msgstr ""
5569
5570 # type: textblock
5571 #: ../src/guestfs-actions.pod:979 ../fish/guestfish-actions.pod:664
5572 msgid ""
5573 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
5574 "supported."
5575 msgstr ""
5576
5577 # type: textblock
5578 #: ../src/guestfs-actions.pod:982 ../fish/guestfish-actions.pod:667
5579 msgid ""
5580 "I<Note>: When using this command from guestfish, C<mode> by default would be "
5581 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
5582 "C<700>."
5583 msgstr ""
5584
5585 # type: textblock
5586 #: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:3882 ../src/guestfs-actions.pod:3997 ../src/guestfs-actions.pod:4016 ../src/guestfs-actions.pod:4035 ../fish/guestfish-actions.pod:671 ../fish/guestfish-actions.pod:2581 ../fish/guestfish-actions.pod:2666 ../fish/guestfish-actions.pod:2676 ../fish/guestfish-actions.pod:2686
5587 msgid "The mode actually set is affected by the umask."
5588 msgstr ""
5589
5590 # type: =head2
5591 #: ../src/guestfs-actions.pod:992
5592 msgid "guestfs_chown"
5593 msgstr ""
5594
5595 # type: verbatim
5596 #: ../src/guestfs-actions.pod:994
5597 #, no-wrap
5598 msgid ""
5599 " int\n"
5600 " guestfs_chown (guestfs_h *g,\n"
5601 "                int owner,\n"
5602 "                int group,\n"
5603 "                const char *path);\n"
5604 "\n"
5605 msgstr ""
5606
5607 # type: textblock
5608 #: ../src/guestfs-actions.pod:1000 ../fish/guestfish-actions.pod:677
5609 msgid "Change the file owner to C<owner> and group to C<group>."
5610 msgstr ""
5611
5612 # type: textblock
5613 #: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3020 ../fish/guestfish-actions.pod:679 ../fish/guestfish-actions.pod:2059
5614 msgid ""
5615 "Only numeric uid and gid are supported.  If you want to use names, you will "
5616 "need to locate and parse the password file yourself (Augeas support makes "
5617 "this relatively easy)."
5618 msgstr ""
5619
5620 # type: =head2
5621 #: ../src/guestfs-actions.pod:1010
5622 msgid "guestfs_command"
5623 msgstr ""
5624
5625 # type: verbatim
5626 #: ../src/guestfs-actions.pod:1012
5627 #, no-wrap
5628 msgid ""
5629 " char *\n"
5630 " guestfs_command (guestfs_h *g,\n"
5631 "                  char *const *arguments);\n"
5632 "\n"
5633 msgstr ""
5634
5635 # type: textblock
5636 #: ../src/guestfs-actions.pod:1016 ../fish/guestfish-actions.pod:687
5637 msgid ""
5638 "This call runs a command from the guest filesystem.  The filesystem must be "
5639 "mounted, and must contain a compatible operating system (ie. something "
5640 "Linux, with the same or compatible processor architecture)."
5641 msgstr ""
5642
5643 # type: textblock
5644 #: ../src/guestfs-actions.pod:1021
5645 msgid ""
5646 "The single parameter is an argv-style list of arguments.  The first element "
5647 "is the name of the program to run.  Subsequent elements are parameters.  The "
5648 "list must be non-empty (ie. must contain a program name).  Note that the "
5649 "command runs directly, and is I<not> invoked via the shell (see "
5650 "C<guestfs_sh>)."
5651 msgstr ""
5652
5653 # type: textblock
5654 #: ../src/guestfs-actions.pod:1028 ../fish/guestfish-actions.pod:699
5655 msgid "The return value is anything printed to I<stdout> by the command."
5656 msgstr ""
5657
5658 # type: textblock
5659 #: ../src/guestfs-actions.pod:1031 ../fish/guestfish-actions.pod:702
5660 msgid ""
5661 "If the command returns a non-zero exit status, then this function returns an "
5662 "error message.  The error message string is the content of I<stderr> from "
5663 "the command."
5664 msgstr ""
5665
5666 # type: textblock
5667 #: ../src/guestfs-actions.pod:1035 ../fish/guestfish-actions.pod:706
5668 msgid ""
5669 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
5670 "C</bin>.  If you require a program from another location, you should provide "
5671 "the full path in the first parameter."
5672 msgstr ""
5673
5674 # type: textblock
5675 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:711
5676 msgid ""
5677 "Shared libraries and data files required by the program must be available on "
5678 "filesystems which are mounted in the correct places.  It is the caller's "
5679 "responsibility to ensure all filesystems that are needed are mounted at the "
5680 "right locations."
5681 msgstr ""
5682
5683 # type: textblock
5684 #: ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1072 ../src/guestfs-actions.pod:1535
5685 msgid "(Added in 0.9.1)"
5686 msgstr ""
5687
5688 # type: =head2
5689 #: ../src/guestfs-actions.pod:1054
5690 msgid "guestfs_command_lines"
5691 msgstr ""
5692
5693 # type: verbatim
5694 #: ../src/guestfs-actions.pod:1056
5695 #, no-wrap
5696 msgid ""
5697 " char **\n"
5698 " guestfs_command_lines (guestfs_h *g,\n"
5699 "                        char *const *arguments);\n"
5700 "\n"
5701 msgstr ""
5702
5703 # type: textblock
5704 #: ../src/guestfs-actions.pod:1060
5705 msgid ""
5706 "This is the same as C<guestfs_command>, but splits the result into a list of "
5707 "lines."
5708 msgstr ""
5709
5710 # type: textblock
5711 #: ../src/guestfs-actions.pod:1063
5712 msgid "See also: C<guestfs_sh_lines>"
5713 msgstr ""
5714
5715 # type: =head2
5716 #: ../src/guestfs-actions.pod:1074
5717 msgid "guestfs_config"
5718 msgstr ""
5719
5720 # type: verbatim
5721 #: ../src/guestfs-actions.pod:1076
5722 #, no-wrap
5723 msgid ""
5724 " int\n"
5725 " guestfs_config (guestfs_h *g,\n"
5726 "                 const char *qemuparam,\n"
5727 "                 const char *qemuvalue);\n"
5728 "\n"
5729 msgstr ""
5730
5731 # type: textblock
5732 #: ../src/guestfs-actions.pod:1081 ../fish/guestfish-actions.pod:736
5733 msgid ""
5734 "This can be used to add arbitrary qemu command line parameters of the form "
5735 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
5736 "setting some parameters which would interfere with parameters that we use."
5737 msgstr ""
5738
5739 # type: textblock
5740 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:741
5741 msgid "The first character of C<param> string must be a C<-> (dash)."
5742 msgstr ""
5743
5744 # type: textblock
5745 #: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:743
5746 msgid "C<value> can be NULL."
5747 msgstr ""
5748
5749 # type: =head2
5750 #: ../src/guestfs-actions.pod:1094
5751 msgid "guestfs_copy_size"
5752 msgstr ""
5753
5754 # type: verbatim
5755 #: ../src/guestfs-actions.pod:1096
5756 #, no-wrap
5757 msgid ""
5758 " int\n"
5759 " guestfs_copy_size (guestfs_h *g,\n"
5760 "                    const char *src,\n"
5761 "                    const char *dest,\n"
5762 "                    int64_t size);\n"
5763 "\n"
5764 msgstr ""
5765
5766 # type: textblock
5767 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:749
5768 msgid ""
5769 "This command copies exactly C<size> bytes from one source device or file "
5770 "C<src> to another destination device or file C<dest>."
5771 msgstr ""
5772
5773 # type: textblock
5774 #: ../src/guestfs-actions.pod:1105 ../fish/guestfish-actions.pod:752
5775 msgid ""
5776 "Note this will fail if the source is too short or if the destination is not "
5777 "large enough."
5778 msgstr ""
5779
5780 # type: textblock
5781 #: ../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:6688 ../src/guestfs-actions.pod:6707
5782 msgid ""
5783 "This long-running command can generate progress notification messages so "
5784 "that the caller can display a progress bar or indicator.  To receive these "
5785 "messages, the caller must register a progress callback.  See "
5786 "L<guestfs(3)/guestfs_set_progress_callback>."
5787 msgstr ""
5788
5789 # type: textblock
5790 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3658 ../src/guestfs-actions.pod:4794 ../src/guestfs-actions.pod:6416 ../src/guestfs-actions.pod:6436 ../src/guestfs-actions.pod:6522
5791 msgid "(Added in 1.0.87)"
5792 msgstr ""
5793
5794 # type: =head2
5795 #: ../src/guestfs-actions.pod:1117
5796 msgid "guestfs_cp"
5797 msgstr ""
5798
5799 # type: verbatim
5800 #: ../src/guestfs-actions.pod:1119
5801 #, no-wrap
5802 msgid ""
5803 " int\n"
5804 " guestfs_cp (guestfs_h *g,\n"
5805 "             const char *src,\n"
5806 "             const char *dest);\n"
5807 "\n"
5808 msgstr ""
5809
5810 # type: textblock
5811 #: ../src/guestfs-actions.pod:1124 ../fish/guestfish-actions.pod:759
5812 msgid ""
5813 "This copies a file from C<src> to C<dest> where C<dest> is either a "
5814 "destination filename or destination directory."
5815 msgstr ""
5816
5817 # type: textblock
5818 #: ../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:4261 ../src/guestfs-actions.pod:4638
5819 msgid "(Added in 1.0.18)"
5820 msgstr ""
5821
5822 # type: =head2
5823 #: ../src/guestfs-actions.pod:1131
5824 msgid "guestfs_cp_a"
5825 msgstr ""
5826
5827 # type: verbatim
5828 #: ../src/guestfs-actions.pod:1133
5829 #, no-wrap
5830 msgid ""
5831 " int\n"
5832 " guestfs_cp_a (guestfs_h *g,\n"
5833 "               const char *src,\n"
5834 "               const char *dest);\n"
5835 "\n"
5836 msgstr ""
5837
5838 # type: textblock
5839 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:766
5840 msgid ""
5841 "This copies a file or directory from C<src> to C<dest> recursively using the "
5842 "C<cp -a> command."
5843 msgstr ""
5844
5845 # type: =head2
5846 #: ../src/guestfs-actions.pod:1145
5847 msgid "guestfs_dd"
5848 msgstr ""
5849
5850 # type: verbatim
5851 #: ../src/guestfs-actions.pod:1147
5852 #, no-wrap
5853 msgid ""
5854 " int\n"
5855 " guestfs_dd (guestfs_h *g,\n"
5856 "             const char *src,\n"
5857 "             const char *dest);\n"
5858 "\n"
5859 msgstr ""
5860
5861 # type: textblock
5862 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:773
5863 msgid ""
5864 "This command copies from one source device or file C<src> to another "
5865 "destination device or file C<dest>.  Normally you would use this to copy to "
5866 "or from a device or partition, for example to duplicate a filesystem."
5867 msgstr ""
5868
5869 # type: textblock
5870 #: ../src/guestfs-actions.pod:1157
5871 msgid ""
5872 "If the destination is a device, it must be as large or larger than the "
5873 "source file or device, otherwise the copy will fail.  This command cannot do "
5874 "partial copies (see C<guestfs_copy_size>)."
5875 msgstr ""
5876
5877 # type: =head2
5878 #: ../src/guestfs-actions.pod:1165
5879 msgid "guestfs_df"
5880 msgstr ""
5881
5882 # type: verbatim
5883 #: ../src/guestfs-actions.pod:1167
5884 #, no-wrap
5885 msgid ""
5886 " char *\n"
5887 " guestfs_df (guestfs_h *g);\n"
5888 "\n"
5889 msgstr ""
5890
5891 # type: textblock
5892 #: ../src/guestfs-actions.pod:1170 ../fish/guestfish-actions.pod:786
5893 msgid "This command runs the C<df> command to report disk space used."
5894 msgstr ""
5895
5896 # type: textblock
5897 #: ../src/guestfs-actions.pod:1172 ../src/guestfs-actions.pod:1189 ../fish/guestfish-actions.pod:788 ../fish/guestfish-actions.pod:799
5898 msgid ""
5899 "This command is mostly useful for interactive sessions.  It is I<not> "
5900 "intended that you try to parse the output string.  Use C<statvfs> from "
5901 "programs."
5902 msgstr ""
5903
5904 # type: textblock
5905 #: ../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:3768 ../src/guestfs-actions.pod:4161 ../src/guestfs-actions.pod:5923 ../src/guestfs-actions.pod:5947 ../src/guestfs-actions.pod:6555 ../src/guestfs-actions.pod:6568 ../src/guestfs-actions.pod:6581
5906 msgid "(Added in 1.0.54)"
5907 msgstr ""
5908
5909 # type: =head2
5910 #: ../src/guestfs-actions.pod:1181
5911 msgid "guestfs_df_h"
5912 msgstr ""
5913
5914 # type: verbatim
5915 #: ../src/guestfs-actions.pod:1183
5916 #, no-wrap
5917 msgid ""
5918 " char *\n"
5919 " guestfs_df_h (guestfs_h *g);\n"
5920 "\n"
5921 msgstr ""
5922
5923 # type: textblock
5924 #: ../src/guestfs-actions.pod:1186 ../fish/guestfish-actions.pod:796
5925 msgid ""
5926 "This command runs the C<df -h> command to report disk space used in "
5927 "human-readable format."
5928 msgstr ""
5929
5930 # type: =head2
5931 #: ../src/guestfs-actions.pod:1198
5932 msgid "guestfs_dmesg"
5933 msgstr ""
5934
5935 # type: verbatim
5936 #: ../src/guestfs-actions.pod:1200
5937 #, no-wrap
5938 msgid ""
5939 " char *\n"
5940 " guestfs_dmesg (guestfs_h *g);\n"
5941 "\n"
5942 msgstr ""
5943
5944 # type: textblock
5945 #: ../src/guestfs-actions.pod:1203 ../fish/guestfish-actions.pod:807
5946 msgid ""
5947 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
5948 "This is sometimes useful for extended debugging of problems."
5949 msgstr ""
5950
5951 # type: textblock
5952 #: ../src/guestfs-actions.pod:1207
5953 msgid ""
5954 "Another way to get the same information is to enable verbose messages with "
5955 "C<guestfs_set_verbose> or by setting the environment variable "
5956 "C<LIBGUESTFS_DEBUG=1> before running the program."
5957 msgstr ""
5958
5959 # type: =head2
5960 #: ../src/guestfs-actions.pod:1217
5961 msgid "guestfs_download"
5962 msgstr ""
5963
5964 # type: verbatim
5965 #: ../src/guestfs-actions.pod:1219
5966 #, no-wrap
5967 msgid ""
5968 " int\n"
5969 " guestfs_download (guestfs_h *g,\n"
5970 "                   const char *remotefilename,\n"
5971 "                   const char *filename);\n"
5972 "\n"
5973 msgstr ""
5974
5975 # type: textblock
5976 #: ../src/guestfs-actions.pod:1224 ../src/guestfs-actions.pod:1249 ../fish/guestfish-actions.pod:820 ../fish/guestfish-actions.pod:833
5977 msgid ""
5978 "Download file C<remotefilename> and save it as C<filename> on the local "
5979 "machine."
5980 msgstr ""
5981
5982 # type: textblock
5983 #: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6179 ../fish/guestfish-actions.pod:823 ../fish/guestfish-actions.pod:4101
5984 msgid "C<filename> can also be a named pipe."
5985 msgstr ""
5986
5987 # type: textblock
5988 #: ../src/guestfs-actions.pod:1229
5989 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
5990 msgstr ""
5991
5992 # type: =head2
5993 #: ../src/guestfs-actions.pod:1240
5994 msgid "guestfs_download_offset"
5995 msgstr ""
5996
5997 # type: verbatim
5998 #: ../src/guestfs-actions.pod:1242
5999 #, no-wrap
6000 msgid ""
6001 " int\n"
6002 " guestfs_download_offset (guestfs_h *g,\n"
6003 "                          const char *remotefilename,\n"
6004 "                          const char *filename,\n"
6005 "                          int64_t offset,\n"
6006 "                          int64_t size);\n"
6007 "\n"
6008 msgstr ""
6009
6010 # type: textblock
6011 #: ../src/guestfs-actions.pod:1252 ../fish/guestfish-actions.pod:836
6012 msgid ""
6013 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
6014 "region must be within the file or device)."
6015 msgstr ""
6016
6017 # type: textblock
6018 #: ../src/guestfs-actions.pod:1255
6019 msgid ""
6020 "Note that there is no limit on the amount of data that can be downloaded "
6021 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
6022 "full amount unless an error occurs."
6023 msgstr ""
6024
6025 # type: textblock
6026 #: ../src/guestfs-actions.pod:1260
6027 msgid "See also C<guestfs_download>, C<guestfs_pread>."
6028 msgstr ""
6029
6030 # type: textblock
6031 #: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6214
6032 msgid "(Added in 1.5.17)"
6033 msgstr ""
6034
6035 # type: =head2
6036 #: ../src/guestfs-actions.pod:1271
6037 msgid "guestfs_drop_caches"
6038 msgstr ""
6039
6040 # type: verbatim
6041 #: ../src/guestfs-actions.pod:1273
6042 #, no-wrap
6043 msgid ""
6044 " int\n"
6045 " guestfs_drop_caches (guestfs_h *g,\n"
6046 "                      int whattodrop);\n"
6047 "\n"
6048 msgstr ""
6049
6050 # type: textblock
6051 #: ../src/guestfs-actions.pod:1277 ../fish/guestfish-actions.pod:852
6052 msgid ""
6053 "This instructs the guest kernel to drop its page cache, and/or dentries and "
6054 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
6055 "to drop, see L<http://linux-mm.org/Drop_Caches>"
6056 msgstr ""
6057
6058 # type: textblock
6059 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:857
6060 msgid "Setting C<whattodrop> to 3 should drop everything."
6061 msgstr ""
6062
6063 # type: textblock
6064 #: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:859
6065 msgid ""
6066 "This automatically calls L<sync(2)> before the operation, so that the "
6067 "maximum guest memory is freed."
6068 msgstr ""
6069
6070 # type: =head2
6071 #: ../src/guestfs-actions.pod:1291
6072 msgid "guestfs_du"
6073 msgstr ""
6074
6075 # type: verbatim
6076 #: ../src/guestfs-actions.pod:1293
6077 #, no-wrap
6078 msgid ""
6079 " int64_t\n"
6080 " guestfs_du (guestfs_h *g,\n"
6081 "             const char *path);\n"
6082 "\n"
6083 msgstr ""
6084
6085 # type: textblock
6086 #: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:866
6087 msgid ""
6088 "This command runs the C<du -s> command to estimate file space usage for "
6089 "C<path>."
6090 msgstr ""
6091
6092 # type: textblock
6093 #: ../src/guestfs-actions.pod:1300 ../fish/guestfish-actions.pod:869
6094 msgid ""
6095 "C<path> can be a file or a directory.  If C<path> is a directory then the "
6096 "estimate includes the contents of the directory and all subdirectories "
6097 "(recursively)."
6098 msgstr ""
6099
6100 # type: textblock
6101 #: ../src/guestfs-actions.pod:1304 ../fish/guestfish-actions.pod:873
6102 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
6103 msgstr ""
6104
6105 # type: =head2
6106 #: ../src/guestfs-actions.pod:1311
6107 msgid "guestfs_e2fsck_f"
6108 msgstr ""
6109
6110 # type: verbatim
6111 #: ../src/guestfs-actions.pod:1313
6112 #, no-wrap
6113 msgid ""
6114 " int\n"
6115 " guestfs_e2fsck_f (guestfs_h *g,\n"
6116 "                   const char *device);\n"
6117 "\n"
6118 msgstr ""
6119
6120 # type: textblock
6121 #: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:880
6122 msgid ""
6123 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
6124 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
6125 "clean (C<-f>)."
6126 msgstr ""
6127
6128 # type: textblock
6129 #: ../src/guestfs-actions.pod:1321
6130 msgid ""
6131 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
6132 "Normally you should use C<guestfs_fsck>."
6133 msgstr ""
6134
6135 # type: textblock
6136 #: ../src/guestfs-actions.pod:1326
6137 msgid "(Added in 1.0.29)"
6138 msgstr ""
6139
6140 # type: =head2
6141 #: ../src/guestfs-actions.pod:1328
6142 msgid "guestfs_echo_daemon"
6143 msgstr ""
6144
6145 # type: verbatim
6146 #: ../src/guestfs-actions.pod:1330
6147 #, no-wrap
6148 msgid ""
6149 " char *\n"
6150 " guestfs_echo_daemon (guestfs_h *g,\n"
6151 "                      char *const *words);\n"
6152 "\n"
6153 msgstr ""
6154
6155 # type: textblock
6156 #: ../src/guestfs-actions.pod:1334 ../fish/guestfish-actions.pod:891
6157 msgid ""
6158 "This command concatenates the list of C<words> passed with single spaces "
6159 "between them and returns the resulting string."
6160 msgstr ""
6161
6162 # type: textblock
6163 #: ../src/guestfs-actions.pod:1337 ../fish/guestfish-actions.pod:894
6164 msgid "You can use this command to test the connection through to the daemon."
6165 msgstr ""
6166
6167 # type: textblock
6168 #: ../src/guestfs-actions.pod:1339
6169 msgid "See also C<guestfs_ping_daemon>."
6170 msgstr ""
6171
6172 # type: textblock
6173 #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2071 ../src/guestfs-actions.pod:5427
6174 msgid "(Added in 1.0.69)"
6175 msgstr ""
6176
6177 # type: =head2
6178 #: ../src/guestfs-actions.pod:1346
6179 msgid "guestfs_egrep"
6180 msgstr ""
6181
6182 # type: verbatim
6183 #: ../src/guestfs-actions.pod:1348
6184 #, no-wrap
6185 msgid ""
6186 " char **\n"
6187 " guestfs_egrep (guestfs_h *g,\n"
6188 "                const char *regex,\n"
6189 "                const char *path);\n"
6190 "\n"
6191 msgstr ""
6192
6193 # type: textblock
6194 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:902
6195 msgid "This calls the external C<egrep> program and returns the matching lines."
6196 msgstr ""
6197
6198 # type: textblock
6199 #: ../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:3151 ../src/guestfs-actions.pod:3165 ../src/guestfs-actions.pod:3178 ../src/guestfs-actions.pod:3192 ../src/guestfs-actions.pod:4096 ../src/guestfs-actions.pod:4972 ../src/guestfs-actions.pod:5021 ../src/guestfs-actions.pod:5791 ../src/guestfs-actions.pod:5803 ../src/guestfs-actions.pod:5816 ../src/guestfs-actions.pod:5829 ../src/guestfs-actions.pod:5851 ../src/guestfs-actions.pod:5864 ../src/guestfs-actions.pod:5877 ../src/guestfs-actions.pod:5890 ../src/guestfs-actions.pod:6651 ../src/guestfs-actions.pod:6670 ../src/guestfs-actions.pod:6755 ../src/guestfs-actions.pod:6774 ../src/guestfs-actions.pod:6820 ../src/guestfs-actions.pod:6839
6200 msgid "(Added in 1.0.66)"
6201 msgstr ""
6202
6203 # type: =head2
6204 #: ../src/guestfs-actions.pod:1365
6205 msgid "guestfs_egrepi"
6206 msgstr ""
6207
6208 # type: verbatim
6209 #: ../src/guestfs-actions.pod:1367
6210 #, no-wrap
6211 msgid ""
6212 " char **\n"
6213 " guestfs_egrepi (guestfs_h *g,\n"
6214 "                 const char *regex,\n"
6215 "                 const char *path);\n"
6216 "\n"
6217 msgstr ""
6218
6219 # type: textblock
6220 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:912
6221 msgid "This calls the external C<egrep -i> program and returns the matching lines."
6222 msgstr ""
6223
6224 # type: =head2
6225 #: ../src/guestfs-actions.pod:1384
6226 msgid "guestfs_equal"
6227 msgstr ""
6228
6229 # type: verbatim
6230 #: ../src/guestfs-actions.pod:1386
6231 #, no-wrap
6232 msgid ""
6233 " int\n"
6234 " guestfs_equal (guestfs_h *g,\n"
6235 "                const char *file1,\n"
6236 "                const char *file2);\n"
6237 "\n"
6238 msgstr ""
6239
6240 # type: textblock
6241 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:922
6242 msgid ""
6243 "This compares the two files C<file1> and C<file2> and returns true if their "
6244 "content is exactly equal, or false otherwise."
6245 msgstr ""
6246
6247 # type: textblock
6248 #: ../src/guestfs-actions.pod:1394 ../fish/guestfish-actions.pod:925
6249 msgid "The external L<cmp(1)> program is used for the comparison."
6250 msgstr ""
6251
6252 # type: =head2
6253 #: ../src/guestfs-actions.pod:1400
6254 msgid "guestfs_exists"
6255 msgstr ""
6256
6257 # type: verbatim
6258 #: ../src/guestfs-actions.pod:1402
6259 #, no-wrap
6260 msgid ""
6261 " int\n"
6262 " guestfs_exists (guestfs_h *g,\n"
6263 "                 const char *path);\n"
6264 "\n"
6265 msgstr ""
6266
6267 # type: textblock
6268 #: ../src/guestfs-actions.pod:1406 ../fish/guestfish-actions.pod:931
6269 msgid ""
6270 "This returns C<true> if and only if there is a file, directory (or anything) "
6271 "with the given C<path> name."
6272 msgstr ""
6273
6274 # type: textblock
6275 #: ../src/guestfs-actions.pod:1409
6276 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
6277 msgstr ""
6278
6279 # type: =head2
6280 #: ../src/guestfs-actions.pod:1415
6281 msgid "guestfs_fallocate"
6282 msgstr ""
6283
6284 # type: verbatim
6285 #: ../src/guestfs-actions.pod:1417
6286 #, no-wrap
6287 msgid ""
6288 " int\n"
6289 " guestfs_fallocate (guestfs_h *g,\n"
6290 "                    const char *path,\n"
6291 "                    int len);\n"
6292 "\n"
6293 msgstr ""
6294
6295 # type: textblock
6296 #: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1448 ../fish/guestfish-actions.pod:940 ../fish/guestfish-actions.pod:959
6297 msgid ""
6298 "This command preallocates a file (containing zero bytes) named C<path> of "
6299 "size C<len> bytes.  If the file exists already, it is overwritten."
6300 msgstr ""
6301
6302 # type: textblock
6303 #: ../src/guestfs-actions.pod:1426 ../fish/guestfish-actions.pod:944
6304 msgid ""
6305 "Do not confuse this with the guestfish-specific C<alloc> command which "
6306 "allocates a file in the host and attaches it as a device."
6307 msgstr ""
6308
6309 # type: textblock
6310 #: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:948
6311 msgid ""
6312 "This function is deprecated.  In new code, use the C<fallocate64> call "
6313 "instead."
6314 msgstr ""
6315
6316 # type: =head2
6317 #: ../src/guestfs-actions.pod:1441
6318 msgid "guestfs_fallocate64"
6319 msgstr ""
6320
6321 # type: verbatim
6322 #: ../src/guestfs-actions.pod:1443
6323 #, no-wrap
6324 msgid ""
6325 " int\n"
6326 " guestfs_fallocate64 (guestfs_h *g,\n"
6327 "                      const char *path,\n"
6328 "                      int64_t len);\n"
6329 "\n"
6330 msgstr ""
6331
6332 # type: textblock
6333 #: ../src/guestfs-actions.pod:1452
6334 msgid ""
6335 "Note that this call allocates disk blocks for the file.  To create a sparse "
6336 "file use C<guestfs_truncate_size> instead."
6337 msgstr ""
6338
6339 # type: textblock
6340 #: ../src/guestfs-actions.pod:1455
6341 msgid ""
6342 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
6343 "oversight it only allowed 30 bit lengths to be specified, effectively "
6344 "limiting the maximum size of files created through that call to 1GB."
6345 msgstr ""
6346
6347 # type: textblock
6348 #: ../src/guestfs-actions.pod:1460 ../fish/guestfish-actions.pod:971
6349 msgid ""
6350 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
6351 "commands which create a file in the host and attach it as a device."
6352 msgstr ""
6353
6354 # type: textblock
6355 #: ../src/guestfs-actions.pod:1466
6356 msgid "(Added in 1.3.17)"
6357 msgstr ""
6358
6359 # type: =head2
6360 #: ../src/guestfs-actions.pod:1468
6361 msgid "guestfs_fgrep"
6362 msgstr ""
6363
6364 # type: verbatim
6365 #: ../src/guestfs-actions.pod:1470
6366 #, no-wrap
6367 msgid ""
6368 " char **\n"
6369 " guestfs_fgrep (guestfs_h *g,\n"
6370 "                const char *pattern,\n"
6371 "                const char *path);\n"
6372 "\n"
6373 msgstr ""
6374
6375 # type: textblock
6376 #: ../src/guestfs-actions.pod:1475 ../fish/guestfish-actions.pod:979
6377 msgid "This calls the external C<fgrep> program and returns the matching lines."
6378 msgstr ""
6379
6380 # type: =head2
6381 #: ../src/guestfs-actions.pod:1487
6382 msgid "guestfs_fgrepi"
6383 msgstr ""
6384
6385 # type: verbatim
6386 #: ../src/guestfs-actions.pod:1489
6387 #, no-wrap
6388 msgid ""
6389 " char **\n"
6390 " guestfs_fgrepi (guestfs_h *g,\n"
6391 "                 const char *pattern,\n"
6392 "                 const char *path);\n"
6393 "\n"
6394 msgstr ""
6395
6396 # type: textblock
6397 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:989
6398 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
6399 msgstr ""
6400
6401 # type: =head2
6402 #: ../src/guestfs-actions.pod:1506
6403 msgid "guestfs_file"
6404 msgstr ""
6405
6406 # type: verbatim
6407 #: ../src/guestfs-actions.pod:1508
6408 #, no-wrap
6409 msgid ""
6410 " char *\n"
6411 " guestfs_file (guestfs_h *g,\n"
6412 "               const char *path);\n"
6413 "\n"
6414 msgstr ""
6415
6416 # type: textblock
6417 #: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:999
6418 msgid ""
6419 "This call uses the standard L<file(1)> command to determine the type or "
6420 "contents of the file."
6421 msgstr ""
6422
6423 # type: textblock
6424 #: ../src/guestfs-actions.pod:1515 ../fish/guestfish-actions.pod:1002
6425 msgid ""
6426 "This call will also transparently look inside various types of compressed "
6427 "file."
6428 msgstr ""
6429
6430 # type: textblock
6431 #: ../src/guestfs-actions.pod:1518 ../fish/guestfish-actions.pod:1005
6432 msgid ""
6433 "The exact command which runs is C<file -zb path>.  Note in particular that "
6434 "the filename is not prepended to the output (the C<-b> option)."
6435 msgstr ""
6436
6437 # type: textblock
6438 #: ../src/guestfs-actions.pod:1522
6439 msgid ""
6440 "This command can also be used on C</dev/> devices (and partitions, LV "
6441 "names).  You can for example use this to determine if a device contains a "
6442 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
6443 msgstr ""
6444
6445 # type: textblock
6446 #: ../src/guestfs-actions.pod:1527 ../fish/guestfish-actions.pod:1014
6447 msgid ""
6448 "If the C<path> does not begin with C</dev/> then this command only works for "
6449 "the content of regular files.  For other file types (directory, symbolic "
6450 "link etc) it will just return the string C<directory> etc."
6451 msgstr ""
6452
6453 # type: =head2
6454 #: ../src/guestfs-actions.pod:1537
6455 msgid "guestfs_file_architecture"
6456 msgstr ""
6457
6458 # type: verbatim
6459 #: ../src/guestfs-actions.pod:1539
6460 #, no-wrap
6461 msgid ""
6462 " char *\n"
6463 " guestfs_file_architecture (guestfs_h *g,\n"
6464 "                            const char *filename);\n"
6465 "\n"
6466 msgstr ""
6467
6468 # type: textblock
6469 #: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1023
6470 msgid ""
6471 "This detects the architecture of the binary C<filename>, and returns it if "
6472 "known."
6473 msgstr ""
6474
6475 # type: textblock
6476 #: ../src/guestfs-actions.pod:1546 ../fish/guestfish-actions.pod:1026
6477 msgid "Currently defined architectures are:"
6478 msgstr ""
6479
6480 # type: =item
6481 #: ../src/guestfs-actions.pod:1550 ../fish/guestfish-actions.pod:1030
6482 msgid "\"i386\""
6483 msgstr ""
6484
6485 # type: textblock
6486 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1032
6487 msgid ""
6488 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
6489 "irrespective of the precise processor requirements of the binary."
6490 msgstr ""
6491
6492 # type: =item
6493 #: ../src/guestfs-actions.pod:1555 ../fish/guestfish-actions.pod:1035
6494 msgid "\"x86_64\""
6495 msgstr ""
6496
6497 # type: textblock
6498 #: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1037
6499 msgid "64 bit x86-64."
6500 msgstr ""
6501
6502 # type: =item
6503 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1039
6504 msgid "\"sparc\""
6505 msgstr ""
6506
6507 # type: textblock
6508 #: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1041
6509 msgid "32 bit SPARC."
6510 msgstr ""
6511
6512 # type: =item
6513 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1043
6514 msgid "\"sparc64\""
6515 msgstr ""
6516
6517 # type: textblock
6518 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1045
6519 msgid "64 bit SPARC V9 and above."
6520 msgstr ""
6521
6522 # type: =item
6523 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1047
6524 msgid "\"ia64\""
6525 msgstr ""
6526
6527 # type: textblock
6528 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1049
6529 msgid "Intel Itanium."
6530 msgstr ""
6531
6532 # type: =item
6533 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1051
6534 msgid "\"ppc\""
6535 msgstr ""
6536
6537 # type: textblock
6538 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1053
6539 msgid "32 bit Power PC."
6540 msgstr ""
6541
6542 # type: =item
6543 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1055
6544 msgid "\"ppc64\""
6545 msgstr ""
6546
6547 # type: textblock
6548 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1057
6549 msgid "64 bit Power PC."
6550 msgstr ""
6551
6552 # type: textblock
6553 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1061
6554 msgid "Libguestfs may return other architecture strings in future."
6555 msgstr ""
6556
6557 # type: textblock
6558 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1063
6559 msgid "The function works on at least the following types of files:"
6560 msgstr ""
6561
6562 # type: textblock
6563 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1069
6564 msgid "many types of Un*x and Linux binary"
6565 msgstr ""
6566
6567 # type: textblock
6568 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1073
6569 msgid "many types of Un*x and Linux shared library"
6570 msgstr ""
6571
6572 # type: textblock
6573 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1077
6574 msgid "Windows Win32 and Win64 binaries"
6575 msgstr ""
6576
6577 # type: textblock
6578 #: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1081
6579 msgid "Windows Win32 and Win64 DLLs"
6580 msgstr ""
6581
6582 # type: textblock
6583 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1083
6584 msgid "Win32 binaries and DLLs return C<i386>."
6585 msgstr ""
6586
6587 # type: textblock
6588 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1085
6589 msgid "Win64 binaries and DLLs return C<x86_64>."
6590 msgstr ""
6591
6592 # type: textblock
6593 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1089
6594 msgid "Linux kernel modules"
6595 msgstr ""
6596
6597 # type: textblock
6598 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1093
6599 msgid "Linux new-style initrd images"
6600 msgstr ""
6601
6602 # type: textblock
6603 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1097
6604 msgid "some non-x86 Linux vmlinuz kernels"
6605 msgstr ""
6606
6607 # type: textblock
6608 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1101
6609 msgid "What it can't do currently:"
6610 msgstr ""
6611
6612 # type: textblock
6613 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1107
6614 msgid "static libraries (libfoo.a)"
6615 msgstr ""
6616
6617 # type: textblock
6618 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1111
6619 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
6620 msgstr ""
6621
6622 # type: textblock
6623 #: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1115
6624 msgid "x86 Linux vmlinuz kernels"
6625 msgstr ""
6626
6627 # type: textblock
6628 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1117
6629 msgid ""
6630 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
6631 "compressed code, and are horribly hard to unpack.  If you want to find the "
6632 "architecture of a kernel, use the architecture of the associated initrd or "
6633 "kernel module(s) instead."
6634 msgstr ""
6635
6636 # type: textblock
6637 #: ../src/guestfs-actions.pod:1647 ../src/guestfs-actions.pod:1810 ../src/guestfs-actions.pod:1827 ../src/guestfs-actions.pod:2478 ../src/guestfs-actions.pod:2551 ../src/guestfs-actions.pod:2577 ../src/guestfs-actions.pod:2604 ../src/guestfs-actions.pod:2625 ../src/guestfs-actions.pod:2658 ../src/guestfs-actions.pod:2682 ../src/guestfs-actions.pod:2738 ../src/guestfs-actions.pod:2804 ../src/guestfs-actions.pod:2936
6638 msgid "(Added in 1.5.3)"
6639 msgstr ""
6640
6641 # type: =head2
6642 #: ../src/guestfs-actions.pod:1649
6643 msgid "guestfs_filesize"
6644 msgstr ""
6645
6646 # type: verbatim
6647 #: ../src/guestfs-actions.pod:1651
6648 #, no-wrap
6649 msgid ""
6650 " int64_t\n"
6651 " guestfs_filesize (guestfs_h *g,\n"
6652 "                   const char *file);\n"
6653 "\n"
6654 msgstr ""
6655
6656 # type: textblock
6657 #: ../src/guestfs-actions.pod:1655 ../fish/guestfish-actions.pod:1128
6658 msgid "This command returns the size of C<file> in bytes."
6659 msgstr ""
6660
6661 # type: textblock
6662 #: ../src/guestfs-actions.pod:1657
6663 msgid ""
6664 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
6665 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
6666 "devices, use C<guestfs_blockdev_getsize64>."
6667 msgstr ""
6668
6669 # type: textblock
6670 #: ../src/guestfs-actions.pod:1663
6671 msgid "(Added in 1.0.82)"
6672 msgstr ""
6673
6674 # type: =head2
6675 #: ../src/guestfs-actions.pod:1665
6676 msgid "guestfs_fill"
6677 msgstr ""
6678
6679 # type: verbatim
6680 #: ../src/guestfs-actions.pod:1667
6681 #, no-wrap
6682 msgid ""
6683 " int\n"
6684 " guestfs_fill (guestfs_h *g,\n"
6685 "               int c,\n"
6686 "               int len,\n"
6687 "               const char *path);\n"
6688 "\n"
6689 msgstr ""
6690
6691 # type: textblock
6692 #: ../src/guestfs-actions.pod:1673 ../fish/guestfish-actions.pod:1138
6693 msgid ""
6694 "This command creates a new file called C<path>.  The initial content of the "
6695 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
6696 "C<[0..255]>."
6697 msgstr ""
6698
6699 # type: textblock
6700 #: ../src/guestfs-actions.pod:1677
6701 msgid ""
6702 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
6703 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
6704 "bytes use C<guestfs_fill_pattern>."
6705 msgstr ""
6706
6707 # type: textblock
6708 #: ../src/guestfs-actions.pod:1689
6709 msgid "(Added in 1.0.79)"
6710 msgstr ""
6711
6712 # type: =head2
6713 #: ../src/guestfs-actions.pod:1691
6714 msgid "guestfs_fill_pattern"
6715 msgstr ""
6716
6717 # type: verbatim
6718 #: ../src/guestfs-actions.pod:1693
6719 #, no-wrap
6720 msgid ""
6721 " int\n"
6722 " guestfs_fill_pattern (guestfs_h *g,\n"
6723 "                       const char *pattern,\n"
6724 "                       int len,\n"
6725 "                       const char *path);\n"
6726 "\n"
6727 msgstr ""
6728
6729 # type: textblock
6730 #: ../src/guestfs-actions.pod:1699
6731 msgid ""
6732 "This function is like C<guestfs_fill> except that it creates a new file of "
6733 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
6734 "pattern is truncated if necessary to ensure the length of the file is "
6735 "exactly C<len> bytes."
6736 msgstr ""
6737
6738 # type: textblock
6739 #: ../src/guestfs-actions.pod:1711
6740 msgid "(Added in 1.3.12)"
6741 msgstr ""
6742
6743 # type: =head2
6744 #: ../src/guestfs-actions.pod:1713
6745 msgid "guestfs_find"
6746 msgstr ""
6747
6748 # type: verbatim
6749 #: ../src/guestfs-actions.pod:1715
6750 #, no-wrap
6751 msgid ""
6752 " char **\n"
6753 " guestfs_find (guestfs_h *g,\n"
6754 "               const char *directory);\n"
6755 "\n"
6756 msgstr ""
6757
6758 # type: textblock
6759 #: ../src/guestfs-actions.pod:1719 ../fish/guestfish-actions.pod:1160
6760 msgid ""
6761 "This command lists out all files and directories, recursively, starting at "
6762 "C<directory>.  It is essentially equivalent to running the shell command "
6763 "C<find directory -print> but some post-processing happens on the output, "
6764 "described below."
6765 msgstr ""
6766
6767 # type: textblock
6768 #: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1165
6769 msgid ""
6770 "This returns a list of strings I<without any prefix>.  Thus if the directory "
6771 "structure was:"
6772 msgstr ""
6773
6774 # type: verbatim
6775 #: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1168
6776 #, no-wrap
6777 msgid ""
6778 " /tmp/a\n"
6779 " /tmp/b\n"
6780 " /tmp/c/d\n"
6781 "\n"
6782 msgstr ""
6783
6784 # type: textblock
6785 #: ../src/guestfs-actions.pod:1731
6786 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
6787 msgstr ""
6788
6789 # type: verbatim
6790 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1175
6791 #, no-wrap
6792 msgid ""
6793 " a\n"
6794 " b\n"
6795 " c\n"
6796 " c/d\n"
6797 "\n"
6798 msgstr ""
6799
6800 # type: textblock
6801 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1180
6802 msgid "If C<directory> is not a directory, then this command returns an error."
6803 msgstr ""
6804
6805 # type: textblock
6806 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1183
6807 msgid "The returned list is sorted."
6808 msgstr ""
6809
6810 # type: textblock
6811 #: ../src/guestfs-actions.pod:1744
6812 msgid "See also C<guestfs_find0>."
6813 msgstr ""
6814
6815 # type: textblock
6816 #: ../src/guestfs-actions.pod:1753 ../src/guestfs-actions.pod:3595 ../src/guestfs-actions.pod:5056
6817 msgid "(Added in 1.0.27)"
6818 msgstr ""
6819
6820 # type: =head2
6821 #: ../src/guestfs-actions.pod:1755
6822 msgid "guestfs_find0"
6823 msgstr ""
6824
6825 # type: verbatim
6826 #: ../src/guestfs-actions.pod:1757
6827 #, no-wrap
6828 msgid ""
6829 " int\n"
6830 " guestfs_find0 (guestfs_h *g,\n"
6831 "                const char *directory,\n"
6832 "                const char *files);\n"
6833 "\n"
6834 msgstr ""
6835
6836 # type: textblock
6837 #: ../src/guestfs-actions.pod:1762 ../fish/guestfish-actions.pod:1194
6838 msgid ""
6839 "This command lists out all files and directories, recursively, starting at "
6840 "C<directory>, placing the resulting list in the external file called "
6841 "C<files>."
6842 msgstr ""
6843
6844 # type: textblock
6845 #: ../src/guestfs-actions.pod:1766
6846 msgid ""
6847 "This command works the same way as C<guestfs_find> with the following "
6848 "exceptions:"
6849 msgstr ""
6850
6851 # type: textblock
6852 #: ../src/guestfs-actions.pod:1773 ../fish/guestfish-actions.pod:1205
6853 msgid "The resulting list is written to an external file."
6854 msgstr ""
6855
6856 # type: textblock
6857 #: ../src/guestfs-actions.pod:1777 ../fish/guestfish-actions.pod:1209
6858 msgid ""
6859 "Items (filenames) in the result are separated by C<\\0> characters.  See "
6860 "L<find(1)> option I<-print0>."
6861 msgstr ""
6862
6863 # type: textblock
6864 #: ../src/guestfs-actions.pod:1782 ../fish/guestfish-actions.pod:1214
6865 msgid "This command is not limited in the number of names that it can return."
6866 msgstr ""
6867
6868 # type: textblock
6869 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1219
6870 msgid "The result list is not sorted."
6871 msgstr ""
6872
6873 # type: textblock
6874 #: ../src/guestfs-actions.pod:1793
6875 msgid "(Added in 1.0.74)"
6876 msgstr ""
6877
6878 # type: =head2
6879 #: ../src/guestfs-actions.pod:1795
6880 msgid "guestfs_findfs_label"
6881 msgstr ""
6882
6883 # type: verbatim
6884 #: ../src/guestfs-actions.pod:1797
6885 #, no-wrap
6886 msgid ""
6887 " char *\n"
6888 " guestfs_findfs_label (guestfs_h *g,\n"
6889 "                       const char *label);\n"
6890 "\n"
6891 msgstr ""
6892
6893 # type: textblock
6894 #: ../src/guestfs-actions.pod:1801 ../fish/guestfish-actions.pod:1229
6895 msgid ""
6896 "This command searches the filesystems and returns the one which has the "
6897 "given label.  An error is returned if no such filesystem can be found."
6898 msgstr ""
6899
6900 # type: textblock
6901 #: ../src/guestfs-actions.pod:1805
6902 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
6903 msgstr ""
6904
6905 # type: =head2
6906 #: ../src/guestfs-actions.pod:1812
6907 msgid "guestfs_findfs_uuid"
6908 msgstr ""
6909
6910 # type: verbatim
6911 #: ../src/guestfs-actions.pod:1814
6912 #, no-wrap
6913 msgid ""
6914 " char *\n"
6915 " guestfs_findfs_uuid (guestfs_h *g,\n"
6916 "                      const char *uuid);\n"
6917 "\n"
6918 msgstr ""
6919
6920 # type: textblock
6921 #: ../src/guestfs-actions.pod:1818 ../fish/guestfish-actions.pod:1239
6922 msgid ""
6923 "This command searches the filesystems and returns the one which has the "
6924 "given UUID.  An error is returned if no such filesystem can be found."
6925 msgstr ""
6926
6927 # type: textblock
6928 #: ../src/guestfs-actions.pod:1822
6929 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
6930 msgstr ""
6931
6932 # type: =head2
6933 #: ../src/guestfs-actions.pod:1829
6934 msgid "guestfs_fsck"
6935 msgstr ""
6936
6937 # type: verbatim
6938 #: ../src/guestfs-actions.pod:1831
6939 #, no-wrap
6940 msgid ""
6941 " int\n"
6942 " guestfs_fsck (guestfs_h *g,\n"
6943 "               const char *fstype,\n"
6944 "               const char *device);\n"
6945 "\n"
6946 msgstr ""
6947
6948 # type: textblock
6949 #: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1249
6950 msgid ""
6951 "This runs the filesystem checker (fsck) on C<device> which should have "
6952 "filesystem type C<fstype>."
6953 msgstr ""
6954
6955 # type: textblock
6956 #: ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:1252
6957 msgid ""
6958 "The returned integer is the status.  See L<fsck(8)> for the list of status "
6959 "codes from C<fsck>."
6960 msgstr ""
6961
6962 # type: textblock
6963 #: ../src/guestfs-actions.pod:1848 ../fish/guestfish-actions.pod:1261
6964 msgid "Multiple status codes can be summed together."
6965 msgstr ""
6966
6967 # type: textblock
6968 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1265
6969 msgid ""
6970 "A non-zero return code can mean \"success\", for example if errors have been "
6971 "corrected on the filesystem."
6972 msgstr ""
6973
6974 # type: textblock
6975 #: ../src/guestfs-actions.pod:1857 ../fish/guestfish-actions.pod:1270
6976 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
6977 msgstr ""
6978
6979 # type: textblock
6980 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1275
6981 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
6982 msgstr ""
6983
6984 # type: textblock
6985 #: ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:6693
6986 msgid "(Added in 1.0.16)"
6987 msgstr ""
6988
6989 # type: =head2
6990 #: ../src/guestfs-actions.pod:1868
6991 msgid "guestfs_get_append"
6992 msgstr ""
6993
6994 # type: verbatim
6995 #: ../src/guestfs-actions.pod:1870
6996 #, no-wrap
6997 msgid ""
6998 " const char *\n"
6999 " guestfs_get_append (guestfs_h *g);\n"
7000 "\n"
7001 msgstr ""
7002
7003 # type: textblock
7004 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1281
7005 msgid ""
7006 "Return the additional kernel options which are added to the guest kernel "
7007 "command line."
7008 msgstr ""
7009
7010 # type: textblock
7011 #: ../src/guestfs-actions.pod:1876 ../fish/guestfish-actions.pod:1284
7012 msgid "If C<NULL> then no options are added."
7013 msgstr ""
7014
7015 # type: textblock
7016 #: ../src/guestfs-actions.pod:1878
7017 msgid ""
7018 "This function returns a string which may be NULL.  There is no way to return "
7019 "an error from this function.  The string is owned by the guest handle and "
7020 "must I<not> be freed."
7021 msgstr ""
7022
7023 # type: textblock
7024 #: ../src/guestfs-actions.pod:1882 ../src/guestfs-actions.pod:4734 ../src/guestfs-actions.pod:5197 ../src/guestfs-actions.pod:5565 ../src/guestfs-actions.pod:5584 ../src/guestfs-actions.pod:5600 ../src/guestfs-actions.pod:5617 ../src/guestfs-actions.pod:6364 ../src/guestfs-actions.pod:6382 ../src/guestfs-actions.pod:6736
7025 msgid "(Added in 1.0.26)"
7026 msgstr ""
7027
7028 # type: =head2
7029 #: ../src/guestfs-actions.pod:1884
7030 msgid "guestfs_get_autosync"
7031 msgstr ""
7032
7033 # type: verbatim
7034 #: ../src/guestfs-actions.pod:1886
7035 #, no-wrap
7036 msgid ""
7037 " int\n"
7038 " guestfs_get_autosync (guestfs_h *g);\n"
7039 "\n"
7040 msgstr ""
7041
7042 # type: textblock
7043 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1290
7044 msgid "Get the autosync flag."
7045 msgstr ""
7046
7047 # type: =head2
7048 #: ../src/guestfs-actions.pod:1895
7049 msgid "guestfs_get_direct"
7050 msgstr ""
7051
7052 # type: verbatim
7053 #: ../src/guestfs-actions.pod:1897
7054 #, no-wrap
7055 msgid ""
7056 " int\n"
7057 " guestfs_get_direct (guestfs_h *g);\n"
7058 "\n"
7059 msgstr ""
7060
7061 # type: textblock
7062 #: ../src/guestfs-actions.pod:1900 ../fish/guestfish-actions.pod:1296
7063 msgid "Return the direct appliance mode flag."
7064 msgstr ""
7065
7066 # type: textblock
7067 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:5238
7068 msgid "(Added in 1.0.72)"
7069 msgstr ""
7070
7071 # type: =head2
7072 #: ../src/guestfs-actions.pod:1906
7073 msgid "guestfs_get_e2label"
7074 msgstr ""
7075
7076 # type: verbatim
7077 #: ../src/guestfs-actions.pod:1908
7078 #, no-wrap
7079 msgid ""
7080 " char *\n"
7081 " guestfs_get_e2label (guestfs_h *g,\n"
7082 "                      const char *device);\n"
7083 "\n"
7084 msgstr ""
7085
7086 # type: textblock
7087 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1302
7088 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
7089 msgstr ""
7090
7091 # type: textblock
7092 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1305
7093 msgid ""
7094 "This function is deprecated.  In new code, use the C<vfs_label> call "
7095 "instead."
7096 msgstr ""
7097
7098 # type: textblock
7099 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1946 ../src/guestfs-actions.pod:5256 ../src/guestfs-actions.pod:5275
7100 msgid "(Added in 1.0.15)"
7101 msgstr ""
7102
7103 # type: =head2
7104 #: ../src/guestfs-actions.pod:1927
7105 msgid "guestfs_get_e2uuid"
7106 msgstr ""
7107
7108 # type: verbatim
7109 #: ../src/guestfs-actions.pod:1929
7110 #, no-wrap
7111 msgid ""
7112 " char *\n"
7113 " guestfs_get_e2uuid (guestfs_h *g,\n"
7114 "                     const char *device);\n"
7115 "\n"
7116 msgstr ""
7117
7118 # type: textblock
7119 #: ../src/guestfs-actions.pod:1933 ../fish/guestfish-actions.pod:1316
7120 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
7121 msgstr ""
7122
7123 # type: textblock
7124 #: ../src/guestfs-actions.pod:1939 ../fish/guestfish-actions.pod:1319
7125 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
7126 msgstr ""
7127
7128 # type: =head2
7129 #: ../src/guestfs-actions.pod:1948
7130 msgid "guestfs_get_memsize"
7131 msgstr ""
7132
7133 # type: verbatim
7134 #: ../src/guestfs-actions.pod:1950
7135 #, no-wrap
7136 msgid ""
7137 " int\n"
7138 " guestfs_get_memsize (guestfs_h *g);\n"
7139 "\n"
7140 msgstr ""
7141
7142 # type: textblock
7143 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1330
7144 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
7145 msgstr ""
7146
7147 # type: textblock
7148 #: ../src/guestfs-actions.pod:1956
7149 msgid ""
7150 "If C<guestfs_set_memsize> was not called on this handle, and if "
7151 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
7152 "value for memsize."
7153 msgstr ""
7154
7155 # type: textblock
7156 #: ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2041 ../src/guestfs-actions.pod:5291 ../src/guestfs-actions.pod:5398 ../fish/guestfish-actions.pod:1337 ../fish/guestfish-actions.pod:1388 ../fish/guestfish-actions.pod:3508 ../fish/guestfish-actions.pod:3595
7157 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
7158 msgstr ""
7159
7160 # type: textblock
7161 #: ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:3886 ../src/guestfs-actions.pod:4001 ../src/guestfs-actions.pod:4020 ../src/guestfs-actions.pod:4039 ../src/guestfs-actions.pod:4051 ../src/guestfs-actions.pod:4068 ../src/guestfs-actions.pod:4081 ../src/guestfs-actions.pod:4959 ../src/guestfs-actions.pod:5296 ../src/guestfs-actions.pod:5539 ../src/guestfs-actions.pod:6140
7162 msgid "(Added in 1.0.55)"
7163 msgstr ""
7164
7165 # type: =head2
7166 #: ../src/guestfs-actions.pod:1967
7167 msgid "guestfs_get_network"
7168 msgstr ""
7169
7170 # type: verbatim
7171 #: ../src/guestfs-actions.pod:1969
7172 #, no-wrap
7173 msgid ""
7174 " int\n"
7175 " guestfs_get_network (guestfs_h *g);\n"
7176 "\n"
7177 msgstr ""
7178
7179 # type: textblock
7180 #: ../src/guestfs-actions.pod:1972 ../fish/guestfish-actions.pod:1344
7181 msgid "This returns the enable network flag."
7182 msgstr ""
7183
7184 # type: textblock
7185 #: ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:5315
7186 msgid "(Added in 1.5.4)"
7187 msgstr ""
7188
7189 # type: =head2
7190 #: ../src/guestfs-actions.pod:1978
7191 msgid "guestfs_get_path"
7192 msgstr ""
7193
7194 # type: verbatim
7195 #: ../src/guestfs-actions.pod:1980
7196 #, no-wrap
7197 msgid ""
7198 " const char *\n"
7199 " guestfs_get_path (guestfs_h *g);\n"
7200 "\n"
7201 msgstr ""
7202
7203 # type: textblock
7204 #: ../src/guestfs-actions.pod:1983 ../fish/guestfish-actions.pod:1350
7205 msgid "Return the current search path."
7206 msgstr ""
7207
7208 # type: textblock
7209 #: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1352
7210 msgid ""
7211 "This is always non-NULL.  If it wasn't set already, then this will return "
7212 "the default path."
7213 msgstr ""
7214
7215 # type: textblock
7216 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2017
7217 msgid ""
7218 "This function returns a string, or NULL on error.  The string is owned by "
7219 "the guest handle and must I<not> be freed."
7220 msgstr ""
7221
7222 # type: =head2
7223 #: ../src/guestfs-actions.pod:1993
7224 msgid "guestfs_get_pid"
7225 msgstr ""
7226
7227 # type: verbatim
7228 #: ../src/guestfs-actions.pod:1995
7229 #, no-wrap
7230 msgid ""
7231 " int\n"
7232 " guestfs_get_pid (guestfs_h *g);\n"
7233 "\n"
7234 msgstr ""
7235
7236 # type: textblock
7237 #: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1361
7238 msgid ""
7239 "Return the process ID of the qemu subprocess.  If there is no qemu "
7240 "subprocess, then this will return an error."
7241 msgstr ""
7242
7243 # type: textblock
7244 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1364
7245 msgid "This is an internal call used for debugging and testing."
7246 msgstr ""
7247
7248 # type: textblock
7249 #: ../src/guestfs-actions.pod:2005
7250 msgid "(Added in 1.0.56)"
7251 msgstr ""
7252
7253 # type: =head2
7254 #: ../src/guestfs-actions.pod:2007
7255 msgid "guestfs_get_qemu"
7256 msgstr ""
7257
7258 # type: verbatim
7259 #: ../src/guestfs-actions.pod:2009
7260 #, no-wrap
7261 msgid ""
7262 " const char *\n"
7263 " guestfs_get_qemu (guestfs_h *g);\n"
7264 "\n"
7265 msgstr ""
7266
7267 # type: textblock
7268 #: ../src/guestfs-actions.pod:2012 ../fish/guestfish-actions.pod:1370
7269 msgid "Return the current qemu binary."
7270 msgstr ""
7271
7272 # type: textblock
7273 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1372
7274 msgid ""
7275 "This is always non-NULL.  If it wasn't set already, then this will return "
7276 "the default qemu binary name."
7277 msgstr ""
7278
7279 # type: textblock
7280 #: ../src/guestfs-actions.pod:2020 ../src/guestfs-actions.pod:5360
7281 msgid "(Added in 1.0.6)"
7282 msgstr ""
7283
7284 # type: =head2
7285 #: ../src/guestfs-actions.pod:2022
7286 msgid "guestfs_get_recovery_proc"
7287 msgstr ""
7288
7289 # type: verbatim
7290 #: ../src/guestfs-actions.pod:2024
7291 #, no-wrap
7292 msgid ""
7293 " int\n"
7294 " guestfs_get_recovery_proc (guestfs_h *g);\n"
7295 "\n"
7296 msgstr ""
7297
7298 # type: textblock
7299 #: ../src/guestfs-actions.pod:2027 ../fish/guestfish-actions.pod:1379
7300 msgid "Return the recovery process enabled flag."
7301 msgstr ""
7302
7303 # type: textblock
7304 #: ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:3026 ../src/guestfs-actions.pod:3293 ../src/guestfs-actions.pod:3693 ../src/guestfs-actions.pod:3725 ../src/guestfs-actions.pod:4664 ../src/guestfs-actions.pod:5007 ../src/guestfs-actions.pod:5384 ../src/guestfs-actions.pod:6043 ../src/guestfs-actions.pod:6063 ../src/guestfs-actions.pod:6245
7305 msgid "(Added in 1.0.77)"
7306 msgstr ""
7307
7308 # type: =head2
7309 #: ../src/guestfs-actions.pod:2033
7310 msgid "guestfs_get_selinux"
7311 msgstr ""
7312
7313 # type: verbatim
7314 #: ../src/guestfs-actions.pod:2035
7315 #, no-wrap
7316 msgid ""
7317 " int\n"
7318 " guestfs_get_selinux (guestfs_h *g);\n"
7319 "\n"
7320 msgstr ""
7321
7322 # type: textblock
7323 #: ../src/guestfs-actions.pod:2038
7324 msgid ""
7325 "This returns the current setting of the selinux flag which is passed to the "
7326 "appliance at boot time.  See C<guestfs_set_selinux>."
7327 msgstr ""
7328
7329 # type: textblock
7330 #: ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2109 ../src/guestfs-actions.pod:5403 ../src/guestfs-actions.pod:5457
7331 msgid "(Added in 1.0.67)"
7332 msgstr ""
7333
7334 # type: =head2
7335 #: ../src/guestfs-actions.pod:2048
7336 msgid "guestfs_get_state"
7337 msgstr ""
7338
7339 # type: verbatim
7340 #: ../src/guestfs-actions.pod:2050
7341 #, no-wrap
7342 msgid ""
7343 " int\n"
7344 " guestfs_get_state (guestfs_h *g);\n"
7345 "\n"
7346 msgstr ""
7347
7348 # type: textblock
7349 #: ../src/guestfs-actions.pod:2053 ../fish/guestfish-actions.pod:1395
7350 msgid ""
7351 "This returns the current state as an opaque integer.  This is only useful "
7352 "for printing debug and internal error messages."
7353 msgstr ""
7354
7355 # type: textblock
7356 #: ../src/guestfs-actions.pod:2056 ../src/guestfs-actions.pod:2829 ../src/guestfs-actions.pod:2858 ../src/guestfs-actions.pod:2919 ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:1398 ../fish/guestfish-actions.pod:1941 ../fish/guestfish-actions.pod:1959 ../fish/guestfish-actions.pod:1997 ../fish/guestfish-actions.pod:2013
7357 msgid "For more information on states, see L<guestfs(3)>."
7358 msgstr ""
7359
7360 # type: =head2
7361 #: ../src/guestfs-actions.pod:2062
7362 msgid "guestfs_get_trace"
7363 msgstr ""
7364
7365 # type: verbatim
7366 #: ../src/guestfs-actions.pod:2064
7367 #, no-wrap
7368 msgid ""
7369 " int\n"
7370 " guestfs_get_trace (guestfs_h *g);\n"
7371 "\n"
7372 msgstr ""
7373
7374 # type: textblock
7375 #: ../src/guestfs-actions.pod:2067 ../fish/guestfish-actions.pod:1404
7376 msgid "Return the command trace flag."
7377 msgstr ""
7378
7379 # type: =head2
7380 #: ../src/guestfs-actions.pod:2073
7381 msgid "guestfs_get_umask"
7382 msgstr ""
7383
7384 # type: verbatim
7385 #: ../src/guestfs-actions.pod:2075
7386 #, no-wrap
7387 msgid ""
7388 " int\n"
7389 " guestfs_get_umask (guestfs_h *g);\n"
7390 "\n"
7391 msgstr ""
7392
7393 # type: textblock
7394 #: ../src/guestfs-actions.pod:2078
7395 msgid ""
7396 "Return the current umask.  By default the umask is C<022> unless it has been "
7397 "set by calling C<guestfs_umask>."
7398 msgstr ""
7399
7400 # type: =head2
7401 #: ../src/guestfs-actions.pod:2085
7402 msgid "guestfs_get_verbose"
7403 msgstr ""
7404
7405 # type: verbatim
7406 #: ../src/guestfs-actions.pod:2087
7407 #, no-wrap
7408 msgid ""
7409 " int\n"
7410 " guestfs_get_verbose (guestfs_h *g);\n"
7411 "\n"
7412 msgstr ""
7413
7414 # type: textblock
7415 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1417
7416 msgid "This returns the verbose messages flag."
7417 msgstr ""
7418
7419 # type: =head2
7420 #: ../src/guestfs-actions.pod:2096
7421 msgid "guestfs_getcon"
7422 msgstr ""
7423
7424 # type: verbatim
7425 #: ../src/guestfs-actions.pod:2098
7426 #, no-wrap
7427 msgid ""
7428 " char *\n"
7429 " guestfs_getcon (guestfs_h *g);\n"
7430 "\n"
7431 msgstr ""
7432
7433 # type: textblock
7434 #: ../src/guestfs-actions.pod:2101 ../fish/guestfish-actions.pod:1423
7435 msgid "This gets the SELinux security context of the daemon."
7436 msgstr ""
7437
7438 # type: textblock
7439 #: ../src/guestfs-actions.pod:2103
7440 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
7441 msgstr ""
7442
7443 # type: =head2
7444 #: ../src/guestfs-actions.pod:2111
7445 msgid "guestfs_getxattrs"
7446 msgstr ""
7447
7448 # type: verbatim
7449 #: ../src/guestfs-actions.pod:2113
7450 #, no-wrap
7451 msgid ""
7452 " struct guestfs_xattr_list *\n"
7453 " guestfs_getxattrs (guestfs_h *g,\n"
7454 "                    const char *path);\n"
7455 "\n"
7456 msgstr ""
7457
7458 # type: textblock
7459 #: ../src/guestfs-actions.pod:2117 ../fish/guestfish-actions.pod:1432
7460 msgid "This call lists the extended attributes of the file or directory C<path>."
7461 msgstr ""
7462
7463 # type: textblock
7464 #: ../src/guestfs-actions.pod:2120 ../fish/guestfish-actions.pod:1435
7465 msgid ""
7466 "At the system call level, this is a combination of the L<listxattr(2)> and "
7467 "L<getxattr(2)> calls."
7468 msgstr ""
7469
7470 # type: textblock
7471 #: ../src/guestfs-actions.pod:2123
7472 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
7473 msgstr ""
7474
7475 # type: textblock
7476 #: ../src/guestfs-actions.pod:2125 ../src/guestfs-actions.pod:3038 ../src/guestfs-actions.pod:3689
7477 msgid ""
7478 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
7479 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
7480 msgstr ""
7481
7482 # type: textblock
7483 #: ../src/guestfs-actions.pod:2129 ../src/guestfs-actions.pod:3042 ../src/guestfs-actions.pod:3207 ../src/guestfs-actions.pod:3243 ../src/guestfs-actions.pod:5037 ../src/guestfs-actions.pod:5476 ../src/guestfs-actions.pod:6801
7484 msgid "(Added in 1.0.59)"
7485 msgstr ""
7486
7487 # type: =head2
7488 #: ../src/guestfs-actions.pod:2131
7489 msgid "guestfs_glob_expand"
7490 msgstr ""
7491
7492 # type: verbatim
7493 #: ../src/guestfs-actions.pod:2133
7494 #, no-wrap
7495 msgid ""
7496 " char **\n"
7497 " guestfs_glob_expand (guestfs_h *g,\n"
7498 "                      const char *pattern);\n"
7499 "\n"
7500 msgstr ""
7501
7502 # type: textblock
7503 #: ../src/guestfs-actions.pod:2137 ../fish/guestfish-actions.pod:1444
7504 msgid ""
7505 "This command searches for all the pathnames matching C<pattern> according to "
7506 "the wildcard expansion rules used by the shell."
7507 msgstr ""
7508
7509 # type: textblock
7510 #: ../src/guestfs-actions.pod:2141 ../fish/guestfish-actions.pod:1448
7511 msgid "If no paths match, then this returns an empty list (note: not an error)."
7512 msgstr ""
7513
7514 # type: textblock
7515 #: ../src/guestfs-actions.pod:2144 ../fish/guestfish-actions.pod:1451
7516 msgid ""
7517 "It is just a wrapper around the C L<glob(3)> function with flags "
7518 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
7519 msgstr ""
7520
7521 # type: textblock
7522 #: ../src/guestfs-actions.pod:2152 ../src/guestfs-actions.pod:5641 ../src/guestfs-actions.pod:5658
7523 msgid "(Added in 1.0.50)"
7524 msgstr ""
7525
7526 # type: =head2
7527 #: ../src/guestfs-actions.pod:2154
7528 msgid "guestfs_grep"
7529 msgstr ""
7530
7531 # type: verbatim
7532 #: ../src/guestfs-actions.pod:2156
7533 #, no-wrap
7534 msgid ""
7535 " char **\n"
7536 " guestfs_grep (guestfs_h *g,\n"
7537 "               const char *regex,\n"
7538 "               const char *path);\n"
7539 "\n"
7540 msgstr ""
7541
7542 # type: textblock
7543 #: ../src/guestfs-actions.pod:2161 ../fish/guestfish-actions.pod:1459
7544 msgid "This calls the external C<grep> program and returns the matching lines."
7545 msgstr ""
7546
7547 # type: =head2
7548 #: ../src/guestfs-actions.pod:2173
7549 msgid "guestfs_grepi"
7550 msgstr ""
7551
7552 # type: verbatim
7553 #: ../src/guestfs-actions.pod:2175
7554 #, no-wrap
7555 msgid ""
7556 " char **\n"
7557 " guestfs_grepi (guestfs_h *g,\n"
7558 "                const char *regex,\n"
7559 "                const char *path);\n"
7560 "\n"
7561 msgstr ""
7562
7563 # type: textblock
7564 #: ../src/guestfs-actions.pod:2180 ../fish/guestfish-actions.pod:1469
7565 msgid "This calls the external C<grep -i> program and returns the matching lines."
7566 msgstr ""
7567
7568 # type: =head2
7569 #: ../src/guestfs-actions.pod:2192
7570 msgid "guestfs_grub_install"
7571 msgstr ""
7572
7573 # type: verbatim
7574 #: ../src/guestfs-actions.pod:2194
7575 #, no-wrap
7576 msgid ""
7577 " int\n"
7578 " guestfs_grub_install (guestfs_h *g,\n"
7579 "                       const char *root,\n"
7580 "                       const char *device);\n"
7581 "\n"
7582 msgstr ""
7583
7584 # type: textblock
7585 #: ../src/guestfs-actions.pod:2199 ../fish/guestfish-actions.pod:1479
7586 msgid ""
7587 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
7588 "the root directory being C<root>."
7589 msgstr ""
7590
7591 # type: textblock
7592 #: ../src/guestfs-actions.pod:2202 ../fish/guestfish-actions.pod:1482
7593 msgid ""
7594 "Note: If grub-install reports the error \"No suitable drive was found in the "
7595 "generated device map.\" it may be that you need to create a "
7596 "C</boot/grub/device.map> file first that contains the mapping between grub "
7597 "device names and Linux device names.  It is usually sufficient to create a "
7598 "file containing:"
7599 msgstr ""
7600
7601 # type: verbatim
7602 #: ../src/guestfs-actions.pod:2209 ../fish/guestfish-actions.pod:1489
7603 #, no-wrap
7604 msgid ""
7605 " (hd0) /dev/vda\n"
7606 "\n"
7607 msgstr ""
7608
7609 # type: textblock
7610 #: ../src/guestfs-actions.pod:2211 ../fish/guestfish-actions.pod:1491
7611 msgid "replacing C</dev/vda> with the name of the installation device."
7612 msgstr ""
7613
7614 # type: textblock
7615 #: ../src/guestfs-actions.pod:2215
7616 msgid "(Added in 1.0.17)"
7617 msgstr ""
7618
7619 # type: =head2
7620 #: ../src/guestfs-actions.pod:2217
7621 msgid "guestfs_head"
7622 msgstr ""
7623
7624 # type: verbatim
7625 #: ../src/guestfs-actions.pod:2219
7626 #, no-wrap
7627 msgid ""
7628 " char **\n"
7629 " guestfs_head (guestfs_h *g,\n"
7630 "               const char *path);\n"
7631 "\n"
7632 msgstr ""
7633
7634 # type: textblock
7635 #: ../src/guestfs-actions.pod:2223 ../fish/guestfish-actions.pod:1497
7636 msgid ""
7637 "This command returns up to the first 10 lines of a file as a list of "
7638 "strings."
7639 msgstr ""
7640
7641 # type: =head2
7642 #: ../src/guestfs-actions.pod:2235
7643 msgid "guestfs_head_n"
7644 msgstr ""
7645
7646 # type: verbatim
7647 #: ../src/guestfs-actions.pod:2237
7648 #, no-wrap
7649 msgid ""
7650 " char **\n"
7651 " guestfs_head_n (guestfs_h *g,\n"
7652 "                 int nrlines,\n"
7653 "                 const char *path);\n"
7654 "\n"
7655 msgstr ""
7656
7657 # type: textblock
7658 #: ../src/guestfs-actions.pod:2242 ../fish/guestfish-actions.pod:1507
7659 msgid ""
7660 "If the parameter C<nrlines> is a positive number, this returns the first "
7661 "C<nrlines> lines of the file C<path>."
7662 msgstr ""
7663
7664 # type: textblock
7665 #: ../src/guestfs-actions.pod:2245 ../fish/guestfish-actions.pod:1510
7666 msgid ""
7667 "If the parameter C<nrlines> is a negative number, this returns lines from "
7668 "the file C<path>, excluding the last C<nrlines> lines."
7669 msgstr ""
7670
7671 # type: textblock
7672 #: ../src/guestfs-actions.pod:2248 ../src/guestfs-actions.pod:5938 ../fish/guestfish-actions.pod:1513 ../fish/guestfish-actions.pod:3941
7673 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
7674 msgstr ""
7675
7676 # type: =head2
7677 #: ../src/guestfs-actions.pod:2259
7678 msgid "guestfs_hexdump"
7679 msgstr ""
7680
7681 # type: verbatim
7682 #: ../src/guestfs-actions.pod:2261
7683 #, no-wrap
7684 msgid ""
7685 " char *\n"
7686 " guestfs_hexdump (guestfs_h *g,\n"
7687 "                  const char *path);\n"
7688 "\n"
7689 msgstr ""
7690
7691 # type: textblock
7692 #: ../src/guestfs-actions.pod:2265 ../fish/guestfish-actions.pod:1522
7693 msgid ""
7694 "This runs C<hexdump -C> on the given C<path>.  The result is the "
7695 "human-readable, canonical hex dump of the file."
7696 msgstr ""
7697
7698 # type: textblock
7699 #: ../src/guestfs-actions.pod:2274 ../src/guestfs-actions.pod:5722 ../src/guestfs-actions.pod:5777
7700 msgid "(Added in 1.0.22)"
7701 msgstr ""
7702
7703 # type: =head2
7704 #: ../src/guestfs-actions.pod:2276
7705 msgid "guestfs_initrd_cat"
7706 msgstr ""
7707
7708 # type: verbatim
7709 #: ../src/guestfs-actions.pod:2278
7710 #, no-wrap
7711 msgid ""
7712 " char *\n"
7713 " guestfs_initrd_cat (guestfs_h *g,\n"
7714 "                     const char *initrdpath,\n"
7715 "                     const char *filename,\n"
7716 "                     size_t *size_r);\n"
7717 "\n"
7718 msgstr ""
7719
7720 # type: textblock
7721 #: ../src/guestfs-actions.pod:2284 ../fish/guestfish-actions.pod:1532
7722 msgid ""
7723 "This command unpacks the file C<filename> from the initrd file called "
7724 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
7725 "character."
7726 msgstr ""
7727
7728 # type: textblock
7729 #: ../src/guestfs-actions.pod:2288 ../fish/guestfish-actions.pod:1536
7730 msgid ""
7731 "For example, in guestfish you could use the following command to examine the "
7732 "boot script (usually called C</init>)  contained in a Linux initrd or "
7733 "initramfs image:"
7734 msgstr ""
7735
7736 # type: verbatim
7737 #: ../src/guestfs-actions.pod:2292 ../fish/guestfish-actions.pod:1540
7738 #, no-wrap
7739 msgid ""
7740 " initrd-cat /boot/initrd-<version>.img init\n"
7741 "\n"
7742 msgstr ""
7743
7744 # type: textblock
7745 #: ../src/guestfs-actions.pod:2294
7746 msgid "See also C<guestfs_initrd_list>."
7747 msgstr ""
7748
7749 # type: textblock
7750 #: ../src/guestfs-actions.pod:2296 ../src/guestfs-actions.pod:4657 ../src/guestfs-actions.pod:4683 ../src/guestfs-actions.pod:4864
7751 msgid ""
7752 "This function returns a buffer, or NULL on error.  The size of the returned "
7753 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
7754 "after use>."
7755 msgstr ""
7756
7757 # type: =head2
7758 #: ../src/guestfs-actions.pod:2305
7759 msgid "guestfs_initrd_list"
7760 msgstr ""
7761
7762 # type: verbatim
7763 #: ../src/guestfs-actions.pod:2307
7764 #, no-wrap
7765 msgid ""
7766 " char **\n"
7767 " guestfs_initrd_list (guestfs_h *g,\n"
7768 "                      const char *path);\n"
7769 "\n"
7770 msgstr ""
7771
7772 # type: textblock
7773 #: ../src/guestfs-actions.pod:2311 ../fish/guestfish-actions.pod:1551
7774 msgid "This command lists out files contained in an initrd."
7775 msgstr ""
7776
7777 # type: textblock
7778 #: ../src/guestfs-actions.pod:2313 ../fish/guestfish-actions.pod:1553
7779 msgid ""
7780 "The files are listed without any initial C</> character.  The files are "
7781 "listed in the order they appear (not necessarily alphabetical).  Directory "
7782 "names are listed as separate items."
7783 msgstr ""
7784
7785 # type: textblock
7786 #: ../src/guestfs-actions.pod:2317 ../fish/guestfish-actions.pod:1557
7787 msgid ""
7788 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
7789 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
7790 "files)."
7791 msgstr ""
7792
7793 # type: =head2
7794 #: ../src/guestfs-actions.pod:2327
7795 msgid "guestfs_inotify_add_watch"
7796 msgstr ""
7797
7798 # type: verbatim
7799 #: ../src/guestfs-actions.pod:2329
7800 #, no-wrap
7801 msgid ""
7802 " int64_t\n"
7803 " guestfs_inotify_add_watch (guestfs_h *g,\n"
7804 "                            const char *path,\n"
7805 "                            int mask);\n"
7806 "\n"
7807 msgstr ""
7808
7809 # type: textblock
7810 #: ../src/guestfs-actions.pod:2334 ../fish/guestfish-actions.pod:1565
7811 msgid "Watch C<path> for the events listed in C<mask>."
7812 msgstr ""
7813
7814 # type: textblock
7815 #: ../src/guestfs-actions.pod:2336 ../fish/guestfish-actions.pod:1567
7816 msgid ""
7817 "Note that if C<path> is a directory then events within that directory are "
7818 "watched, but this does I<not> happen recursively (in subdirectories)."
7819 msgstr ""
7820
7821 # type: textblock
7822 #: ../src/guestfs-actions.pod:2340 ../fish/guestfish-actions.pod:1571
7823 msgid ""
7824 "Note for non-C or non-Linux callers: the inotify events are defined by the "
7825 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
7826 msgstr ""
7827
7828 # type: =head2
7829 #: ../src/guestfs-actions.pod:2348
7830 msgid "guestfs_inotify_close"
7831 msgstr ""
7832
7833 # type: verbatim
7834 #: ../src/guestfs-actions.pod:2350
7835 #, no-wrap
7836 msgid ""
7837 " int\n"
7838 " guestfs_inotify_close (guestfs_h *g);\n"
7839 "\n"
7840 msgstr ""
7841
7842 # type: textblock
7843 #: ../src/guestfs-actions.pod:2353 ../fish/guestfish-actions.pod:1579
7844 msgid ""
7845 "This closes the inotify handle which was previously opened by inotify_init.  "
7846 "It removes all watches, throws away any pending events, and deallocates all "
7847 "resources."
7848 msgstr ""
7849
7850 # type: =head2
7851 #: ../src/guestfs-actions.pod:2361
7852 msgid "guestfs_inotify_files"
7853 msgstr ""
7854
7855 # type: verbatim
7856 #: ../src/guestfs-actions.pod:2363
7857 #, no-wrap
7858 msgid ""
7859 " char **\n"
7860 " guestfs_inotify_files (guestfs_h *g);\n"
7861 "\n"
7862 msgstr ""
7863
7864 # type: textblock
7865 #: ../src/guestfs-actions.pod:2366
7866 msgid ""
7867 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
7868 "returns a list of pathnames of objects that were touched.  The returned "
7869 "pathnames are sorted and deduplicated."
7870 msgstr ""
7871
7872 # type: =head2
7873 #: ../src/guestfs-actions.pod:2376
7874 msgid "guestfs_inotify_init"
7875 msgstr ""
7876
7877 # type: verbatim
7878 #: ../src/guestfs-actions.pod:2378
7879 #, no-wrap
7880 msgid ""
7881 " int\n"
7882 " guestfs_inotify_init (guestfs_h *g,\n"
7883 "                       int maxevents);\n"
7884 "\n"
7885 msgstr ""
7886
7887 # type: textblock
7888 #: ../src/guestfs-actions.pod:2382 ../fish/guestfish-actions.pod:1595
7889 msgid ""
7890 "This command creates a new inotify handle.  The inotify subsystem can be "
7891 "used to notify events which happen to objects in the guest filesystem."
7892 msgstr ""
7893
7894 # type: textblock
7895 #: ../src/guestfs-actions.pod:2386
7896 msgid ""
7897 "C<maxevents> is the maximum number of events which will be queued up between "
7898 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
7899 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
7900 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
7901 "throws away events, but records the fact that it threw them away by setting "
7902 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
7903 "C<guestfs_inotify_read>)."
7904 msgstr ""
7905
7906 # type: textblock
7907 #: ../src/guestfs-actions.pod:2396
7908 msgid ""
7909 "Before any events are generated, you have to add some watches to the "
7910 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
7911 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
7912 msgstr ""
7913
7914 # type: textblock
7915 #: ../src/guestfs-actions.pod:2402
7916 msgid ""
7917 "Queued up events should be read periodically by calling "
7918 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
7919 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
7920 "often enough then you risk the internal queue overflowing."
7921 msgstr ""
7922
7923 # type: textblock
7924 #: ../src/guestfs-actions.pod:2409
7925 msgid ""
7926 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
7927 "This also removes any watches automatically."
7928 msgstr ""
7929
7930 # type: textblock
7931 #: ../src/guestfs-actions.pod:2413 ../fish/guestfish-actions.pod:1626
7932 msgid ""
7933 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
7934 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
7935 "that there is one global inotify handle per libguestfs instance."
7936 msgstr ""
7937
7938 # type: =head2
7939 #: ../src/guestfs-actions.pod:2422
7940 msgid "guestfs_inotify_read"
7941 msgstr ""
7942
7943 # type: verbatim
7944 #: ../src/guestfs-actions.pod:2424
7945 #, no-wrap
7946 msgid ""
7947 " struct guestfs_inotify_event_list *\n"
7948 " guestfs_inotify_read (guestfs_h *g);\n"
7949 "\n"
7950 msgstr ""
7951
7952 # type: textblock
7953 #: ../src/guestfs-actions.pod:2427 ../fish/guestfish-actions.pod:1635
7954 msgid ""
7955 "Return the complete queue of events that have happened since the previous "
7956 "read call."
7957 msgstr ""
7958
7959 # type: textblock
7960 #: ../src/guestfs-actions.pod:2430 ../fish/guestfish-actions.pod:1638
7961 msgid "If no events have happened, this returns an empty list."
7962 msgstr ""
7963
7964 # type: textblock
7965 #: ../src/guestfs-actions.pod:2432 ../fish/guestfish-actions.pod:1640
7966 msgid ""
7967 "I<Note>: In order to make sure that all events have been read, you must call "
7968 "this function repeatedly until it returns an empty list.  The reason is that "
7969 "the call will read events up to the maximum appliance-to-host message size "
7970 "and leave remaining events in the queue."
7971 msgstr ""
7972
7973 # type: textblock
7974 #: ../src/guestfs-actions.pod:2438
7975 msgid ""
7976 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
7977 "there was an error.  I<The caller must call "
7978 "C<guestfs_free_inotify_event_list> after use>."
7979 msgstr ""
7980
7981 # type: =head2
7982 #: ../src/guestfs-actions.pod:2444
7983 msgid "guestfs_inotify_rm_watch"
7984 msgstr ""
7985
7986 # type: verbatim
7987 #: ../src/guestfs-actions.pod:2446
7988 #, no-wrap
7989 msgid ""
7990 " int\n"
7991 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
7992 "                           int wd);\n"
7993 "\n"
7994 msgstr ""
7995
7996 # type: textblock
7997 #: ../src/guestfs-actions.pod:2450
7998 msgid ""
7999 "Remove a previously defined inotify watch.  See "
8000 "C<guestfs_inotify_add_watch>."
8001 msgstr ""
8002
8003 # type: =head2
8004 #: ../src/guestfs-actions.pod:2457
8005 msgid "guestfs_inspect_get_arch"
8006 msgstr ""
8007
8008 # type: verbatim
8009 #: ../src/guestfs-actions.pod:2459
8010 #, no-wrap
8011 msgid ""
8012 " char *\n"
8013 " guestfs_inspect_get_arch (guestfs_h *g,\n"
8014 "                           const char *root);\n"
8015 "\n"
8016 msgstr ""
8017
8018 # type: textblock
8019 #: ../src/guestfs-actions.pod:2463 ../src/guestfs-actions.pod:2486 ../src/guestfs-actions.pod:2559 ../src/guestfs-actions.pod:2585 ../src/guestfs-actions.pod:2612 ../src/guestfs-actions.pod:2633 ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:2708 ../src/guestfs-actions.pod:2746
8020 msgid ""
8021 "This function should only be called with a root device string as returned by "
8022 "C<guestfs_inspect_os>."
8023 msgstr ""
8024
8025 # type: textblock
8026 #: ../src/guestfs-actions.pod:2466
8027 msgid ""
8028 "This returns the architecture of the inspected operating system.  The "
8029 "possible return values are listed under C<guestfs_file_architecture>."
8030 msgstr ""
8031
8032 # type: textblock
8033 #: ../src/guestfs-actions.pod:2470 ../fish/guestfish-actions.pod:1664
8034 msgid ""
8035 "If the architecture could not be determined, then the string C<unknown> is "
8036 "returned."
8037 msgstr ""
8038
8039 # type: textblock
8040 #: ../src/guestfs-actions.pod:2473 ../src/guestfs-actions.pod:2546 ../src/guestfs-actions.pod:2600 ../src/guestfs-actions.pod:2677 ../src/guestfs-actions.pod:2696 ../src/guestfs-actions.pod:2733 ../src/guestfs-actions.pod:2756 ../src/guestfs-actions.pod:2796 ../fish/guestfish-actions.pod:1667 ../fish/guestfish-actions.pod:1733 ../fish/guestfish-actions.pod:1772 ../fish/guestfish-actions.pod:1827 ../fish/guestfish-actions.pod:1840 ../fish/guestfish-actions.pod:1871 ../fish/guestfish-actions.pod:1887 ../fish/guestfish-actions.pod:1921
8041 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
8042 msgstr ""
8043
8044 # type: =head2
8045 #: ../src/guestfs-actions.pod:2480
8046 msgid "guestfs_inspect_get_distro"
8047 msgstr ""
8048
8049 # type: verbatim
8050 #: ../src/guestfs-actions.pod:2482
8051 #, no-wrap
8052 msgid ""
8053 " char *\n"
8054 " guestfs_inspect_get_distro (guestfs_h *g,\n"
8055 "                             const char *root);\n"
8056 "\n"
8057 msgstr ""
8058
8059 # type: textblock
8060 #: ../src/guestfs-actions.pod:2489 ../fish/guestfish-actions.pod:1676
8061 msgid "This returns the distro (distribution) of the inspected operating system."
8062 msgstr ""
8063
8064 # type: textblock
8065 #: ../src/guestfs-actions.pod:2492 ../fish/guestfish-actions.pod:1679
8066 msgid "Currently defined distros are:"
8067 msgstr ""
8068
8069 # type: =item
8070 #: ../src/guestfs-actions.pod:2496 ../fish/guestfish-actions.pod:1683
8071 msgid "\"archlinux\""
8072 msgstr ""
8073
8074 # type: textblock
8075 #: ../src/guestfs-actions.pod:2498 ../fish/guestfish-actions.pod:1685
8076 msgid "Arch Linux."
8077 msgstr ""
8078
8079 # type: =item
8080 #: ../src/guestfs-actions.pod:2500 ../fish/guestfish-actions.pod:1687
8081 msgid "\"debian\""
8082 msgstr ""
8083
8084 # type: textblock
8085 #: ../src/guestfs-actions.pod:2502 ../fish/guestfish-actions.pod:1689
8086 msgid "Debian or a Debian-derived distro such as Ubuntu."
8087 msgstr ""
8088
8089 # type: =item
8090 #: ../src/guestfs-actions.pod:2504 ../fish/guestfish-actions.pod:1691
8091 msgid "\"fedora\""
8092 msgstr ""
8093
8094 # type: textblock
8095 #: ../src/guestfs-actions.pod:2506 ../fish/guestfish-actions.pod:1693
8096 msgid "Fedora."
8097 msgstr ""
8098
8099 # type: =item
8100 #: ../src/guestfs-actions.pod:2508 ../fish/guestfish-actions.pod:1695
8101 msgid "\"gentoo\""
8102 msgstr ""
8103
8104 # type: textblock
8105 #: ../src/guestfs-actions.pod:2510 ../fish/guestfish-actions.pod:1697
8106 msgid "Gentoo."
8107 msgstr ""
8108
8109 # type: =item
8110 #: ../src/guestfs-actions.pod:2512 ../fish/guestfish-actions.pod:1699
8111 msgid "\"meego\""
8112 msgstr ""
8113
8114 # type: textblock
8115 #: ../src/guestfs-actions.pod:2514 ../fish/guestfish-actions.pod:1701
8116 msgid "MeeGo."
8117 msgstr ""
8118
8119 # type: =item
8120 #: ../src/guestfs-actions.pod:2516 ../fish/guestfish-actions.pod:1703
8121 msgid "\"pardus\""
8122 msgstr ""
8123
8124 # type: textblock
8125 #: ../src/guestfs-actions.pod:2518 ../fish/guestfish-actions.pod:1705
8126 msgid "Pardus."
8127 msgstr ""
8128
8129 # type: =item
8130 #: ../src/guestfs-actions.pod:2520 ../fish/guestfish-actions.pod:1707
8131 msgid "\"redhat-based\""
8132 msgstr ""
8133
8134 # type: textblock
8135 #: ../src/guestfs-actions.pod:2522 ../fish/guestfish-actions.pod:1709
8136 msgid "Some Red Hat-derived distro."
8137 msgstr ""
8138
8139 # type: =item
8140 #: ../src/guestfs-actions.pod:2524 ../fish/guestfish-actions.pod:1711
8141 msgid "\"rhel\""
8142 msgstr ""
8143
8144 # type: textblock
8145 #: ../src/guestfs-actions.pod:2526 ../fish/guestfish-actions.pod:1713
8146 msgid "Red Hat Enterprise Linux and some derivatives."
8147 msgstr ""
8148
8149 # type: =item
8150 #: ../src/guestfs-actions.pod:2528 ../src/guestfs-actions.pod:2720 ../fish/guestfish-actions.pod:1715 ../fish/guestfish-actions.pod:1858
8151 msgid "\"windows\""
8152 msgstr ""
8153
8154 # type: textblock
8155 #: ../src/guestfs-actions.pod:2530 ../fish/guestfish-actions.pod:1717
8156 msgid ""
8157 "Windows does not have distributions.  This string is returned if the OS type "
8158 "is Windows."
8159 msgstr ""
8160
8161 # type: =item
8162 #: ../src/guestfs-actions.pod:2533 ../fish/guestfish-actions.pod:1720
8163 msgid "\"ubuntu\""
8164 msgstr ""
8165
8166 # type: textblock
8167 #: ../src/guestfs-actions.pod:2535 ../fish/guestfish-actions.pod:1722
8168 msgid "Ubuntu."
8169 msgstr ""
8170
8171 # type: =item
8172 #: ../src/guestfs-actions.pod:2537 ../src/guestfs-actions.pod:2724 ../fish/guestfish-actions.pod:1724 ../fish/guestfish-actions.pod:1862
8173 msgid "\"unknown\""
8174 msgstr ""
8175
8176 # type: textblock
8177 #: ../src/guestfs-actions.pod:2539 ../fish/guestfish-actions.pod:1726
8178 msgid "The distro could not be determined."
8179 msgstr ""
8180
8181 # type: textblock
8182 #: ../src/guestfs-actions.pod:2543 ../src/guestfs-actions.pod:2730 ../fish/guestfish-actions.pod:1730 ../fish/guestfish-actions.pod:1868
8183 msgid ""
8184 "Future versions of libguestfs may return other strings here.  The caller "
8185 "should be prepared to handle any string."
8186 msgstr ""
8187
8188 # type: =head2
8189 #: ../src/guestfs-actions.pod:2553
8190 msgid "guestfs_inspect_get_filesystems"
8191 msgstr ""
8192
8193 # type: verbatim
8194 #: ../src/guestfs-actions.pod:2555
8195 #, no-wrap
8196 msgid ""
8197 " char **\n"
8198 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
8199 "                                  const char *root);\n"
8200 "\n"
8201 msgstr ""
8202
8203 # type: textblock
8204 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1742
8205 msgid ""
8206 "This returns a list of all the filesystems that we think are associated with "
8207 "this operating system.  This includes the root filesystem, other ordinary "
8208 "filesystems, and non-mounted devices like swap partitions."
8209 msgstr ""
8210
8211 # type: textblock
8212 #: ../src/guestfs-actions.pod:2567 ../fish/guestfish-actions.pod:1747
8213 msgid ""
8214 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
8215 "to be shared between operating systems."
8216 msgstr ""
8217
8218 # type: textblock
8219 #: ../src/guestfs-actions.pod:2570
8220 msgid ""
8221 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
8222 "C<guestfs_inspect_get_mountpoints>."
8223 msgstr ""
8224
8225 # type: =head2
8226 #: ../src/guestfs-actions.pod:2579
8227 msgid "guestfs_inspect_get_major_version"
8228 msgstr ""
8229
8230 # type: verbatim
8231 #: ../src/guestfs-actions.pod:2581
8232 #, no-wrap
8233 msgid ""
8234 " int\n"
8235 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
8236 "                                    const char *root);\n"
8237 "\n"
8238 msgstr ""
8239
8240 # type: textblock
8241 #: ../src/guestfs-actions.pod:2588 ../fish/guestfish-actions.pod:1760
8242 msgid "This returns the major version number of the inspected operating system."
8243 msgstr ""
8244
8245 # type: textblock
8246 #: ../src/guestfs-actions.pod:2591 ../fish/guestfish-actions.pod:1763
8247 msgid ""
8248 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
8249 "popular public names used by the operating system.  Notably the operating "
8250 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
8251 "1).  You can find out the real versions corresponding to releases of Windows "
8252 "by consulting Wikipedia or MSDN."
8253 msgstr ""
8254
8255 # type: textblock
8256 #: ../src/guestfs-actions.pod:2598 ../src/guestfs-actions.pod:2618 ../fish/guestfish-actions.pod:1770 ../fish/guestfish-actions.pod:1784
8257 msgid "If the version could not be determined, then C<0> is returned."
8258 msgstr ""
8259
8260 # type: =head2
8261 #: ../src/guestfs-actions.pod:2606
8262 msgid "guestfs_inspect_get_minor_version"
8263 msgstr ""
8264
8265 # type: verbatim
8266 #: ../src/guestfs-actions.pod:2608
8267 #, no-wrap
8268 msgid ""
8269 " int\n"
8270 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
8271 "                                    const char *root);\n"
8272 "\n"
8273 msgstr ""
8274
8275 # type: textblock
8276 #: ../src/guestfs-actions.pod:2615 ../fish/guestfish-actions.pod:1781
8277 msgid "This returns the minor version number of the inspected operating system."
8278 msgstr ""
8279
8280 # type: textblock
8281 #: ../src/guestfs-actions.pod:2620
8282 msgid ""
8283 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
8284 "C<guestfs_inspect_get_major_version>."
8285 msgstr ""
8286
8287 # type: =head2
8288 #: ../src/guestfs-actions.pod:2627
8289 msgid "guestfs_inspect_get_mountpoints"
8290 msgstr ""
8291
8292 # type: verbatim
8293 #: ../src/guestfs-actions.pod:2629
8294 #, no-wrap
8295 msgid ""
8296 " char **\n"
8297 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
8298 "                                  const char *root);\n"
8299 "\n"
8300 msgstr ""
8301
8302 # type: textblock
8303 #: ../src/guestfs-actions.pod:2636 ../fish/guestfish-actions.pod:1796
8304 msgid ""
8305 "This returns a hash of where we think the filesystems associated with this "
8306 "operating system should be mounted.  Callers should note that this is at "
8307 "best an educated guess made by reading configuration files such as "
8308 "C</etc/fstab>."
8309 msgstr ""
8310
8311 # type: textblock
8312 #: ../src/guestfs-actions.pod:2641 ../fish/guestfish-actions.pod:1801
8313 msgid ""
8314 "Each element in the returned hashtable has a key which is the path of the "
8315 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
8316 "mounted there (eg. C</dev/sda1>)."
8317 msgstr ""
8318
8319 # type: textblock
8320 #: ../src/guestfs-actions.pod:2646 ../fish/guestfish-actions.pod:1806
8321 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
8322 msgstr ""
8323
8324 # type: textblock
8325 #: ../src/guestfs-actions.pod:2649
8326 msgid ""
8327 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
8328 "C<guestfs_inspect_get_filesystems>."
8329 msgstr ""
8330
8331 # type: textblock
8332 #: ../src/guestfs-actions.pod:2652 ../src/guestfs-actions.pod:3095 ../src/guestfs-actions.pod:4223 ../src/guestfs-actions.pod:6079
8333 msgid ""
8334 "This function returns a NULL-terminated array of strings, or NULL if there "
8335 "was an error.  The array of strings will always have length C<2n+1>, where "
8336 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
8337 "caller must free the strings and the array after use>."
8338 msgstr ""
8339
8340 # type: =head2
8341 #: ../src/guestfs-actions.pod:2660
8342 msgid "guestfs_inspect_get_product_name"
8343 msgstr ""
8344
8345 # type: verbatim
8346 #: ../src/guestfs-actions.pod:2662
8347 #, no-wrap
8348 msgid ""
8349 " char *\n"
8350 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
8351 "                                   const char *root);\n"
8352 "\n"
8353 msgstr ""
8354
8355 # type: textblock
8356 #: ../src/guestfs-actions.pod:2669 ../fish/guestfish-actions.pod:1819
8357 msgid ""
8358 "This returns the product name of the inspected operating system.  The "
8359 "product name is generally some freeform string which can be displayed to the "
8360 "user, but should not be parsed by programs."
8361 msgstr ""
8362
8363 # type: textblock
8364 #: ../src/guestfs-actions.pod:2674 ../fish/guestfish-actions.pod:1824
8365 msgid ""
8366 "If the product name could not be determined, then the string C<unknown> is "
8367 "returned."
8368 msgstr ""
8369
8370 # type: =head2
8371 #: ../src/guestfs-actions.pod:2684
8372 msgid "guestfs_inspect_get_roots"
8373 msgstr ""
8374
8375 # type: verbatim
8376 #: ../src/guestfs-actions.pod:2686
8377 #, no-wrap
8378 msgid ""
8379 " char **\n"
8380 " guestfs_inspect_get_roots (guestfs_h *g);\n"
8381 "\n"
8382 msgstr ""
8383
8384 # type: textblock
8385 #: ../src/guestfs-actions.pod:2689
8386 msgid ""
8387 "This function is a convenient way to get the list of root devices, as "
8388 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
8389 "the whole inspection process."
8390 msgstr ""
8391
8392 # type: textblock
8393 #: ../src/guestfs-actions.pod:2693
8394 msgid ""
8395 "This returns an empty list if either no root devices were found or the "
8396 "caller has not called C<guestfs_inspect_os>."
8397 msgstr ""
8398
8399 # type: =head2
8400 #: ../src/guestfs-actions.pod:2702
8401 msgid "guestfs_inspect_get_type"
8402 msgstr ""
8403
8404 # type: verbatim
8405 #: ../src/guestfs-actions.pod:2704
8406 #, no-wrap
8407 msgid ""
8408 " char *\n"
8409 " guestfs_inspect_get_type (guestfs_h *g,\n"
8410 "                           const char *root);\n"
8411 "\n"
8412 msgstr ""
8413
8414 # type: textblock
8415 #: ../src/guestfs-actions.pod:2711 ../fish/guestfish-actions.pod:1849
8416 msgid ""
8417 "This returns the type of the inspected operating system.  Currently defined "
8418 "types are:"
8419 msgstr ""
8420
8421 # type: =item
8422 #: ../src/guestfs-actions.pod:2716 ../fish/guestfish-actions.pod:1854
8423 msgid "\"linux\""
8424 msgstr ""
8425
8426 # type: textblock
8427 #: ../src/guestfs-actions.pod:2718 ../fish/guestfish-actions.pod:1856
8428 msgid "Any Linux-based operating system."
8429 msgstr ""
8430
8431 # type: textblock
8432 #: ../src/guestfs-actions.pod:2722 ../fish/guestfish-actions.pod:1860
8433 msgid "Any Microsoft Windows operating system."
8434 msgstr ""
8435
8436 # type: textblock
8437 #: ../src/guestfs-actions.pod:2726 ../fish/guestfish-actions.pod:1864
8438 msgid "The operating system type could not be determined."
8439 msgstr ""
8440
8441 # type: =head2
8442 #: ../src/guestfs-actions.pod:2740
8443 msgid "guestfs_inspect_get_windows_systemroot"
8444 msgstr ""
8445
8446 # type: verbatim
8447 #: ../src/guestfs-actions.pod:2742
8448 #, no-wrap
8449 msgid ""
8450 " char *\n"
8451 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
8452 "                                         const char *root);\n"
8453 "\n"
8454 msgstr ""
8455
8456 # type: textblock
8457 #: ../src/guestfs-actions.pod:2749 ../fish/guestfish-actions.pod:1880
8458 msgid ""
8459 "This returns the Windows systemroot of the inspected guest.  The systemroot "
8460 "is a directory path such as C</WINDOWS>."
8461 msgstr ""
8462
8463 # type: textblock
8464 #: ../src/guestfs-actions.pod:2752 ../fish/guestfish-actions.pod:1883
8465 msgid ""
8466 "This call assumes that the guest is Windows and that the systemroot could be "
8467 "determined by inspection.  If this is not the case then an error is "
8468 "returned."
8469 msgstr ""
8470
8471 # type: textblock
8472 #: ../src/guestfs-actions.pod:2761
8473 msgid "(Added in 1.5.25)"
8474 msgstr ""
8475
8476 # type: =head2
8477 #: ../src/guestfs-actions.pod:2763
8478 msgid "guestfs_inspect_os"
8479 msgstr ""
8480
8481 # type: verbatim
8482 #: ../src/guestfs-actions.pod:2765
8483 #, no-wrap
8484 msgid ""
8485 " char **\n"
8486 " guestfs_inspect_os (guestfs_h *g);\n"
8487 "\n"
8488 msgstr ""
8489
8490 # type: textblock
8491 #: ../src/guestfs-actions.pod:2768 ../fish/guestfish-actions.pod:1893
8492 msgid ""
8493 "This function uses other libguestfs functions and certain heuristics to "
8494 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
8495 "for operating systems."
8496 msgstr ""
8497
8498 # type: textblock
8499 #: ../src/guestfs-actions.pod:2772 ../fish/guestfish-actions.pod:1897
8500 msgid "The list returned is empty if no operating systems were found."
8501 msgstr ""
8502
8503 # type: textblock
8504 #: ../src/guestfs-actions.pod:2774 ../fish/guestfish-actions.pod:1899
8505 msgid ""
8506 "If one operating system was found, then this returns a list with a single "
8507 "element, which is the name of the root filesystem of this operating system.  "
8508 "It is also possible for this function to return a list containing more than "
8509 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
8510 "element being the root filesystem of one of the operating systems."
8511 msgstr ""
8512
8513 # type: textblock
8514 #: ../src/guestfs-actions.pod:2781
8515 msgid ""
8516 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
8517 "functions in order to query further information about each operating system, "
8518 "such as the name and version."
8519 msgstr ""
8520
8521 # type: textblock
8522 #: ../src/guestfs-actions.pod:2786
8523 msgid ""
8524 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
8525 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
8526 "the contents.  This should be called with no disks currently mounted.  The "
8527 "function may also use Augeas, so any existing Augeas handle will be closed."
8528 msgstr ""
8529
8530 # type: textblock
8531 #: ../src/guestfs-actions.pod:2792 ../fish/guestfish-actions.pod:1917
8532 msgid ""
8533 "This function cannot decrypt encrypted disks.  The caller must do that first "
8534 "(supplying the necessary keys) if the disk is encrypted."
8535 msgstr ""
8536
8537 # type: textblock
8538 #: ../src/guestfs-actions.pod:2798 ../src/guestfs-actions.pod:3053 ../src/guestfs-actions.pod:3115
8539 msgid "See also C<guestfs_list_filesystems>."
8540 msgstr ""
8541
8542 # type: =head2
8543 #: ../src/guestfs-actions.pod:2806
8544 msgid "guestfs_is_blockdev"
8545 msgstr ""
8546
8547 # type: verbatim
8548 #: ../src/guestfs-actions.pod:2808
8549 #, no-wrap
8550 msgid ""
8551 " int\n"
8552 " guestfs_is_blockdev (guestfs_h *g,\n"
8553 "                      const char *path);\n"
8554 "\n"
8555 msgstr ""
8556
8557 # type: textblock
8558 #: ../src/guestfs-actions.pod:2812 ../fish/guestfish-actions.pod:1929
8559 msgid ""
8560 "This returns C<true> if and only if there is a block device with the given "
8561 "C<path> name."
8562 msgstr ""
8563
8564 # type: textblock
8565 #: ../src/guestfs-actions.pod:2815 ../src/guestfs-actions.pod:2844 ../src/guestfs-actions.pod:2874 ../src/guestfs-actions.pod:2889 ../src/guestfs-actions.pod:2905 ../src/guestfs-actions.pod:2961 ../src/guestfs-actions.pod:2976
8566 msgid "See also C<guestfs_stat>."
8567 msgstr ""
8568
8569 # type: textblock
8570 #: ../src/guestfs-actions.pod:2819 ../src/guestfs-actions.pod:2848 ../src/guestfs-actions.pod:2893 ../src/guestfs-actions.pod:2965 ../src/guestfs-actions.pod:2980
8571 msgid "(Added in 1.5.10)"
8572 msgstr ""
8573
8574 # type: =head2
8575 #: ../src/guestfs-actions.pod:2821
8576 msgid "guestfs_is_busy"
8577 msgstr ""
8578
8579 # type: verbatim
8580 #: ../src/guestfs-actions.pod:2823
8581 #, no-wrap
8582 msgid ""
8583 " int\n"
8584 " guestfs_is_busy (guestfs_h *g);\n"
8585 "\n"
8586 msgstr ""
8587
8588 # type: textblock
8589 #: ../src/guestfs-actions.pod:2826 ../fish/guestfish-actions.pod:1938
8590 msgid ""
8591 "This returns true iff this handle is busy processing a command (in the "
8592 "C<BUSY> state)."
8593 msgstr ""
8594
8595 # type: =head2
8596 #: ../src/guestfs-actions.pod:2835
8597 msgid "guestfs_is_chardev"
8598 msgstr ""
8599
8600 # type: verbatim
8601 #: ../src/guestfs-actions.pod:2837
8602 #, no-wrap
8603 msgid ""
8604 " int\n"
8605 " guestfs_is_chardev (guestfs_h *g,\n"
8606 "                     const char *path);\n"
8607 "\n"
8608 msgstr ""
8609
8610 # type: textblock
8611 #: ../src/guestfs-actions.pod:2841 ../fish/guestfish-actions.pod:1947
8612 msgid ""
8613 "This returns C<true> if and only if there is a character device with the "
8614 "given C<path> name."
8615 msgstr ""
8616
8617 # type: =head2
8618 #: ../src/guestfs-actions.pod:2850
8619 msgid "guestfs_is_config"
8620 msgstr ""
8621
8622 # type: verbatim
8623 #: ../src/guestfs-actions.pod:2852
8624 #, no-wrap
8625 msgid ""
8626 " int\n"
8627 " guestfs_is_config (guestfs_h *g);\n"
8628 "\n"
8629 msgstr ""
8630
8631 # type: textblock
8632 #: ../src/guestfs-actions.pod:2855 ../fish/guestfish-actions.pod:1956
8633 msgid ""
8634 "This returns true iff this handle is being configured (in the C<CONFIG> "
8635 "state)."
8636 msgstr ""
8637
8638 # type: =head2
8639 #: ../src/guestfs-actions.pod:2864
8640 msgid "guestfs_is_dir"
8641 msgstr ""
8642
8643 # type: verbatim
8644 #: ../src/guestfs-actions.pod:2866
8645 #, no-wrap
8646 msgid ""
8647 " int\n"
8648 " guestfs_is_dir (guestfs_h *g,\n"
8649 "                 const char *path);\n"
8650 "\n"
8651 msgstr ""
8652
8653 # type: textblock
8654 #: ../src/guestfs-actions.pod:2870 ../fish/guestfish-actions.pod:1965
8655 msgid ""
8656 "This returns C<true> if and only if there is a directory with the given "
8657 "C<path> name.  Note that it returns false for other objects like files."
8658 msgstr ""
8659
8660 # type: =head2
8661 #: ../src/guestfs-actions.pod:2880
8662 msgid "guestfs_is_fifo"
8663 msgstr ""
8664
8665 # type: verbatim
8666 #: ../src/guestfs-actions.pod:2882
8667 #, no-wrap
8668 msgid ""
8669 " int\n"
8670 " guestfs_is_fifo (guestfs_h *g,\n"
8671 "                  const char *path);\n"
8672 "\n"
8673 msgstr ""
8674
8675 # type: textblock
8676 #: ../src/guestfs-actions.pod:2886 ../fish/guestfish-actions.pod:1975
8677 msgid ""
8678 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
8679 "given C<path> name."
8680 msgstr ""
8681
8682 # type: =head2
8683 #: ../src/guestfs-actions.pod:2895
8684 msgid "guestfs_is_file"
8685 msgstr ""
8686
8687 # type: verbatim
8688 #: ../src/guestfs-actions.pod:2897
8689 #, no-wrap
8690 msgid ""
8691 " int\n"
8692 " guestfs_is_file (guestfs_h *g,\n"
8693 "                  const char *path);\n"
8694 "\n"
8695 msgstr ""
8696
8697 # type: textblock
8698 #: ../src/guestfs-actions.pod:2901 ../fish/guestfish-actions.pod:1984
8699 msgid ""
8700 "This returns C<true> if and only if there is a regular file with the given "
8701 "C<path> name.  Note that it returns false for other objects like "
8702 "directories."
8703 msgstr ""
8704
8705 # type: =head2
8706 #: ../src/guestfs-actions.pod:2911
8707 msgid "guestfs_is_launching"
8708 msgstr ""
8709
8710 # type: verbatim
8711 #: ../src/guestfs-actions.pod:2913
8712 #, no-wrap
8713 msgid ""
8714 " int\n"
8715 " guestfs_is_launching (guestfs_h *g);\n"
8716 "\n"
8717 msgstr ""
8718
8719 # type: textblock
8720 #: ../src/guestfs-actions.pod:2916 ../fish/guestfish-actions.pod:1994
8721 msgid ""
8722 "This returns true iff this handle is launching the subprocess (in the "
8723 "C<LAUNCHING> state)."
8724 msgstr ""
8725
8726 # type: =head2
8727 #: ../src/guestfs-actions.pod:2925
8728 msgid "guestfs_is_lv"
8729 msgstr ""
8730
8731 # type: verbatim
8732 #: ../src/guestfs-actions.pod:2927
8733 #, no-wrap
8734 msgid ""
8735 " int\n"
8736 " guestfs_is_lv (guestfs_h *g,\n"
8737 "                const char *device);\n"
8738 "\n"
8739 msgstr ""
8740
8741 # type: textblock
8742 #: ../src/guestfs-actions.pod:2931 ../fish/guestfish-actions.pod:2003
8743 msgid ""
8744 "This command tests whether C<device> is a logical volume, and returns true "
8745 "iff this is the case."
8746 msgstr ""
8747
8748 # type: =head2
8749 #: ../src/guestfs-actions.pod:2938
8750 msgid "guestfs_is_ready"
8751 msgstr ""
8752
8753 # type: verbatim
8754 #: ../src/guestfs-actions.pod:2940
8755 #, no-wrap
8756 msgid ""
8757 " int\n"
8758 " guestfs_is_ready (guestfs_h *g);\n"
8759 "\n"
8760 msgstr ""
8761
8762 # type: textblock
8763 #: ../src/guestfs-actions.pod:2943 ../fish/guestfish-actions.pod:2010
8764 msgid ""
8765 "This returns true iff this handle is ready to accept commands (in the "
8766 "C<READY> state)."
8767 msgstr ""
8768
8769 # type: =head2
8770 #: ../src/guestfs-actions.pod:2952
8771 msgid "guestfs_is_socket"
8772 msgstr ""
8773
8774 # type: verbatim
8775 #: ../src/guestfs-actions.pod:2954
8776 #, no-wrap
8777 msgid ""
8778 " int\n"
8779 " guestfs_is_socket (guestfs_h *g,\n"
8780 "                    const char *path);\n"
8781 "\n"
8782 msgstr ""
8783
8784 # type: textblock
8785 #: ../src/guestfs-actions.pod:2958 ../fish/guestfish-actions.pod:2019
8786 msgid ""
8787 "This returns C<true> if and only if there is a Unix domain socket with the "
8788 "given C<path> name."
8789 msgstr ""
8790
8791 # type: =head2
8792 #: ../src/guestfs-actions.pod:2967
8793 msgid "guestfs_is_symlink"
8794 msgstr ""
8795
8796 # type: verbatim
8797 #: ../src/guestfs-actions.pod:2969
8798 #, no-wrap
8799 msgid ""
8800 " int\n"
8801 " guestfs_is_symlink (guestfs_h *g,\n"
8802 "                     const char *path);\n"
8803 "\n"
8804 msgstr ""
8805
8806 # type: textblock
8807 #: ../src/guestfs-actions.pod:2973 ../fish/guestfish-actions.pod:2028
8808 msgid ""
8809 "This returns C<true> if and only if there is a symbolic link with the given "
8810 "C<path> name."
8811 msgstr ""
8812
8813 # type: =head2
8814 #: ../src/guestfs-actions.pod:2982
8815 msgid "guestfs_kill_subprocess"
8816 msgstr ""
8817
8818 # type: verbatim
8819 #: ../src/guestfs-actions.pod:2984
8820 #, no-wrap
8821 msgid ""
8822 " int\n"
8823 " guestfs_kill_subprocess (guestfs_h *g);\n"
8824 "\n"
8825 msgstr ""
8826
8827 # type: textblock
8828 #: ../src/guestfs-actions.pod:2987 ../fish/guestfish-actions.pod:2037
8829 msgid "This kills the qemu subprocess.  You should never need to call this."
8830 msgstr ""
8831
8832 # type: =head2
8833 #: ../src/guestfs-actions.pod:2993
8834 msgid "guestfs_launch"
8835 msgstr ""
8836
8837 # type: verbatim
8838 #: ../src/guestfs-actions.pod:2995
8839 #, no-wrap
8840 msgid ""
8841 " int\n"
8842 " guestfs_launch (guestfs_h *g);\n"
8843 "\n"
8844 msgstr ""
8845
8846 # type: textblock
8847 #: ../src/guestfs-actions.pod:2998 ../fish/guestfish-actions.pod:2045
8848 msgid ""
8849 "Internally libguestfs is implemented by running a virtual machine using "
8850 "L<qemu(1)>."
8851 msgstr ""
8852
8853 # type: textblock
8854 #: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2048
8855 msgid ""
8856 "You should call this after configuring the handle (eg. adding drives) but "
8857 "before performing any actions."
8858 msgstr ""
8859
8860 # type: =head2
8861 #: ../src/guestfs-actions.pod:3008
8862 msgid "guestfs_lchown"
8863 msgstr ""
8864
8865 # type: verbatim
8866 #: ../src/guestfs-actions.pod:3010
8867 #, no-wrap
8868 msgid ""
8869 " int\n"
8870 " guestfs_lchown (guestfs_h *g,\n"
8871 "                 int owner,\n"
8872 "                 int group,\n"
8873 "                 const char *path);\n"
8874 "\n"
8875 msgstr ""
8876
8877 # type: textblock
8878 #: ../src/guestfs-actions.pod:3016
8879 msgid ""
8880 "Change the file owner to C<owner> and group to C<group>.  This is like "
8881 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
8882 "changed, not the target."
8883 msgstr ""
8884
8885 # type: =head2
8886 #: ../src/guestfs-actions.pod:3028
8887 msgid "guestfs_lgetxattrs"
8888 msgstr ""
8889
8890 # type: verbatim
8891 #: ../src/guestfs-actions.pod:3030
8892 #, no-wrap
8893 msgid ""
8894 " struct guestfs_xattr_list *\n"
8895 " guestfs_lgetxattrs (guestfs_h *g,\n"
8896 "                     const char *path);\n"
8897 "\n"
8898 msgstr ""
8899
8900 # type: textblock
8901 #: ../src/guestfs-actions.pod:3034
8902 msgid ""
8903 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
8904 "then it returns the extended attributes of the link itself."
8905 msgstr ""
8906
8907 # type: =head2
8908 #: ../src/guestfs-actions.pod:3044
8909 msgid "guestfs_list_devices"
8910 msgstr ""
8911
8912 # type: verbatim
8913 #: ../src/guestfs-actions.pod:3046
8914 #, no-wrap
8915 msgid ""
8916 " char **\n"
8917 " guestfs_list_devices (guestfs_h *g);\n"
8918 "\n"
8919 msgstr ""
8920
8921 # type: textblock
8922 #: ../src/guestfs-actions.pod:3049 ../fish/guestfish-actions.pod:2075
8923 msgid "List all the block devices."
8924 msgstr ""
8925
8926 # type: textblock
8927 #: ../src/guestfs-actions.pod:3051 ../fish/guestfish-actions.pod:2077
8928 msgid "The full block device names are returned, eg. C</dev/sda>."
8929 msgstr ""
8930
8931 # type: =head2
8932 #: ../src/guestfs-actions.pod:3061
8933 msgid "guestfs_list_filesystems"
8934 msgstr ""
8935
8936 # type: verbatim
8937 #: ../src/guestfs-actions.pod:3063
8938 #, no-wrap
8939 msgid ""
8940 " char **\n"
8941 " guestfs_list_filesystems (guestfs_h *g);\n"
8942 "\n"
8943 msgstr ""
8944
8945 # type: textblock
8946 #: ../src/guestfs-actions.pod:3066 ../fish/guestfish-actions.pod:2085
8947 msgid ""
8948 "This inspection command looks for filesystems on partitions, block devices "
8949 "and logical volumes, returning a list of devices containing filesystems and "
8950 "their type."
8951 msgstr ""
8952
8953 # type: textblock
8954 #: ../src/guestfs-actions.pod:3070 ../fish/guestfish-actions.pod:2089
8955 msgid ""
8956 "The return value is a hash, where the keys are the devices containing "
8957 "filesystems, and the values are the filesystem types.  For example:"
8958 msgstr ""
8959
8960 # type: verbatim
8961 #: ../src/guestfs-actions.pod:3074 ../fish/guestfish-actions.pod:2093
8962 #, no-wrap
8963 msgid ""
8964 " \"/dev/sda1\" => \"ntfs\"\n"
8965 " \"/dev/sda2\" => \"ext2\"\n"
8966 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
8967 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
8968 "\n"
8969 msgstr ""
8970
8971 # type: textblock
8972 #: ../src/guestfs-actions.pod:3079 ../fish/guestfish-actions.pod:2098
8973 msgid ""
8974 "The value can have the special value \"unknown\", meaning the content of the "
8975 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
8976 msgstr ""
8977
8978 # type: textblock
8979 #: ../src/guestfs-actions.pod:3083
8980 msgid ""
8981 "This command runs other libguestfs commands, which might include "
8982 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
8983 "soon after launch and only when nothing is mounted."
8984 msgstr ""
8985
8986 # type: textblock
8987 #: ../src/guestfs-actions.pod:3087
8988 msgid ""
8989 "Not all of the filesystems returned will be mountable.  In particular, swap "
8990 "partitions are returned in the list.  Also this command does not check that "
8991 "each filesystem found is valid and mountable, and some filesystems might be "
8992 "mountable but require special options.  Filesystems may not all belong to a "
8993 "single logical operating system (use C<guestfs_inspect_os> to look for "
8994 "OSes)."
8995 msgstr ""
8996
8997 # type: textblock
8998 #: ../src/guestfs-actions.pod:3101 ../src/guestfs-actions.pod:4624
8999 msgid "(Added in 1.5.15)"
9000 msgstr ""
9001
9002 # type: =head2
9003 #: ../src/guestfs-actions.pod:3103
9004 msgid "guestfs_list_partitions"
9005 msgstr ""
9006
9007 # type: verbatim
9008 #: ../src/guestfs-actions.pod:3105
9009 #, no-wrap
9010 msgid ""
9011 " char **\n"
9012 " guestfs_list_partitions (guestfs_h *g);\n"
9013 "\n"
9014 msgstr ""
9015
9016 # type: textblock
9017 #: ../src/guestfs-actions.pod:3108 ../fish/guestfish-actions.pod:2118
9018 msgid "List all the partitions detected on all block devices."
9019 msgstr ""
9020
9021 # type: textblock
9022 #: ../src/guestfs-actions.pod:3110 ../fish/guestfish-actions.pod:2120
9023 msgid "The full partition device names are returned, eg. C</dev/sda1>"
9024 msgstr ""
9025
9026 # type: textblock
9027 #: ../src/guestfs-actions.pod:3112
9028 msgid ""
9029 "This does not return logical volumes.  For that you will need to call "
9030 "C<guestfs_lvs>."
9031 msgstr ""
9032
9033 # type: =head2
9034 #: ../src/guestfs-actions.pod:3123
9035 msgid "guestfs_ll"
9036 msgstr ""
9037
9038 # type: verbatim
9039 #: ../src/guestfs-actions.pod:3125
9040 #, no-wrap
9041 msgid ""
9042 " char *\n"
9043 " guestfs_ll (guestfs_h *g,\n"
9044 "             const char *directory);\n"
9045 "\n"
9046 msgstr ""
9047
9048 # type: textblock
9049 #: ../src/guestfs-actions.pod:3129 ../fish/guestfish-actions.pod:2131
9050 msgid ""
9051 "List the files in C<directory> (relative to the root directory, there is no "
9052 "cwd) in the format of 'ls -la'."
9053 msgstr ""
9054
9055 # type: textblock
9056 #: ../src/guestfs-actions.pod:3132 ../fish/guestfish-actions.pod:2134
9057 msgid ""
9058 "This command is mostly useful for interactive sessions.  It is I<not> "
9059 "intended that you try to parse the output string."
9060 msgstr ""
9061
9062 # type: =head2
9063 #: ../src/guestfs-actions.pod:3140
9064 msgid "guestfs_ln"
9065 msgstr ""
9066
9067 # type: verbatim
9068 #: ../src/guestfs-actions.pod:3142
9069 #, no-wrap
9070 msgid ""
9071 " int\n"
9072 " guestfs_ln (guestfs_h *g,\n"
9073 "             const char *target,\n"
9074 "             const char *linkname);\n"
9075 "\n"
9076 msgstr ""
9077
9078 # type: textblock
9079 #: ../src/guestfs-actions.pod:3147 ../fish/guestfish-actions.pod:2141
9080 msgid "This command creates a hard link using the C<ln> command."
9081 msgstr ""
9082
9083 # type: =head2
9084 #: ../src/guestfs-actions.pod:3153
9085 msgid "guestfs_ln_f"
9086 msgstr ""
9087
9088 # type: verbatim
9089 #: ../src/guestfs-actions.pod:3155
9090 #, no-wrap
9091 msgid ""
9092 " int\n"
9093 " guestfs_ln_f (guestfs_h *g,\n"
9094 "               const char *target,\n"
9095 "               const char *linkname);\n"
9096 "\n"
9097 msgstr ""
9098
9099 # type: textblock
9100 #: ../src/guestfs-actions.pod:3160 ../fish/guestfish-actions.pod:2147
9101 msgid ""
9102 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
9103 "option removes the link (C<linkname>) if it exists already."
9104 msgstr ""
9105
9106 # type: =head2
9107 #: ../src/guestfs-actions.pod:3167
9108 msgid "guestfs_ln_s"
9109 msgstr ""
9110
9111 # type: verbatim
9112 #: ../src/guestfs-actions.pod:3169
9113 #, no-wrap
9114 msgid ""
9115 " int\n"
9116 " guestfs_ln_s (guestfs_h *g,\n"
9117 "               const char *target,\n"
9118 "               const char *linkname);\n"
9119 "\n"
9120 msgstr ""
9121
9122 # type: textblock
9123 #: ../src/guestfs-actions.pod:3174 ../fish/guestfish-actions.pod:2154
9124 msgid "This command creates a symbolic link using the C<ln -s> command."
9125 msgstr ""
9126
9127 # type: =head2
9128 #: ../src/guestfs-actions.pod:3180
9129 msgid "guestfs_ln_sf"
9130 msgstr ""
9131
9132 # type: verbatim
9133 #: ../src/guestfs-actions.pod:3182
9134 #, no-wrap
9135 msgid ""
9136 " int\n"
9137 " guestfs_ln_sf (guestfs_h *g,\n"
9138 "                const char *target,\n"
9139 "                const char *linkname);\n"
9140 "\n"
9141 msgstr ""
9142
9143 # type: textblock
9144 #: ../src/guestfs-actions.pod:3187 ../fish/guestfish-actions.pod:2160
9145 msgid ""
9146 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
9147 "option removes the link (C<linkname>) if it exists already."
9148 msgstr ""
9149
9150 # type: =head2
9151 #: ../src/guestfs-actions.pod:3194
9152 msgid "guestfs_lremovexattr"
9153 msgstr ""
9154
9155 # type: verbatim
9156 #: ../src/guestfs-actions.pod:3196
9157 #, no-wrap
9158 msgid ""
9159 " int\n"
9160 " guestfs_lremovexattr (guestfs_h *g,\n"
9161 "                       const char *xattr,\n"
9162 "                       const char *path);\n"
9163 "\n"
9164 msgstr ""
9165
9166 # type: textblock
9167 #: ../src/guestfs-actions.pod:3201
9168 msgid ""
9169 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
9170 "link, then it removes an extended attribute of the link itself."
9171 msgstr ""
9172
9173 # type: =head2
9174 #: ../src/guestfs-actions.pod:3209
9175 msgid "guestfs_ls"
9176 msgstr ""
9177
9178 # type: verbatim
9179 #: ../src/guestfs-actions.pod:3211
9180 #, no-wrap
9181 msgid ""
9182 " char **\n"
9183 " guestfs_ls (guestfs_h *g,\n"
9184 "             const char *directory);\n"
9185 "\n"
9186 msgstr ""
9187
9188 # type: textblock
9189 #: ../src/guestfs-actions.pod:3215 ../fish/guestfish-actions.pod:2175
9190 msgid ""
9191 "List the files in C<directory> (relative to the root directory, there is no "
9192 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
9193 "shown."
9194 msgstr ""
9195
9196 # type: textblock
9197 #: ../src/guestfs-actions.pod:3219
9198 msgid ""
9199 "This command is mostly useful for interactive sessions.  Programs should "
9200 "probably use C<guestfs_readdir> instead."
9201 msgstr ""
9202
9203 # type: =head2
9204 #: ../src/guestfs-actions.pod:3228
9205 msgid "guestfs_lsetxattr"
9206 msgstr ""
9207
9208 # type: verbatim
9209 #: ../src/guestfs-actions.pod:3230
9210 #, no-wrap
9211 msgid ""
9212 " int\n"
9213 " guestfs_lsetxattr (guestfs_h *g,\n"
9214 "                    const char *xattr,\n"
9215 "                    const char *val,\n"
9216 "                    int vallen,\n"
9217 "                    const char *path);\n"
9218 "\n"
9219 msgstr ""
9220
9221 # type: textblock
9222 #: ../src/guestfs-actions.pod:3237
9223 msgid ""
9224 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
9225 "then it sets an extended attribute of the link itself."
9226 msgstr ""
9227
9228 # type: =head2
9229 #: ../src/guestfs-actions.pod:3245
9230 msgid "guestfs_lstat"
9231 msgstr ""
9232
9233 # type: verbatim
9234 #: ../src/guestfs-actions.pod:3247
9235 #, no-wrap
9236 msgid ""
9237 " struct guestfs_stat *\n"
9238 " guestfs_lstat (guestfs_h *g,\n"
9239 "                const char *path);\n"
9240 "\n"
9241 msgstr ""
9242
9243 # type: textblock
9244 #: ../src/guestfs-actions.pod:3251 ../src/guestfs-actions.pod:5678 ../fish/guestfish-actions.pod:2194 ../fish/guestfish-actions.pod:3776
9245 msgid "Returns file information for the given C<path>."
9246 msgstr ""
9247
9248 # type: textblock
9249 #: ../src/guestfs-actions.pod:3253
9250 msgid ""
9251 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
9252 "link, then the link is stat-ed, not the file it refers to."
9253 msgstr ""
9254
9255 # type: textblock
9256 #: ../src/guestfs-actions.pod:3257 ../fish/guestfish-actions.pod:2200
9257 msgid "This is the same as the C<lstat(2)> system call."
9258 msgstr ""
9259
9260 # type: textblock
9261 #: ../src/guestfs-actions.pod:3259 ../src/guestfs-actions.pod:5682
9262 msgid ""
9263 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
9264 "error.  I<The caller must call C<guestfs_free_stat> after use>."
9265 msgstr ""
9266
9267 # type: textblock
9268 #: ../src/guestfs-actions.pod:3263 ../src/guestfs-actions.pod:5686 ../src/guestfs-actions.pod:5704 ../src/guestfs-actions.pod:6085
9269 msgid "(Added in 0.9.2)"
9270 msgstr ""
9271
9272 # type: =head2
9273 #: ../src/guestfs-actions.pod:3265
9274 msgid "guestfs_lstatlist"
9275 msgstr ""
9276
9277 # type: verbatim
9278 #: ../src/guestfs-actions.pod:3267
9279 #, no-wrap
9280 msgid ""
9281 " struct guestfs_stat_list *\n"
9282 " guestfs_lstatlist (guestfs_h *g,\n"
9283 "                    const char *path,\n"
9284 "                    char *const *names);\n"
9285 "\n"
9286 msgstr ""
9287
9288 # type: textblock
9289 #: ../src/guestfs-actions.pod:3272
9290 msgid ""
9291 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
9292 "files, where all files are in the directory C<path>.  C<names> is the list "
9293 "of files from this directory."
9294 msgstr ""
9295
9296 # type: textblock
9297 #: ../src/guestfs-actions.pod:3276 ../fish/guestfish-actions.pod:2210
9298 msgid ""
9299 "On return you get a list of stat structs, with a one-to-one correspondence "
9300 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
9301 "then the C<ino> field of that structure is set to C<-1>."
9302 msgstr ""
9303
9304 # type: textblock
9305 #: ../src/guestfs-actions.pod:3281
9306 msgid ""
9307 "This call is intended for programs that want to efficiently list a directory "
9308 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
9309 "for a similarly efficient call for getting extended attributes.  Very long "
9310 "directory listings might cause the protocol message size to be exceeded, "
9311 "causing this call to fail.  The caller must split up such requests into "
9312 "smaller groups of names."
9313 msgstr ""
9314
9315 # type: textblock
9316 #: ../src/guestfs-actions.pod:3289
9317 msgid ""
9318 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
9319 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
9320 msgstr ""
9321
9322 # type: =head2
9323 #: ../src/guestfs-actions.pod:3295
9324 msgid "guestfs_luks_add_key"
9325 msgstr ""
9326
9327 # type: verbatim
9328 #: ../src/guestfs-actions.pod:3297
9329 #, no-wrap
9330 msgid ""
9331 " int\n"
9332 " guestfs_luks_add_key (guestfs_h *g,\n"
9333 "                       const char *device,\n"
9334 "                       const char *key,\n"
9335 "                       const char *newkey,\n"
9336 "                       int keyslot);\n"
9337 "\n"
9338 msgstr ""
9339
9340 # type: textblock
9341 #: ../src/guestfs-actions.pod:3304 ../fish/guestfish-actions.pod:2227
9342 msgid ""
9343 "This command adds a new key on LUKS device C<device>.  C<key> is any "
9344 "existing key, and is used to access the device.  C<newkey> is the new key to "
9345 "add.  C<keyslot> is the key slot that will be replaced."
9346 msgstr ""
9347
9348 # type: textblock
9349 #: ../src/guestfs-actions.pod:3309
9350 msgid ""
9351 "Note that if C<keyslot> already contains a key, then this command will "
9352 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
9353 msgstr ""
9354
9355 # type: textblock
9356 #: ../src/guestfs-actions.pod:3315 ../src/guestfs-actions.pod:3355 ../src/guestfs-actions.pod:3378 ../src/guestfs-actions.pod:3398 ../src/guestfs-actions.pod:3430 ../src/guestfs-actions.pod:3449
9357 msgid ""
9358 "This function takes a key or passphrase parameter which could contain "
9359 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
9360 "information."
9361 msgstr ""
9362
9363 # type: textblock
9364 #: ../src/guestfs-actions.pod:3319 ../src/guestfs-actions.pod:3359 ../src/guestfs-actions.pod:3382 ../src/guestfs-actions.pod:3402
9365 msgid "(Added in 1.5.2)"
9366 msgstr ""
9367
9368 # type: =head2
9369 #: ../src/guestfs-actions.pod:3321
9370 msgid "guestfs_luks_close"
9371 msgstr ""
9372
9373 # type: verbatim
9374 #: ../src/guestfs-actions.pod:3323
9375 #, no-wrap
9376 msgid ""
9377 " int\n"
9378 " guestfs_luks_close (guestfs_h *g,\n"
9379 "                     const char *device);\n"
9380 "\n"
9381 msgstr ""
9382
9383 # type: textblock
9384 #: ../src/guestfs-actions.pod:3327
9385 msgid ""
9386 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
9387 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
9388 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
9389 "underlying block device."
9390 msgstr ""
9391
9392 # type: textblock
9393 #: ../src/guestfs-actions.pod:3335 ../src/guestfs-actions.pod:3434 ../src/guestfs-actions.pod:3453 ../src/guestfs-actions.pod:3503 ../src/guestfs-actions.pod:3551
9394 msgid "(Added in 1.5.1)"
9395 msgstr ""
9396
9397 # type: =head2
9398 #: ../src/guestfs-actions.pod:3337
9399 msgid "guestfs_luks_format"
9400 msgstr ""
9401
9402 # type: verbatim
9403 #: ../src/guestfs-actions.pod:3339
9404 #, no-wrap
9405 msgid ""
9406 " int\n"
9407 " guestfs_luks_format (guestfs_h *g,\n"
9408 "                      const char *device,\n"
9409 "                      const char *key,\n"
9410 "                      int keyslot);\n"
9411 "\n"
9412 msgstr ""
9413
9414 # type: textblock
9415 #: ../src/guestfs-actions.pod:3345 ../fish/guestfish-actions.pod:2253
9416 msgid ""
9417 "This command erases existing data on C<device> and formats the device as a "
9418 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
9419 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
9420 msgstr ""
9421
9422 # type: textblock
9423 #: ../src/guestfs-actions.pod:3352 ../src/guestfs-actions.pod:3375 ../src/guestfs-actions.pod:3515 ../src/guestfs-actions.pod:4375 ../src/guestfs-actions.pod:5138 ../src/guestfs-actions.pod:5513 ../src/guestfs-actions.pod:5536 ../src/guestfs-actions.pod:5562 ../src/guestfs-actions.pod:6712 ../fish/guestfish-actions.pod:2261 ../fish/guestfish-actions.pod:2274 ../fish/guestfish-actions.pod:2358 ../fish/guestfish-actions.pod:2888 ../fish/guestfish-actions.pod:3395 ../fish/guestfish-actions.pod:3675 ../fish/guestfish-actions.pod:3691 ../fish/guestfish-actions.pod:3706 ../fish/guestfish-actions.pod:4421
9424 msgid ""
9425 "B<This command is dangerous.  Without careful use you can easily destroy all "
9426 "your data>."
9427 msgstr ""
9428
9429 # type: =head2
9430 #: ../src/guestfs-actions.pod:3361
9431 msgid "guestfs_luks_format_cipher"
9432 msgstr ""
9433
9434 # type: verbatim
9435 #: ../src/guestfs-actions.pod:3363
9436 #, no-wrap
9437 msgid ""
9438 " int\n"
9439 " guestfs_luks_format_cipher (guestfs_h *g,\n"
9440 "                             const char *device,\n"
9441 "                             const char *key,\n"
9442 "                             int keyslot,\n"
9443 "                             const char *cipher);\n"
9444 "\n"
9445 msgstr ""
9446
9447 # type: textblock
9448 #: ../src/guestfs-actions.pod:3370
9449 msgid ""
9450 "This command is the same as C<guestfs_luks_format> but it also allows you to "
9451 "set the C<cipher> used."
9452 msgstr ""
9453
9454 # type: =head2
9455 #: ../src/guestfs-actions.pod:3384
9456 msgid "guestfs_luks_kill_slot"
9457 msgstr ""
9458
9459 # type: verbatim
9460 #: ../src/guestfs-actions.pod:3386
9461 #, no-wrap
9462 msgid ""
9463 " int\n"
9464 " guestfs_luks_kill_slot (guestfs_h *g,\n"
9465 "                         const char *device,\n"
9466 "                         const char *key,\n"
9467 "                         int keyslot);\n"
9468 "\n"
9469 msgstr ""
9470
9471 # type: textblock
9472 #: ../src/guestfs-actions.pod:3392 ../fish/guestfish-actions.pod:2281
9473 msgid ""
9474 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
9475 "device C<device>.  C<key> must be one of the I<other> keys."
9476 msgstr ""
9477
9478 # type: =head2
9479 #: ../src/guestfs-actions.pod:3404
9480 msgid "guestfs_luks_open"
9481 msgstr ""
9482
9483 # type: verbatim
9484 #: ../src/guestfs-actions.pod:3406
9485 #, no-wrap
9486 msgid ""
9487 " int\n"
9488 " guestfs_luks_open (guestfs_h *g,\n"
9489 "                    const char *device,\n"
9490 "                    const char *key,\n"
9491 "                    const char *mapname);\n"
9492 "\n"
9493 msgstr ""
9494
9495 # type: textblock
9496 #: ../src/guestfs-actions.pod:3412 ../fish/guestfish-actions.pod:2292
9497 msgid ""
9498 "This command opens a block device which has been encrypted according to the "
9499 "Linux Unified Key Setup (LUKS) standard."
9500 msgstr ""
9501
9502 # type: textblock
9503 #: ../src/guestfs-actions.pod:3415 ../fish/guestfish-actions.pod:2295
9504 msgid "C<device> is the encrypted block device or partition."
9505 msgstr ""
9506
9507 # type: textblock
9508 #: ../src/guestfs-actions.pod:3417 ../fish/guestfish-actions.pod:2297
9509 msgid ""
9510 "The caller must supply one of the keys associated with the LUKS block "
9511 "device, in the C<key> parameter."
9512 msgstr ""
9513
9514 # type: textblock
9515 #: ../src/guestfs-actions.pod:3420 ../fish/guestfish-actions.pod:2300
9516 msgid ""
9517 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
9518 "writes to this block device are decrypted from and encrypted to the "
9519 "underlying C<device> respectively."
9520 msgstr ""
9521
9522 # type: textblock
9523 #: ../src/guestfs-actions.pod:3424
9524 msgid ""
9525 "If this block device contains LVM volume groups, then calling "
9526 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
9527 "visible."
9528 msgstr ""
9529
9530 # type: =head2
9531 #: ../src/guestfs-actions.pod:3436
9532 msgid "guestfs_luks_open_ro"
9533 msgstr ""
9534
9535 # type: verbatim
9536 #: ../src/guestfs-actions.pod:3438
9537 #, no-wrap
9538 msgid ""
9539 " int\n"
9540 " guestfs_luks_open_ro (guestfs_h *g,\n"
9541 "                       const char *device,\n"
9542 "                       const char *key,\n"
9543 "                       const char *mapname);\n"
9544 "\n"
9545 msgstr ""
9546
9547 # type: textblock
9548 #: ../src/guestfs-actions.pod:3444
9549 msgid ""
9550 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
9551 "created."
9552 msgstr ""
9553
9554 # type: =head2
9555 #: ../src/guestfs-actions.pod:3455
9556 msgid "guestfs_lvcreate"
9557 msgstr ""
9558
9559 # type: verbatim
9560 #: ../src/guestfs-actions.pod:3457
9561 #, no-wrap
9562 msgid ""
9563 " int\n"
9564 " guestfs_lvcreate (guestfs_h *g,\n"
9565 "                   const char *logvol,\n"
9566 "                   const char *volgroup,\n"
9567 "                   int mbytes);\n"
9568 "\n"
9569 msgstr ""
9570
9571 # type: textblock
9572 #: ../src/guestfs-actions.pod:3463 ../fish/guestfish-actions.pod:2325
9573 msgid ""
9574 "This creates an LVM logical volume called C<logvol> on the volume group "
9575 "C<volgroup>, with C<size> megabytes."
9576 msgstr ""
9577
9578 # type: =head2
9579 #: ../src/guestfs-actions.pod:3470
9580 msgid "guestfs_lvm_canonical_lv_name"
9581 msgstr ""
9582
9583 # type: verbatim
9584 #: ../src/guestfs-actions.pod:3472
9585 #, no-wrap
9586 msgid ""
9587 " char *\n"
9588 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
9589 "                                const char *lvname);\n"
9590 "\n"
9591 msgstr ""
9592
9593 # type: textblock
9594 #: ../src/guestfs-actions.pod:3476 ../fish/guestfish-actions.pod:2332
9595 msgid ""
9596 "This converts alternative naming schemes for LVs that you might find to the "
9597 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
9598 "C</dev/VG/LV>."
9599 msgstr ""
9600
9601 # type: textblock
9602 #: ../src/guestfs-actions.pod:3480 ../fish/guestfish-actions.pod:2336
9603 msgid ""
9604 "This command returns an error if the C<lvname> parameter does not refer to a "
9605 "logical volume."
9606 msgstr ""
9607
9608 # type: textblock
9609 #: ../src/guestfs-actions.pod:3483
9610 msgid "See also C<guestfs_is_lv>."
9611 msgstr ""
9612
9613 # type: textblock
9614 #: ../src/guestfs-actions.pod:3488
9615 msgid "(Added in 1.5.24)"
9616 msgstr ""
9617
9618 # type: =head2
9619 #: ../src/guestfs-actions.pod:3490
9620 msgid "guestfs_lvm_clear_filter"
9621 msgstr ""
9622
9623 # type: verbatim
9624 #: ../src/guestfs-actions.pod:3492
9625 #, no-wrap
9626 msgid ""
9627 " int\n"
9628 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
9629 "\n"
9630 msgstr ""
9631
9632 # type: textblock
9633 #: ../src/guestfs-actions.pod:3495
9634 msgid ""
9635 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
9636 "see every block device."
9637 msgstr ""
9638
9639 # type: textblock
9640 #: ../src/guestfs-actions.pod:3498 ../src/guestfs-actions.pod:3540 ../fish/guestfish-actions.pod:2348 ../fish/guestfish-actions.pod:2379
9641 msgid "This command also clears the LVM cache and performs a volume group scan."
9642 msgstr ""
9643
9644 # type: =head2
9645 #: ../src/guestfs-actions.pod:3505
9646 msgid "guestfs_lvm_remove_all"
9647 msgstr ""
9648
9649 # type: verbatim
9650 #: ../src/guestfs-actions.pod:3507
9651 #, no-wrap
9652 msgid ""
9653 " int\n"
9654 " guestfs_lvm_remove_all (guestfs_h *g);\n"
9655 "\n"
9656 msgstr ""
9657
9658 # type: textblock
9659 #: ../src/guestfs-actions.pod:3510 ../fish/guestfish-actions.pod:2355
9660 msgid ""
9661 "This command removes all LVM logical volumes, volume groups and physical "
9662 "volumes."
9663 msgstr ""
9664
9665 # type: =head2
9666 #: ../src/guestfs-actions.pod:3520
9667 msgid "guestfs_lvm_set_filter"
9668 msgstr ""
9669
9670 # type: verbatim
9671 #: ../src/guestfs-actions.pod:3522
9672 #, no-wrap
9673 msgid ""
9674 " int\n"
9675 " guestfs_lvm_set_filter (guestfs_h *g,\n"
9676 "                         char *const *devices);\n"
9677 "\n"
9678 msgstr ""
9679
9680 # type: textblock
9681 #: ../src/guestfs-actions.pod:3526 ../fish/guestfish-actions.pod:2365
9682 msgid ""
9683 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
9684 "block devices in the list C<devices>, and will ignore all other attached "
9685 "block devices."
9686 msgstr ""
9687
9688 # type: textblock
9689 #: ../src/guestfs-actions.pod:3530 ../fish/guestfish-actions.pod:2369
9690 msgid ""
9691 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
9692 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
9693 "there are two types of duplication possible: either cloned PVs/VGs which "
9694 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
9695 "same name.  In normal operation you cannot create this situation, but you "
9696 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
9697 "inside the LVM metadata."
9698 msgstr ""
9699
9700 # type: textblock
9701 #: ../src/guestfs-actions.pod:3543 ../fish/guestfish-actions.pod:2382
9702 msgid "You can filter whole block devices or individual partitions."
9703 msgstr ""
9704
9705 # type: textblock
9706 #: ../src/guestfs-actions.pod:3545 ../fish/guestfish-actions.pod:2384
9707 msgid ""
9708 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
9709 "filesystem), even if you are not filtering out that VG."
9710 msgstr ""
9711
9712 # type: =head2
9713 #: ../src/guestfs-actions.pod:3553
9714 msgid "guestfs_lvremove"
9715 msgstr ""
9716
9717 # type: verbatim
9718 #: ../src/guestfs-actions.pod:3555
9719 #, no-wrap
9720 msgid ""
9721 " int\n"
9722 " guestfs_lvremove (guestfs_h *g,\n"
9723 "                   const char *device);\n"
9724 "\n"
9725 msgstr ""
9726
9727 # type: textblock
9728 #: ../src/guestfs-actions.pod:3559 ../fish/guestfish-actions.pod:2392
9729 msgid ""
9730 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
9731 "LV, such as C</dev/VG/LV>."
9732 msgstr ""
9733
9734 # type: textblock
9735 #: ../src/guestfs-actions.pod:3562 ../fish/guestfish-actions.pod:2395
9736 msgid ""
9737 "You can also remove all LVs in a volume group by specifying the VG name, "
9738 "C</dev/VG>."
9739 msgstr ""
9740
9741 # type: textblock
9742 #: ../src/guestfs-actions.pod:3567 ../src/guestfs-actions.pod:4721 ../src/guestfs-actions.pod:6451
9743 msgid "(Added in 1.0.13)"
9744 msgstr ""
9745
9746 # type: =head2
9747 #: ../src/guestfs-actions.pod:3569
9748 msgid "guestfs_lvrename"
9749 msgstr ""
9750
9751 # type: verbatim
9752 #: ../src/guestfs-actions.pod:3571
9753 #, no-wrap
9754 msgid ""
9755 " int\n"
9756 " guestfs_lvrename (guestfs_h *g,\n"
9757 "                   const char *logvol,\n"
9758 "                   const char *newlogvol);\n"
9759 "\n"
9760 msgstr ""
9761
9762 # type: textblock
9763 #: ../src/guestfs-actions.pod:3576 ../fish/guestfish-actions.pod:2402
9764 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
9765 msgstr ""
9766
9767 # type: textblock
9768 #: ../src/guestfs-actions.pod:3580 ../src/guestfs-actions.pod:6464
9769 msgid "(Added in 1.0.83)"
9770 msgstr ""
9771
9772 # type: =head2
9773 #: ../src/guestfs-actions.pod:3582
9774 msgid "guestfs_lvresize"
9775 msgstr ""
9776
9777 # type: verbatim
9778 #: ../src/guestfs-actions.pod:3584
9779 #, no-wrap
9780 msgid ""
9781 " int\n"
9782 " guestfs_lvresize (guestfs_h *g,\n"
9783 "                   const char *device,\n"
9784 "                   int mbytes);\n"
9785 "\n"
9786 msgstr ""
9787
9788 # type: textblock
9789 #: ../src/guestfs-actions.pod:3589 ../fish/guestfish-actions.pod:2408
9790 msgid ""
9791 "This resizes (expands or shrinks) an existing LVM logical volume to "
9792 "C<mbytes>.  When reducing, data in the reduced part is lost."
9793 msgstr ""
9794
9795 # type: =head2
9796 #: ../src/guestfs-actions.pod:3597
9797 msgid "guestfs_lvresize_free"
9798 msgstr ""
9799
9800 # type: verbatim
9801 #: ../src/guestfs-actions.pod:3599
9802 #, no-wrap
9803 msgid ""
9804 " int\n"
9805 " guestfs_lvresize_free (guestfs_h *g,\n"
9806 "                        const char *lv,\n"
9807 "                        int percent);\n"
9808 "\n"
9809 msgstr ""
9810
9811 # type: textblock
9812 #: ../src/guestfs-actions.pod:3604 ../fish/guestfish-actions.pod:2416
9813 msgid ""
9814 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
9815 "remaining free space in the volume group.  Commonly you would call this with "
9816 "pc = 100 which expands the logical volume as much as possible, using all "
9817 "remaining free space in the volume group."
9818 msgstr ""
9819
9820 # type: textblock
9821 #: ../src/guestfs-actions.pod:3612
9822 msgid "(Added in 1.3.3)"
9823 msgstr ""
9824
9825 # type: =head2
9826 #: ../src/guestfs-actions.pod:3614
9827 msgid "guestfs_lvs"
9828 msgstr ""
9829
9830 # type: verbatim
9831 #: ../src/guestfs-actions.pod:3616
9832 #, no-wrap
9833 msgid ""
9834 " char **\n"
9835 " guestfs_lvs (guestfs_h *g);\n"
9836 "\n"
9837 msgstr ""
9838
9839 # type: textblock
9840 #: ../src/guestfs-actions.pod:3619 ../fish/guestfish-actions.pod:2426
9841 msgid ""
9842 "List all the logical volumes detected.  This is the equivalent of the "
9843 "L<lvs(8)> command."
9844 msgstr ""
9845
9846 # type: textblock
9847 #: ../src/guestfs-actions.pod:3622 ../fish/guestfish-actions.pod:2429
9848 msgid ""
9849 "This returns a list of the logical volume device names "
9850 "(eg. C</dev/VolGroup00/LogVol00>)."
9851 msgstr ""
9852
9853 # type: textblock
9854 #: ../src/guestfs-actions.pod:3625
9855 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
9856 msgstr ""
9857
9858 # type: =head2
9859 #: ../src/guestfs-actions.pod:3633
9860 msgid "guestfs_lvs_full"
9861 msgstr ""
9862
9863 # type: verbatim
9864 #: ../src/guestfs-actions.pod:3635
9865 #, no-wrap
9866 msgid ""
9867 " struct guestfs_lvm_lv_list *\n"
9868 " guestfs_lvs_full (guestfs_h *g);\n"
9869 "\n"
9870 msgstr ""
9871
9872 # type: textblock
9873 #: ../src/guestfs-actions.pod:3638 ../fish/guestfish-actions.pod:2438
9874 msgid ""
9875 "List all the logical volumes detected.  This is the equivalent of the "
9876 "L<lvs(8)> command.  The \"full\" version includes all fields."
9877 msgstr ""
9878
9879 # type: textblock
9880 #: ../src/guestfs-actions.pod:3641
9881 msgid ""
9882 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
9883 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
9884 "use>."
9885 msgstr ""
9886
9887 # type: =head2
9888 #: ../src/guestfs-actions.pod:3647
9889 msgid "guestfs_lvuuid"
9890 msgstr ""
9891
9892 # type: verbatim
9893 #: ../src/guestfs-actions.pod:3649
9894 #, no-wrap
9895 msgid ""
9896 " char *\n"
9897 " guestfs_lvuuid (guestfs_h *g,\n"
9898 "                 const char *device);\n"
9899 "\n"
9900 msgstr ""
9901
9902 # type: textblock
9903 #: ../src/guestfs-actions.pod:3653 ../fish/guestfish-actions.pod:2445
9904 msgid "This command returns the UUID of the LVM LV C<device>."
9905 msgstr ""
9906
9907 # type: =head2
9908 #: ../src/guestfs-actions.pod:3660
9909 msgid "guestfs_lxattrlist"
9910 msgstr ""
9911
9912 # type: verbatim
9913 #: ../src/guestfs-actions.pod:3662
9914 #, no-wrap
9915 msgid ""
9916 " struct guestfs_xattr_list *\n"
9917 " guestfs_lxattrlist (guestfs_h *g,\n"
9918 "                     const char *path,\n"
9919 "                     char *const *names);\n"
9920 "\n"
9921 msgstr ""
9922
9923 # type: textblock
9924 #: ../src/guestfs-actions.pod:3667 ../fish/guestfish-actions.pod:2451
9925 msgid ""
9926 "This call allows you to get the extended attributes of multiple files, where "
9927 "all files are in the directory C<path>.  C<names> is the list of files from "
9928 "this directory."
9929 msgstr ""
9930
9931 # type: textblock
9932 #: ../src/guestfs-actions.pod:3671 ../fish/guestfish-actions.pod:2455
9933 msgid ""
9934 "On return you get a flat list of xattr structs which must be interpreted "
9935 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
9936 "C<attrval> in this struct is zero-length to indicate there was an error "
9937 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
9938 "number (the number of following attributes for this file, which could be "
9939 "C<\"0\">).  Then after the first xattr struct are the zero or more "
9940 "attributes for the first named file.  This repeats for the second and "
9941 "subsequent files."
9942 msgstr ""
9943
9944 # type: textblock
9945 #: ../src/guestfs-actions.pod:3681
9946 msgid ""
9947 "This call is intended for programs that want to efficiently list a directory "
9948 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
9949 "a similarly efficient call for getting standard stats.  Very long directory "
9950 "listings might cause the protocol message size to be exceeded, causing this "
9951 "call to fail.  The caller must split up such requests into smaller groups of "
9952 "names."
9953 msgstr ""
9954
9955 # type: =head2
9956 #: ../src/guestfs-actions.pod:3695
9957 msgid "guestfs_mkdir"
9958 msgstr ""
9959
9960 # type: verbatim
9961 #: ../src/guestfs-actions.pod:3697
9962 #, no-wrap
9963 msgid ""
9964 " int\n"
9965 " guestfs_mkdir (guestfs_h *g,\n"
9966 "                const char *path);\n"
9967 "\n"
9968 msgstr ""
9969
9970 # type: textblock
9971 #: ../src/guestfs-actions.pod:3701 ../fish/guestfish-actions.pod:2477
9972 msgid "Create a directory named C<path>."
9973 msgstr ""
9974
9975 # type: =head2
9976 #: ../src/guestfs-actions.pod:3707
9977 msgid "guestfs_mkdir_mode"
9978 msgstr ""
9979
9980 # type: verbatim
9981 #: ../src/guestfs-actions.pod:3709
9982 #, no-wrap
9983 msgid ""
9984 " int\n"
9985 " guestfs_mkdir_mode (guestfs_h *g,\n"
9986 "                     const char *path,\n"
9987 "                     int mode);\n"
9988 "\n"
9989 msgstr ""
9990
9991 # type: textblock
9992 #: ../src/guestfs-actions.pod:3714 ../fish/guestfish-actions.pod:2483
9993 msgid ""
9994 "This command creates a directory, setting the initial permissions of the "
9995 "directory to C<mode>."
9996 msgstr ""
9997
9998 # type: textblock
9999 #: ../src/guestfs-actions.pod:3717 ../fish/guestfish-actions.pod:2486
10000 msgid ""
10001 "For common Linux filesystems, the actual mode which is set will be C<mode & "
10002 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
10003 "other ways."
10004 msgstr ""
10005
10006 # type: textblock
10007 #: ../src/guestfs-actions.pod:3721
10008 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
10009 msgstr ""
10010
10011 # type: =head2
10012 #: ../src/guestfs-actions.pod:3727
10013 msgid "guestfs_mkdir_p"
10014 msgstr ""
10015
10016 # type: verbatim
10017 #: ../src/guestfs-actions.pod:3729
10018 #, no-wrap
10019 msgid ""
10020 " int\n"
10021 " guestfs_mkdir_p (guestfs_h *g,\n"
10022 "                  const char *path);\n"
10023 "\n"
10024 msgstr ""
10025
10026 # type: textblock
10027 #: ../src/guestfs-actions.pod:3733 ../fish/guestfish-actions.pod:2496
10028 msgid ""
10029 "Create a directory named C<path>, creating any parent directories as "
10030 "necessary.  This is like the C<mkdir -p> shell command."
10031 msgstr ""
10032
10033 # type: =head2
10034 #: ../src/guestfs-actions.pod:3740
10035 msgid "guestfs_mkdtemp"
10036 msgstr ""
10037
10038 # type: verbatim
10039 #: ../src/guestfs-actions.pod:3742
10040 #, no-wrap
10041 msgid ""
10042 " char *\n"
10043 " guestfs_mkdtemp (guestfs_h *g,\n"
10044 "                  const char *template);\n"
10045 "\n"
10046 msgstr ""
10047
10048 # type: textblock
10049 #: ../src/guestfs-actions.pod:3746 ../fish/guestfish-actions.pod:2503
10050 msgid ""
10051 "This command creates a temporary directory.  The C<template> parameter "
10052 "should be a full pathname for the temporary directory name with the final "
10053 "six characters being \"XXXXXX\"."
10054 msgstr ""
10055
10056 # type: textblock
10057 #: ../src/guestfs-actions.pod:3751 ../fish/guestfish-actions.pod:2508
10058 msgid ""
10059 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
10060 "being suitable for Windows filesystems."
10061 msgstr ""
10062
10063 # type: textblock
10064 #: ../src/guestfs-actions.pod:3754 ../fish/guestfish-actions.pod:2511
10065 msgid "The name of the temporary directory that was created is returned."
10066 msgstr ""
10067
10068 # type: textblock
10069 #: ../src/guestfs-actions.pod:3757 ../fish/guestfish-actions.pod:2514
10070 msgid "The temporary directory is created with mode 0700 and is owned by root."
10071 msgstr ""
10072
10073 # type: textblock
10074 #: ../src/guestfs-actions.pod:3760 ../fish/guestfish-actions.pod:2517
10075 msgid ""
10076 "The caller is responsible for deleting the temporary directory and its "
10077 "contents after use."
10078 msgstr ""
10079
10080 # type: textblock
10081 #: ../src/guestfs-actions.pod:3763 ../fish/guestfish-actions.pod:2520
10082 msgid "See also: L<mkdtemp(3)>"
10083 msgstr ""
10084
10085 # type: =head2
10086 #: ../src/guestfs-actions.pod:3770
10087 msgid "guestfs_mke2fs_J"
10088 msgstr ""
10089
10090 # type: verbatim
10091 #: ../src/guestfs-actions.pod:3772
10092 #, no-wrap
10093 msgid ""
10094 " int\n"
10095 " guestfs_mke2fs_J (guestfs_h *g,\n"
10096 "                   const char *fstype,\n"
10097 "                   int blocksize,\n"
10098 "                   const char *device,\n"
10099 "                   const char *journal);\n"
10100 "\n"
10101 msgstr ""
10102
10103 # type: textblock
10104 #: ../src/guestfs-actions.pod:3779 ../fish/guestfish-actions.pod:2526
10105 msgid ""
10106 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
10107 "C<journal>.  It is equivalent to the command:"
10108 msgstr ""
10109
10110 # type: verbatim
10111 #: ../src/guestfs-actions.pod:3783 ../fish/guestfish-actions.pod:2530
10112 #, no-wrap
10113 msgid ""
10114 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
10115 "\n"
10116 msgstr ""
10117
10118 # type: textblock
10119 #: ../src/guestfs-actions.pod:3785
10120 msgid "See also C<guestfs_mke2journal>."
10121 msgstr ""
10122
10123 # type: textblock
10124 #: ../src/guestfs-actions.pod:3789 ../src/guestfs-actions.pod:3807 ../src/guestfs-actions.pod:3825 ../src/guestfs-actions.pod:3841 ../src/guestfs-actions.pod:3855 ../src/guestfs-actions.pod:3869 ../src/guestfs-actions.pod:3921 ../src/guestfs-actions.pod:4111
10125 msgid "(Added in 1.0.68)"
10126 msgstr ""
10127
10128 # type: =head2
10129 #: ../src/guestfs-actions.pod:3791
10130 msgid "guestfs_mke2fs_JL"
10131 msgstr ""
10132
10133 # type: verbatim
10134 #: ../src/guestfs-actions.pod:3793
10135 #, no-wrap
10136 msgid ""
10137 " int\n"
10138 " guestfs_mke2fs_JL (guestfs_h *g,\n"
10139 "                    const char *fstype,\n"
10140 "                    int blocksize,\n"
10141 "                    const char *device,\n"
10142 "                    const char *label);\n"
10143 "\n"
10144 msgstr ""
10145
10146 # type: textblock
10147 #: ../src/guestfs-actions.pod:3800 ../fish/guestfish-actions.pod:2538
10148 msgid ""
10149 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
10150 "the journal labeled C<label>."
10151 msgstr ""
10152
10153 # type: textblock
10154 #: ../src/guestfs-actions.pod:3803
10155 msgid "See also C<guestfs_mke2journal_L>."
10156 msgstr ""
10157
10158 # type: =head2
10159 #: ../src/guestfs-actions.pod:3809
10160 msgid "guestfs_mke2fs_JU"
10161 msgstr ""
10162
10163 # type: verbatim
10164 #: ../src/guestfs-actions.pod:3811
10165 #, no-wrap
10166 msgid ""
10167 " int\n"
10168 " guestfs_mke2fs_JU (guestfs_h *g,\n"
10169 "                    const char *fstype,\n"
10170 "                    int blocksize,\n"
10171 "                    const char *device,\n"
10172 "                    const char *uuid);\n"
10173 "\n"
10174 msgstr ""
10175
10176 # type: textblock
10177 #: ../src/guestfs-actions.pod:3818 ../fish/guestfish-actions.pod:2547
10178 msgid ""
10179 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
10180 "the journal with UUID C<uuid>."
10181 msgstr ""
10182
10183 # type: textblock
10184 #: ../src/guestfs-actions.pod:3821
10185 msgid "See also C<guestfs_mke2journal_U>."
10186 msgstr ""
10187
10188 # type: =head2
10189 #: ../src/guestfs-actions.pod:3827
10190 msgid "guestfs_mke2journal"
10191 msgstr ""
10192
10193 # type: verbatim
10194 #: ../src/guestfs-actions.pod:3829
10195 #, no-wrap
10196 msgid ""
10197 " int\n"
10198 " guestfs_mke2journal (guestfs_h *g,\n"
10199 "                      int blocksize,\n"
10200 "                      const char *device);\n"
10201 "\n"
10202 msgstr ""
10203
10204 # type: textblock
10205 #: ../src/guestfs-actions.pod:3834 ../fish/guestfish-actions.pod:2556
10206 msgid ""
10207 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
10208 "command:"
10209 msgstr ""
10210
10211 # type: verbatim
10212 #: ../src/guestfs-actions.pod:3837 ../fish/guestfish-actions.pod:2559
10213 #, no-wrap
10214 msgid ""
10215 " mke2fs -O journal_dev -b blocksize device\n"
10216 "\n"
10217 msgstr ""
10218
10219 # type: =head2
10220 #: ../src/guestfs-actions.pod:3843
10221 msgid "guestfs_mke2journal_L"
10222 msgstr ""
10223
10224 # type: verbatim
10225 #: ../src/guestfs-actions.pod:3845
10226 #, no-wrap
10227 msgid ""
10228 " int\n"
10229 " guestfs_mke2journal_L (guestfs_h *g,\n"
10230 "                        int blocksize,\n"
10231 "                        const char *label,\n"
10232 "                        const char *device);\n"
10233 "\n"
10234 msgstr ""
10235
10236 # type: textblock
10237 #: ../src/guestfs-actions.pod:3851 ../fish/guestfish-actions.pod:2565
10238 msgid "This creates an ext2 external journal on C<device> with label C<label>."
10239 msgstr ""
10240
10241 # type: =head2
10242 #: ../src/guestfs-actions.pod:3857
10243 msgid "guestfs_mke2journal_U"
10244 msgstr ""
10245
10246 # type: verbatim
10247 #: ../src/guestfs-actions.pod:3859
10248 #, no-wrap
10249 msgid ""
10250 " int\n"
10251 " guestfs_mke2journal_U (guestfs_h *g,\n"
10252 "                        int blocksize,\n"
10253 "                        const char *uuid,\n"
10254 "                        const char *device);\n"
10255 "\n"
10256 msgstr ""
10257
10258 # type: textblock
10259 #: ../src/guestfs-actions.pod:3865 ../fish/guestfish-actions.pod:2571
10260 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
10261 msgstr ""
10262
10263 # type: =head2
10264 #: ../src/guestfs-actions.pod:3871
10265 msgid "guestfs_mkfifo"
10266 msgstr ""
10267
10268 # type: verbatim
10269 #: ../src/guestfs-actions.pod:3873
10270 #, no-wrap
10271 msgid ""
10272 " int\n"
10273 " guestfs_mkfifo (guestfs_h *g,\n"
10274 "                 int mode,\n"
10275 "                 const char *path);\n"
10276 "\n"
10277 msgstr ""
10278
10279 # type: textblock
10280 #: ../src/guestfs-actions.pod:3878
10281 msgid ""
10282 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
10283 "is just a convenient wrapper around C<guestfs_mknod>."
10284 msgstr ""
10285
10286 # type: =head2
10287 #: ../src/guestfs-actions.pod:3888
10288 msgid "guestfs_mkfs"
10289 msgstr ""
10290
10291 # type: verbatim
10292 #: ../src/guestfs-actions.pod:3890
10293 #, no-wrap
10294 msgid ""
10295 " int\n"
10296 " guestfs_mkfs (guestfs_h *g,\n"
10297 "               const char *fstype,\n"
10298 "               const char *device);\n"
10299 "\n"
10300 msgstr ""
10301
10302 # type: textblock
10303 #: ../src/guestfs-actions.pod:3895 ../fish/guestfish-actions.pod:2587
10304 msgid ""
10305 "This creates a filesystem on C<device> (usually a partition or LVM logical "
10306 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
10307 msgstr ""
10308
10309 # type: =head2
10310 #: ../src/guestfs-actions.pod:3903
10311 msgid "guestfs_mkfs_b"
10312 msgstr ""
10313
10314 # type: verbatim
10315 #: ../src/guestfs-actions.pod:3905
10316 #, no-wrap
10317 msgid ""
10318 " int\n"
10319 " guestfs_mkfs_b (guestfs_h *g,\n"
10320 "                 const char *fstype,\n"
10321 "                 int blocksize,\n"
10322 "                 const char *device);\n"
10323 "\n"
10324 msgstr ""
10325
10326 # type: textblock
10327 #: ../src/guestfs-actions.pod:3911
10328 msgid ""
10329 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
10330 "block size of the resulting filesystem.  Supported block sizes depend on the "
10331 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
10332 msgstr ""
10333
10334 # type: textblock
10335 #: ../src/guestfs-actions.pod:3916 ../fish/guestfish-actions.pod:2600
10336 msgid ""
10337 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
10338 "cluster size."
10339 msgstr ""
10340
10341 # type: =head2
10342 #: ../src/guestfs-actions.pod:3923
10343 msgid "guestfs_mkmountpoint"
10344 msgstr ""
10345
10346 # type: verbatim
10347 #: ../src/guestfs-actions.pod:3925
10348 #, no-wrap
10349 msgid ""
10350 " int\n"
10351 " guestfs_mkmountpoint (guestfs_h *g,\n"
10352 "                       const char *exemptpath);\n"
10353 "\n"
10354 msgstr ""
10355
10356 # type: textblock
10357 #: ../src/guestfs-actions.pod:3929
10358 msgid ""
10359 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
10360 "that can be used to create extra mountpoints before mounting the first "
10361 "filesystem."
10362 msgstr ""
10363
10364 # type: textblock
10365 #: ../src/guestfs-actions.pod:3933 ../fish/guestfish-actions.pod:2611
10366 msgid ""
10367 "These calls are I<only> necessary in some very limited circumstances, mainly "
10368 "the case where you want to mount a mix of unrelated and/or read-only "
10369 "filesystems together."
10370 msgstr ""
10371
10372 # type: textblock
10373 #: ../src/guestfs-actions.pod:3937 ../fish/guestfish-actions.pod:2615
10374 msgid ""
10375 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
10376 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
10377 "inside that.  You can unpack this as follows in guestfish:"
10378 msgstr ""
10379
10380 # type: verbatim
10381 #: ../src/guestfs-actions.pod:3942 ../fish/guestfish-actions.pod:2620
10382 #, no-wrap
10383 msgid ""
10384 " add-ro Fedora-11-i686-Live.iso\n"
10385 " run\n"
10386 " mkmountpoint /cd\n"
10387 " mkmountpoint /sqsh\n"
10388 " mkmountpoint /ext3fs\n"
10389 " mount /dev/sda /cd\n"
10390 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
10391 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
10392 "\n"
10393 msgstr ""
10394
10395 # type: textblock
10396 #: ../src/guestfs-actions.pod:3951 ../fish/guestfish-actions.pod:2629
10397 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
10398 msgstr ""
10399
10400 # type: textblock
10401 #: ../src/guestfs-actions.pod:3953
10402 msgid ""
10403 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
10404 "may get unexpected errors if you try to mix these calls.  It is safest to "
10405 "manually unmount filesystems and remove mountpoints after use."
10406 msgstr ""
10407
10408 # type: textblock
10409 #: ../src/guestfs-actions.pod:3957
10410 msgid ""
10411 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
10412 "first, so for this to work for manual mountpoints, you must ensure that the "
10413 "innermost mountpoints have the longest pathnames, as in the example code "
10414 "above."
10415 msgstr ""
10416
10417 # type: textblock
10418 #: ../src/guestfs-actions.pod:3962 ../fish/guestfish-actions.pod:2640
10419 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
10420 msgstr ""
10421
10422 # type: textblock
10423 #: ../src/guestfs-actions.pod:3964
10424 msgid ""
10425 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
10426 "means that C<guestfs_umount_all> is called when the handle is closed which "
10427 "can also trigger these issues."
10428 msgstr ""
10429
10430 # type: textblock
10431 #: ../src/guestfs-actions.pod:3970 ../src/guestfs-actions.pod:4229 ../src/guestfs-actions.pod:5122
10432 msgid "(Added in 1.0.62)"
10433 msgstr ""
10434
10435 # type: =head2
10436 #: ../src/guestfs-actions.pod:3972
10437 msgid "guestfs_mknod"
10438 msgstr ""
10439
10440 # type: verbatim
10441 #: ../src/guestfs-actions.pod:3974
10442 #, no-wrap
10443 msgid ""
10444 " int\n"
10445 " guestfs_mknod (guestfs_h *g,\n"
10446 "                int mode,\n"
10447 "                int devmajor,\n"
10448 "                int devminor,\n"
10449 "                const char *path);\n"
10450 "\n"
10451 msgstr ""
10452
10453 # type: textblock
10454 #: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2650
10455 msgid ""
10456 "This call creates block or character special devices, or named pipes "
10457 "(FIFOs)."
10458 msgstr ""
10459
10460 # type: textblock
10461 #: ../src/guestfs-actions.pod:3984 ../fish/guestfish-actions.pod:2653
10462 msgid ""
10463 "The C<mode> parameter should be the mode, using the standard constants.  "
10464 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
10465 "used when creating block and character special devices."
10466 msgstr ""
10467
10468 # type: textblock
10469 #: ../src/guestfs-actions.pod:3989
10470 msgid ""
10471 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
10472 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
10473 "regular file).  These constants are available in the standard Linux header "
10474 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
10475 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
10476 "the appropriate constant for you."
10477 msgstr ""
10478
10479 # type: =head2
10480 #: ../src/guestfs-actions.pod:4003
10481 msgid "guestfs_mknod_b"
10482 msgstr ""
10483
10484 # type: verbatim
10485 #: ../src/guestfs-actions.pod:4005
10486 #, no-wrap
10487 msgid ""
10488 " int\n"
10489 " guestfs_mknod_b (guestfs_h *g,\n"
10490 "                  int mode,\n"
10491 "                  int devmajor,\n"
10492 "                  int devminor,\n"
10493 "                  const char *path);\n"
10494 "\n"
10495 msgstr ""
10496
10497 # type: textblock
10498 #: ../src/guestfs-actions.pod:4012
10499 msgid ""
10500 "This call creates a block device node called C<path> with mode C<mode> and "
10501 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
10502 "wrapper around C<guestfs_mknod>."
10503 msgstr ""
10504
10505 # type: =head2
10506 #: ../src/guestfs-actions.pod:4022
10507 msgid "guestfs_mknod_c"
10508 msgstr ""
10509
10510 # type: verbatim
10511 #: ../src/guestfs-actions.pod:4024
10512 #, no-wrap
10513 msgid ""
10514 " int\n"
10515 " guestfs_mknod_c (guestfs_h *g,\n"
10516 "                  int mode,\n"
10517 "                  int devmajor,\n"
10518 "                  int devminor,\n"
10519 "                  const char *path);\n"
10520 "\n"
10521 msgstr ""
10522
10523 # type: textblock
10524 #: ../src/guestfs-actions.pod:4031
10525 msgid ""
10526 "This call creates a char device node called C<path> with mode C<mode> and "
10527 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
10528 "wrapper around C<guestfs_mknod>."
10529 msgstr ""
10530
10531 # type: =head2
10532 #: ../src/guestfs-actions.pod:4041
10533 msgid "guestfs_mkswap"
10534 msgstr ""
10535
10536 # type: verbatim
10537 #: ../src/guestfs-actions.pod:4043
10538 #, no-wrap
10539 msgid ""
10540 " int\n"
10541 " guestfs_mkswap (guestfs_h *g,\n"
10542 "                 const char *device);\n"
10543 "\n"
10544 msgstr ""
10545
10546 # type: textblock
10547 #: ../src/guestfs-actions.pod:4047 ../fish/guestfish-actions.pod:2692
10548 msgid "Create a swap partition on C<device>."
10549 msgstr ""
10550
10551 # type: =head2
10552 #: ../src/guestfs-actions.pod:4053
10553 msgid "guestfs_mkswap_L"
10554 msgstr ""
10555
10556 # type: verbatim
10557 #: ../src/guestfs-actions.pod:4055
10558 #, no-wrap
10559 msgid ""
10560 " int\n"
10561 " guestfs_mkswap_L (guestfs_h *g,\n"
10562 "                   const char *label,\n"
10563 "                   const char *device);\n"
10564 "\n"
10565 msgstr ""
10566
10567 # type: textblock
10568 #: ../src/guestfs-actions.pod:4060 ../fish/guestfish-actions.pod:2698
10569 msgid "Create a swap partition on C<device> with label C<label>."
10570 msgstr ""
10571
10572 # type: textblock
10573 #: ../src/guestfs-actions.pod:4062 ../fish/guestfish-actions.pod:2700
10574 msgid ""
10575 "Note that you cannot attach a swap label to a block device "
10576 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
10577 "the kernel or swap tools."
10578 msgstr ""
10579
10580 # type: =head2
10581 #: ../src/guestfs-actions.pod:4070
10582 msgid "guestfs_mkswap_U"
10583 msgstr ""
10584
10585 # type: verbatim
10586 #: ../src/guestfs-actions.pod:4072
10587 #, no-wrap
10588 msgid ""
10589 " int\n"
10590 " guestfs_mkswap_U (guestfs_h *g,\n"
10591 "                   const char *uuid,\n"
10592 "                   const char *device);\n"
10593 "\n"
10594 msgstr ""
10595
10596 # type: textblock
10597 #: ../src/guestfs-actions.pod:4077 ../fish/guestfish-actions.pod:2708
10598 msgid "Create a swap partition on C<device> with UUID C<uuid>."
10599 msgstr ""
10600
10601 # type: =head2
10602 #: ../src/guestfs-actions.pod:4083
10603 msgid "guestfs_mkswap_file"
10604 msgstr ""
10605
10606 # type: verbatim
10607 #: ../src/guestfs-actions.pod:4085
10608 #, no-wrap
10609 msgid ""
10610 " int\n"
10611 " guestfs_mkswap_file (guestfs_h *g,\n"
10612 "                      const char *path);\n"
10613 "\n"
10614 msgstr ""
10615
10616 # type: textblock
10617 #: ../src/guestfs-actions.pod:4089 ../fish/guestfish-actions.pod:2714
10618 msgid "Create a swap file."
10619 msgstr ""
10620
10621 # type: textblock
10622 #: ../src/guestfs-actions.pod:4091
10623 msgid ""
10624 "This command just writes a swap file signature to an existing file.  To "
10625 "create the file itself, use something like C<guestfs_fallocate>."
10626 msgstr ""
10627
10628 # type: =head2
10629 #: ../src/guestfs-actions.pod:4098
10630 msgid "guestfs_modprobe"
10631 msgstr ""
10632
10633 # type: verbatim
10634 #: ../src/guestfs-actions.pod:4100
10635 #, no-wrap
10636 msgid ""
10637 " int\n"
10638 " guestfs_modprobe (guestfs_h *g,\n"
10639 "                   const char *modulename);\n"
10640 "\n"
10641 msgstr ""
10642
10643 # type: textblock
10644 #: ../src/guestfs-actions.pod:4104 ../fish/guestfish-actions.pod:2723
10645 msgid "This loads a kernel module in the appliance."
10646 msgstr ""
10647
10648 # type: textblock
10649 #: ../src/guestfs-actions.pod:4106 ../fish/guestfish-actions.pod:2725
10650 msgid ""
10651 "The kernel module must have been whitelisted when libguestfs was built (see "
10652 "C<appliance/kmod.whitelist.in> in the source)."
10653 msgstr ""
10654
10655 # type: =head2
10656 #: ../src/guestfs-actions.pod:4113
10657 msgid "guestfs_mount"
10658 msgstr ""
10659
10660 # type: verbatim
10661 #: ../src/guestfs-actions.pod:4115
10662 #, no-wrap
10663 msgid ""
10664 " int\n"
10665 " guestfs_mount (guestfs_h *g,\n"
10666 "                const char *device,\n"
10667 "                const char *mountpoint);\n"
10668 "\n"
10669 msgstr ""
10670
10671 # type: textblock
10672 #: ../src/guestfs-actions.pod:4120 ../fish/guestfish-actions.pod:2732
10673 msgid ""
10674 "Mount a guest disk at a position in the filesystem.  Block devices are named "
10675 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
10676 "those block devices contain partitions, they will have the usual names "
10677 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
10678 msgstr ""
10679
10680 # type: textblock
10681 #: ../src/guestfs-actions.pod:4126 ../fish/guestfish-actions.pod:2738
10682 msgid ""
10683 "The rules are the same as for L<mount(2)>: A filesystem must first be "
10684 "mounted on C</> before others can be mounted.  Other filesystems can only be "
10685 "mounted on directories which already exist."
10686 msgstr ""
10687
10688 # type: textblock
10689 #: ../src/guestfs-actions.pod:4131 ../fish/guestfish-actions.pod:2743
10690 msgid ""
10691 "The mounted filesystem is writable, if we have sufficient permissions on the "
10692 "underlying device."
10693 msgstr ""
10694
10695 # type: textblock
10696 #: ../src/guestfs-actions.pod:4134
10697 msgid ""
10698 "B<Important note:> When you use this call, the filesystem options C<sync> "
10699 "and C<noatime> are set implicitly.  This was originally done because we "
10700 "thought it would improve reliability, but it turns out that I<-o sync> has a "
10701 "very large negative performance impact and negligible effect on "
10702 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
10703 "in any code that needs performance, and instead use C<guestfs_mount_options> "
10704 "(use an empty string for the first parameter if you don't want any options)."
10705 msgstr ""
10706
10707 # type: =head2
10708 #: ../src/guestfs-actions.pod:4148
10709 msgid "guestfs_mount_loop"
10710 msgstr ""
10711
10712 # type: verbatim
10713 #: ../src/guestfs-actions.pod:4150
10714 #, no-wrap
10715 msgid ""
10716 " int\n"
10717 " guestfs_mount_loop (guestfs_h *g,\n"
10718 "                     const char *file,\n"
10719 "                     const char *mountpoint);\n"
10720 "\n"
10721 msgstr ""
10722
10723 # type: textblock
10724 #: ../src/guestfs-actions.pod:4155 ../fish/guestfish-actions.pod:2760
10725 msgid ""
10726 "This command lets you mount C<file> (a filesystem image in a file) on a "
10727 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
10728 "mountpoint>."
10729 msgstr ""
10730
10731 # type: =head2
10732 #: ../src/guestfs-actions.pod:4163
10733 msgid "guestfs_mount_options"
10734 msgstr ""
10735
10736 # type: verbatim
10737 #: ../src/guestfs-actions.pod:4165
10738 #, no-wrap
10739 msgid ""
10740 " int\n"
10741 " guestfs_mount_options (guestfs_h *g,\n"
10742 "                        const char *options,\n"
10743 "                        const char *device,\n"
10744 "                        const char *mountpoint);\n"
10745 "\n"
10746 msgstr ""
10747
10748 # type: textblock
10749 #: ../src/guestfs-actions.pod:4171
10750 msgid ""
10751 "This is the same as the C<guestfs_mount> command, but it allows you to set "
10752 "the mount options as for the L<mount(8)> I<-o> flag."
10753 msgstr ""
10754
10755 # type: textblock
10756 #: ../src/guestfs-actions.pod:4175 ../fish/guestfish-actions.pod:2772
10757 msgid ""
10758 "If the C<options> parameter is an empty string, then no options are passed "
10759 "(all options default to whatever the filesystem uses)."
10760 msgstr ""
10761
10762 # type: textblock
10763 #: ../src/guestfs-actions.pod:4181 ../src/guestfs-actions.pod:4195 ../src/guestfs-actions.pod:4212
10764 msgid "(Added in 1.0.10)"
10765 msgstr ""
10766
10767 # type: =head2
10768 #: ../src/guestfs-actions.pod:4183
10769 msgid "guestfs_mount_ro"
10770 msgstr ""
10771
10772 # type: verbatim
10773 #: ../src/guestfs-actions.pod:4185
10774 #, no-wrap
10775 msgid ""
10776 " int\n"
10777 " guestfs_mount_ro (guestfs_h *g,\n"
10778 "                   const char *device,\n"
10779 "                   const char *mountpoint);\n"
10780 "\n"
10781 msgstr ""
10782
10783 # type: textblock
10784 #: ../src/guestfs-actions.pod:4190
10785 msgid ""
10786 "This is the same as the C<guestfs_mount> command, but it mounts the "
10787 "filesystem with the read-only (I<-o ro>) flag."
10788 msgstr ""
10789
10790 # type: =head2
10791 #: ../src/guestfs-actions.pod:4197
10792 msgid "guestfs_mount_vfs"
10793 msgstr ""
10794
10795 # type: verbatim
10796 #: ../src/guestfs-actions.pod:4199
10797 #, no-wrap
10798 msgid ""
10799 " int\n"
10800 " guestfs_mount_vfs (guestfs_h *g,\n"
10801 "                    const char *options,\n"
10802 "                    const char *vfstype,\n"
10803 "                    const char *device,\n"
10804 "                    const char *mountpoint);\n"
10805 "\n"
10806 msgstr ""
10807
10808 # type: textblock
10809 #: ../src/guestfs-actions.pod:4206
10810 msgid ""
10811 "This is the same as the C<guestfs_mount> command, but it allows you to set "
10812 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
10813 "I<-t> flags."
10814 msgstr ""
10815
10816 # type: =head2
10817 #: ../src/guestfs-actions.pod:4214
10818 msgid "guestfs_mountpoints"
10819 msgstr ""
10820
10821 # type: verbatim
10822 #: ../src/guestfs-actions.pod:4216
10823 #, no-wrap
10824 msgid ""
10825 " char **\n"
10826 " guestfs_mountpoints (guestfs_h *g);\n"
10827 "\n"
10828 msgstr ""
10829
10830 # type: textblock
10831 #: ../src/guestfs-actions.pod:4219
10832 msgid ""
10833 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
10834 "devices.  This one returns a hash table (map) of device name to directory "
10835 "where the device is mounted."
10836 msgstr ""
10837
10838 # type: =head2
10839 #: ../src/guestfs-actions.pod:4231
10840 msgid "guestfs_mounts"
10841 msgstr ""
10842
10843 # type: verbatim
10844 #: ../src/guestfs-actions.pod:4233
10845 #, no-wrap
10846 msgid ""
10847 " char **\n"
10848 " guestfs_mounts (guestfs_h *g);\n"
10849 "\n"
10850 msgstr ""
10851
10852 # type: textblock
10853 #: ../src/guestfs-actions.pod:4236 ../fish/guestfish-actions.pod:2803
10854 msgid ""
10855 "This returns the list of currently mounted filesystems.  It returns the list "
10856 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
10857 msgstr ""
10858
10859 # type: textblock
10860 #: ../src/guestfs-actions.pod:4239 ../fish/guestfish-actions.pod:2806
10861 msgid "Some internal mounts are not shown."
10862 msgstr ""
10863
10864 # type: textblock
10865 #: ../src/guestfs-actions.pod:4241
10866 msgid "See also: C<guestfs_mountpoints>"
10867 msgstr ""
10868
10869 # type: =head2
10870 #: ../src/guestfs-actions.pod:4249
10871 msgid "guestfs_mv"
10872 msgstr ""
10873
10874 # type: verbatim
10875 #: ../src/guestfs-actions.pod:4251
10876 #, no-wrap
10877 msgid ""
10878 " int\n"
10879 " guestfs_mv (guestfs_h *g,\n"
10880 "             const char *src,\n"
10881 "             const char *dest);\n"
10882 "\n"
10883 msgstr ""
10884
10885 # type: textblock
10886 #: ../src/guestfs-actions.pod:4256 ../fish/guestfish-actions.pod:2814
10887 msgid ""
10888 "This moves a file from C<src> to C<dest> where C<dest> is either a "
10889 "destination filename or destination directory."
10890 msgstr ""
10891
10892 # type: =head2
10893 #: ../src/guestfs-actions.pod:4263
10894 msgid "guestfs_ntfs_3g_probe"
10895 msgstr ""
10896
10897 # type: verbatim
10898 #: ../src/guestfs-actions.pod:4265
10899 #, no-wrap
10900 msgid ""
10901 " int\n"
10902 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
10903 "                        int rw,\n"
10904 "                        const char *device);\n"
10905 "\n"
10906 msgstr ""
10907
10908 # type: textblock
10909 #: ../src/guestfs-actions.pod:4270 ../fish/guestfish-actions.pod:2821
10910 msgid ""
10911 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
10912 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
10913 "read-write, and some cannot be mounted at all)."
10914 msgstr ""
10915
10916 # type: textblock
10917 #: ../src/guestfs-actions.pod:4274 ../fish/guestfish-actions.pod:2825
10918 msgid ""
10919 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
10920 "can be mounted read-write.  Set it to false if you want to test if the "
10921 "volume can be mounted read-only."
10922 msgstr ""
10923
10924 # type: textblock
10925 #: ../src/guestfs-actions.pod:4278 ../fish/guestfish-actions.pod:2829
10926 msgid ""
10927 "The return value is an integer which C<0> if the operation would succeed, or "
10928 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
10929 msgstr ""
10930
10931 # type: textblock
10932 #: ../src/guestfs-actions.pod:4284
10933 msgid "(Added in 1.0.43)"
10934 msgstr ""
10935
10936 # type: =head2
10937 #: ../src/guestfs-actions.pod:4286
10938 msgid "guestfs_ntfsresize"
10939 msgstr ""
10940
10941 # type: verbatim
10942 #: ../src/guestfs-actions.pod:4288
10943 #, no-wrap
10944 msgid ""
10945 " int\n"
10946 " guestfs_ntfsresize (guestfs_h *g,\n"
10947 "                     const char *device);\n"
10948 "\n"
10949 msgstr ""
10950
10951 # type: textblock
10952 #: ../src/guestfs-actions.pod:4292 ../fish/guestfish-actions.pod:2837
10953 msgid ""
10954 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
10955 "size of the underlying device.  See also L<ntfsresize(8)>."
10956 msgstr ""
10957
10958 # type: =head2
10959 #: ../src/guestfs-actions.pod:4300
10960 msgid "guestfs_ntfsresize_size"
10961 msgstr ""
10962
10963 # type: verbatim
10964 #: ../src/guestfs-actions.pod:4302
10965 #, no-wrap
10966 msgid ""
10967 " int\n"
10968 " guestfs_ntfsresize_size (guestfs_h *g,\n"
10969 "                          const char *device,\n"
10970 "                          int64_t size);\n"
10971 "\n"
10972 msgstr ""
10973
10974 # type: textblock
10975 #: ../src/guestfs-actions.pod:4307
10976 msgid ""
10977 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
10978 "to specify the new size (in bytes) explicitly."
10979 msgstr ""
10980
10981 # type: textblock
10982 #: ../src/guestfs-actions.pod:4312 ../src/guestfs-actions.pod:4748 ../src/guestfs-actions.pod:4821 ../src/guestfs-actions.pod:5070
10983 msgid "(Added in 1.3.14)"
10984 msgstr ""
10985
10986 # type: =head2
10987 #: ../src/guestfs-actions.pod:4314
10988 msgid "guestfs_part_add"
10989 msgstr ""
10990
10991 # type: verbatim
10992 #: ../src/guestfs-actions.pod:4316
10993 #, no-wrap
10994 msgid ""
10995 " int\n"
10996 " guestfs_part_add (guestfs_h *g,\n"
10997 "                   const char *device,\n"
10998 "                   const char *prlogex,\n"
10999 "                   int64_t startsect,\n"
11000 "                   int64_t endsect);\n"
11001 "\n"
11002 msgstr ""
11003
11004 # type: textblock
11005 #: ../src/guestfs-actions.pod:4323
11006 msgid ""
11007 "This command adds a partition to C<device>.  If there is no partition table "
11008 "on the device, call C<guestfs_part_init> first."
11009 msgstr ""
11010
11011 # type: textblock
11012 #: ../src/guestfs-actions.pod:4326 ../fish/guestfish-actions.pod:2855
11013 msgid ""
11014 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
11015 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
11016 "C<logical>) and C<e> (or C<extended>) partition types."
11017 msgstr ""
11018
11019 # type: textblock
11020 #: ../src/guestfs-actions.pod:4331 ../fish/guestfish-actions.pod:2860
11021 msgid ""
11022 "C<startsect> and C<endsect> are the start and end of the partition in "
11023 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
11024 "from the end of the disk (C<-1> is the last sector)."
11025 msgstr ""
11026
11027 # type: textblock
11028 #: ../src/guestfs-actions.pod:4335
11029 msgid ""
11030 "Creating a partition which covers the whole disk is not so easy.  Use "
11031 "C<guestfs_part_disk> to do that."
11032 msgstr ""
11033
11034 # type: textblock
11035 #: ../src/guestfs-actions.pod:4340 ../src/guestfs-actions.pod:4378 ../src/guestfs-actions.pod:4431 ../src/guestfs-actions.pod:4509 ../src/guestfs-actions.pod:4547 ../src/guestfs-actions.pod:4566 ../src/guestfs-actions.pod:4606
11036 msgid "(Added in 1.0.78)"
11037 msgstr ""
11038
11039 # type: =head2
11040 #: ../src/guestfs-actions.pod:4342
11041 msgid "guestfs_part_del"
11042 msgstr ""
11043
11044 # type: verbatim
11045 #: ../src/guestfs-actions.pod:4344
11046 #, no-wrap
11047 msgid ""
11048 " int\n"
11049 " guestfs_part_del (guestfs_h *g,\n"
11050 "                   const char *device,\n"
11051 "                   int partnum);\n"
11052 "\n"
11053 msgstr ""
11054
11055 # type: textblock
11056 #: ../src/guestfs-actions.pod:4349 ../fish/guestfish-actions.pod:2871
11057 msgid "This command deletes the partition numbered C<partnum> on C<device>."
11058 msgstr ""
11059
11060 # type: textblock
11061 #: ../src/guestfs-actions.pod:4351 ../fish/guestfish-actions.pod:2873
11062 msgid ""
11063 "Note that in the case of MBR partitioning, deleting an extended partition "
11064 "also deletes any logical partitions it contains."
11065 msgstr ""
11066
11067 # type: =head2
11068 #: ../src/guestfs-actions.pod:4359
11069 msgid "guestfs_part_disk"
11070 msgstr ""
11071
11072 # type: verbatim
11073 #: ../src/guestfs-actions.pod:4361
11074 #, no-wrap
11075 msgid ""
11076 " int\n"
11077 " guestfs_part_disk (guestfs_h *g,\n"
11078 "                    const char *device,\n"
11079 "                    const char *parttype);\n"
11080 "\n"
11081 msgstr ""
11082
11083 # type: textblock
11084 #: ../src/guestfs-actions.pod:4366
11085 msgid ""
11086 "This command is simply a combination of C<guestfs_part_init> followed by "
11087 "C<guestfs_part_add> to create a single primary partition covering the whole "
11088 "disk."
11089 msgstr ""
11090
11091 # type: textblock
11092 #: ../src/guestfs-actions.pod:4370
11093 msgid ""
11094 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
11095 "possible values are described in C<guestfs_part_init>."
11096 msgstr ""
11097
11098 # type: =head2
11099 #: ../src/guestfs-actions.pod:4380
11100 msgid "guestfs_part_get_bootable"
11101 msgstr ""
11102
11103 # type: verbatim
11104 #: ../src/guestfs-actions.pod:4382
11105 #, no-wrap
11106 msgid ""
11107 " int\n"
11108 " guestfs_part_get_bootable (guestfs_h *g,\n"
11109 "                            const char *device,\n"
11110 "                            int partnum);\n"
11111 "\n"
11112 msgstr ""
11113
11114 # type: textblock
11115 #: ../src/guestfs-actions.pod:4387 ../fish/guestfish-actions.pod:2895
11116 msgid ""
11117 "This command returns true if the partition C<partnum> on C<device> has the "
11118 "bootable flag set."
11119 msgstr ""
11120
11121 # type: textblock
11122 #: ../src/guestfs-actions.pod:4390
11123 msgid "See also C<guestfs_part_set_bootable>."
11124 msgstr ""
11125
11126 # type: =head2
11127 #: ../src/guestfs-actions.pod:4396
11128 msgid "guestfs_part_get_mbr_id"
11129 msgstr ""
11130
11131 # type: verbatim
11132 #: ../src/guestfs-actions.pod:4398
11133 #, no-wrap
11134 msgid ""
11135 " int\n"
11136 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
11137 "                          const char *device,\n"
11138 "                          int partnum);\n"
11139 "\n"
11140 msgstr ""
11141
11142 # type: textblock
11143 #: ../src/guestfs-actions.pod:4403 ../fish/guestfish-actions.pod:2904
11144 msgid ""
11145 "Returns the MBR type byte (also known as the ID byte) from the numbered "
11146 "partition C<partnum>."
11147 msgstr ""
11148
11149 # type: textblock
11150 #: ../src/guestfs-actions.pod:4406 ../src/guestfs-actions.pod:4582
11151 msgid ""
11152 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
11153 "undefined results for other partition table types (see "
11154 "C<guestfs_part_get_parttype>)."
11155 msgstr ""
11156
11157 # type: =head2
11158 #: ../src/guestfs-actions.pod:4414
11159 msgid "guestfs_part_get_parttype"
11160 msgstr ""
11161
11162 # type: verbatim
11163 #: ../src/guestfs-actions.pod:4416
11164 #, no-wrap
11165 msgid ""
11166 " char *\n"
11167 " guestfs_part_get_parttype (guestfs_h *g,\n"
11168 "                            const char *device);\n"
11169 "\n"
11170 msgstr ""
11171
11172 # type: textblock
11173 #: ../src/guestfs-actions.pod:4420 ../fish/guestfish-actions.pod:2915
11174 msgid ""
11175 "This command examines the partition table on C<device> and returns the "
11176 "partition table type (format) being used."
11177 msgstr ""
11178
11179 # type: textblock
11180 #: ../src/guestfs-actions.pod:4423
11181 msgid ""
11182 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
11183 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
11184 "possible, although unusual.  See C<guestfs_part_init> for a full list."
11185 msgstr ""
11186
11187 # type: =head2
11188 #: ../src/guestfs-actions.pod:4433
11189 msgid "guestfs_part_init"
11190 msgstr ""
11191
11192 # type: verbatim
11193 #: ../src/guestfs-actions.pod:4435
11194 #, no-wrap
11195 msgid ""
11196 " int\n"
11197 " guestfs_part_init (guestfs_h *g,\n"
11198 "                    const char *device,\n"
11199 "                    const char *parttype);\n"
11200 "\n"
11201 msgstr ""
11202
11203 # type: textblock
11204 #: ../src/guestfs-actions.pod:4440 ../fish/guestfish-actions.pod:2927
11205 msgid ""
11206 "This creates an empty partition table on C<device> of one of the partition "
11207 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
11208 "(for large disks)."
11209 msgstr ""
11210
11211 # type: textblock
11212 #: ../src/guestfs-actions.pod:4444
11213 msgid ""
11214 "Initially there are no partitions.  Following this, you should call "
11215 "C<guestfs_part_add> for each partition required."
11216 msgstr ""
11217
11218 # type: textblock
11219 #: ../src/guestfs-actions.pod:4447 ../fish/guestfish-actions.pod:2934
11220 msgid "Possible values for C<parttype> are:"
11221 msgstr ""
11222
11223 # type: =item
11224 #: ../src/guestfs-actions.pod:4451 ../fish/guestfish-actions.pod:2938
11225 msgid "B<efi> | B<gpt>"
11226 msgstr ""
11227
11228 # type: textblock
11229 #: ../src/guestfs-actions.pod:4453 ../fish/guestfish-actions.pod:2940
11230 msgid "Intel EFI / GPT partition table."
11231 msgstr ""
11232
11233 # type: textblock
11234 #: ../src/guestfs-actions.pod:4455 ../fish/guestfish-actions.pod:2942
11235 msgid ""
11236 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
11237 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
11238 "the C<mbr> format."
11239 msgstr ""
11240
11241 # type: =item
11242 #: ../src/guestfs-actions.pod:4459 ../fish/guestfish-actions.pod:2946
11243 msgid "B<mbr> | B<msdos>"
11244 msgstr ""
11245
11246 # type: textblock
11247 #: ../src/guestfs-actions.pod:4461 ../fish/guestfish-actions.pod:2948
11248 msgid ""
11249 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
11250 "Windows.  This partition type will B<only> work for device sizes up to 2 "
11251 "TB.  For large disks we recommend using C<gpt>."
11252 msgstr ""
11253
11254 # type: textblock
11255 #: ../src/guestfs-actions.pod:4468 ../fish/guestfish-actions.pod:2955
11256 msgid "Other partition table types that may work but are not supported include:"
11257 msgstr ""
11258
11259 # type: =item
11260 #: ../src/guestfs-actions.pod:4473 ../fish/guestfish-actions.pod:2960
11261 msgid "B<aix>"
11262 msgstr ""
11263
11264 # type: textblock
11265 #: ../src/guestfs-actions.pod:4475 ../fish/guestfish-actions.pod:2962
11266 msgid "AIX disk labels."
11267 msgstr ""
11268
11269 # type: =item
11270 #: ../src/guestfs-actions.pod:4477 ../fish/guestfish-actions.pod:2964
11271 msgid "B<amiga> | B<rdb>"
11272 msgstr ""
11273
11274 # type: textblock
11275 #: ../src/guestfs-actions.pod:4479 ../fish/guestfish-actions.pod:2966
11276 msgid "Amiga \"Rigid Disk Block\" format."
11277 msgstr ""
11278
11279 # type: =item
11280 #: ../src/guestfs-actions.pod:4481 ../fish/guestfish-actions.pod:2968
11281 msgid "B<bsd>"
11282 msgstr ""
11283
11284 # type: textblock
11285 #: ../src/guestfs-actions.pod:4483 ../fish/guestfish-actions.pod:2970
11286 msgid "BSD disk labels."
11287 msgstr ""
11288
11289 # type: =item
11290 #: ../src/guestfs-actions.pod:4485 ../fish/guestfish-actions.pod:2972
11291 msgid "B<dasd>"
11292 msgstr ""
11293
11294 # type: textblock
11295 #: ../src/guestfs-actions.pod:4487 ../fish/guestfish-actions.pod:2974
11296 msgid "DASD, used on IBM mainframes."
11297 msgstr ""
11298
11299 # type: =item
11300 #: ../src/guestfs-actions.pod:4489 ../fish/guestfish-actions.pod:2976
11301 msgid "B<dvh>"
11302 msgstr ""
11303
11304 # type: textblock
11305 #: ../src/guestfs-actions.pod:4491 ../fish/guestfish-actions.pod:2978
11306 msgid "MIPS/SGI volumes."
11307 msgstr ""
11308
11309 # type: =item
11310 #: ../src/guestfs-actions.pod:4493 ../fish/guestfish-actions.pod:2980
11311 msgid "B<mac>"
11312 msgstr ""
11313
11314 # type: textblock
11315 #: ../src/guestfs-actions.pod:4495 ../fish/guestfish-actions.pod:2982
11316 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
11317 msgstr ""
11318
11319 # type: =item
11320 #: ../src/guestfs-actions.pod:4497 ../fish/guestfish-actions.pod:2984
11321 msgid "B<pc98>"
11322 msgstr ""
11323
11324 # type: textblock
11325 #: ../src/guestfs-actions.pod:4499 ../fish/guestfish-actions.pod:2986
11326 msgid "NEC PC-98 format, common in Japan apparently."
11327 msgstr ""
11328
11329 # type: =item
11330 #: ../src/guestfs-actions.pod:4501 ../fish/guestfish-actions.pod:2988
11331 msgid "B<sun>"
11332 msgstr ""
11333
11334 # type: textblock
11335 #: ../src/guestfs-actions.pod:4503 ../fish/guestfish-actions.pod:2990
11336 msgid "Sun disk labels."
11337 msgstr ""
11338
11339 # type: =head2
11340 #: ../src/guestfs-actions.pod:4511
11341 msgid "guestfs_part_list"
11342 msgstr ""
11343
11344 # type: verbatim
11345 #: ../src/guestfs-actions.pod:4513
11346 #, no-wrap
11347 msgid ""
11348 " struct guestfs_partition_list *\n"
11349 " guestfs_part_list (guestfs_h *g,\n"
11350 "                    const char *device);\n"
11351 "\n"
11352 msgstr ""
11353
11354 # type: textblock
11355 #: ../src/guestfs-actions.pod:4517 ../fish/guestfish-actions.pod:2998
11356 msgid ""
11357 "This command parses the partition table on C<device> and returns the list of "
11358 "partitions found."
11359 msgstr ""
11360
11361 # type: textblock
11362 #: ../src/guestfs-actions.pod:4520 ../fish/guestfish-actions.pod:3001
11363 msgid "The fields in the returned structure are:"
11364 msgstr ""
11365
11366 # type: =item
11367 #: ../src/guestfs-actions.pod:4524 ../fish/guestfish-actions.pod:3005
11368 msgid "B<part_num>"
11369 msgstr ""
11370
11371 # type: textblock
11372 #: ../src/guestfs-actions.pod:4526 ../fish/guestfish-actions.pod:3007
11373 msgid "Partition number, counting from 1."
11374 msgstr ""
11375
11376 # type: =item
11377 #: ../src/guestfs-actions.pod:4528 ../fish/guestfish-actions.pod:3009
11378 msgid "B<part_start>"
11379 msgstr ""
11380
11381 # type: textblock
11382 #: ../src/guestfs-actions.pod:4530
11383 msgid ""
11384 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
11385 "the device's sector size, see C<guestfs_blockdev_getss>."
11386 msgstr ""
11387
11388 # type: =item
11389 #: ../src/guestfs-actions.pod:4533 ../fish/guestfish-actions.pod:3014
11390 msgid "B<part_end>"
11391 msgstr ""
11392
11393 # type: textblock
11394 #: ../src/guestfs-actions.pod:4535 ../fish/guestfish-actions.pod:3016
11395 msgid "End of the partition in bytes."
11396 msgstr ""
11397
11398 # type: =item
11399 #: ../src/guestfs-actions.pod:4537 ../fish/guestfish-actions.pod:3018
11400 msgid "B<part_size>"
11401 msgstr ""
11402
11403 # type: textblock
11404 #: ../src/guestfs-actions.pod:4539 ../fish/guestfish-actions.pod:3020
11405 msgid "Size of the partition in bytes."
11406 msgstr ""
11407
11408 # type: textblock
11409 #: ../src/guestfs-actions.pod:4543
11410 msgid ""
11411 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
11412 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
11413 "use>."
11414 msgstr ""
11415
11416 # type: =head2
11417 #: ../src/guestfs-actions.pod:4549
11418 msgid "guestfs_part_set_bootable"
11419 msgstr ""
11420
11421 # type: verbatim
11422 #: ../src/guestfs-actions.pod:4551
11423 #, no-wrap
11424 msgid ""
11425 " int\n"
11426 " guestfs_part_set_bootable (guestfs_h *g,\n"
11427 "                            const char *device,\n"
11428 "                            int partnum,\n"
11429 "                            int bootable);\n"
11430 "\n"
11431 msgstr ""
11432
11433 # type: textblock
11434 #: ../src/guestfs-actions.pod:4557 ../fish/guestfish-actions.pod:3028
11435 msgid ""
11436 "This sets the bootable flag on partition numbered C<partnum> on device "
11437 "C<device>.  Note that partitions are numbered from 1."
11438 msgstr ""
11439
11440 # type: textblock
11441 #: ../src/guestfs-actions.pod:4560 ../fish/guestfish-actions.pod:3031
11442 msgid ""
11443 "The bootable flag is used by some operating systems (notably Windows) to "
11444 "determine which partition to boot from.  It is by no means universally "
11445 "recognized."
11446 msgstr ""
11447
11448 # type: =head2
11449 #: ../src/guestfs-actions.pod:4568
11450 msgid "guestfs_part_set_mbr_id"
11451 msgstr ""
11452
11453 # type: verbatim
11454 #: ../src/guestfs-actions.pod:4570
11455 #, no-wrap
11456 msgid ""
11457 " int\n"
11458 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
11459 "                          const char *device,\n"
11460 "                          int partnum,\n"
11461 "                          int idbyte);\n"
11462 "\n"
11463 msgstr ""
11464
11465 # type: textblock
11466 #: ../src/guestfs-actions.pod:4576 ../fish/guestfish-actions.pod:3039
11467 msgid ""
11468 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
11469 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
11470 "documentation are in fact hexadecimal numbers, but usually documented "
11471 "without any leading \"0x\" which might be confusing."
11472 msgstr ""
11473
11474 # type: =head2
11475 #: ../src/guestfs-actions.pod:4590
11476 msgid "guestfs_part_set_name"
11477 msgstr ""
11478
11479 # type: verbatim
11480 #: ../src/guestfs-actions.pod:4592
11481 #, no-wrap
11482 msgid ""
11483 " int\n"
11484 " guestfs_part_set_name (guestfs_h *g,\n"
11485 "                        const char *device,\n"
11486 "                        int partnum,\n"
11487 "                        const char *name);\n"
11488 "\n"
11489 msgstr ""
11490
11491 # type: textblock
11492 #: ../src/guestfs-actions.pod:4598 ../fish/guestfish-actions.pod:3053
11493 msgid ""
11494 "This sets the partition name on partition numbered C<partnum> on device "
11495 "C<device>.  Note that partitions are numbered from 1."
11496 msgstr ""
11497
11498 # type: textblock
11499 #: ../src/guestfs-actions.pod:4601 ../fish/guestfish-actions.pod:3056
11500 msgid ""
11501 "The partition name can only be set on certain types of partition table.  "
11502 "This works on C<gpt> but not on C<mbr> partitions."
11503 msgstr ""
11504
11505 # type: =head2
11506 #: ../src/guestfs-actions.pod:4608
11507 msgid "guestfs_part_to_dev"
11508 msgstr ""
11509
11510 # type: verbatim
11511 #: ../src/guestfs-actions.pod:4610
11512 #, no-wrap
11513 msgid ""
11514 " char *\n"
11515 " guestfs_part_to_dev (guestfs_h *g,\n"
11516 "                      const char *partition);\n"
11517 "\n"
11518 msgstr ""
11519
11520 # type: textblock
11521 #: ../src/guestfs-actions.pod:4614 ../fish/guestfish-actions.pod:3063
11522 msgid ""
11523 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
11524 "partition number, returning the device name (eg. \"/dev/sdb\")."
11525 msgstr ""
11526
11527 # type: textblock
11528 #: ../src/guestfs-actions.pod:4618
11529 msgid ""
11530 "The named partition must exist, for example as a string returned from "
11531 "C<guestfs_list_partitions>."
11532 msgstr ""
11533
11534 # type: =head2
11535 #: ../src/guestfs-actions.pod:4626
11536 msgid "guestfs_ping_daemon"
11537 msgstr ""
11538
11539 # type: verbatim
11540 #: ../src/guestfs-actions.pod:4628
11541 #, no-wrap
11542 msgid ""
11543 " int\n"
11544 " guestfs_ping_daemon (guestfs_h *g);\n"
11545 "\n"
11546 msgstr ""
11547
11548 # type: textblock
11549 #: ../src/guestfs-actions.pod:4631 ../fish/guestfish-actions.pod:3074
11550 msgid ""
11551 "This is a test probe into the guestfs daemon running inside the qemu "
11552 "subprocess.  Calling this function checks that the daemon responds to the "
11553 "ping message, without affecting the daemon or attached block device(s) in "
11554 "any other way."
11555 msgstr ""
11556
11557 # type: =head2
11558 #: ../src/guestfs-actions.pod:4640
11559 msgid "guestfs_pread"
11560 msgstr ""
11561
11562 # type: verbatim
11563 #: ../src/guestfs-actions.pod:4642
11564 #, no-wrap
11565 msgid ""
11566 " char *\n"
11567 " guestfs_pread (guestfs_h *g,\n"
11568 "                const char *path,\n"
11569 "                int count,\n"
11570 "                int64_t offset,\n"
11571 "                size_t *size_r);\n"
11572 "\n"
11573 msgstr ""
11574
11575 # type: textblock
11576 #: ../src/guestfs-actions.pod:4649 ../fish/guestfish-actions.pod:3083
11577 msgid ""
11578 "This command lets you read part of a file.  It reads C<count> bytes of the "
11579 "file, starting at C<offset>, from file C<path>."
11580 msgstr ""
11581
11582 # type: textblock
11583 #: ../src/guestfs-actions.pod:4652 ../src/guestfs-actions.pod:4678 ../fish/guestfish-actions.pod:3086 ../fish/guestfish-actions.pod:3101
11584 msgid ""
11585 "This may read fewer bytes than requested.  For further details see the "
11586 "L<pread(2)> system call."
11587 msgstr ""
11588
11589 # type: textblock
11590 #: ../src/guestfs-actions.pod:4655
11591 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
11592 msgstr ""
11593
11594 # type: =head2
11595 #: ../src/guestfs-actions.pod:4666
11596 msgid "guestfs_pread_device"
11597 msgstr ""
11598
11599 # type: verbatim
11600 #: ../src/guestfs-actions.pod:4668
11601 #, no-wrap
11602 msgid ""
11603 " char *\n"
11604 " guestfs_pread_device (guestfs_h *g,\n"
11605 "                       const char *device,\n"
11606 "                       int count,\n"
11607 "                       int64_t offset,\n"
11608 "                       size_t *size_r);\n"
11609 "\n"
11610 msgstr ""
11611
11612 # type: textblock
11613 #: ../src/guestfs-actions.pod:4675 ../fish/guestfish-actions.pod:3098
11614 msgid ""
11615 "This command lets you read part of a file.  It reads C<count> bytes of "
11616 "C<device>, starting at C<offset>."
11617 msgstr ""
11618
11619 # type: textblock
11620 #: ../src/guestfs-actions.pod:4681
11621 msgid "See also C<guestfs_pread>."
11622 msgstr ""
11623
11624 # type: textblock
11625 #: ../src/guestfs-actions.pod:4690
11626 msgid "(Added in 1.5.21)"
11627 msgstr ""
11628
11629 # type: =head2
11630 #: ../src/guestfs-actions.pod:4692
11631 msgid "guestfs_pvcreate"
11632 msgstr ""
11633
11634 # type: verbatim
11635 #: ../src/guestfs-actions.pod:4694
11636 #, no-wrap
11637 msgid ""
11638 " int\n"
11639 " guestfs_pvcreate (guestfs_h *g,\n"
11640 "                   const char *device);\n"
11641 "\n"
11642 msgstr ""
11643
11644 # type: textblock
11645 #: ../src/guestfs-actions.pod:4698 ../fish/guestfish-actions.pod:3113
11646 msgid ""
11647 "This creates an LVM physical volume on the named C<device>, where C<device> "
11648 "should usually be a partition name such as C</dev/sda1>."
11649 msgstr ""
11650
11651 # type: =head2
11652 #: ../src/guestfs-actions.pod:4706
11653 msgid "guestfs_pvremove"
11654 msgstr ""
11655
11656 # type: verbatim
11657 #: ../src/guestfs-actions.pod:4708
11658 #, no-wrap
11659 msgid ""
11660 " int\n"
11661 " guestfs_pvremove (guestfs_h *g,\n"
11662 "                   const char *device);\n"
11663 "\n"
11664 msgstr ""
11665
11666 # type: textblock
11667 #: ../src/guestfs-actions.pod:4712 ../fish/guestfish-actions.pod:3121
11668 msgid ""
11669 "This wipes a physical volume C<device> so that LVM will no longer recognise "
11670 "it."
11671 msgstr ""
11672
11673 # type: textblock
11674 #: ../src/guestfs-actions.pod:4715 ../fish/guestfish-actions.pod:3124
11675 msgid ""
11676 "The implementation uses the C<pvremove> command which refuses to wipe "
11677 "physical volumes that contain any volume groups, so you have to remove those "
11678 "first."
11679 msgstr ""
11680
11681 # type: =head2
11682 #: ../src/guestfs-actions.pod:4723
11683 msgid "guestfs_pvresize"
11684 msgstr ""
11685
11686 # type: verbatim
11687 #: ../src/guestfs-actions.pod:4725
11688 #, no-wrap
11689 msgid ""
11690 " int\n"
11691 " guestfs_pvresize (guestfs_h *g,\n"
11692 "                   const char *device);\n"
11693 "\n"
11694 msgstr ""
11695
11696 # type: textblock
11697 #: ../src/guestfs-actions.pod:4729 ../fish/guestfish-actions.pod:3132
11698 msgid ""
11699 "This resizes (expands or shrinks) an existing LVM physical volume to match "
11700 "the new size of the underlying device."
11701 msgstr ""
11702
11703 # type: =head2
11704 #: ../src/guestfs-actions.pod:4736
11705 msgid "guestfs_pvresize_size"
11706 msgstr ""
11707
11708 # type: verbatim
11709 #: ../src/guestfs-actions.pod:4738
11710 #, no-wrap
11711 msgid ""
11712 " int\n"
11713 " guestfs_pvresize_size (guestfs_h *g,\n"
11714 "                        const char *device,\n"
11715 "                        int64_t size);\n"
11716 "\n"
11717 msgstr ""
11718
11719 # type: textblock
11720 #: ../src/guestfs-actions.pod:4743
11721 msgid ""
11722 "This command is the same as C<guestfs_pvresize> except that it allows you to "
11723 "specify the new size (in bytes) explicitly."
11724 msgstr ""
11725
11726 # type: =head2
11727 #: ../src/guestfs-actions.pod:4750
11728 msgid "guestfs_pvs"
11729 msgstr ""
11730
11731 # type: verbatim
11732 #: ../src/guestfs-actions.pod:4752
11733 #, no-wrap
11734 msgid ""
11735 " char **\n"
11736 " guestfs_pvs (guestfs_h *g);\n"
11737 "\n"
11738 msgstr ""
11739
11740 # type: textblock
11741 #: ../src/guestfs-actions.pod:4755 ../fish/guestfish-actions.pod:3146
11742 msgid ""
11743 "List all the physical volumes detected.  This is the equivalent of the "
11744 "L<pvs(8)> command."
11745 msgstr ""
11746
11747 # type: textblock
11748 #: ../src/guestfs-actions.pod:4758 ../fish/guestfish-actions.pod:3149
11749 msgid ""
11750 "This returns a list of just the device names that contain PVs "
11751 "(eg. C</dev/sda2>)."
11752 msgstr ""
11753
11754 # type: textblock
11755 #: ../src/guestfs-actions.pod:4761
11756 msgid "See also C<guestfs_pvs_full>."
11757 msgstr ""
11758
11759 # type: =head2
11760 #: ../src/guestfs-actions.pod:4769
11761 msgid "guestfs_pvs_full"
11762 msgstr ""
11763
11764 # type: verbatim
11765 #: ../src/guestfs-actions.pod:4771
11766 #, no-wrap
11767 msgid ""
11768 " struct guestfs_lvm_pv_list *\n"
11769 " guestfs_pvs_full (guestfs_h *g);\n"
11770 "\n"
11771 msgstr ""
11772
11773 # type: textblock
11774 #: ../src/guestfs-actions.pod:4774 ../fish/guestfish-actions.pod:3158
11775 msgid ""
11776 "List all the physical volumes detected.  This is the equivalent of the "
11777 "L<pvs(8)> command.  The \"full\" version includes all fields."
11778 msgstr ""
11779
11780 # type: textblock
11781 #: ../src/guestfs-actions.pod:4777
11782 msgid ""
11783 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
11784 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
11785 "use>."
11786 msgstr ""
11787
11788 # type: =head2
11789 #: ../src/guestfs-actions.pod:4783
11790 msgid "guestfs_pvuuid"
11791 msgstr ""
11792
11793 # type: verbatim
11794 #: ../src/guestfs-actions.pod:4785
11795 #, no-wrap
11796 msgid ""
11797 " char *\n"
11798 " guestfs_pvuuid (guestfs_h *g,\n"
11799 "                 const char *device);\n"
11800 "\n"
11801 msgstr ""
11802
11803 # type: textblock
11804 #: ../src/guestfs-actions.pod:4789 ../fish/guestfish-actions.pod:3165
11805 msgid "This command returns the UUID of the LVM PV C<device>."
11806 msgstr ""
11807
11808 # type: =head2
11809 #: ../src/guestfs-actions.pod:4796
11810 msgid "guestfs_pwrite"
11811 msgstr ""
11812
11813 # type: verbatim
11814 #: ../src/guestfs-actions.pod:4798
11815 #, no-wrap
11816 msgid ""
11817 " int\n"
11818 " guestfs_pwrite (guestfs_h *g,\n"
11819 "                 const char *path,\n"
11820 "                 const char *content,\n"
11821 "                 size_t content_size,\n"
11822 "                 int64_t offset);\n"
11823 "\n"
11824 msgstr ""
11825
11826 # type: textblock
11827 #: ../src/guestfs-actions.pod:4805 ../fish/guestfish-actions.pod:3171
11828 msgid ""
11829 "This command writes to part of a file.  It writes the data buffer C<content> "
11830 "to the file C<path> starting at offset C<offset>."
11831 msgstr ""
11832
11833 # type: textblock
11834 #: ../src/guestfs-actions.pod:4808 ../fish/guestfish-actions.pod:3174
11835 msgid ""
11836 "This command implements the L<pwrite(2)> system call, and like that system "
11837 "call it may not write the full data requested.  The return value is the "
11838 "number of bytes that were actually written to the file.  This could even be "
11839 "0, although short writes are unlikely for regular files in ordinary "
11840 "circumstances."
11841 msgstr ""
11842
11843 # type: textblock
11844 #: ../src/guestfs-actions.pod:4814
11845 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
11846 msgstr ""
11847
11848 # type: =head2
11849 #: ../src/guestfs-actions.pod:4823
11850 msgid "guestfs_pwrite_device"
11851 msgstr ""
11852
11853 # type: verbatim
11854 #: ../src/guestfs-actions.pod:4825
11855 #, no-wrap
11856 msgid ""
11857 " int\n"
11858 " guestfs_pwrite_device (guestfs_h *g,\n"
11859 "                        const char *device,\n"
11860 "                        const char *content,\n"
11861 "                        size_t content_size,\n"
11862 "                        int64_t offset);\n"
11863 "\n"
11864 msgstr ""
11865
11866 # type: textblock
11867 #: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3189
11868 msgid ""
11869 "This command writes to part of a device.  It writes the data buffer "
11870 "C<content> to C<device> starting at offset C<offset>."
11871 msgstr ""
11872
11873 # type: textblock
11874 #: ../src/guestfs-actions.pod:4835 ../fish/guestfish-actions.pod:3192
11875 msgid ""
11876 "This command implements the L<pwrite(2)> system call, and like that system "
11877 "call it may not write the full data requested (although short writes to disk "
11878 "devices and partitions are probably impossible with standard Linux kernels)."
11879 msgstr ""
11880
11881 # type: textblock
11882 #: ../src/guestfs-actions.pod:4840
11883 msgid "See also C<guestfs_pwrite>."
11884 msgstr ""
11885
11886 # type: textblock
11887 #: ../src/guestfs-actions.pod:4847
11888 msgid "(Added in 1.5.20)"
11889 msgstr ""
11890
11891 # type: =head2
11892 #: ../src/guestfs-actions.pod:4849
11893 msgid "guestfs_read_file"
11894 msgstr ""
11895
11896 # type: verbatim
11897 #: ../src/guestfs-actions.pod:4851
11898 #, no-wrap
11899 msgid ""
11900 " char *\n"
11901 " guestfs_read_file (guestfs_h *g,\n"
11902 "                    const char *path,\n"
11903 "                    size_t *size_r);\n"
11904 "\n"
11905 msgstr ""
11906
11907 # type: textblock
11908 #: ../src/guestfs-actions.pod:4856 ../fish/guestfish-actions.pod:3206
11909 msgid "This calls returns the contents of the file C<path> as a buffer."
11910 msgstr ""
11911
11912 # type: textblock
11913 #: ../src/guestfs-actions.pod:4859
11914 msgid ""
11915 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
11916 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
11917 "function is limited in the total size of file that can be handled."
11918 msgstr ""
11919
11920 # type: textblock
11921 #: ../src/guestfs-actions.pod:4871
11922 msgid "(Added in 1.0.63)"
11923 msgstr ""
11924
11925 # type: =head2
11926 #: ../src/guestfs-actions.pod:4873
11927 msgid "guestfs_read_lines"
11928 msgstr ""
11929
11930 # type: verbatim
11931 #: ../src/guestfs-actions.pod:4875
11932 #, no-wrap
11933 msgid ""
11934 " char **\n"
11935 " guestfs_read_lines (guestfs_h *g,\n"
11936 "                     const char *path);\n"
11937 "\n"
11938 msgstr ""
11939
11940 # type: textblock
11941 #: ../src/guestfs-actions.pod:4881 ../fish/guestfish-actions.pod:3223
11942 msgid ""
11943 "The file contents are returned as a list of lines.  Trailing C<LF> and "
11944 "C<CRLF> character sequences are I<not> returned."
11945 msgstr ""
11946
11947 # type: textblock
11948 #: ../src/guestfs-actions.pod:4884
11949 msgid ""
11950 "Note that this function cannot correctly handle binary files (specifically, "
11951 "files containing C<\\0> character which is treated as end of line).  For "
11952 "those you need to use the C<guestfs_read_file> function which has a more "
11953 "complex interface."
11954 msgstr ""
11955
11956 # type: =head2
11957 #: ../src/guestfs-actions.pod:4895
11958 msgid "guestfs_readdir"
11959 msgstr ""
11960
11961 # type: verbatim
11962 #: ../src/guestfs-actions.pod:4897
11963 #, no-wrap
11964 msgid ""
11965 " struct guestfs_dirent_list *\n"
11966 " guestfs_readdir (guestfs_h *g,\n"
11967 "                  const char *dir);\n"
11968 "\n"
11969 msgstr ""
11970
11971 # type: textblock
11972 #: ../src/guestfs-actions.pod:4901 ../fish/guestfish-actions.pod:3235
11973 msgid "This returns the list of directory entries in directory C<dir>."
11974 msgstr ""
11975
11976 # type: textblock
11977 #: ../src/guestfs-actions.pod:4903 ../fish/guestfish-actions.pod:3237
11978 msgid ""
11979 "All entries in the directory are returned, including C<.> and C<..>.  The "
11980 "entries are I<not> sorted, but returned in the same order as the underlying "
11981 "filesystem."
11982 msgstr ""
11983
11984 # type: textblock
11985 #: ../src/guestfs-actions.pod:4907 ../fish/guestfish-actions.pod:3241
11986 msgid ""
11987 "Also this call returns basic file type information about each file.  The "
11988 "C<ftyp> field will contain one of the following characters:"
11989 msgstr ""
11990
11991 # type: =item
11992 #: ../src/guestfs-actions.pod:4912 ../fish/guestfish-actions.pod:3246
11993 msgid "'b'"
11994 msgstr ""
11995
11996 # type: textblock
11997 #: ../src/guestfs-actions.pod:4914 ../fish/guestfish-actions.pod:3248
11998 msgid "Block special"
11999 msgstr ""
12000
12001 # type: =item
12002 #: ../src/guestfs-actions.pod:4916 ../fish/guestfish-actions.pod:3250
12003 msgid "'c'"
12004 msgstr ""
12005
12006 # type: textblock
12007 #: ../src/guestfs-actions.pod:4918 ../fish/guestfish-actions.pod:3252
12008 msgid "Char special"
12009 msgstr ""
12010
12011 # type: =item
12012 #: ../src/guestfs-actions.pod:4920 ../fish/guestfish-actions.pod:3254
12013 msgid "'d'"
12014 msgstr ""
12015
12016 # type: textblock
12017 #: ../src/guestfs-actions.pod:4922 ../fish/guestfish-actions.pod:3256
12018 msgid "Directory"
12019 msgstr ""
12020
12021 # type: =item
12022 #: ../src/guestfs-actions.pod:4924 ../fish/guestfish-actions.pod:3258
12023 msgid "'f'"
12024 msgstr ""
12025
12026 # type: textblock
12027 #: ../src/guestfs-actions.pod:4926 ../fish/guestfish-actions.pod:3260
12028 msgid "FIFO (named pipe)"
12029 msgstr ""
12030
12031 # type: =item
12032 #: ../src/guestfs-actions.pod:4928 ../fish/guestfish-actions.pod:3262
12033 msgid "'l'"
12034 msgstr ""
12035
12036 # type: textblock
12037 #: ../src/guestfs-actions.pod:4930 ../fish/guestfish-actions.pod:3264
12038 msgid "Symbolic link"
12039 msgstr ""
12040
12041 # type: =item
12042 #: ../src/guestfs-actions.pod:4932 ../fish/guestfish-actions.pod:3266
12043 msgid "'r'"
12044 msgstr ""
12045
12046 # type: textblock
12047 #: ../src/guestfs-actions.pod:4934 ../fish/guestfish-actions.pod:3268
12048 msgid "Regular file"
12049 msgstr ""
12050
12051 # type: =item
12052 #: ../src/guestfs-actions.pod:4936 ../fish/guestfish-actions.pod:3270
12053 msgid "'s'"
12054 msgstr ""
12055
12056 # type: textblock
12057 #: ../src/guestfs-actions.pod:4938 ../fish/guestfish-actions.pod:3272
12058 msgid "Socket"
12059 msgstr ""
12060
12061 # type: =item
12062 #: ../src/guestfs-actions.pod:4940 ../fish/guestfish-actions.pod:3274
12063 msgid "'u'"
12064 msgstr ""
12065
12066 # type: textblock
12067 #: ../src/guestfs-actions.pod:4942 ../fish/guestfish-actions.pod:3276
12068 msgid "Unknown file type"
12069 msgstr ""
12070
12071 # type: =item
12072 #: ../src/guestfs-actions.pod:4944 ../fish/guestfish-actions.pod:3278
12073 msgid "'?'"
12074 msgstr ""
12075
12076 # type: textblock
12077 #: ../src/guestfs-actions.pod:4946 ../fish/guestfish-actions.pod:3280
12078 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
12079 msgstr ""
12080
12081 # type: textblock
12082 #: ../src/guestfs-actions.pod:4951
12083 msgid ""
12084 "This function is primarily intended for use by programs.  To get a simple "
12085 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
12086 "consumption, use C<guestfs_ll>."
12087 msgstr ""
12088
12089 # type: textblock
12090 #: ../src/guestfs-actions.pod:4955
12091 msgid ""
12092 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
12093 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
12094 "use>."
12095 msgstr ""
12096
12097 # type: =head2
12098 #: ../src/guestfs-actions.pod:4961
12099 msgid "guestfs_readlink"
12100 msgstr ""
12101
12102 # type: verbatim
12103 #: ../src/guestfs-actions.pod:4963
12104 #, no-wrap
12105 msgid ""
12106 " char *\n"
12107 " guestfs_readlink (guestfs_h *g,\n"
12108 "                   const char *path);\n"
12109 "\n"
12110 msgstr ""
12111
12112 # type: textblock
12113 #: ../src/guestfs-actions.pod:4967 ../fish/guestfish-actions.pod:3293
12114 msgid "This command reads the target of a symbolic link."
12115 msgstr ""
12116
12117 # type: =head2
12118 #: ../src/guestfs-actions.pod:4974
12119 msgid "guestfs_readlinklist"
12120 msgstr ""
12121
12122 # type: verbatim
12123 #: ../src/guestfs-actions.pod:4976
12124 #, no-wrap
12125 msgid ""
12126 " char **\n"
12127 " guestfs_readlinklist (guestfs_h *g,\n"
12128 "                       const char *path,\n"
12129 "                       char *const *names);\n"
12130 "\n"
12131 msgstr ""
12132
12133 # type: textblock
12134 #: ../src/guestfs-actions.pod:4981 ../fish/guestfish-actions.pod:3299
12135 msgid ""
12136 "This call allows you to do a C<readlink> operation on multiple files, where "
12137 "all files are in the directory C<path>.  C<names> is the list of files from "
12138 "this directory."
12139 msgstr ""
12140
12141 # type: textblock
12142 #: ../src/guestfs-actions.pod:4985 ../fish/guestfish-actions.pod:3303
12143 msgid ""
12144 "On return you get a list of strings, with a one-to-one correspondence to the "
12145 "C<names> list.  Each string is the value of the symbolic link."
12146 msgstr ""
12147
12148 # type: textblock
12149 #: ../src/guestfs-actions.pod:4989 ../fish/guestfish-actions.pod:3307
12150 msgid ""
12151 "If the C<readlink(2)> operation fails on any name, then the corresponding "
12152 "result string is the empty string C<\"\">.  However the whole operation is "
12153 "completed even if there were C<readlink(2)> errors, and so you can call this "
12154 "function with names where you don't know if they are symbolic links already "
12155 "(albeit slightly less efficient)."
12156 msgstr ""
12157
12158 # type: textblock
12159 #: ../src/guestfs-actions.pod:4996 ../fish/guestfish-actions.pod:3314
12160 msgid ""
12161 "This call is intended for programs that want to efficiently list a directory "
12162 "contents without making many round-trips.  Very long directory listings "
12163 "might cause the protocol message size to be exceeded, causing this call to "
12164 "fail.  The caller must split up such requests into smaller groups of names."
12165 msgstr ""
12166
12167 # type: =head2
12168 #: ../src/guestfs-actions.pod:5009
12169 msgid "guestfs_realpath"
12170 msgstr ""
12171
12172 # type: verbatim
12173 #: ../src/guestfs-actions.pod:5011
12174 #, no-wrap
12175 msgid ""
12176 " char *\n"
12177 " guestfs_realpath (guestfs_h *g,\n"
12178 "                   const char *path);\n"
12179 "\n"
12180 msgstr ""
12181
12182 # type: textblock
12183 #: ../src/guestfs-actions.pod:5015 ../fish/guestfish-actions.pod:3325
12184 msgid ""
12185 "Return the canonicalized absolute pathname of C<path>.  The returned path "
12186 "has no C<.>, C<..> or symbolic link path elements."
12187 msgstr ""
12188
12189 # type: =head2
12190 #: ../src/guestfs-actions.pod:5023
12191 msgid "guestfs_removexattr"
12192 msgstr ""
12193
12194 # type: verbatim
12195 #: ../src/guestfs-actions.pod:5025
12196 #, no-wrap
12197 msgid ""
12198 " int\n"
12199 " guestfs_removexattr (guestfs_h *g,\n"
12200 "                      const char *xattr,\n"
12201 "                      const char *path);\n"
12202 "\n"
12203 msgstr ""
12204
12205 # type: textblock
12206 #: ../src/guestfs-actions.pod:5030 ../fish/guestfish-actions.pod:3332
12207 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
12208 msgstr ""
12209
12210 # type: textblock
12211 #: ../src/guestfs-actions.pod:5033
12212 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
12213 msgstr ""
12214
12215 # type: =head2
12216 #: ../src/guestfs-actions.pod:5039
12217 msgid "guestfs_resize2fs"
12218 msgstr ""
12219
12220 # type: verbatim
12221 #: ../src/guestfs-actions.pod:5041
12222 #, no-wrap
12223 msgid ""
12224 " int\n"
12225 " guestfs_resize2fs (guestfs_h *g,\n"
12226 "                    const char *device);\n"
12227 "\n"
12228 msgstr ""
12229
12230 # type: textblock
12231 #: ../src/guestfs-actions.pod:5045 ../fish/guestfish-actions.pod:3341
12232 msgid ""
12233 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
12234 "underlying device."
12235 msgstr ""
12236
12237 # type: textblock
12238 #: ../src/guestfs-actions.pod:5048
12239 msgid ""
12240 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
12241 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
12242 "sometimes gives an error about this and sometimes not.  In any case, it is "
12243 "always safe to call C<guestfs_e2fsck_f> before calling this function."
12244 msgstr ""
12245
12246 # type: =head2
12247 #: ../src/guestfs-actions.pod:5058
12248 msgid "guestfs_resize2fs_size"
12249 msgstr ""
12250
12251 # type: verbatim
12252 #: ../src/guestfs-actions.pod:5060
12253 #, no-wrap
12254 msgid ""
12255 " int\n"
12256 " guestfs_resize2fs_size (guestfs_h *g,\n"
12257 "                         const char *device,\n"
12258 "                         int64_t size);\n"
12259 "\n"
12260 msgstr ""
12261
12262 # type: textblock
12263 #: ../src/guestfs-actions.pod:5065
12264 msgid ""
12265 "This command is the same as C<guestfs_resize2fs> except that it allows you "
12266 "to specify the new size (in bytes) explicitly."
12267 msgstr ""
12268
12269 # type: =head2
12270 #: ../src/guestfs-actions.pod:5072
12271 msgid "guestfs_rm"
12272 msgstr ""
12273
12274 # type: verbatim
12275 #: ../src/guestfs-actions.pod:5074
12276 #, no-wrap
12277 msgid ""
12278 " int\n"
12279 " guestfs_rm (guestfs_h *g,\n"
12280 "             const char *path);\n"
12281 "\n"
12282 msgstr ""
12283
12284 # type: textblock
12285 #: ../src/guestfs-actions.pod:5078 ../fish/guestfish-actions.pod:3361
12286 msgid "Remove the single file C<path>."
12287 msgstr ""
12288
12289 # type: =head2
12290 #: ../src/guestfs-actions.pod:5084
12291 msgid "guestfs_rm_rf"
12292 msgstr ""
12293
12294 # type: verbatim
12295 #: ../src/guestfs-actions.pod:5086
12296 #, no-wrap
12297 msgid ""
12298 " int\n"
12299 " guestfs_rm_rf (guestfs_h *g,\n"
12300 "                const char *path);\n"
12301 "\n"
12302 msgstr ""
12303
12304 # type: textblock
12305 #: ../src/guestfs-actions.pod:5090 ../fish/guestfish-actions.pod:3367
12306 msgid ""
12307 "Remove the file or directory C<path>, recursively removing the contents if "
12308 "its a directory.  This is like the C<rm -rf> shell command."
12309 msgstr ""
12310
12311 # type: =head2
12312 #: ../src/guestfs-actions.pod:5098
12313 msgid "guestfs_rmdir"
12314 msgstr ""
12315
12316 # type: verbatim
12317 #: ../src/guestfs-actions.pod:5100
12318 #, no-wrap
12319 msgid ""
12320 " int\n"
12321 " guestfs_rmdir (guestfs_h *g,\n"
12322 "                const char *path);\n"
12323 "\n"
12324 msgstr ""
12325
12326 # type: textblock
12327 #: ../src/guestfs-actions.pod:5104 ../fish/guestfish-actions.pod:3375
12328 msgid "Remove the single directory C<path>."
12329 msgstr ""
12330
12331 # type: =head2
12332 #: ../src/guestfs-actions.pod:5110
12333 msgid "guestfs_rmmountpoint"
12334 msgstr ""
12335
12336 # type: verbatim
12337 #: ../src/guestfs-actions.pod:5112
12338 #, no-wrap
12339 msgid ""
12340 " int\n"
12341 " guestfs_rmmountpoint (guestfs_h *g,\n"
12342 "                       const char *exemptpath);\n"
12343 "\n"
12344 msgstr ""
12345
12346 # type: textblock
12347 #: ../src/guestfs-actions.pod:5116
12348 msgid ""
12349 "This calls removes a mountpoint that was previously created with "
12350 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
12351 msgstr ""
12352
12353 # type: =head2
12354 #: ../src/guestfs-actions.pod:5124
12355 msgid "guestfs_scrub_device"
12356 msgstr ""
12357
12358 # type: verbatim
12359 #: ../src/guestfs-actions.pod:5126
12360 #, no-wrap
12361 msgid ""
12362 " int\n"
12363 " guestfs_scrub_device (guestfs_h *g,\n"
12364 "                       const char *device);\n"
12365 "\n"
12366 msgstr ""
12367
12368 # type: textblock
12369 #: ../src/guestfs-actions.pod:5130 ../fish/guestfish-actions.pod:3389
12370 msgid ""
12371 "This command writes patterns over C<device> to make data retrieval more "
12372 "difficult."
12373 msgstr ""
12374
12375 # type: textblock
12376 #: ../src/guestfs-actions.pod:5133 ../src/guestfs-actions.pod:5154 ../src/guestfs-actions.pod:5173 ../fish/guestfish-actions.pod:3392 ../fish/guestfish-actions.pod:3407 ../fish/guestfish-actions.pod:3420
12377 msgid ""
12378 "It is an interface to the L<scrub(1)> program.  See that manual page for "
12379 "more details."
12380 msgstr ""
12381
12382 # type: textblock
12383 #: ../src/guestfs-actions.pod:5141 ../src/guestfs-actions.pod:5159 ../src/guestfs-actions.pod:5178
12384 msgid "(Added in 1.0.52)"
12385 msgstr ""
12386
12387 # type: =head2
12388 #: ../src/guestfs-actions.pod:5143
12389 msgid "guestfs_scrub_file"
12390 msgstr ""
12391
12392 # type: verbatim
12393 #: ../src/guestfs-actions.pod:5145
12394 #, no-wrap
12395 msgid ""
12396 " int\n"
12397 " guestfs_scrub_file (guestfs_h *g,\n"
12398 "                     const char *file);\n"
12399 "\n"
12400 msgstr ""
12401
12402 # type: textblock
12403 #: ../src/guestfs-actions.pod:5149 ../fish/guestfish-actions.pod:3402
12404 msgid ""
12405 "This command writes patterns over a file to make data retrieval more "
12406 "difficult."
12407 msgstr ""
12408
12409 # type: textblock
12410 #: ../src/guestfs-actions.pod:5152 ../fish/guestfish-actions.pod:3405
12411 msgid "The file is I<removed> after scrubbing."
12412 msgstr ""
12413
12414 # type: =head2
12415 #: ../src/guestfs-actions.pod:5161
12416 msgid "guestfs_scrub_freespace"
12417 msgstr ""
12418
12419 # type: verbatim
12420 #: ../src/guestfs-actions.pod:5163
12421 #, no-wrap
12422 msgid ""
12423 " int\n"
12424 " guestfs_scrub_freespace (guestfs_h *g,\n"
12425 "                          const char *dir);\n"
12426 "\n"
12427 msgstr ""
12428
12429 # type: textblock
12430 #: ../src/guestfs-actions.pod:5167
12431 msgid ""
12432 "This command creates the directory C<dir> and then fills it with files until "
12433 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
12434 "and deletes them.  The intention is to scrub any free space on the partition "
12435 "containing C<dir>."
12436 msgstr ""
12437
12438 # type: =head2
12439 #: ../src/guestfs-actions.pod:5180
12440 msgid "guestfs_set_append"
12441 msgstr ""
12442
12443 # type: verbatim
12444 #: ../src/guestfs-actions.pod:5182
12445 #, no-wrap
12446 msgid ""
12447 " int\n"
12448 " guestfs_set_append (guestfs_h *g,\n"
12449 "                     const char *append);\n"
12450 "\n"
12451 msgstr ""
12452
12453 # type: textblock
12454 #: ../src/guestfs-actions.pod:5186 ../fish/guestfish-actions.pod:3429
12455 msgid ""
12456 "This function is used to add additional options to the guest kernel command "
12457 "line."
12458 msgstr ""
12459
12460 # type: textblock
12461 #: ../src/guestfs-actions.pod:5189 ../fish/guestfish-actions.pod:3432
12462 msgid ""
12463 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
12464 "environment variable."
12465 msgstr ""
12466
12467 # type: textblock
12468 #: ../src/guestfs-actions.pod:5192 ../fish/guestfish-actions.pod:3435
12469 msgid ""
12470 "Setting C<append> to C<NULL> means I<no> additional options are passed "
12471 "(libguestfs always adds a few of its own)."
12472 msgstr ""
12473
12474 # type: =head2
12475 #: ../src/guestfs-actions.pod:5199
12476 msgid "guestfs_set_autosync"
12477 msgstr ""
12478
12479 # type: verbatim
12480 #: ../src/guestfs-actions.pod:5201
12481 #, no-wrap
12482 msgid ""
12483 " int\n"
12484 " guestfs_set_autosync (guestfs_h *g,\n"
12485 "                       int autosync);\n"
12486 "\n"
12487 msgstr ""
12488
12489 # type: textblock
12490 #: ../src/guestfs-actions.pod:5205
12491 msgid ""
12492 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
12493 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
12494 "the handle is closed (also if the program exits without closing handles)."
12495 msgstr ""
12496
12497 # type: textblock
12498 #: ../src/guestfs-actions.pod:5210 ../fish/guestfish-actions.pod:3449
12499 msgid ""
12500 "This is enabled by default (since libguestfs 1.5.24, previously it was "
12501 "disabled by default)."
12502 msgstr ""
12503
12504 # type: =head2
12505 #: ../src/guestfs-actions.pod:5217
12506 msgid "guestfs_set_direct"
12507 msgstr ""
12508
12509 # type: verbatim
12510 #: ../src/guestfs-actions.pod:5219
12511 #, no-wrap
12512 msgid ""
12513 " int\n"
12514 " guestfs_set_direct (guestfs_h *g,\n"
12515 "                     int direct);\n"
12516 "\n"
12517 msgstr ""
12518
12519 # type: textblock
12520 #: ../src/guestfs-actions.pod:5223 ../fish/guestfish-actions.pod:3458
12521 msgid ""
12522 "If the direct appliance mode flag is enabled, then stdin and stdout are "
12523 "passed directly through to the appliance once it is launched."
12524 msgstr ""
12525
12526 # type: textblock
12527 #: ../src/guestfs-actions.pod:5227
12528 msgid ""
12529 "One consequence of this is that log messages aren't caught by the library "
12530 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
12531 "stdout."
12532 msgstr ""
12533
12534 # type: textblock
12535 #: ../src/guestfs-actions.pod:5231 ../fish/guestfish-actions.pod:3466
12536 msgid "You probably don't want to use this unless you know what you are doing."
12537 msgstr ""
12538
12539 # type: textblock
12540 #: ../src/guestfs-actions.pod:5234 ../fish/guestfish-actions.pod:3469
12541 msgid "The default is disabled."
12542 msgstr ""
12543
12544 # type: =head2
12545 #: ../src/guestfs-actions.pod:5240
12546 msgid "guestfs_set_e2label"
12547 msgstr ""
12548
12549 # type: verbatim
12550 #: ../src/guestfs-actions.pod:5242
12551 #, no-wrap
12552 msgid ""
12553 " int\n"
12554 " guestfs_set_e2label (guestfs_h *g,\n"
12555 "                      const char *device,\n"
12556 "                      const char *label);\n"
12557 "\n"
12558 msgstr ""
12559
12560 # type: textblock
12561 #: ../src/guestfs-actions.pod:5247 ../fish/guestfish-actions.pod:3475
12562 msgid ""
12563 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
12564 "C<label>.  Filesystem labels are limited to 16 characters."
12565 msgstr ""
12566
12567 # type: textblock
12568 #: ../src/guestfs-actions.pod:5251
12569 msgid ""
12570 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
12571 "the existing label on a filesystem."
12572 msgstr ""
12573
12574 # type: =head2
12575 #: ../src/guestfs-actions.pod:5258
12576 msgid "guestfs_set_e2uuid"
12577 msgstr ""
12578
12579 # type: verbatim
12580 #: ../src/guestfs-actions.pod:5260
12581 #, no-wrap
12582 msgid ""
12583 " int\n"
12584 " guestfs_set_e2uuid (guestfs_h *g,\n"
12585 "                     const char *device,\n"
12586 "                     const char *uuid);\n"
12587 "\n"
12588 msgstr ""
12589
12590 # type: textblock
12591 #: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3486
12592 msgid ""
12593 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
12594 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
12595 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
12596 msgstr ""
12597
12598 # type: textblock
12599 #: ../src/guestfs-actions.pod:5270
12600 msgid ""
12601 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
12602 "the existing UUID of a filesystem."
12603 msgstr ""
12604
12605 # type: =head2
12606 #: ../src/guestfs-actions.pod:5277
12607 msgid "guestfs_set_memsize"
12608 msgstr ""
12609
12610 # type: verbatim
12611 #: ../src/guestfs-actions.pod:5279
12612 #, no-wrap
12613 msgid ""
12614 " int\n"
12615 " guestfs_set_memsize (guestfs_h *g,\n"
12616 "                      int memsize);\n"
12617 "\n"
12618 msgstr ""
12619
12620 # type: textblock
12621 #: ../src/guestfs-actions.pod:5283
12622 msgid ""
12623 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
12624 "This only has any effect if called before C<guestfs_launch>."
12625 msgstr ""
12626
12627 # type: textblock
12628 #: ../src/guestfs-actions.pod:5287 ../fish/guestfish-actions.pod:3504
12629 msgid ""
12630 "You can also change this by setting the environment variable "
12631 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
12632 msgstr ""
12633
12634 # type: =head2
12635 #: ../src/guestfs-actions.pod:5298
12636 msgid "guestfs_set_network"
12637 msgstr ""
12638
12639 # type: verbatim
12640 #: ../src/guestfs-actions.pod:5300
12641 #, no-wrap
12642 msgid ""
12643 " int\n"
12644 " guestfs_set_network (guestfs_h *g,\n"
12645 "                      int network);\n"
12646 "\n"
12647 msgstr ""
12648
12649 # type: textblock
12650 #: ../src/guestfs-actions.pod:5304 ../fish/guestfish-actions.pod:3517
12651 msgid ""
12652 "If C<network> is true, then the network is enabled in the libguestfs "
12653 "appliance.  The default is false."
12654 msgstr ""
12655
12656 # type: textblock
12657 #: ../src/guestfs-actions.pod:5307 ../fish/guestfish-actions.pod:3520
12658 msgid ""
12659 "This affects whether commands are able to access the network (see "
12660 "L<guestfs(3)/RUNNING COMMANDS>)."
12661 msgstr ""
12662
12663 # type: textblock
12664 #: ../src/guestfs-actions.pod:5310
12665 msgid ""
12666 "You must call this before calling C<guestfs_launch>, otherwise it has no "
12667 "effect."
12668 msgstr ""
12669
12670 # type: =head2
12671 #: ../src/guestfs-actions.pod:5317
12672 msgid "guestfs_set_path"
12673 msgstr ""
12674
12675 # type: verbatim
12676 #: ../src/guestfs-actions.pod:5319
12677 #, no-wrap
12678 msgid ""
12679 " int\n"
12680 " guestfs_set_path (guestfs_h *g,\n"
12681 "                   const char *searchpath);\n"
12682 "\n"
12683 msgstr ""
12684
12685 # type: textblock
12686 #: ../src/guestfs-actions.pod:5323 ../fish/guestfish-actions.pod:3532
12687 msgid "Set the path that libguestfs searches for kernel and initrd.img."
12688 msgstr ""
12689
12690 # type: textblock
12691 #: ../src/guestfs-actions.pod:5325 ../fish/guestfish-actions.pod:3534
12692 msgid ""
12693 "The default is C<$libdir/guestfs> unless overridden by setting "
12694 "C<LIBGUESTFS_PATH> environment variable."
12695 msgstr ""
12696
12697 # type: textblock
12698 #: ../src/guestfs-actions.pod:5328 ../fish/guestfish-actions.pod:3537
12699 msgid "Setting C<path> to C<NULL> restores the default path."
12700 msgstr ""
12701
12702 # type: =head2
12703 #: ../src/guestfs-actions.pod:5334
12704 msgid "guestfs_set_qemu"
12705 msgstr ""
12706
12707 # type: verbatim
12708 #: ../src/guestfs-actions.pod:5336
12709 #, no-wrap
12710 msgid ""
12711 " int\n"
12712 " guestfs_set_qemu (guestfs_h *g,\n"
12713 "                   const char *qemu);\n"
12714 "\n"
12715 msgstr ""
12716
12717 # type: textblock
12718 #: ../src/guestfs-actions.pod:5340 ../fish/guestfish-actions.pod:3545
12719 msgid "Set the qemu binary that we will use."
12720 msgstr ""
12721
12722 # type: textblock
12723 #: ../src/guestfs-actions.pod:5342 ../fish/guestfish-actions.pod:3547
12724 msgid "The default is chosen when the library was compiled by the configure script."
12725 msgstr ""
12726
12727 # type: textblock
12728 #: ../src/guestfs-actions.pod:5345 ../fish/guestfish-actions.pod:3550
12729 msgid ""
12730 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
12731 "variable."
12732 msgstr ""
12733
12734 # type: textblock
12735 #: ../src/guestfs-actions.pod:5348 ../fish/guestfish-actions.pod:3553
12736 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
12737 msgstr ""
12738
12739 # type: textblock
12740 #: ../src/guestfs-actions.pod:5350 ../fish/guestfish-actions.pod:3555
12741 msgid ""
12742 "Note that you should call this function as early as possible after creating "
12743 "the handle.  This is because some pre-launch operations depend on testing "
12744 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
12745 "don't retest features, and so you might see inconsistent results.  Using the "
12746 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
12747 "the qemu binary at the same time as the handle is created."
12748 msgstr ""
12749
12750 # type: =head2
12751 #: ../src/guestfs-actions.pod:5362
12752 msgid "guestfs_set_recovery_proc"
12753 msgstr ""
12754
12755 # type: verbatim
12756 #: ../src/guestfs-actions.pod:5364
12757 #, no-wrap
12758 msgid ""
12759 " int\n"
12760 " guestfs_set_recovery_proc (guestfs_h *g,\n"
12761 "                            int recoveryproc);\n"
12762 "\n"
12763 msgstr ""
12764
12765 # type: textblock
12766 #: ../src/guestfs-actions.pod:5368
12767 msgid ""
12768 "If this is called with the parameter C<false> then C<guestfs_launch> does "
12769 "not create a recovery process.  The purpose of the recovery process is to "
12770 "stop runaway qemu processes in the case where the main program aborts "
12771 "abruptly."
12772 msgstr ""
12773
12774 # type: textblock
12775 #: ../src/guestfs-actions.pod:5373
12776 msgid ""
12777 "This only has any effect if called before C<guestfs_launch>, and the default "
12778 "is true."
12779 msgstr ""
12780
12781 # type: textblock
12782 #: ../src/guestfs-actions.pod:5376 ../fish/guestfish-actions.pod:3577
12783 msgid ""
12784 "About the only time when you would want to disable this is if the main "
12785 "process will fork itself into the background (\"daemonize\" itself).  In "
12786 "this case the recovery process thinks that the main program has disappeared "
12787 "and so kills qemu, which is not very helpful."
12788 msgstr ""
12789
12790 # type: =head2
12791 #: ../src/guestfs-actions.pod:5386
12792 msgid "guestfs_set_selinux"
12793 msgstr ""
12794
12795 # type: verbatim
12796 #: ../src/guestfs-actions.pod:5388
12797 #, no-wrap
12798 msgid ""
12799 " int\n"
12800 " guestfs_set_selinux (guestfs_h *g,\n"
12801 "                      int selinux);\n"
12802 "\n"
12803 msgstr ""
12804
12805 # type: textblock
12806 #: ../src/guestfs-actions.pod:5392 ../fish/guestfish-actions.pod:3589
12807 msgid ""
12808 "This sets the selinux flag that is passed to the appliance at boot time.  "
12809 "The default is C<selinux=0> (disabled)."
12810 msgstr ""
12811
12812 # type: textblock
12813 #: ../src/guestfs-actions.pod:5395 ../fish/guestfish-actions.pod:3592
12814 msgid ""
12815 "Note that if SELinux is enabled, it is always in Permissive mode "
12816 "(C<enforcing=0>)."
12817 msgstr ""
12818
12819 # type: =head2
12820 #: ../src/guestfs-actions.pod:5405
12821 msgid "guestfs_set_trace"
12822 msgstr ""
12823
12824 # type: verbatim
12825 #: ../src/guestfs-actions.pod:5407
12826 #, no-wrap
12827 msgid ""
12828 " int\n"
12829 " guestfs_set_trace (guestfs_h *g,\n"
12830 "                    int trace);\n"
12831 "\n"
12832 msgstr ""
12833
12834 # type: textblock
12835 #: ../src/guestfs-actions.pod:5411 ../fish/guestfish-actions.pod:3604
12836 msgid ""
12837 "If the command trace flag is set to 1, then commands are printed on stderr "
12838 "before they are executed in a format which is very similar to the one used "
12839 "by guestfish.  In other words, you can run a program with this enabled, and "
12840 "you will get out a script which you can feed to guestfish to perform the "
12841 "same set of actions."
12842 msgstr ""
12843
12844 # type: textblock
12845 #: ../src/guestfs-actions.pod:5418 ../fish/guestfish-actions.pod:3611
12846 msgid ""
12847 "If you want to trace C API calls into libguestfs (and other libraries) then "
12848 "possibly a better way is to use the external ltrace(1) command."
12849 msgstr ""
12850
12851 # type: textblock
12852 #: ../src/guestfs-actions.pod:5422 ../fish/guestfish-actions.pod:3615
12853 msgid ""
12854 "Command traces are disabled unless the environment variable "
12855 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
12856 msgstr ""
12857
12858 # type: =head2
12859 #: ../src/guestfs-actions.pod:5429
12860 msgid "guestfs_set_verbose"
12861 msgstr ""
12862
12863 # type: verbatim
12864 #: ../src/guestfs-actions.pod:5431
12865 #, no-wrap
12866 msgid ""
12867 " int\n"
12868 " guestfs_set_verbose (guestfs_h *g,\n"
12869 "                      int verbose);\n"
12870 "\n"
12871 msgstr ""
12872
12873 # type: textblock
12874 #: ../src/guestfs-actions.pod:5435 ../fish/guestfish-actions.pod:3624
12875 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
12876 msgstr ""
12877
12878 # type: textblock
12879 #: ../src/guestfs-actions.pod:5437 ../fish/guestfish-actions.pod:3626
12880 msgid ""
12881 "Verbose messages are disabled unless the environment variable "
12882 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
12883 msgstr ""
12884
12885 # type: =head2
12886 #: ../src/guestfs-actions.pod:5444
12887 msgid "guestfs_setcon"
12888 msgstr ""
12889
12890 # type: verbatim
12891 #: ../src/guestfs-actions.pod:5446
12892 #, no-wrap
12893 msgid ""
12894 " int\n"
12895 " guestfs_setcon (guestfs_h *g,\n"
12896 "                 const char *context);\n"
12897 "\n"
12898 msgstr ""
12899
12900 # type: textblock
12901 #: ../src/guestfs-actions.pod:5450 ../fish/guestfish-actions.pod:3633
12902 msgid ""
12903 "This sets the SELinux security context of the daemon to the string "
12904 "C<context>."
12905 msgstr ""
12906
12907 # type: textblock
12908 #: ../src/guestfs-actions.pod:5453 ../fish/guestfish-actions.pod:3636
12909 msgid "See the documentation about SELINUX in L<guestfs(3)>."
12910 msgstr ""
12911
12912 # type: =head2
12913 #: ../src/guestfs-actions.pod:5459
12914 msgid "guestfs_setxattr"
12915 msgstr ""
12916
12917 # type: verbatim
12918 #: ../src/guestfs-actions.pod:5461
12919 #, no-wrap
12920 msgid ""
12921 " int\n"
12922 " guestfs_setxattr (guestfs_h *g,\n"
12923 "                   const char *xattr,\n"
12924 "                   const char *val,\n"
12925 "                   int vallen,\n"
12926 "                   const char *path);\n"
12927 "\n"
12928 msgstr ""
12929
12930 # type: textblock
12931 #: ../src/guestfs-actions.pod:5468 ../fish/guestfish-actions.pod:3642
12932 msgid ""
12933 "This call sets the extended attribute named C<xattr> of the file C<path> to "
12934 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
12935 msgstr ""
12936
12937 # type: textblock
12938 #: ../src/guestfs-actions.pod:5472
12939 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
12940 msgstr ""
12941
12942 # type: =head2
12943 #: ../src/guestfs-actions.pod:5478
12944 msgid "guestfs_sfdisk"
12945 msgstr ""
12946
12947 # type: verbatim
12948 #: ../src/guestfs-actions.pod:5480
12949 #, no-wrap
12950 msgid ""
12951 " int\n"
12952 " guestfs_sfdisk (guestfs_h *g,\n"
12953 "                 const char *device,\n"
12954 "                 int cyls,\n"
12955 "                 int heads,\n"
12956 "                 int sectors,\n"
12957 "                 char *const *lines);\n"
12958 "\n"
12959 msgstr ""
12960
12961 # type: textblock
12962 #: ../src/guestfs-actions.pod:5488 ../fish/guestfish-actions.pod:3652
12963 msgid ""
12964 "This is a direct interface to the L<sfdisk(8)> program for creating "
12965 "partitions on block devices."
12966 msgstr ""
12967
12968 # type: textblock
12969 #: ../src/guestfs-actions.pod:5491 ../fish/guestfish-actions.pod:3655
12970 msgid "C<device> should be a block device, for example C</dev/sda>."
12971 msgstr ""
12972
12973 # type: textblock
12974 #: ../src/guestfs-actions.pod:5493 ../fish/guestfish-actions.pod:3657
12975 msgid ""
12976 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
12977 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
12978 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
12979 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
12980 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
12981 "the kernel) cannot work out the right geometry and you will need to tell it."
12982 msgstr ""
12983
12984 # type: textblock
12985 #: ../src/guestfs-actions.pod:5501 ../fish/guestfish-actions.pod:3665
12986 msgid ""
12987 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
12988 "refer to the L<sfdisk(8)> manpage."
12989 msgstr ""
12990
12991 # type: textblock
12992 #: ../src/guestfs-actions.pod:5504 ../fish/guestfish-actions.pod:3668
12993 msgid ""
12994 "To create a single partition occupying the whole disk, you would pass "
12995 "C<lines> as a single element list, when the single element being the string "
12996 "C<,> (comma)."
12997 msgstr ""
12998
12999 # type: textblock
13000 #: ../src/guestfs-actions.pod:5508
13001 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
13002 msgstr ""
13003
13004 # type: =head2
13005 #: ../src/guestfs-actions.pod:5518
13006 msgid "guestfs_sfdiskM"
13007 msgstr ""
13008
13009 # type: verbatim
13010 #: ../src/guestfs-actions.pod:5520
13011 #, no-wrap
13012 msgid ""
13013 " int\n"
13014 " guestfs_sfdiskM (guestfs_h *g,\n"
13015 "                  const char *device,\n"
13016 "                  char *const *lines);\n"
13017 "\n"
13018 msgstr ""
13019
13020 # type: textblock
13021 #: ../src/guestfs-actions.pod:5525
13022 msgid ""
13023 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
13024 "partition sizes are specified in megabytes only (rounded to the nearest "
13025 "cylinder) and you don't need to specify the cyls, heads and sectors "
13026 "parameters which were rarely if ever used anyway."
13027 msgstr ""
13028
13029 # type: textblock
13030 #: ../src/guestfs-actions.pod:5531
13031 msgid ""
13032 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
13033 "C<guestfs_part_disk>"
13034 msgstr ""
13035
13036 # type: =head2
13037 #: ../src/guestfs-actions.pod:5541
13038 msgid "guestfs_sfdisk_N"
13039 msgstr ""
13040
13041 # type: verbatim
13042 #: ../src/guestfs-actions.pod:5543
13043 #, no-wrap
13044 msgid ""
13045 " int\n"
13046 " guestfs_sfdisk_N (guestfs_h *g,\n"
13047 "                   const char *device,\n"
13048 "                   int partnum,\n"
13049 "                   int cyls,\n"
13050 "                   int heads,\n"
13051 "                   int sectors,\n"
13052 "                   const char *line);\n"
13053 "\n"
13054 msgstr ""
13055
13056 # type: textblock
13057 #: ../src/guestfs-actions.pod:5552 ../fish/guestfish-actions.pod:3698
13058 msgid ""
13059 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
13060 "(note: C<n> counts from 1)."
13061 msgstr ""
13062
13063 # type: textblock
13064 #: ../src/guestfs-actions.pod:5555
13065 msgid ""
13066 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
13067 "for the cyls/heads/sectors parameters."
13068 msgstr ""
13069
13070 # type: textblock
13071 #: ../src/guestfs-actions.pod:5558
13072 msgid "See also: C<guestfs_part_add>"
13073 msgstr ""
13074
13075 # type: =head2
13076 #: ../src/guestfs-actions.pod:5567
13077 msgid "guestfs_sfdisk_disk_geometry"
13078 msgstr ""
13079
13080 # type: verbatim
13081 #: ../src/guestfs-actions.pod:5569
13082 #, no-wrap
13083 msgid ""
13084 " char *\n"
13085 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
13086 "                               const char *device);\n"
13087 "\n"
13088 msgstr ""
13089
13090 # type: textblock
13091 #: ../src/guestfs-actions.pod:5573
13092 msgid ""
13093 "This displays the disk geometry of C<device> read from the partition table.  "
13094 "Especially in the case where the underlying block device has been resized, "
13095 "this can be different from the kernel's idea of the geometry (see "
13096 "C<guestfs_sfdisk_kernel_geometry>)."
13097 msgstr ""
13098
13099 # type: textblock
13100 #: ../src/guestfs-actions.pod:5578 ../src/guestfs-actions.pod:5594 ../fish/guestfish-actions.pod:3718 ../fish/guestfish-actions.pod:3727
13101 msgid "The result is in human-readable format, and not designed to be parsed."
13102 msgstr ""
13103
13104 # type: =head2
13105 #: ../src/guestfs-actions.pod:5586
13106 msgid "guestfs_sfdisk_kernel_geometry"
13107 msgstr ""
13108
13109 # type: verbatim
13110 #: ../src/guestfs-actions.pod:5588
13111 #, no-wrap
13112 msgid ""
13113 " char *\n"
13114 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
13115 "                                 const char *device);\n"
13116 "\n"
13117 msgstr ""
13118
13119 # type: textblock
13120 #: ../src/guestfs-actions.pod:5592 ../fish/guestfish-actions.pod:3725
13121 msgid "This displays the kernel's idea of the geometry of C<device>."
13122 msgstr ""
13123
13124 # type: =head2
13125 #: ../src/guestfs-actions.pod:5602
13126 msgid "guestfs_sfdisk_l"
13127 msgstr ""
13128
13129 # type: verbatim
13130 #: ../src/guestfs-actions.pod:5604
13131 #, no-wrap
13132 msgid ""
13133 " char *\n"
13134 " guestfs_sfdisk_l (guestfs_h *g,\n"
13135 "                   const char *device);\n"
13136 "\n"
13137 msgstr ""
13138
13139 # type: textblock
13140 #: ../src/guestfs-actions.pod:5608 ../fish/guestfish-actions.pod:3734
13141 msgid ""
13142 "This displays the partition table on C<device>, in the human-readable output "
13143 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
13144 msgstr ""
13145
13146 # type: textblock
13147 #: ../src/guestfs-actions.pod:5612
13148 msgid "See also: C<guestfs_part_list>"
13149 msgstr ""
13150
13151 # type: =head2
13152 #: ../src/guestfs-actions.pod:5619
13153 msgid "guestfs_sh"
13154 msgstr ""
13155
13156 # type: verbatim
13157 #: ../src/guestfs-actions.pod:5621
13158 #, no-wrap
13159 msgid ""
13160 " char *\n"
13161 " guestfs_sh (guestfs_h *g,\n"
13162 "             const char *command);\n"
13163 "\n"
13164 msgstr ""
13165
13166 # type: textblock
13167 #: ../src/guestfs-actions.pod:5625 ../fish/guestfish-actions.pod:3744
13168 msgid ""
13169 "This call runs a command from the guest filesystem via the guest's "
13170 "C</bin/sh>."
13171 msgstr ""
13172
13173 # type: textblock
13174 #: ../src/guestfs-actions.pod:5628
13175 msgid "This is like C<guestfs_command>, but passes the command to:"
13176 msgstr ""
13177
13178 # type: verbatim
13179 #: ../src/guestfs-actions.pod:5630 ../fish/guestfish-actions.pod:3749
13180 #, no-wrap
13181 msgid ""
13182 " /bin/sh -c \"command\"\n"
13183 "\n"
13184 msgstr ""
13185
13186 # type: textblock
13187 #: ../src/guestfs-actions.pod:5632 ../fish/guestfish-actions.pod:3751
13188 msgid ""
13189 "Depending on the guest's shell, this usually results in wildcards being "
13190 "expanded, shell expressions being interpolated and so on."
13191 msgstr ""
13192
13193 # type: textblock
13194 #: ../src/guestfs-actions.pod:5636
13195 msgid "All the provisos about C<guestfs_command> apply to this call."
13196 msgstr ""
13197
13198 # type: =head2
13199 #: ../src/guestfs-actions.pod:5643
13200 msgid "guestfs_sh_lines"
13201 msgstr ""
13202
13203 # type: verbatim
13204 #: ../src/guestfs-actions.pod:5645
13205 #, no-wrap
13206 msgid ""
13207 " char **\n"
13208 " guestfs_sh_lines (guestfs_h *g,\n"
13209 "                   const char *command);\n"
13210 "\n"
13211 msgstr ""
13212
13213 # type: textblock
13214 #: ../src/guestfs-actions.pod:5649
13215 msgid ""
13216 "This is the same as C<guestfs_sh>, but splits the result into a list of "
13217 "lines."
13218 msgstr ""
13219
13220 # type: textblock
13221 #: ../src/guestfs-actions.pod:5652
13222 msgid "See also: C<guestfs_command_lines>"
13223 msgstr ""
13224
13225 # type: =head2
13226 #: ../src/guestfs-actions.pod:5660
13227 msgid "guestfs_sleep"
13228 msgstr ""
13229
13230 # type: verbatim
13231 #: ../src/guestfs-actions.pod:5662
13232 #, no-wrap
13233 msgid ""
13234 " int\n"
13235 " guestfs_sleep (guestfs_h *g,\n"
13236 "                int secs);\n"
13237 "\n"
13238 msgstr ""
13239
13240 # type: textblock
13241 #: ../src/guestfs-actions.pod:5666 ../fish/guestfish-actions.pod:3770
13242 msgid "Sleep for C<secs> seconds."
13243 msgstr ""
13244
13245 # type: textblock
13246 #: ../src/guestfs-actions.pod:5670
13247 msgid "(Added in 1.0.41)"
13248 msgstr ""
13249
13250 # type: =head2
13251 #: ../src/guestfs-actions.pod:5672 ../src/guestfs-structs.pod:109
13252 msgid "guestfs_stat"
13253 msgstr ""
13254
13255 # type: verbatim
13256 #: ../src/guestfs-actions.pod:5674
13257 #, no-wrap
13258 msgid ""
13259 " struct guestfs_stat *\n"
13260 " guestfs_stat (guestfs_h *g,\n"
13261 "               const char *path);\n"
13262 "\n"
13263 msgstr ""
13264
13265 # type: textblock
13266 #: ../src/guestfs-actions.pod:5680 ../fish/guestfish-actions.pod:3778
13267 msgid "This is the same as the C<stat(2)> system call."
13268 msgstr ""
13269
13270 # type: =head2
13271 #: ../src/guestfs-actions.pod:5688 ../src/guestfs-structs.pod:135
13272 msgid "guestfs_statvfs"
13273 msgstr ""
13274
13275 # type: verbatim
13276 #: ../src/guestfs-actions.pod:5690
13277 #, no-wrap
13278 msgid ""
13279 " struct guestfs_statvfs *\n"
13280 " guestfs_statvfs (guestfs_h *g,\n"
13281 "                  const char *path);\n"
13282 "\n"
13283 msgstr ""
13284
13285 # type: textblock
13286 #: ../src/guestfs-actions.pod:5694 ../fish/guestfish-actions.pod:3784
13287 msgid ""
13288 "Returns file system statistics for any mounted file system.  C<path> should "
13289 "be a file or directory in the mounted file system (typically it is the mount "
13290 "point itself, but it doesn't need to be)."
13291 msgstr ""
13292
13293 # type: textblock
13294 #: ../src/guestfs-actions.pod:5698 ../fish/guestfish-actions.pod:3788
13295 msgid "This is the same as the C<statvfs(2)> system call."
13296 msgstr ""
13297
13298 # type: textblock
13299 #: ../src/guestfs-actions.pod:5700
13300 msgid ""
13301 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
13302 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
13303 msgstr ""
13304
13305 # type: =head2
13306 #: ../src/guestfs-actions.pod:5706
13307 msgid "guestfs_strings"
13308 msgstr ""
13309
13310 # type: verbatim
13311 #: ../src/guestfs-actions.pod:5708
13312 #, no-wrap
13313 msgid ""
13314 " char **\n"
13315 " guestfs_strings (guestfs_h *g,\n"
13316 "                  const char *path);\n"
13317 "\n"
13318 msgstr ""
13319
13320 # type: textblock
13321 #: ../src/guestfs-actions.pod:5712 ../fish/guestfish-actions.pod:3794
13322 msgid ""
13323 "This runs the L<strings(1)> command on a file and returns the list of "
13324 "printable strings found."
13325 msgstr ""
13326
13327 # type: =head2
13328 #: ../src/guestfs-actions.pod:5724
13329 msgid "guestfs_strings_e"
13330 msgstr ""
13331
13332 # type: verbatim
13333 #: ../src/guestfs-actions.pod:5726
13334 #, no-wrap
13335 msgid ""
13336 " char **\n"
13337 " guestfs_strings_e (guestfs_h *g,\n"
13338 "                    const char *encoding,\n"
13339 "                    const char *path);\n"
13340 "\n"
13341 msgstr ""
13342
13343 # type: textblock
13344 #: ../src/guestfs-actions.pod:5731
13345 msgid ""
13346 "This is like the C<guestfs_strings> command, but allows you to specify the "
13347 "encoding of strings that are looked for in the source file C<path>."
13348 msgstr ""
13349
13350 # type: textblock
13351 #: ../src/guestfs-actions.pod:5735 ../fish/guestfish-actions.pod:3808
13352 msgid "Allowed encodings are:"
13353 msgstr ""
13354
13355 # type: =item
13356 #: ../src/guestfs-actions.pod:5739 ../fish/guestfish-actions.pod:3812
13357 msgid "s"
13358 msgstr ""
13359
13360 # type: textblock
13361 #: ../src/guestfs-actions.pod:5741
13362 msgid ""
13363 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
13364 "ISO-8859-X (this is what C<guestfs_strings> uses)."
13365 msgstr ""
13366
13367 # type: =item
13368 #: ../src/guestfs-actions.pod:5744 ../fish/guestfish-actions.pod:3817
13369 msgid "S"
13370 msgstr ""
13371
13372 # type: textblock
13373 #: ../src/guestfs-actions.pod:5746 ../fish/guestfish-actions.pod:3819
13374 msgid "Single 8-bit-byte characters."
13375 msgstr ""
13376
13377 # type: =item
13378 #: ../src/guestfs-actions.pod:5748 ../fish/guestfish-actions.pod:3821
13379 msgid "b"
13380 msgstr ""
13381
13382 # type: textblock
13383 #: ../src/guestfs-actions.pod:5750 ../fish/guestfish-actions.pod:3823
13384 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
13385 msgstr ""
13386
13387 # type: =item
13388 #: ../src/guestfs-actions.pod:5753 ../fish/guestfish-actions.pod:3826
13389 msgid "l (lower case letter L)"
13390 msgstr ""
13391
13392 # type: textblock
13393 #: ../src/guestfs-actions.pod:5755 ../fish/guestfish-actions.pod:3828
13394 msgid ""
13395 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
13396 "examining binaries in Windows guests."
13397 msgstr ""
13398
13399 # type: =item
13400 #: ../src/guestfs-actions.pod:5758 ../fish/guestfish-actions.pod:3831
13401 msgid "B"
13402 msgstr ""
13403
13404 # type: textblock
13405 #: ../src/guestfs-actions.pod:5760 ../fish/guestfish-actions.pod:3833
13406 msgid "32-bit big endian such as UCS-4BE."
13407 msgstr ""
13408
13409 # type: =item
13410 #: ../src/guestfs-actions.pod:5762 ../fish/guestfish-actions.pod:3835
13411 msgid "L"
13412 msgstr ""
13413
13414 # type: textblock
13415 #: ../src/guestfs-actions.pod:5764 ../fish/guestfish-actions.pod:3837
13416 msgid "32-bit little endian such as UCS-4LE."
13417 msgstr ""
13418
13419 # type: textblock
13420 #: ../src/guestfs-actions.pod:5768 ../fish/guestfish-actions.pod:3841
13421 msgid "The returned strings are transcoded to UTF-8."
13422 msgstr ""
13423
13424 # type: =head2
13425 #: ../src/guestfs-actions.pod:5779
13426 msgid "guestfs_swapoff_device"
13427 msgstr ""
13428
13429 # type: verbatim
13430 #: ../src/guestfs-actions.pod:5781
13431 #, no-wrap
13432 msgid ""
13433 " int\n"
13434 " guestfs_swapoff_device (guestfs_h *g,\n"
13435 "                         const char *device);\n"
13436 "\n"
13437 msgstr ""
13438
13439 # type: textblock
13440 #: ../src/guestfs-actions.pod:5785
13441 msgid ""
13442 "This command disables the libguestfs appliance swap device or partition "
13443 "named C<device>.  See C<guestfs_swapon_device>."
13444 msgstr ""
13445
13446 # type: =head2
13447 #: ../src/guestfs-actions.pod:5793
13448 msgid "guestfs_swapoff_file"
13449 msgstr ""
13450
13451 # type: verbatim
13452 #: ../src/guestfs-actions.pod:5795
13453 #, no-wrap
13454 msgid ""
13455 " int\n"
13456 " guestfs_swapoff_file (guestfs_h *g,\n"
13457 "                       const char *file);\n"
13458 "\n"
13459 msgstr ""
13460
13461 # type: textblock
13462 #: ../src/guestfs-actions.pod:5799 ../fish/guestfish-actions.pod:3858
13463 msgid "This command disables the libguestfs appliance swap on file."
13464 msgstr ""
13465
13466 # type: =head2
13467 #: ../src/guestfs-actions.pod:5805
13468 msgid "guestfs_swapoff_label"
13469 msgstr ""
13470
13471 # type: verbatim
13472 #: ../src/guestfs-actions.pod:5807
13473 #, no-wrap
13474 msgid ""
13475 " int\n"
13476 " guestfs_swapoff_label (guestfs_h *g,\n"
13477 "                        const char *label);\n"
13478 "\n"
13479 msgstr ""
13480
13481 # type: textblock
13482 #: ../src/guestfs-actions.pod:5811 ../fish/guestfish-actions.pod:3864
13483 msgid ""
13484 "This command disables the libguestfs appliance swap on labeled swap "
13485 "partition."
13486 msgstr ""
13487
13488 # type: =head2
13489 #: ../src/guestfs-actions.pod:5818
13490 msgid "guestfs_swapoff_uuid"
13491 msgstr ""
13492
13493 # type: verbatim
13494 #: ../src/guestfs-actions.pod:5820
13495 #, no-wrap
13496 msgid ""
13497 " int\n"
13498 " guestfs_swapoff_uuid (guestfs_h *g,\n"
13499 "                       const char *uuid);\n"
13500 "\n"
13501 msgstr ""
13502
13503 # type: textblock
13504 #: ../src/guestfs-actions.pod:5824 ../fish/guestfish-actions.pod:3871
13505 msgid ""
13506 "This command disables the libguestfs appliance swap partition with the given "
13507 "UUID."
13508 msgstr ""
13509
13510 # type: =head2
13511 #: ../src/guestfs-actions.pod:5831
13512 msgid "guestfs_swapon_device"
13513 msgstr ""
13514
13515 # type: verbatim
13516 #: ../src/guestfs-actions.pod:5833
13517 #, no-wrap
13518 msgid ""
13519 " int\n"
13520 " guestfs_swapon_device (guestfs_h *g,\n"
13521 "                        const char *device);\n"
13522 "\n"
13523 msgstr ""
13524
13525 # type: textblock
13526 #: ../src/guestfs-actions.pod:5837
13527 msgid ""
13528 "This command enables the libguestfs appliance to use the swap device or "
13529 "partition named C<device>.  The increased memory is made available for all "
13530 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
13531 msgstr ""
13532
13533 # type: textblock
13534 #: ../src/guestfs-actions.pod:5842 ../fish/guestfish-actions.pod:3883
13535 msgid ""
13536 "Note that you should not swap to existing guest swap partitions unless you "
13537 "know what you are doing.  They may contain hibernation information, or other "
13538 "information that the guest doesn't want you to trash.  You also risk leaking "
13539 "information about the host to the guest this way.  Instead, attach a new "
13540 "host device to the guest and swap on that."
13541 msgstr ""
13542
13543 # type: =head2
13544 #: ../src/guestfs-actions.pod:5853
13545 msgid "guestfs_swapon_file"
13546 msgstr ""
13547
13548 # type: verbatim
13549 #: ../src/guestfs-actions.pod:5855
13550 #, no-wrap
13551 msgid ""
13552 " int\n"
13553 " guestfs_swapon_file (guestfs_h *g,\n"
13554 "                      const char *file);\n"
13555 "\n"
13556 msgstr ""
13557
13558 # type: textblock
13559 #: ../src/guestfs-actions.pod:5859
13560 msgid ""
13561 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
13562 "notes."
13563 msgstr ""
13564
13565 # type: =head2
13566 #: ../src/guestfs-actions.pod:5866
13567 msgid "guestfs_swapon_label"
13568 msgstr ""
13569
13570 # type: verbatim
13571 #: ../src/guestfs-actions.pod:5868
13572 #, no-wrap
13573 msgid ""
13574 " int\n"
13575 " guestfs_swapon_label (guestfs_h *g,\n"
13576 "                       const char *label);\n"
13577 "\n"
13578 msgstr ""
13579
13580 # type: textblock
13581 #: ../src/guestfs-actions.pod:5872
13582 msgid ""
13583 "This command enables swap to a labeled swap partition.  See "
13584 "C<guestfs_swapon_device> for other notes."
13585 msgstr ""
13586
13587 # type: =head2
13588 #: ../src/guestfs-actions.pod:5879
13589 msgid "guestfs_swapon_uuid"
13590 msgstr ""
13591
13592 # type: verbatim
13593 #: ../src/guestfs-actions.pod:5881
13594 #, no-wrap
13595 msgid ""
13596 " int\n"
13597 " guestfs_swapon_uuid (guestfs_h *g,\n"
13598 "                      const char *uuid);\n"
13599 "\n"
13600 msgstr ""
13601
13602 # type: textblock
13603 #: ../src/guestfs-actions.pod:5885
13604 msgid ""
13605 "This command enables swap to a swap partition with the given UUID.  See "
13606 "C<guestfs_swapon_device> for other notes."
13607 msgstr ""
13608
13609 # type: =head2
13610 #: ../src/guestfs-actions.pod:5892
13611 msgid "guestfs_sync"
13612 msgstr ""
13613
13614 # type: verbatim
13615 #: ../src/guestfs-actions.pod:5894
13616 #, no-wrap
13617 msgid ""
13618 " int\n"
13619 " guestfs_sync (guestfs_h *g);\n"
13620 "\n"
13621 msgstr ""
13622
13623 # type: textblock
13624 #: ../src/guestfs-actions.pod:5897 ../fish/guestfish-actions.pod:3915
13625 msgid ""
13626 "This syncs the disk, so that any writes are flushed through to the "
13627 "underlying disk image."
13628 msgstr ""
13629
13630 # type: textblock
13631 #: ../src/guestfs-actions.pod:5900 ../fish/guestfish-actions.pod:3918
13632 msgid ""
13633 "You should always call this if you have modified a disk image, before "
13634 "closing the handle."
13635 msgstr ""
13636
13637 # type: =head2
13638 #: ../src/guestfs-actions.pod:5907
13639 msgid "guestfs_tail"
13640 msgstr ""
13641
13642 # type: verbatim
13643 #: ../src/guestfs-actions.pod:5909
13644 #, no-wrap
13645 msgid ""
13646 " char **\n"
13647 " guestfs_tail (guestfs_h *g,\n"
13648 "               const char *path);\n"
13649 "\n"
13650 msgstr ""
13651
13652 # type: textblock
13653 #: ../src/guestfs-actions.pod:5913 ../fish/guestfish-actions.pod:3925
13654 msgid "This command returns up to the last 10 lines of a file as a list of strings."
13655 msgstr ""
13656
13657 # type: =head2
13658 #: ../src/guestfs-actions.pod:5925
13659 msgid "guestfs_tail_n"
13660 msgstr ""
13661
13662 # type: verbatim
13663 #: ../src/guestfs-actions.pod:5927
13664 #, no-wrap
13665 msgid ""
13666 " char **\n"
13667 " guestfs_tail_n (guestfs_h *g,\n"
13668 "                 int nrlines,\n"
13669 "                 const char *path);\n"
13670 "\n"
13671 msgstr ""
13672
13673 # type: textblock
13674 #: ../src/guestfs-actions.pod:5932 ../fish/guestfish-actions.pod:3935
13675 msgid ""
13676 "If the parameter C<nrlines> is a positive number, this returns the last "
13677 "C<nrlines> lines of the file C<path>."
13678 msgstr ""
13679
13680 # type: textblock
13681 #: ../src/guestfs-actions.pod:5935 ../fish/guestfish-actions.pod:3938
13682 msgid ""
13683 "If the parameter C<nrlines> is a negative number, this returns lines from "
13684 "the file C<path>, starting with the C<-nrlines>th line."
13685 msgstr ""
13686
13687 # type: =head2
13688 #: ../src/guestfs-actions.pod:5949
13689 msgid "guestfs_tar_in"
13690 msgstr ""
13691
13692 # type: verbatim
13693 #: ../src/guestfs-actions.pod:5951
13694 #, no-wrap
13695 msgid ""
13696 " int\n"
13697 " guestfs_tar_in (guestfs_h *g,\n"
13698 "                 const char *tarfile,\n"
13699 "                 const char *directory);\n"
13700 "\n"
13701 msgstr ""
13702
13703 # type: textblock
13704 #: ../src/guestfs-actions.pod:5956 ../fish/guestfish-actions.pod:3950
13705 msgid ""
13706 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
13707 "tar file) into C<directory>."
13708 msgstr ""
13709
13710 # type: textblock
13711 #: ../src/guestfs-actions.pod:5959
13712 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
13713 msgstr ""
13714
13715 # type: textblock
13716 #: ../src/guestfs-actions.pod:5964 ../src/guestfs-actions.pod:5981 ../src/guestfs-actions.pod:5997 ../src/guestfs-actions.pod:6013
13717 msgid "(Added in 1.0.3)"
13718 msgstr ""
13719
13720 # type: =head2
13721 #: ../src/guestfs-actions.pod:5966
13722 msgid "guestfs_tar_out"
13723 msgstr ""
13724
13725 # type: verbatim
13726 #: ../src/guestfs-actions.pod:5968
13727 #, no-wrap
13728 msgid ""
13729 " int\n"
13730 " guestfs_tar_out (guestfs_h *g,\n"
13731 "                  const char *directory,\n"
13732 "                  const char *tarfile);\n"
13733 "\n"
13734 msgstr ""
13735
13736 # type: textblock
13737 #: ../src/guestfs-actions.pod:5973 ../fish/guestfish-actions.pod:3962
13738 msgid ""
13739 "This command packs the contents of C<directory> and downloads it to local "
13740 "file C<tarfile>."
13741 msgstr ""
13742
13743 # type: textblock
13744 #: ../src/guestfs-actions.pod:5976
13745 msgid ""
13746 "To download a compressed tarball, use C<guestfs_tgz_out> or "
13747 "C<guestfs_txz_out>."
13748 msgstr ""
13749
13750 # type: =head2
13751 #: ../src/guestfs-actions.pod:5983
13752 msgid "guestfs_tgz_in"
13753 msgstr ""
13754
13755 # type: verbatim
13756 #: ../src/guestfs-actions.pod:5985
13757 #, no-wrap
13758 msgid ""
13759 " int\n"
13760 " guestfs_tgz_in (guestfs_h *g,\n"
13761 "                 const char *tarball,\n"
13762 "                 const char *directory);\n"
13763 "\n"
13764 msgstr ""
13765
13766 # type: textblock
13767 #: ../src/guestfs-actions.pod:5990 ../fish/guestfish-actions.pod:3974
13768 msgid ""
13769 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
13770 "tar file) into C<directory>."
13771 msgstr ""
13772
13773 # type: textblock
13774 #: ../src/guestfs-actions.pod:5993
13775 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
13776 msgstr ""
13777
13778 # type: =head2
13779 #: ../src/guestfs-actions.pod:5999
13780 msgid "guestfs_tgz_out"
13781 msgstr ""
13782
13783 # type: verbatim
13784 #: ../src/guestfs-actions.pod:6001
13785 #, no-wrap
13786 msgid ""
13787 " int\n"
13788 " guestfs_tgz_out (guestfs_h *g,\n"
13789 "                  const char *directory,\n"
13790 "                  const char *tarball);\n"
13791 "\n"
13792 msgstr ""
13793
13794 # type: textblock
13795 #: ../src/guestfs-actions.pod:6006 ../fish/guestfish-actions.pod:3985
13796 msgid ""
13797 "This command packs the contents of C<directory> and downloads it to local "
13798 "file C<tarball>."
13799 msgstr ""
13800
13801 # type: textblock
13802 #: ../src/guestfs-actions.pod:6009
13803 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
13804 msgstr ""
13805
13806 # type: =head2
13807 #: ../src/guestfs-actions.pod:6015
13808 msgid "guestfs_touch"
13809 msgstr ""
13810
13811 # type: verbatim
13812 #: ../src/guestfs-actions.pod:6017
13813 #, no-wrap
13814 msgid ""
13815 " int\n"
13816 " guestfs_touch (guestfs_h *g,\n"
13817 "                const char *path);\n"
13818 "\n"
13819 msgstr ""
13820
13821 # type: textblock
13822 #: ../src/guestfs-actions.pod:6021 ../fish/guestfish-actions.pod:3996
13823 msgid ""
13824 "Touch acts like the L<touch(1)> command.  It can be used to update the "
13825 "timestamps on a file, or, if the file does not exist, to create a new "
13826 "zero-length file."
13827 msgstr ""
13828
13829 # type: textblock
13830 #: ../src/guestfs-actions.pod:6025 ../fish/guestfish-actions.pod:4000
13831 msgid ""
13832 "This command only works on regular files, and will fail on other file types "
13833 "such as directories, symbolic links, block special etc."
13834 msgstr ""
13835
13836 # type: =head2
13837 #: ../src/guestfs-actions.pod:6032
13838 msgid "guestfs_truncate"
13839 msgstr ""
13840
13841 # type: verbatim
13842 #: ../src/guestfs-actions.pod:6034
13843 #, no-wrap
13844 msgid ""
13845 " int\n"
13846 " guestfs_truncate (guestfs_h *g,\n"
13847 "                   const char *path);\n"
13848 "\n"
13849 msgstr ""
13850
13851 # type: textblock
13852 #: ../src/guestfs-actions.pod:6038 ../fish/guestfish-actions.pod:4007
13853 msgid ""
13854 "This command truncates C<path> to a zero-length file.  The file must exist "
13855 "already."
13856 msgstr ""
13857
13858 # type: =head2
13859 #: ../src/guestfs-actions.pod:6045
13860 msgid "guestfs_truncate_size"
13861 msgstr ""
13862
13863 # type: verbatim
13864 #: ../src/guestfs-actions.pod:6047
13865 #, no-wrap
13866 msgid ""
13867 " int\n"
13868 " guestfs_truncate_size (guestfs_h *g,\n"
13869 "                        const char *path,\n"
13870 "                        int64_t size);\n"
13871 "\n"
13872 msgstr ""
13873
13874 # type: textblock
13875 #: ../src/guestfs-actions.pod:6052 ../fish/guestfish-actions.pod:4014
13876 msgid ""
13877 "This command truncates C<path> to size C<size> bytes.  The file must exist "
13878 "already."
13879 msgstr ""
13880
13881 # type: textblock
13882 #: ../src/guestfs-actions.pod:6055
13883 msgid ""
13884 "If the current file size is less than C<size> then the file is extended to "
13885 "the required size with zero bytes.  This creates a sparse file (ie. disk "
13886 "blocks are not allocated for the file until you write to it).  To create a "
13887 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
13888 msgstr ""
13889
13890 # type: =head2
13891 #: ../src/guestfs-actions.pod:6065
13892 msgid "guestfs_tune2fs_l"
13893 msgstr ""
13894
13895 # type: verbatim
13896 #: ../src/guestfs-actions.pod:6067
13897 #, no-wrap
13898 msgid ""
13899 " char **\n"
13900 " guestfs_tune2fs_l (guestfs_h *g,\n"
13901 "                    const char *device);\n"
13902 "\n"
13903 msgstr ""
13904
13905 # type: textblock
13906 #: ../src/guestfs-actions.pod:6071 ../fish/guestfish-actions.pod:4027
13907 msgid ""
13908 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
13909 "C<device>."
13910 msgstr ""
13911
13912 # type: textblock
13913 #: ../src/guestfs-actions.pod:6074 ../fish/guestfish-actions.pod:4030
13914 msgid ""
13915 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
13916 "for more details.  The list of fields returned isn't clearly defined, and "
13917 "depends on both the version of C<tune2fs> that libguestfs was built against, "
13918 "and the filesystem itself."
13919 msgstr ""
13920
13921 # type: =head2
13922 #: ../src/guestfs-actions.pod:6087
13923 msgid "guestfs_txz_in"
13924 msgstr ""
13925
13926 # type: verbatim
13927 #: ../src/guestfs-actions.pod:6089
13928 #, no-wrap
13929 msgid ""
13930 " int\n"
13931 " guestfs_txz_in (guestfs_h *g,\n"
13932 "                 const char *tarball,\n"
13933 "                 const char *directory);\n"
13934 "\n"
13935 msgstr ""
13936
13937 # type: textblock
13938 #: ../src/guestfs-actions.pod:6094 ../fish/guestfish-actions.pod:4039
13939 msgid ""
13940 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
13941 "tar file) into C<directory>."
13942 msgstr ""
13943
13944 # type: =head2
13945 #: ../src/guestfs-actions.pod:6101
13946 msgid "guestfs_txz_out"
13947 msgstr ""
13948
13949 # type: verbatim
13950 #: ../src/guestfs-actions.pod:6103
13951 #, no-wrap
13952 msgid ""
13953 " int\n"
13954 " guestfs_txz_out (guestfs_h *g,\n"
13955 "                  const char *directory,\n"
13956 "                  const char *tarball);\n"
13957 "\n"
13958 msgstr ""
13959
13960 # type: textblock
13961 #: ../src/guestfs-actions.pod:6108 ../fish/guestfish-actions.pod:4048
13962 msgid ""
13963 "This command packs the contents of C<directory> and downloads it to local "
13964 "file C<tarball> (as an xz compressed tar archive)."
13965 msgstr ""
13966
13967 # type: =head2
13968 #: ../src/guestfs-actions.pod:6115
13969 msgid "guestfs_umask"
13970 msgstr ""
13971
13972 # type: verbatim
13973 #: ../src/guestfs-actions.pod:6117
13974 #, no-wrap
13975 msgid ""
13976 " int\n"
13977 " guestfs_umask (guestfs_h *g,\n"
13978 "                int mask);\n"
13979 "\n"
13980 msgstr ""
13981
13982 # type: textblock
13983 #: ../src/guestfs-actions.pod:6121 ../fish/guestfish-actions.pod:4057
13984 msgid ""
13985 "This function sets the mask used for creating new files and device nodes to "
13986 "C<mask & 0777>."
13987 msgstr ""
13988
13989 # type: textblock
13990 #: ../src/guestfs-actions.pod:6124 ../fish/guestfish-actions.pod:4060
13991 msgid ""
13992 "Typical umask values would be C<022> which creates new files with "
13993 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
13994 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
13995 msgstr ""
13996
13997 # type: textblock
13998 #: ../src/guestfs-actions.pod:6129 ../fish/guestfish-actions.pod:4065
13999 msgid ""
14000 "The default umask is C<022>.  This is important because it means that "
14001 "directories and device nodes will be created with C<0644> or C<0755> mode "
14002 "even if you specify C<0777>."
14003 msgstr ""
14004
14005 # type: textblock
14006 #: ../src/guestfs-actions.pod:6133
14007 msgid ""
14008 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
14009 "C<guestfs_mkdir>."
14010 msgstr ""
14011
14012 # type: textblock
14013 #: ../src/guestfs-actions.pod:6136 ../fish/guestfish-actions.pod:4072
14014 msgid "This call returns the previous umask."
14015 msgstr ""
14016
14017 # type: =head2
14018 #: ../src/guestfs-actions.pod:6142
14019 msgid "guestfs_umount"
14020 msgstr ""
14021
14022 # type: verbatim
14023 #: ../src/guestfs-actions.pod:6144
14024 #, no-wrap
14025 msgid ""
14026 " int\n"
14027 " guestfs_umount (guestfs_h *g,\n"
14028 "                 const char *pathordevice);\n"
14029 "\n"
14030 msgstr ""
14031
14032 # type: textblock
14033 #: ../src/guestfs-actions.pod:6148 ../fish/guestfish-actions.pod:4080
14034 msgid ""
14035 "This unmounts the given filesystem.  The filesystem may be specified either "
14036 "by its mountpoint (path) or the device which contains the filesystem."
14037 msgstr ""
14038
14039 # type: =head2
14040 #: ../src/guestfs-actions.pod:6156
14041 msgid "guestfs_umount_all"
14042 msgstr ""
14043
14044 # type: verbatim
14045 #: ../src/guestfs-actions.pod:6158
14046 #, no-wrap
14047 msgid ""
14048 " int\n"
14049 " guestfs_umount_all (guestfs_h *g);\n"
14050 "\n"
14051 msgstr ""
14052
14053 # type: textblock
14054 #: ../src/guestfs-actions.pod:6161 ../fish/guestfish-actions.pod:4090
14055 msgid "This unmounts all mounted filesystems."
14056 msgstr ""
14057
14058 # type: textblock
14059 #: ../src/guestfs-actions.pod:6163 ../fish/guestfish-actions.pod:4092
14060 msgid "Some internal mounts are not unmounted by this call."
14061 msgstr ""
14062
14063 # type: =head2
14064 #: ../src/guestfs-actions.pod:6169
14065 msgid "guestfs_upload"
14066 msgstr ""
14067
14068 # type: verbatim
14069 #: ../src/guestfs-actions.pod:6171
14070 #, no-wrap
14071 msgid ""
14072 " int\n"
14073 " guestfs_upload (guestfs_h *g,\n"
14074 "                 const char *filename,\n"
14075 "                 const char *remotefilename);\n"
14076 "\n"
14077 msgstr ""
14078
14079 # type: textblock
14080 #: ../src/guestfs-actions.pod:6176 ../src/guestfs-actions.pod:6195 ../fish/guestfish-actions.pod:4098 ../fish/guestfish-actions.pod:4111
14081 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
14082 msgstr ""
14083
14084 # type: textblock
14085 #: ../src/guestfs-actions.pod:6181
14086 msgid "See also C<guestfs_download>."
14087 msgstr ""
14088
14089 # type: =head2
14090 #: ../src/guestfs-actions.pod:6187
14091 msgid "guestfs_upload_offset"
14092 msgstr ""
14093
14094 # type: verbatim
14095 #: ../src/guestfs-actions.pod:6189
14096 #, no-wrap
14097 msgid ""
14098 " int\n"
14099 " guestfs_upload_offset (guestfs_h *g,\n"
14100 "                        const char *filename,\n"
14101 "                        const char *remotefilename,\n"
14102 "                        int64_t offset);\n"
14103 "\n"
14104 msgstr ""
14105
14106 # type: textblock
14107 #: ../src/guestfs-actions.pod:6198 ../fish/guestfish-actions.pod:4114
14108 msgid ""
14109 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
14110 "The intention is to overwrite parts of existing files or devices, although "
14111 "if a non-existant file is specified then it is created with a \"hole\" "
14112 "before C<offset>.  The size of the data written is implicit in the size of "
14113 "the source C<filename>."
14114 msgstr ""
14115
14116 # type: textblock
14117 #: ../src/guestfs-actions.pod:6205
14118 msgid ""
14119 "Note that there is no limit on the amount of data that can be uploaded with "
14120 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
14121 "full amount unless an error occurs."
14122 msgstr ""
14123
14124 # type: textblock
14125 #: ../src/guestfs-actions.pod:6210
14126 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
14127 msgstr ""
14128
14129 # type: =head2
14130 #: ../src/guestfs-actions.pod:6216
14131 msgid "guestfs_utimens"
14132 msgstr ""
14133
14134 # type: verbatim
14135 #: ../src/guestfs-actions.pod:6218
14136 #, no-wrap
14137 msgid ""
14138 " int\n"
14139 " guestfs_utimens (guestfs_h *g,\n"
14140 "                  const char *path,\n"
14141 "                  int64_t atsecs,\n"
14142 "                  int64_t atnsecs,\n"
14143 "                  int64_t mtsecs,\n"
14144 "                  int64_t mtnsecs);\n"
14145 "\n"
14146 msgstr ""
14147
14148 # type: textblock
14149 #: ../src/guestfs-actions.pod:6226 ../fish/guestfish-actions.pod:4134
14150 msgid "This command sets the timestamps of a file with nanosecond precision."
14151 msgstr ""
14152
14153 # type: textblock
14154 #: ../src/guestfs-actions.pod:6229 ../fish/guestfish-actions.pod:4137
14155 msgid ""
14156 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
14157 "from the epoch."
14158 msgstr ""
14159
14160 # type: textblock
14161 #: ../src/guestfs-actions.pod:6232 ../fish/guestfish-actions.pod:4140
14162 msgid ""
14163 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
14164 "nanoseconds from the epoch."
14165 msgstr ""
14166
14167 # type: textblock
14168 #: ../src/guestfs-actions.pod:6235 ../fish/guestfish-actions.pod:4143
14169 msgid ""
14170 "If the C<*nsecs> field contains the special value C<-1> then the "
14171 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
14172 "ignored in this case)."
14173 msgstr ""
14174
14175 # type: textblock
14176 #: ../src/guestfs-actions.pod:6239 ../fish/guestfish-actions.pod:4147
14177 msgid ""
14178 "If the C<*nsecs> field contains the special value C<-2> then the "
14179 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
14180 "in this case)."
14181 msgstr ""
14182
14183 # type: =head2
14184 #: ../src/guestfs-actions.pod:6247 ../src/guestfs-structs.pod:175
14185 msgid "guestfs_version"
14186 msgstr ""
14187
14188 # type: verbatim
14189 #: ../src/guestfs-actions.pod:6249
14190 #, no-wrap
14191 msgid ""
14192 " struct guestfs_version *\n"
14193 " guestfs_version (guestfs_h *g);\n"
14194 "\n"
14195 msgstr ""
14196
14197 # type: textblock
14198 #: ../src/guestfs-actions.pod:6252 ../fish/guestfish-actions.pod:4155
14199 msgid "Return the libguestfs version number that the program is linked against."
14200 msgstr ""
14201
14202 # type: textblock
14203 #: ../src/guestfs-actions.pod:6255 ../fish/guestfish-actions.pod:4158
14204 msgid ""
14205 "Note that because of dynamic linking this is not necessarily the version of "
14206 "libguestfs that you compiled against.  You can compile the program, and then "
14207 "at runtime dynamically link against a completely different C<libguestfs.so> "
14208 "library."
14209 msgstr ""
14210
14211 # type: textblock
14212 #: ../src/guestfs-actions.pod:6260 ../fish/guestfish-actions.pod:4163
14213 msgid ""
14214 "This call was added in version C<1.0.58>.  In previous versions of "
14215 "libguestfs there was no way to get the version number.  From C code you can "
14216 "use dynamic linker functions to find out if this symbol exists (if it "
14217 "doesn't, then it's an earlier version)."
14218 msgstr ""
14219
14220 # type: textblock
14221 #: ../src/guestfs-actions.pod:6266 ../fish/guestfish-actions.pod:4169
14222 msgid ""
14223 "The call returns a structure with four elements.  The first three (C<major>, "
14224 "C<minor> and C<release>) are numbers and correspond to the usual version "
14225 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
14226 "but may be used for distro-specific information."
14227 msgstr ""
14228
14229 # type: textblock
14230 #: ../src/guestfs-actions.pod:6272 ../fish/guestfish-actions.pod:4175
14231 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
14232 msgstr ""
14233
14234 # type: textblock
14235 #: ../src/guestfs-actions.pod:6275 ../fish/guestfish-actions.pod:4178
14236 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
14237 msgstr ""
14238
14239 # type: textblock
14240 #: ../src/guestfs-actions.pod:6277
14241 msgid ""
14242 "I<Note:> Don't use this call to test for availability of features.  In "
14243 "enterprise distributions we backport features from later versions into "
14244 "earlier versions, making this an unreliable way to test for features.  Use "
14245 "C<guestfs_available> instead."
14246 msgstr ""
14247
14248 # type: textblock
14249 #: ../src/guestfs-actions.pod:6283
14250 msgid ""
14251 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
14252 "error.  I<The caller must call C<guestfs_free_version> after use>."
14253 msgstr ""
14254
14255 # type: textblock
14256 #: ../src/guestfs-actions.pod:6287
14257 msgid "(Added in 1.0.58)"
14258 msgstr ""
14259
14260 # type: =head2
14261 #: ../src/guestfs-actions.pod:6289
14262 msgid "guestfs_vfs_label"
14263 msgstr ""
14264
14265 # type: verbatim
14266 #: ../src/guestfs-actions.pod:6291
14267 #, no-wrap
14268 msgid ""
14269 " char *\n"
14270 " guestfs_vfs_label (guestfs_h *g,\n"
14271 "                    const char *device);\n"
14272 "\n"
14273 msgstr ""
14274
14275 # type: textblock
14276 #: ../src/guestfs-actions.pod:6295 ../fish/guestfish-actions.pod:4190
14277 msgid "This returns the filesystem label of the filesystem on C<device>."
14278 msgstr ""
14279
14280 # type: textblock
14281 #: ../src/guestfs-actions.pod:6298 ../fish/guestfish-actions.pod:4193
14282 msgid "If the filesystem is unlabeled, this returns the empty string."
14283 msgstr ""
14284
14285 # type: textblock
14286 #: ../src/guestfs-actions.pod:6300
14287 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
14288 msgstr ""
14289
14290 # type: textblock
14291 #: ../src/guestfs-actions.pod:6305 ../src/guestfs-actions.pod:6342
14292 msgid "(Added in 1.3.18)"
14293 msgstr ""
14294
14295 # type: =head2
14296 #: ../src/guestfs-actions.pod:6307
14297 msgid "guestfs_vfs_type"
14298 msgstr ""
14299
14300 # type: verbatim
14301 #: ../src/guestfs-actions.pod:6309
14302 #, no-wrap
14303 msgid ""
14304 " char *\n"
14305 " guestfs_vfs_type (guestfs_h *g,\n"
14306 "                   const char *device);\n"
14307 "\n"
14308 msgstr ""
14309
14310 # type: textblock
14311 #: ../src/guestfs-actions.pod:6313 ../fish/guestfish-actions.pod:4201
14312 msgid ""
14313 "This command gets the filesystem type corresponding to the filesystem on "
14314 "C<device>."
14315 msgstr ""
14316
14317 # type: textblock
14318 #: ../src/guestfs-actions.pod:6316 ../fish/guestfish-actions.pod:4204
14319 msgid ""
14320 "For most filesystems, the result is the name of the Linux VFS module which "
14321 "would be used to mount this filesystem if you mounted it without specifying "
14322 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
14323 msgstr ""
14324
14325 # type: =head2
14326 #: ../src/guestfs-actions.pod:6326
14327 msgid "guestfs_vfs_uuid"
14328 msgstr ""
14329
14330 # type: verbatim
14331 #: ../src/guestfs-actions.pod:6328
14332 #, no-wrap
14333 msgid ""
14334 " char *\n"
14335 " guestfs_vfs_uuid (guestfs_h *g,\n"
14336 "                   const char *device);\n"
14337 "\n"
14338 msgstr ""
14339
14340 # type: textblock
14341 #: ../src/guestfs-actions.pod:6332 ../fish/guestfish-actions.pod:4213
14342 msgid "This returns the filesystem UUID of the filesystem on C<device>."
14343 msgstr ""
14344
14345 # type: textblock
14346 #: ../src/guestfs-actions.pod:6335 ../fish/guestfish-actions.pod:4216
14347 msgid "If the filesystem does not have a UUID, this returns the empty string."
14348 msgstr ""
14349
14350 # type: textblock
14351 #: ../src/guestfs-actions.pod:6337
14352 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
14353 msgstr ""
14354
14355 # type: =head2
14356 #: ../src/guestfs-actions.pod:6344
14357 msgid "guestfs_vg_activate"
14358 msgstr ""
14359
14360 # type: verbatim
14361 #: ../src/guestfs-actions.pod:6346
14362 #, no-wrap
14363 msgid ""
14364 " int\n"
14365 " guestfs_vg_activate (guestfs_h *g,\n"
14366 "                      int activate,\n"
14367 "                      char *const *volgroups);\n"
14368 "\n"
14369 msgstr ""
14370
14371 # type: textblock
14372 #: ../src/guestfs-actions.pod:6351 ../fish/guestfish-actions.pod:4224
14373 msgid ""
14374 "This command activates or (if C<activate> is false) deactivates all logical "
14375 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
14376 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
14377 "deactivated, then those devices disappear."
14378 msgstr ""
14379
14380 # type: textblock
14381 #: ../src/guestfs-actions.pod:6357 ../fish/guestfish-actions.pod:4230
14382 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
14383 msgstr ""
14384
14385 # type: textblock
14386 #: ../src/guestfs-actions.pod:6359 ../fish/guestfish-actions.pod:4232
14387 msgid ""
14388 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
14389 "activated or deactivated."
14390 msgstr ""
14391
14392 # type: =head2
14393 #: ../src/guestfs-actions.pod:6366
14394 msgid "guestfs_vg_activate_all"
14395 msgstr ""
14396
14397 # type: verbatim
14398 #: ../src/guestfs-actions.pod:6368
14399 #, no-wrap
14400 msgid ""
14401 " int\n"
14402 " guestfs_vg_activate_all (guestfs_h *g,\n"
14403 "                          int activate);\n"
14404 "\n"
14405 msgstr ""
14406
14407 # type: textblock
14408 #: ../src/guestfs-actions.pod:6372 ../fish/guestfish-actions.pod:4239
14409 msgid ""
14410 "This command activates or (if C<activate> is false) deactivates all logical "
14411 "volumes in all volume groups.  If activated, then they are made known to the "
14412 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
14413 "those devices disappear."
14414 msgstr ""
14415
14416 # type: textblock
14417 #: ../src/guestfs-actions.pod:6378 ../fish/guestfish-actions.pod:4245
14418 msgid "This command is the same as running C<vgchange -a y|n>"
14419 msgstr ""
14420
14421 # type: =head2
14422 #: ../src/guestfs-actions.pod:6384
14423 msgid "guestfs_vgcreate"
14424 msgstr ""
14425
14426 # type: verbatim
14427 #: ../src/guestfs-actions.pod:6386
14428 #, no-wrap
14429 msgid ""
14430 " int\n"
14431 " guestfs_vgcreate (guestfs_h *g,\n"
14432 "                   const char *volgroup,\n"
14433 "                   char *const *physvols);\n"
14434 "\n"
14435 msgstr ""
14436
14437 # type: textblock
14438 #: ../src/guestfs-actions.pod:6391 ../fish/guestfish-actions.pod:4251
14439 msgid ""
14440 "This creates an LVM volume group called C<volgroup> from the non-empty list "
14441 "of physical volumes C<physvols>."
14442 msgstr ""
14443
14444 # type: =head2
14445 #: ../src/guestfs-actions.pod:6398
14446 msgid "guestfs_vglvuuids"
14447 msgstr ""
14448
14449 # type: verbatim
14450 #: ../src/guestfs-actions.pod:6400
14451 #, no-wrap
14452 msgid ""
14453 " char **\n"
14454 " guestfs_vglvuuids (guestfs_h *g,\n"
14455 "                    const char *vgname);\n"
14456 "\n"
14457 msgstr ""
14458
14459 # type: textblock
14460 #: ../src/guestfs-actions.pod:6404 ../fish/guestfish-actions.pod:4258
14461 msgid ""
14462 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
14463 "volumes created in this volume group."
14464 msgstr ""
14465
14466 # type: textblock
14467 #: ../src/guestfs-actions.pod:6407
14468 msgid ""
14469 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
14470 "associate logical volumes and volume groups."
14471 msgstr ""
14472
14473 # type: textblock
14474 #: ../src/guestfs-actions.pod:6410
14475 msgid "See also C<guestfs_vgpvuuids>."
14476 msgstr ""
14477
14478 # type: =head2
14479 #: ../src/guestfs-actions.pod:6418
14480 msgid "guestfs_vgpvuuids"
14481 msgstr ""
14482
14483 # type: verbatim
14484 #: ../src/guestfs-actions.pod:6420
14485 #, no-wrap
14486 msgid ""
14487 " char **\n"
14488 " guestfs_vgpvuuids (guestfs_h *g,\n"
14489 "                    const char *vgname);\n"
14490 "\n"
14491 msgstr ""
14492
14493 # type: textblock
14494 #: ../src/guestfs-actions.pod:6424 ../fish/guestfish-actions.pod:4270
14495 msgid ""
14496 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
14497 "volumes that this volume group resides on."
14498 msgstr ""
14499
14500 # type: textblock
14501 #: ../src/guestfs-actions.pod:6427
14502 msgid ""
14503 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
14504 "associate physical volumes and volume groups."
14505 msgstr ""
14506
14507 # type: textblock
14508 #: ../src/guestfs-actions.pod:6430
14509 msgid "See also C<guestfs_vglvuuids>."
14510 msgstr ""
14511
14512 # type: =head2
14513 #: ../src/guestfs-actions.pod:6438
14514 msgid "guestfs_vgremove"
14515 msgstr ""
14516
14517 # type: verbatim
14518 #: ../src/guestfs-actions.pod:6440
14519 #, no-wrap
14520 msgid ""
14521 " int\n"
14522 " guestfs_vgremove (guestfs_h *g,\n"
14523 "                   const char *vgname);\n"
14524 "\n"
14525 msgstr ""
14526
14527 # type: textblock
14528 #: ../src/guestfs-actions.pod:6444 ../fish/guestfish-actions.pod:4282
14529 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
14530 msgstr ""
14531
14532 # type: textblock
14533 #: ../src/guestfs-actions.pod:6446 ../fish/guestfish-actions.pod:4284
14534 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
14535 msgstr ""
14536
14537 # type: =head2
14538 #: ../src/guestfs-actions.pod:6453
14539 msgid "guestfs_vgrename"
14540 msgstr ""
14541
14542 # type: verbatim
14543 #: ../src/guestfs-actions.pod:6455
14544 #, no-wrap
14545 msgid ""
14546 " int\n"
14547 " guestfs_vgrename (guestfs_h *g,\n"
14548 "                   const char *volgroup,\n"
14549 "                   const char *newvolgroup);\n"
14550 "\n"
14551 msgstr ""
14552
14553 # type: textblock
14554 #: ../src/guestfs-actions.pod:6460 ../fish/guestfish-actions.pod:4291
14555 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
14556 msgstr ""
14557
14558 # type: =head2
14559 #: ../src/guestfs-actions.pod:6466
14560 msgid "guestfs_vgs"
14561 msgstr ""
14562
14563 # type: verbatim
14564 #: ../src/guestfs-actions.pod:6468
14565 #, no-wrap
14566 msgid ""
14567 " char **\n"
14568 " guestfs_vgs (guestfs_h *g);\n"
14569 "\n"
14570 msgstr ""
14571
14572 # type: textblock
14573 #: ../src/guestfs-actions.pod:6471 ../fish/guestfish-actions.pod:4297
14574 msgid ""
14575 "List all the volumes groups detected.  This is the equivalent of the "
14576 "L<vgs(8)> command."
14577 msgstr ""
14578
14579 # type: textblock
14580 #: ../src/guestfs-actions.pod:6474 ../fish/guestfish-actions.pod:4300
14581 msgid ""
14582 "This returns a list of just the volume group names that were detected "
14583 "(eg. C<VolGroup00>)."
14584 msgstr ""
14585
14586 # type: textblock
14587 #: ../src/guestfs-actions.pod:6477
14588 msgid "See also C<guestfs_vgs_full>."
14589 msgstr ""
14590
14591 # type: =head2
14592 #: ../src/guestfs-actions.pod:6485
14593 msgid "guestfs_vgs_full"
14594 msgstr ""
14595
14596 # type: verbatim
14597 #: ../src/guestfs-actions.pod:6487
14598 #, no-wrap
14599 msgid ""
14600 " struct guestfs_lvm_vg_list *\n"
14601 " guestfs_vgs_full (guestfs_h *g);\n"
14602 "\n"
14603 msgstr ""
14604
14605 # type: textblock
14606 #: ../src/guestfs-actions.pod:6490 ../fish/guestfish-actions.pod:4309
14607 msgid ""
14608 "List all the volumes groups detected.  This is the equivalent of the "
14609 "L<vgs(8)> command.  The \"full\" version includes all fields."
14610 msgstr ""
14611
14612 # type: textblock
14613 #: ../src/guestfs-actions.pod:6493
14614 msgid ""
14615 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
14616 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
14617 "use>."
14618 msgstr ""
14619
14620 # type: =head2
14621 #: ../src/guestfs-actions.pod:6499
14622 msgid "guestfs_vgscan"
14623 msgstr ""
14624
14625 # type: verbatim
14626 #: ../src/guestfs-actions.pod:6501
14627 #, no-wrap
14628 msgid ""
14629 " int\n"
14630 " guestfs_vgscan (guestfs_h *g);\n"
14631 "\n"
14632 msgstr ""
14633
14634 # type: textblock
14635 #: ../src/guestfs-actions.pod:6504 ../fish/guestfish-actions.pod:4316
14636 msgid ""
14637 "This rescans all block devices and rebuilds the list of LVM physical "
14638 "volumes, volume groups and logical volumes."
14639 msgstr ""
14640
14641 # type: =head2
14642 #: ../src/guestfs-actions.pod:6511
14643 msgid "guestfs_vguuid"
14644 msgstr ""
14645
14646 # type: verbatim
14647 #: ../src/guestfs-actions.pod:6513
14648 #, no-wrap
14649 msgid ""
14650 " char *\n"
14651 " guestfs_vguuid (guestfs_h *g,\n"
14652 "                 const char *vgname);\n"
14653 "\n"
14654 msgstr ""
14655
14656 # type: textblock
14657 #: ../src/guestfs-actions.pod:6517 ../fish/guestfish-actions.pod:4323
14658 msgid "This command returns the UUID of the LVM VG named C<vgname>."
14659 msgstr ""
14660
14661 # type: =head2
14662 #: ../src/guestfs-actions.pod:6524
14663 msgid "guestfs_wait_ready"
14664 msgstr ""
14665
14666 # type: verbatim
14667 #: ../src/guestfs-actions.pod:6526
14668 #, no-wrap
14669 msgid ""
14670 " int\n"
14671 " guestfs_wait_ready (guestfs_h *g);\n"
14672 "\n"
14673 msgstr ""
14674
14675 # type: textblock
14676 #: ../src/guestfs-actions.pod:6529
14677 msgid "This function is a no op."
14678 msgstr ""
14679
14680 # type: textblock
14681 #: ../src/guestfs-actions.pod:6531
14682 msgid ""
14683 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
14684 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
14685 "is no longer necessary because C<guestfs_launch> now does the waiting."
14686 msgstr ""
14687
14688 # type: textblock
14689 #: ../src/guestfs-actions.pod:6536
14690 msgid ""
14691 "If you see any calls to this function in code then you can just remove them, "
14692 "unless you want to retain compatibility with older versions of the API."
14693 msgstr ""
14694
14695 # type: =head2
14696 #: ../src/guestfs-actions.pod:6544
14697 msgid "guestfs_wc_c"
14698 msgstr ""
14699
14700 # type: verbatim
14701 #: ../src/guestfs-actions.pod:6546
14702 #, no-wrap
14703 msgid ""
14704 " int\n"
14705 " guestfs_wc_c (guestfs_h *g,\n"
14706 "               const char *path);\n"
14707 "\n"
14708 msgstr ""
14709
14710 # type: textblock
14711 #: ../src/guestfs-actions.pod:6550 ../fish/guestfish-actions.pod:4329
14712 msgid ""
14713 "This command counts the characters in a file, using the C<wc -c> external "
14714 "command."
14715 msgstr ""
14716
14717 # type: =head2
14718 #: ../src/guestfs-actions.pod:6557
14719 msgid "guestfs_wc_l"
14720 msgstr ""
14721
14722 # type: verbatim
14723 #: ../src/guestfs-actions.pod:6559
14724 #, no-wrap
14725 msgid ""
14726 " int\n"
14727 " guestfs_wc_l (guestfs_h *g,\n"
14728 "               const char *path);\n"
14729 "\n"
14730 msgstr ""
14731
14732 # type: textblock
14733 #: ../src/guestfs-actions.pod:6563 ../fish/guestfish-actions.pod:4336
14734 msgid ""
14735 "This command counts the lines in a file, using the C<wc -l> external "
14736 "command."
14737 msgstr ""
14738
14739 # type: =head2
14740 #: ../src/guestfs-actions.pod:6570
14741 msgid "guestfs_wc_w"
14742 msgstr ""
14743
14744 # type: verbatim
14745 #: ../src/guestfs-actions.pod:6572
14746 #, no-wrap
14747 msgid ""
14748 " int\n"
14749 " guestfs_wc_w (guestfs_h *g,\n"
14750 "               const char *path);\n"
14751 "\n"
14752 msgstr ""
14753
14754 # type: textblock
14755 #: ../src/guestfs-actions.pod:6576 ../fish/guestfish-actions.pod:4343
14756 msgid ""
14757 "This command counts the words in a file, using the C<wc -w> external "
14758 "command."
14759 msgstr ""
14760
14761 # type: =head2
14762 #: ../src/guestfs-actions.pod:6583
14763 msgid "guestfs_write"
14764 msgstr ""
14765
14766 # type: verbatim
14767 #: ../src/guestfs-actions.pod:6585
14768 #, no-wrap
14769 msgid ""
14770 " int\n"
14771 " guestfs_write (guestfs_h *g,\n"
14772 "                const char *path,\n"
14773 "                const char *content,\n"
14774 "                size_t content_size);\n"
14775 "\n"
14776 msgstr ""
14777
14778 # type: textblock
14779 #: ../src/guestfs-actions.pod:6591 ../fish/guestfish-actions.pod:4350
14780 msgid ""
14781 "This call creates a file called C<path>.  The content of the file is the "
14782 "string C<content> (which can contain any 8 bit data)."
14783 msgstr ""
14784
14785 # type: =head2
14786 #: ../src/guestfs-actions.pod:6601
14787 msgid "guestfs_write_file"
14788 msgstr ""
14789
14790 # type: verbatim
14791 #: ../src/guestfs-actions.pod:6603
14792 #, no-wrap
14793 msgid ""
14794 " int\n"
14795 " guestfs_write_file (guestfs_h *g,\n"
14796 "                     const char *path,\n"
14797 "                     const char *content,\n"
14798 "                     int size);\n"
14799 "\n"
14800 msgstr ""
14801
14802 # type: textblock
14803 #: ../src/guestfs-actions.pod:6609 ../fish/guestfish-actions.pod:4360
14804 msgid ""
14805 "This call creates a file called C<path>.  The contents of the file is the "
14806 "string C<content> (which can contain any 8 bit data), with length C<size>."
14807 msgstr ""
14808
14809 # type: textblock
14810 #: ../src/guestfs-actions.pod:6613 ../fish/guestfish-actions.pod:4364
14811 msgid ""
14812 "As a special case, if C<size> is C<0> then the length is calculated using "
14813 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
14814 msgstr ""
14815
14816 # type: textblock
14817 #: ../src/guestfs-actions.pod:6617 ../fish/guestfish-actions.pod:4368
14818 msgid ""
14819 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
14820 "I<not> work, even if the length is specified."
14821 msgstr ""
14822
14823 # type: textblock
14824 #: ../src/guestfs-actions.pod:6625 ../fish/guestfish-actions.pod:4374
14825 msgid "This function is deprecated.  In new code, use the C<write> call instead."
14826 msgstr ""
14827
14828 # type: =head2
14829 #: ../src/guestfs-actions.pod:6634
14830 msgid "guestfs_zegrep"
14831 msgstr ""
14832
14833 # type: verbatim
14834 #: ../src/guestfs-actions.pod:6636
14835 #, no-wrap
14836 msgid ""
14837 " char **\n"
14838 " guestfs_zegrep (guestfs_h *g,\n"
14839 "                 const char *regex,\n"
14840 "                 const char *path);\n"
14841 "\n"
14842 msgstr ""
14843
14844 # type: textblock
14845 #: ../src/guestfs-actions.pod:6641 ../fish/guestfish-actions.pod:4385
14846 msgid "This calls the external C<zegrep> program and returns the matching lines."
14847 msgstr ""
14848
14849 # type: =head2
14850 #: ../src/guestfs-actions.pod:6653
14851 msgid "guestfs_zegrepi"
14852 msgstr ""
14853
14854 # type: verbatim
14855 #: ../src/guestfs-actions.pod:6655
14856 #, no-wrap
14857 msgid ""
14858 " char **\n"
14859 " guestfs_zegrepi (guestfs_h *g,\n"
14860 "                  const char *regex,\n"
14861 "                  const char *path);\n"
14862 "\n"
14863 msgstr ""
14864
14865 # type: textblock
14866 #: ../src/guestfs-actions.pod:6660 ../fish/guestfish-actions.pod:4395
14867 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
14868 msgstr ""
14869
14870 # type: =head2
14871 #: ../src/guestfs-actions.pod:6672
14872 msgid "guestfs_zero"
14873 msgstr ""
14874
14875 # type: verbatim
14876 #: ../src/guestfs-actions.pod:6674
14877 #, no-wrap
14878 msgid ""
14879 " int\n"
14880 " guestfs_zero (guestfs_h *g,\n"
14881 "               const char *device);\n"
14882 "\n"
14883 msgstr ""
14884
14885 # type: textblock
14886 #: ../src/guestfs-actions.pod:6678 ../fish/guestfish-actions.pod:4405
14887 msgid "This command writes zeroes over the first few blocks of C<device>."
14888 msgstr ""
14889
14890 # type: textblock
14891 #: ../src/guestfs-actions.pod:6680 ../fish/guestfish-actions.pod:4407
14892 msgid ""
14893 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
14894 "securely wipe the device).  It should be sufficient to remove any partition "
14895 "tables, filesystem superblocks and so on."
14896 msgstr ""
14897
14898 # type: textblock
14899 #: ../src/guestfs-actions.pod:6684
14900 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
14901 msgstr ""
14902
14903 # type: =head2
14904 #: ../src/guestfs-actions.pod:6695
14905 msgid "guestfs_zero_device"
14906 msgstr ""
14907
14908 # type: verbatim
14909 #: ../src/guestfs-actions.pod:6697
14910 #, no-wrap
14911 msgid ""
14912 " int\n"
14913 " guestfs_zero_device (guestfs_h *g,\n"
14914 "                      const char *device);\n"
14915 "\n"
14916 msgstr ""
14917
14918 # type: textblock
14919 #: ../src/guestfs-actions.pod:6701
14920 msgid ""
14921 "This command writes zeroes over the entire C<device>.  Compare with "
14922 "C<guestfs_zero> which just zeroes the first few blocks of a device."
14923 msgstr ""
14924
14925 # type: textblock
14926 #: ../src/guestfs-actions.pod:6715
14927 msgid "(Added in 1.3.1)"
14928 msgstr ""
14929
14930 # type: =head2
14931 #: ../src/guestfs-actions.pod:6717
14932 msgid "guestfs_zerofree"
14933 msgstr ""
14934
14935 # type: verbatim
14936 #: ../src/guestfs-actions.pod:6719
14937 #, no-wrap
14938 msgid ""
14939 " int\n"
14940 " guestfs_zerofree (guestfs_h *g,\n"
14941 "                   const char *device);\n"
14942 "\n"
14943 msgstr ""
14944
14945 # type: textblock
14946 #: ../src/guestfs-actions.pod:6723 ../fish/guestfish-actions.pod:4428
14947 msgid ""
14948 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
14949 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
14950 "possible to compress the filesystem more effectively."
14951 msgstr ""
14952
14953 # type: textblock
14954 #: ../src/guestfs-actions.pod:6728 ../fish/guestfish-actions.pod:4433
14955 msgid "You should B<not> run this program if the filesystem is mounted."
14956 msgstr ""
14957
14958 # type: textblock
14959 #: ../src/guestfs-actions.pod:6731 ../fish/guestfish-actions.pod:4436
14960 msgid ""
14961 "It is possible that using this program can damage the filesystem or data on "
14962 "the filesystem."
14963 msgstr ""
14964
14965 # type: =head2
14966 #: ../src/guestfs-actions.pod:6738
14967 msgid "guestfs_zfgrep"
14968 msgstr ""
14969
14970 # type: verbatim
14971 #: ../src/guestfs-actions.pod:6740
14972 #, no-wrap
14973 msgid ""
14974 " char **\n"
14975 " guestfs_zfgrep (guestfs_h *g,\n"
14976 "                 const char *pattern,\n"
14977 "                 const char *path);\n"
14978 "\n"
14979 msgstr ""
14980
14981 # type: textblock
14982 #: ../src/guestfs-actions.pod:6745 ../fish/guestfish-actions.pod:4443
14983 msgid "This calls the external C<zfgrep> program and returns the matching lines."
14984 msgstr ""
14985
14986 # type: =head2
14987 #: ../src/guestfs-actions.pod:6757
14988 msgid "guestfs_zfgrepi"
14989 msgstr ""
14990
14991 # type: verbatim
14992 #: ../src/guestfs-actions.pod:6759
14993 #, no-wrap
14994 msgid ""
14995 " char **\n"
14996 " guestfs_zfgrepi (guestfs_h *g,\n"
14997 "                  const char *pattern,\n"
14998 "                  const char *path);\n"
14999 "\n"
15000 msgstr ""
15001
15002 # type: textblock
15003 #: ../src/guestfs-actions.pod:6764 ../fish/guestfish-actions.pod:4453
15004 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
15005 msgstr ""
15006
15007 # type: =head2
15008 #: ../src/guestfs-actions.pod:6776
15009 msgid "guestfs_zfile"
15010 msgstr ""
15011
15012 # type: verbatim
15013 #: ../src/guestfs-actions.pod:6778
15014 #, no-wrap
15015 msgid ""
15016 " char *\n"
15017 " guestfs_zfile (guestfs_h *g,\n"
15018 "                const char *meth,\n"
15019 "                const char *path);\n"
15020 "\n"
15021 msgstr ""
15022
15023 # type: textblock
15024 #: ../src/guestfs-actions.pod:6783 ../fish/guestfish-actions.pod:4463
15025 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
15026 msgstr ""
15027
15028 # type: textblock
15029 #: ../src/guestfs-actions.pod:6786 ../fish/guestfish-actions.pod:4466
15030 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
15031 msgstr ""
15032
15033 # type: textblock
15034 #: ../src/guestfs-actions.pod:6788
15035 msgid ""
15036 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
15037 "files."
15038 msgstr ""
15039
15040 # type: textblock
15041 #: ../src/guestfs-actions.pod:6794 ../fish/guestfish-actions.pod:4471
15042 msgid "This function is deprecated.  In new code, use the C<file> call instead."
15043 msgstr ""
15044
15045 # type: =head2
15046 #: ../src/guestfs-actions.pod:6803
15047 msgid "guestfs_zgrep"
15048 msgstr ""
15049
15050 # type: verbatim
15051 #: ../src/guestfs-actions.pod:6805
15052 #, no-wrap
15053 msgid ""
15054 " char **\n"
15055 " guestfs_zgrep (guestfs_h *g,\n"
15056 "                const char *regex,\n"
15057 "                const char *path);\n"
15058 "\n"
15059 msgstr ""
15060
15061 # type: textblock
15062 #: ../src/guestfs-actions.pod:6810 ../fish/guestfish-actions.pod:4482
15063 msgid "This calls the external C<zgrep> program and returns the matching lines."
15064 msgstr ""
15065
15066 # type: =head2
15067 #: ../src/guestfs-actions.pod:6822
15068 msgid "guestfs_zgrepi"
15069 msgstr ""
15070
15071 # type: verbatim
15072 #: ../src/guestfs-actions.pod:6824
15073 #, no-wrap
15074 msgid ""
15075 " char **\n"
15076 " guestfs_zgrepi (guestfs_h *g,\n"
15077 "                 const char *regex,\n"
15078 "                 const char *path);\n"
15079 "\n"
15080 msgstr ""
15081
15082 # type: textblock
15083 #: ../src/guestfs-actions.pod:6829 ../fish/guestfish-actions.pod:4492
15084 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
15085 msgstr ""
15086
15087 # type: =item
15088 #: ../src/guestfs-availability.pod:3
15089 msgid "B<augeas>"
15090 msgstr ""
15091
15092 # type: textblock
15093 #: ../src/guestfs-availability.pod:5
15094 msgid ""
15095 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
15096 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
15097 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
15098 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
15099 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
15100 msgstr ""
15101
15102 # type: =item
15103 #: ../src/guestfs-availability.pod:21
15104 msgid "B<inotify>"
15105 msgstr ""
15106
15107 # type: textblock
15108 #: ../src/guestfs-availability.pod:23
15109 msgid ""
15110 "The following functions: L</guestfs_inotify_add_watch> "
15111 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
15112 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
15113 msgstr ""
15114
15115 # type: =item
15116 #: ../src/guestfs-availability.pod:31
15117 msgid "B<linuxfsuuid>"
15118 msgstr ""
15119
15120 # type: textblock
15121 #: ../src/guestfs-availability.pod:33
15122 msgid ""
15123 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
15124 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
15125 msgstr ""
15126
15127 # type: =item
15128 #: ../src/guestfs-availability.pod:40
15129 msgid "B<linuxmodules>"
15130 msgstr ""
15131
15132 # type: textblock
15133 #: ../src/guestfs-availability.pod:42
15134 msgid "The following functions: L</guestfs_modprobe>"
15135 msgstr ""
15136
15137 # type: =item
15138 #: ../src/guestfs-availability.pod:45
15139 msgid "B<linuxxattrs>"
15140 msgstr ""
15141
15142 # type: textblock
15143 #: ../src/guestfs-availability.pod:47
15144 msgid ""
15145 "The following functions: L</guestfs_getxattrs> L</guestfs_lgetxattrs> "
15146 "L</guestfs_lremovexattr> L</guestfs_lsetxattr> L</guestfs_lxattrlist> "
15147 "L</guestfs_removexattr> L</guestfs_setxattr>"
15148 msgstr ""
15149
15150 # type: =item
15151 #: ../src/guestfs-availability.pod:56
15152 msgid "B<luks>"
15153 msgstr ""
15154
15155 # type: textblock
15156 #: ../src/guestfs-availability.pod:58
15157 msgid ""
15158 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
15159 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
15160 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
15161 msgstr ""
15162
15163 # type: =item
15164 #: ../src/guestfs-availability.pod:67
15165 msgid "B<lvm2>"
15166 msgstr ""
15167
15168 # type: textblock
15169 #: ../src/guestfs-availability.pod:69
15170 msgid ""
15171 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
15172 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
15173 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
15174 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
15175 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
15176 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
15177 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
15178 "L</guestfs_vgs_full>"
15179 msgstr ""
15180
15181 # type: =item
15182 #: ../src/guestfs-availability.pod:92
15183 msgid "B<mknod>"
15184 msgstr ""
15185
15186 # type: textblock
15187 #: ../src/guestfs-availability.pod:94
15188 msgid ""
15189 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
15190 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
15191 msgstr ""
15192
15193 # type: =item
15194 #: ../src/guestfs-availability.pod:100
15195 msgid "B<ntfs3g>"
15196 msgstr ""
15197
15198 # type: textblock
15199 #: ../src/guestfs-availability.pod:102
15200 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
15201 msgstr ""
15202
15203 # type: =item
15204 #: ../src/guestfs-availability.pod:105
15205 msgid "B<ntfsprogs>"
15206 msgstr ""
15207
15208 # type: textblock
15209 #: ../src/guestfs-availability.pod:107
15210 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
15211 msgstr ""
15212
15213 # type: =item
15214 #: ../src/guestfs-availability.pod:111
15215 msgid "B<realpath>"
15216 msgstr ""
15217
15218 # type: textblock
15219 #: ../src/guestfs-availability.pod:113
15220 msgid "The following functions: L</guestfs_realpath>"
15221 msgstr ""
15222
15223 # type: =item
15224 #: ../src/guestfs-availability.pod:116
15225 msgid "B<scrub>"
15226 msgstr ""
15227
15228 # type: textblock
15229 #: ../src/guestfs-availability.pod:118
15230 msgid ""
15231 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
15232 "L</guestfs_scrub_freespace>"
15233 msgstr ""
15234
15235 # type: =item
15236 #: ../src/guestfs-availability.pod:123
15237 msgid "B<selinux>"
15238 msgstr ""
15239
15240 # type: textblock
15241 #: ../src/guestfs-availability.pod:125
15242 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
15243 msgstr ""
15244
15245 # type: =item
15246 #: ../src/guestfs-availability.pod:129
15247 msgid "B<xz>"
15248 msgstr ""
15249
15250 # type: textblock
15251 #: ../src/guestfs-availability.pod:131
15252 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
15253 msgstr ""
15254
15255 # type: =item
15256 #: ../src/guestfs-availability.pod:135
15257 msgid "B<zerofree>"
15258 msgstr ""
15259
15260 # type: textblock
15261 #: ../src/guestfs-availability.pod:137
15262 msgid "The following functions: L</guestfs_zerofree>"
15263 msgstr ""
15264
15265 # type: =head2
15266 #: ../src/guestfs-structs.pod:1
15267 msgid "guestfs_int_bool"
15268 msgstr ""
15269
15270 # type: verbatim
15271 #: ../src/guestfs-structs.pod:3
15272 #, no-wrap
15273 msgid ""
15274 " struct guestfs_int_bool {\n"
15275 "   int32_t i;\n"
15276 "   int32_t b;\n"
15277 " };\n"
15278 " \n"
15279 msgstr ""
15280
15281 # type: verbatim
15282 #: ../src/guestfs-structs.pod:8
15283 #, no-wrap
15284 msgid ""
15285 " struct guestfs_int_bool_list {\n"
15286 "   uint32_t len; /* Number of elements in list. */\n"
15287 "   struct guestfs_int_bool *val; /* Elements. */\n"
15288 " };\n"
15289 " \n"
15290 msgstr ""
15291
15292 # type: verbatim
15293 #: ../src/guestfs-structs.pod:13
15294 #, no-wrap
15295 msgid ""
15296 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
15297 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
15298 "\n"
15299 msgstr ""
15300
15301 # type: =head2
15302 #: ../src/guestfs-structs.pod:16
15303 msgid "guestfs_lvm_pv"
15304 msgstr ""
15305
15306 # type: verbatim
15307 #: ../src/guestfs-structs.pod:18
15308 #, no-wrap
15309 msgid ""
15310 " struct guestfs_lvm_pv {\n"
15311 "   char *pv_name;\n"
15312 "   /* The next field is NOT nul-terminated, be careful when printing it: "
15313 "*/\n"
15314 "   char pv_uuid[32];\n"
15315 "   char *pv_fmt;\n"
15316 "   uint64_t pv_size;\n"
15317 "   uint64_t dev_size;\n"
15318 "   uint64_t pv_free;\n"
15319 "   uint64_t pv_used;\n"
15320 "   char *pv_attr;\n"
15321 "   int64_t pv_pe_count;\n"
15322 "   int64_t pv_pe_alloc_count;\n"
15323 "   char *pv_tags;\n"
15324 "   uint64_t pe_start;\n"
15325 "   int64_t pv_mda_count;\n"
15326 "   uint64_t pv_mda_free;\n"
15327 " };\n"
15328 " \n"
15329 msgstr ""
15330
15331 # type: verbatim
15332 #: ../src/guestfs-structs.pod:36
15333 #, no-wrap
15334 msgid ""
15335 " struct guestfs_lvm_pv_list {\n"
15336 "   uint32_t len; /* Number of elements in list. */\n"
15337 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
15338 " };\n"
15339 " \n"
15340 msgstr ""
15341
15342 # type: verbatim
15343 #: ../src/guestfs-structs.pod:41
15344 #, no-wrap
15345 msgid ""
15346 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
15347 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
15348 "\n"
15349 msgstr ""
15350
15351 # type: =head2
15352 #: ../src/guestfs-structs.pod:44
15353 msgid "guestfs_lvm_vg"
15354 msgstr ""
15355
15356 # type: verbatim
15357 #: ../src/guestfs-structs.pod:46
15358 #, no-wrap
15359 msgid ""
15360 " struct guestfs_lvm_vg {\n"
15361 "   char *vg_name;\n"
15362 "   /* The next field is NOT nul-terminated, be careful when printing it: "
15363 "*/\n"
15364 "   char vg_uuid[32];\n"
15365 "   char *vg_fmt;\n"
15366 "   char *vg_attr;\n"
15367 "   uint64_t vg_size;\n"
15368 "   uint64_t vg_free;\n"
15369 "   char *vg_sysid;\n"
15370 "   uint64_t vg_extent_size;\n"
15371 "   int64_t vg_extent_count;\n"
15372 "   int64_t vg_free_count;\n"
15373 "   int64_t max_lv;\n"
15374 "   int64_t max_pv;\n"
15375 "   int64_t pv_count;\n"
15376 "   int64_t lv_count;\n"
15377 "   int64_t snap_count;\n"
15378 "   int64_t vg_seqno;\n"
15379 "   char *vg_tags;\n"
15380 "   int64_t vg_mda_count;\n"
15381 "   uint64_t vg_mda_free;\n"
15382 " };\n"
15383 " \n"
15384 msgstr ""
15385
15386 # type: verbatim
15387 #: ../src/guestfs-structs.pod:69
15388 #, no-wrap
15389 msgid ""
15390 " struct guestfs_lvm_vg_list {\n"
15391 "   uint32_t len; /* Number of elements in list. */\n"
15392 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
15393 " };\n"
15394 " \n"
15395 msgstr ""
15396
15397 # type: verbatim
15398 #: ../src/guestfs-structs.pod:74
15399 #, no-wrap
15400 msgid ""
15401 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
15402 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
15403 "\n"
15404 msgstr ""
15405
15406 # type: =head2
15407 #: ../src/guestfs-structs.pod:77
15408 msgid "guestfs_lvm_lv"
15409 msgstr ""
15410
15411 # type: verbatim
15412 #: ../src/guestfs-structs.pod:79
15413 #, no-wrap
15414 msgid ""
15415 " struct guestfs_lvm_lv {\n"
15416 "   char *lv_name;\n"
15417 "   /* The next field is NOT nul-terminated, be careful when printing it: "
15418 "*/\n"
15419 "   char lv_uuid[32];\n"
15420 "   char *lv_attr;\n"
15421 "   int64_t lv_major;\n"
15422 "   int64_t lv_minor;\n"
15423 "   int64_t lv_kernel_major;\n"
15424 "   int64_t lv_kernel_minor;\n"
15425 "   uint64_t lv_size;\n"
15426 "   int64_t seg_count;\n"
15427 "   char *origin;\n"
15428 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
15429 "   float snap_percent;\n"
15430 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
15431 "   float copy_percent;\n"
15432 "   char *move_pv;\n"
15433 "   char *lv_tags;\n"
15434 "   char *mirror_log;\n"
15435 "   char *modules;\n"
15436 " };\n"
15437 " \n"
15438 msgstr ""
15439
15440 # type: verbatim
15441 #: ../src/guestfs-structs.pod:101
15442 #, no-wrap
15443 msgid ""
15444 " struct guestfs_lvm_lv_list {\n"
15445 "   uint32_t len; /* Number of elements in list. */\n"
15446 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
15447 " };\n"
15448 " \n"
15449 msgstr ""
15450
15451 # type: verbatim
15452 #: ../src/guestfs-structs.pod:106
15453 #, no-wrap
15454 msgid ""
15455 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
15456 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
15457 "\n"
15458 msgstr ""
15459
15460 # type: verbatim
15461 #: ../src/guestfs-structs.pod:111
15462 #, no-wrap
15463 msgid ""
15464 " struct guestfs_stat {\n"
15465 "   int64_t dev;\n"
15466 "   int64_t ino;\n"
15467 "   int64_t mode;\n"
15468 "   int64_t nlink;\n"
15469 "   int64_t uid;\n"
15470 "   int64_t gid;\n"
15471 "   int64_t rdev;\n"
15472 "   int64_t size;\n"
15473 "   int64_t blksize;\n"
15474 "   int64_t blocks;\n"
15475 "   int64_t atime;\n"
15476 "   int64_t mtime;\n"
15477 "   int64_t ctime;\n"
15478 " };\n"
15479 " \n"
15480 msgstr ""
15481
15482 # type: verbatim
15483 #: ../src/guestfs-structs.pod:127
15484 #, no-wrap
15485 msgid ""
15486 " struct guestfs_stat_list {\n"
15487 "   uint32_t len; /* Number of elements in list. */\n"
15488 "   struct guestfs_stat *val; /* Elements. */\n"
15489 " };\n"
15490 " \n"
15491 msgstr ""
15492
15493 # type: verbatim
15494 #: ../src/guestfs-structs.pod:132
15495 #, no-wrap
15496 msgid ""
15497 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
15498 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
15499 "\n"
15500 msgstr ""
15501
15502 # type: verbatim
15503 #: ../src/guestfs-structs.pod:137
15504 #, no-wrap
15505 msgid ""
15506 " struct guestfs_statvfs {\n"
15507 "   int64_t bsize;\n"
15508 "   int64_t frsize;\n"
15509 "   int64_t blocks;\n"
15510 "   int64_t bfree;\n"
15511 "   int64_t bavail;\n"
15512 "   int64_t files;\n"
15513 "   int64_t ffree;\n"
15514 "   int64_t favail;\n"
15515 "   int64_t fsid;\n"
15516 "   int64_t flag;\n"
15517 "   int64_t namemax;\n"
15518 " };\n"
15519 " \n"
15520 msgstr ""
15521
15522 # type: verbatim
15523 #: ../src/guestfs-structs.pod:151
15524 #, no-wrap
15525 msgid ""
15526 " struct guestfs_statvfs_list {\n"
15527 "   uint32_t len; /* Number of elements in list. */\n"
15528 "   struct guestfs_statvfs *val; /* Elements. */\n"
15529 " };\n"
15530 " \n"
15531 msgstr ""
15532
15533 # type: verbatim
15534 #: ../src/guestfs-structs.pod:156
15535 #, no-wrap
15536 msgid ""
15537 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
15538 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
15539 "\n"
15540 msgstr ""
15541
15542 # type: =head2
15543 #: ../src/guestfs-structs.pod:159
15544 msgid "guestfs_dirent"
15545 msgstr ""
15546
15547 # type: verbatim
15548 #: ../src/guestfs-structs.pod:161
15549 #, no-wrap
15550 msgid ""
15551 " struct guestfs_dirent {\n"
15552 "   int64_t ino;\n"
15553 "   char ftyp;\n"
15554 "   char *name;\n"
15555 " };\n"
15556 " \n"
15557 msgstr ""
15558
15559 # type: verbatim
15560 #: ../src/guestfs-structs.pod:167
15561 #, no-wrap
15562 msgid ""
15563 " struct guestfs_dirent_list {\n"
15564 "   uint32_t len; /* Number of elements in list. */\n"
15565 "   struct guestfs_dirent *val; /* Elements. */\n"
15566 " };\n"
15567 " \n"
15568 msgstr ""
15569
15570 # type: verbatim
15571 #: ../src/guestfs-structs.pod:172
15572 #, no-wrap
15573 msgid ""
15574 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
15575 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
15576 "\n"
15577 msgstr ""
15578
15579 # type: verbatim
15580 #: ../src/guestfs-structs.pod:177
15581 #, no-wrap
15582 msgid ""
15583 " struct guestfs_version {\n"
15584 "   int64_t major;\n"
15585 "   int64_t minor;\n"
15586 "   int64_t release;\n"
15587 "   char *extra;\n"
15588 " };\n"
15589 " \n"
15590 msgstr ""
15591
15592 # type: verbatim
15593 #: ../src/guestfs-structs.pod:184
15594 #, no-wrap
15595 msgid ""
15596 " struct guestfs_version_list {\n"
15597 "   uint32_t len; /* Number of elements in list. */\n"
15598 "   struct guestfs_version *val; /* Elements. */\n"
15599 " };\n"
15600 " \n"
15601 msgstr ""
15602
15603 # type: verbatim
15604 #: ../src/guestfs-structs.pod:189
15605 #, no-wrap
15606 msgid ""
15607 " void guestfs_free_version (struct guestfs_free_version *);\n"
15608 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
15609 "\n"
15610 msgstr ""
15611
15612 # type: =head2
15613 #: ../src/guestfs-structs.pod:192
15614 msgid "guestfs_xattr"
15615 msgstr ""
15616
15617 # type: verbatim
15618 #: ../src/guestfs-structs.pod:194
15619 #, no-wrap
15620 msgid ""
15621 " struct guestfs_xattr {\n"
15622 "   char *attrname;\n"
15623 "   /* The next two fields describe a byte array. */\n"
15624 "   uint32_t attrval_len;\n"
15625 "   char *attrval;\n"
15626 " };\n"
15627 " \n"
15628 msgstr ""
15629
15630 # type: verbatim
15631 #: ../src/guestfs-structs.pod:201
15632 #, no-wrap
15633 msgid ""
15634 " struct guestfs_xattr_list {\n"
15635 "   uint32_t len; /* Number of elements in list. */\n"
15636 "   struct guestfs_xattr *val; /* Elements. */\n"
15637 " };\n"
15638 " \n"
15639 msgstr ""
15640
15641 # type: verbatim
15642 #: ../src/guestfs-structs.pod:206
15643 #, no-wrap
15644 msgid ""
15645 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
15646 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
15647 "\n"
15648 msgstr ""
15649
15650 # type: =head2
15651 #: ../src/guestfs-structs.pod:209
15652 msgid "guestfs_inotify_event"
15653 msgstr ""
15654
15655 # type: verbatim
15656 #: ../src/guestfs-structs.pod:211
15657 #, no-wrap
15658 msgid ""
15659 " struct guestfs_inotify_event {\n"
15660 "   int64_t in_wd;\n"
15661 "   uint32_t in_mask;\n"
15662 "   uint32_t in_cookie;\n"
15663 "   char *in_name;\n"
15664 " };\n"
15665 " \n"
15666 msgstr ""
15667
15668 # type: verbatim
15669 #: ../src/guestfs-structs.pod:218
15670 #, no-wrap
15671 msgid ""
15672 " struct guestfs_inotify_event_list {\n"
15673 "   uint32_t len; /* Number of elements in list. */\n"
15674 "   struct guestfs_inotify_event *val; /* Elements. */\n"
15675 " };\n"
15676 " \n"
15677 msgstr ""
15678
15679 # type: verbatim
15680 #: ../src/guestfs-structs.pod:223
15681 #, no-wrap
15682 msgid ""
15683 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
15684 " void guestfs_free_inotify_event_list (struct "
15685 "guestfs_free_inotify_event_list *);\n"
15686 "\n"
15687 msgstr ""
15688
15689 # type: =head2
15690 #: ../src/guestfs-structs.pod:226
15691 msgid "guestfs_partition"
15692 msgstr ""
15693
15694 # type: verbatim
15695 #: ../src/guestfs-structs.pod:228
15696 #, no-wrap
15697 msgid ""
15698 " struct guestfs_partition {\n"
15699 "   int32_t part_num;\n"
15700 "   uint64_t part_start;\n"
15701 "   uint64_t part_end;\n"
15702 "   uint64_t part_size;\n"
15703 " };\n"
15704 " \n"
15705 msgstr ""
15706
15707 # type: verbatim
15708 #: ../src/guestfs-structs.pod:235
15709 #, no-wrap
15710 msgid ""
15711 " struct guestfs_partition_list {\n"
15712 "   uint32_t len; /* Number of elements in list. */\n"
15713 "   struct guestfs_partition *val; /* Elements. */\n"
15714 " };\n"
15715 " \n"
15716 msgstr ""
15717
15718 # type: verbatim
15719 #: ../src/guestfs-structs.pod:240
15720 #, no-wrap
15721 msgid ""
15722 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
15723 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
15724 "\n"
15725 msgstr ""
15726
15727 # type: textblock
15728 #: ../fish/guestfish.pod:5
15729 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
15730 msgstr ""
15731
15732 # type: verbatim
15733 #: ../fish/guestfish.pod:9
15734 #, no-wrap
15735 msgid ""
15736 " guestfish [--options] [commands]\n"
15737 "\n"
15738 msgstr ""
15739
15740 # type: verbatim
15741 #: ../fish/guestfish.pod:11
15742 #, no-wrap
15743 msgid ""
15744 " guestfish\n"
15745 "\n"
15746 msgstr ""
15747
15748 # type: verbatim
15749 #: ../fish/guestfish.pod:13
15750 #, no-wrap
15751 msgid ""
15752 " guestfish [--ro|--rw] -a disk.img\n"
15753 "\n"
15754 msgstr ""
15755
15756 # type: verbatim
15757 #: ../fish/guestfish.pod:15
15758 #, no-wrap
15759 msgid ""
15760 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
15761 "\n"
15762 msgstr ""
15763
15764 # type: verbatim
15765 #: ../fish/guestfish.pod:17
15766 #, no-wrap
15767 msgid ""
15768 " guestfish -d libvirt-domain\n"
15769 "\n"
15770 msgstr ""
15771
15772 # type: verbatim
15773 #: ../fish/guestfish.pod:19
15774 #, no-wrap
15775 msgid ""
15776 " guestfish [--ro|--rw] -a disk.img -i\n"
15777 "\n"
15778 msgstr ""
15779
15780 # type: verbatim
15781 #: ../fish/guestfish.pod:21
15782 #, no-wrap
15783 msgid ""
15784 " guestfish -d libvirt-domain -i\n"
15785 "\n"
15786 msgstr ""
15787
15788 # type: =head1
15789 #: ../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
15790 msgid "WARNING"
15791 msgstr ""
15792
15793 # type: textblock
15794 #: ../fish/guestfish.pod:25
15795 msgid ""
15796 "Using guestfish in read/write mode on live virtual machines can be "
15797 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
15798 "option to use guestfish safely if the disk image or virtual machine might be "
15799 "live."
15800 msgstr ""
15801
15802 # type: textblock
15803 #: ../fish/guestfish.pod:32
15804 msgid ""
15805 "Guestfish is a shell and command-line tool for examining and modifying "
15806 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
15807 "functionality of the guestfs API, see L<guestfs(3)>."
15808 msgstr ""
15809
15810 # type: textblock
15811 #: ../fish/guestfish.pod:36
15812 msgid ""
15813 "Guestfish gives you structured access to the libguestfs API, from shell "
15814 "scripts or the command line or interactively.  If you want to rescue a "
15815 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
15816 "command."
15817 msgstr ""
15818
15819 # type: =head1
15820 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:846 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58 ../tools/virt-resize.pl:66 ../tools/virt-tar.pl:45
15821 msgid "EXAMPLES"
15822 msgstr ""
15823
15824 # type: =head2
15825 #: ../fish/guestfish.pod:43
15826 msgid "As an interactive shell"
15827 msgstr ""
15828
15829 # type: verbatim
15830 #: ../fish/guestfish.pod:45
15831 #, no-wrap
15832 msgid ""
15833 " $ guestfish\n"
15834 " \n"
15835 msgstr ""
15836
15837 # type: verbatim
15838 #: ../fish/guestfish.pod:47
15839 #, no-wrap
15840 msgid ""
15841 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
15842 " editing virtual machine filesystems.\n"
15843 " \n"
15844 msgstr ""
15845
15846 # type: verbatim
15847 #: ../fish/guestfish.pod:50
15848 #, no-wrap
15849 msgid ""
15850 " Type: 'help' for a list of commands\n"
15851 "       'man' to read the manual\n"
15852 "       'quit' to quit the shell\n"
15853 " \n"
15854 msgstr ""
15855
15856 # type: verbatim
15857 #: ../fish/guestfish.pod:54
15858 #, no-wrap
15859 msgid ""
15860 " ><fs> add-ro disk.img\n"
15861 " ><fs> run\n"
15862 " ><fs> list-filesystems\n"
15863 " /dev/sda1: ext4\n"
15864 " /dev/vg_guest/lv_root: ext4\n"
15865 " /dev/vg_guest/lv_swap: swap\n"
15866 " ><fs> mount /dev/vg_guest/lv_root /\n"
15867 " ><fs> cat /etc/fstab\n"
15868 " # /etc/fstab\n"
15869 " # Created by anaconda\n"
15870 " [...]\n"
15871 " ><fs> exit\n"
15872 "\n"
15873 msgstr ""
15874
15875 # type: =head2
15876 #: ../fish/guestfish.pod:67
15877 msgid "From shell scripts"
15878 msgstr ""
15879
15880 # type: textblock
15881 #: ../fish/guestfish.pod:69
15882 msgid "Create a new C</etc/motd> file in a guest or disk image:"
15883 msgstr ""
15884
15885 # type: verbatim
15886 #: ../fish/guestfish.pod:71
15887 #, no-wrap
15888 msgid ""
15889 " guestfish <<_EOF_\n"
15890 " add disk.img\n"
15891 " run\n"
15892 " mount /dev/vg_guest/lv_root /\n"
15893 " write /etc/motd \"Welcome, new users\"\n"
15894 " _EOF_\n"
15895 "\n"
15896 msgstr ""
15897
15898 # type: textblock
15899 #: ../fish/guestfish.pod:78
15900 msgid "List the LVM logical volumes in a disk image:"
15901 msgstr ""
15902
15903 # type: verbatim
15904 #: ../fish/guestfish.pod:80
15905 #, no-wrap
15906 msgid ""
15907 " guestfish -a disk.img --ro <<_EOF_\n"
15908 " run\n"
15909 " lvs\n"
15910 " _EOF_\n"
15911 "\n"
15912 msgstr ""
15913
15914 # type: textblock
15915 #: ../fish/guestfish.pod:85
15916 msgid "List all the filesystems in a disk image:"
15917 msgstr ""
15918
15919 # type: verbatim
15920 #: ../fish/guestfish.pod:87
15921 #, no-wrap
15922 msgid ""
15923 " guestfish -a disk.img --ro <<_EOF_\n"
15924 " run\n"
15925 " list-filesystems\n"
15926 " _EOF_\n"
15927 "\n"
15928 msgstr ""
15929
15930 # type: =head2
15931 #: ../fish/guestfish.pod:92
15932 msgid "On one command line"
15933 msgstr ""
15934
15935 # type: textblock
15936 #: ../fish/guestfish.pod:94
15937 msgid "Update C</etc/resolv.conf> in a guest:"
15938 msgstr ""
15939
15940 # type: verbatim
15941 #: ../fish/guestfish.pod:96
15942 #, no-wrap
15943 msgid ""
15944 " guestfish \\\n"
15945 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
15946 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
15947 "\n"
15948 msgstr ""
15949
15950 # type: textblock
15951 #: ../fish/guestfish.pod:100
15952 msgid "Edit C</boot/grub/grub.conf> interactively:"
15953 msgstr ""
15954
15955 # type: verbatim
15956 #: ../fish/guestfish.pod:102
15957 #, no-wrap
15958 msgid ""
15959 " guestfish --rw --add disk.img \\\n"
15960 "   --mount /dev/vg_guest/lv_root \\\n"
15961 "   --mount /dev/sda1:/boot \\\n"
15962 "   edit /boot/grub/grub.conf\n"
15963 "\n"
15964 msgstr ""
15965
15966 # type: =head2
15967 #: ../fish/guestfish.pod:107
15968 msgid "Mount disks automatically"
15969 msgstr ""
15970
15971 # type: textblock
15972 #: ../fish/guestfish.pod:109
15973 msgid ""
15974 "Use the I<-i> option to automatically mount the disks from a virtual "
15975 "machine:"
15976 msgstr ""
15977
15978 # type: verbatim
15979 #: ../fish/guestfish.pod:112
15980 #, no-wrap
15981 msgid ""
15982 " guestfish --ro -a disk.img -i cat /etc/group\n"
15983 "\n"
15984 msgstr ""
15985
15986 # type: verbatim
15987 #: ../fish/guestfish.pod:114
15988 #, no-wrap
15989 msgid ""
15990 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
15991 "\n"
15992 msgstr ""
15993
15994 # type: textblock
15995 #: ../fish/guestfish.pod:116
15996 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
15997 msgstr ""
15998
15999 # type: verbatim
16000 #: ../fish/guestfish.pod:118
16001 #, no-wrap
16002 msgid ""
16003 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
16004 "\n"
16005 msgstr ""
16006
16007 # type: =head2
16008 #: ../fish/guestfish.pod:120
16009 msgid "As a script interpreter"
16010 msgstr ""
16011
16012 # type: textblock
16013 #: ../fish/guestfish.pod:122
16014 msgid "Create a 100MB disk containing an ext2-formatted partition:"
16015 msgstr ""
16016
16017 # type: verbatim
16018 #: ../fish/guestfish.pod:124
16019 #, no-wrap
16020 msgid ""
16021 " #!/usr/bin/guestfish -f\n"
16022 " sparse test1.img 100M\n"
16023 " run\n"
16024 " part-disk /dev/sda mbr\n"
16025 " mkfs ext2 /dev/sda1\n"
16026 "\n"
16027 msgstr ""
16028
16029 # type: =head2
16030 #: ../fish/guestfish.pod:130
16031 msgid "Start with a prepared disk"
16032 msgstr ""
16033
16034 # type: textblock
16035 #: ../fish/guestfish.pod:132
16036 msgid ""
16037 "An alternate way to create a 100MB disk called C<test1.img> containing a "
16038 "single ext2-formatted partition:"
16039 msgstr ""
16040
16041 # type: verbatim
16042 #: ../fish/guestfish.pod:135
16043 #, no-wrap
16044 msgid ""
16045 " guestfish -N fs\n"
16046 "\n"
16047 msgstr ""
16048
16049 # type: textblock
16050 #: ../fish/guestfish.pod:137
16051 msgid "To list what is available do:"
16052 msgstr ""
16053
16054 # type: verbatim
16055 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:837
16056 #, no-wrap
16057 msgid ""
16058 " guestfish -N help | less\n"
16059 "\n"
16060 msgstr ""
16061
16062 # type: =head2
16063 #: ../fish/guestfish.pod:141
16064 msgid "Remote control"
16065 msgstr ""
16066
16067 # type: verbatim
16068 #: ../fish/guestfish.pod:143
16069 #, no-wrap
16070 msgid ""
16071 " eval \"`guestfish --listen`\"\n"
16072 " guestfish --remote add-ro disk.img\n"
16073 " guestfish --remote run\n"
16074 " guestfish --remote lvs\n"
16075 "\n"
16076 msgstr ""
16077
16078 # type: =head1
16079 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37 ../fuse/guestmount.pod:73 ../inspector/virt-inspector.pl:68 ../tools/virt-edit.pl:72 ../tools/virt-win-reg.pl:171 ../tools/virt-df.pl:71 ../tools/virt-ls.pl:78 ../tools/virt-resize.pl:257 ../tools/virt-list-filesystems.pl:50 ../tools/virt-tar.pl:98 ../tools/virt-rescue.pl:103 ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:51
16080 msgid "OPTIONS"
16081 msgstr ""
16082
16083 # type: =item
16084 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131 ../inspector/virt-inspector.pl:76 ../tools/virt-edit.pl:80 ../tools/virt-win-reg.pl:179 ../tools/virt-df.pl:79 ../tools/virt-ls.pl:86 ../tools/virt-resize.pl:265 ../tools/virt-list-filesystems.pl:58 ../tools/virt-tar.pl:106 ../tools/virt-rescue.pl:111 ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:59
16085 msgid "B<--help>"
16086 msgstr ""
16087
16088 # type: textblock
16089 #: ../fish/guestfish.pod:154
16090 msgid "Displays general help on options."
16091 msgstr ""
16092
16093 # type: =item
16094 #: ../fish/guestfish.pod:156
16095 msgid "B<-h> | B<--cmd-help>"
16096 msgstr ""
16097
16098 # type: textblock
16099 #: ../fish/guestfish.pod:158
16100 msgid "Lists all available guestfish commands."
16101 msgstr ""
16102
16103 # type: =item
16104 #: ../fish/guestfish.pod:160
16105 msgid "B<-h cmd> | B<--cmd-help cmd>"
16106 msgstr ""
16107
16108 # type: textblock
16109 #: ../fish/guestfish.pod:162
16110 msgid "Displays detailed help on a single command C<cmd>."
16111 msgstr ""
16112
16113 # type: =item
16114 #: ../fish/guestfish.pod:164 ../fuse/guestmount.pod:77
16115 msgid "B<-a image> | B<--add image>"
16116 msgstr ""
16117
16118 # type: textblock
16119 #: ../fish/guestfish.pod:166
16120 msgid "Add a block device or virtual machine image to the shell."
16121 msgstr ""
16122
16123 # type: textblock
16124 #: ../fish/guestfish.pod:168 ../fuse/guestmount.pod:81
16125 msgid ""
16126 "The format of the disk image is auto-detected.  To override this and force a "
16127 "particular format use the I<--format=..> option."
16128 msgstr ""
16129
16130 # type: =item
16131 #: ../fish/guestfish.pod:171 ../fuse/guestmount.pod:84
16132 msgid "B<-c URI> | B<--connect URI>"
16133 msgstr ""
16134
16135 # type: textblock
16136 #: ../fish/guestfish.pod:173 ../fuse/guestmount.pod:86
16137 msgid ""
16138 "When used in conjunction with the I<-d> option, this specifies the libvirt "
16139 "URI to use.  The default is to use the default libvirt connection."
16140 msgstr ""
16141
16142 # type: =item
16143 #: ../fish/guestfish.pod:177
16144 msgid "B<--csh>"
16145 msgstr ""
16146
16147 # type: textblock
16148 #: ../fish/guestfish.pod:179
16149 msgid ""
16150 "If using the I<--listen> option and a csh-like shell, use this option.  See "
16151 "section L</REMOTE CONTROL AND CSH> below."
16152 msgstr ""
16153
16154 # type: =item
16155 #: ../fish/guestfish.pod:182 ../fuse/guestmount.pod:90
16156 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
16157 msgstr ""
16158
16159 # type: textblock
16160 #: ../fish/guestfish.pod:184 ../fuse/guestmount.pod:92
16161 msgid ""
16162 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
16163 "used, then any libvirt domain can be used.  However in write mode, only "
16164 "libvirt domains which are shut down can be named here."
16165 msgstr ""
16166
16167 # type: =item
16168 #: ../fish/guestfish.pod:188
16169 msgid "B<-D> | B<--no-dest-paths>"
16170 msgstr ""
16171
16172 # type: textblock
16173 #: ../fish/guestfish.pod:190
16174 msgid ""
16175 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
16176 "to hit the tab key to complete paths on the guest filesystem, but this "
16177 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
16178 "allow this feature to be disabled."
16179 msgstr ""
16180
16181 # type: =item
16182 #: ../fish/guestfish.pod:195 ../fuse/guestmount.pod:108
16183 msgid "B<--echo-keys>"
16184 msgstr ""
16185
16186 # type: textblock
16187 #: ../fish/guestfish.pod:197 ../fuse/guestmount.pod:110
16188 msgid ""
16189 "When prompting for keys and passphrases, guestfish normally turns echoing "
16190 "off so you cannot see what you are typing.  If you are not worried about "
16191 "Tempest attacks and there is no one else in the room you can specify this "
16192 "flag to see what you are typing."
16193 msgstr ""
16194
16195 # type: =item
16196 #: ../fish/guestfish.pod:202
16197 msgid "B<-f file> | B<--file file>"
16198 msgstr ""
16199
16200 # type: textblock
16201 #: ../fish/guestfish.pod:204
16202 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
16203 msgstr ""
16204
16205 # type: verbatim
16206 #: ../fish/guestfish.pod:207
16207 #, no-wrap
16208 msgid ""
16209 " #!/usr/bin/guestfish -f\n"
16210 "\n"
16211 msgstr ""
16212
16213 # type: =item
16214 #: ../fish/guestfish.pod:209 ../fuse/guestmount.pod:115
16215 msgid "B<--format=raw|qcow2|..> | B<--format>"
16216 msgstr ""
16217
16218 # type: textblock
16219 #: ../fish/guestfish.pod:211 ../fuse/guestmount.pod:117
16220 msgid ""
16221 "The default for the I<-a> option is to auto-detect the format of the disk "
16222 "image.  Using this forces the disk format for I<-a> options which follow on "
16223 "the command line.  Using I<--format> with no argument switches back to "
16224 "auto-detection for subsequent I<-a> options."
16225 msgstr ""
16226
16227 # type: textblock
16228 #: ../fish/guestfish.pod:216 ../fish/guestfish.pod:543 ../inspector/virt-inspector.pl:549
16229 msgid "For example:"
16230 msgstr ""
16231
16232 # type: verbatim
16233 #: ../fish/guestfish.pod:218
16234 #, no-wrap
16235 msgid ""
16236 " guestfish --format=raw -a disk.img\n"
16237 "\n"
16238 msgstr ""
16239
16240 # type: textblock
16241 #: ../fish/guestfish.pod:220
16242 msgid "forces raw format (no auto-detection) for C<disk.img>."
16243 msgstr ""
16244
16245 # type: verbatim
16246 #: ../fish/guestfish.pod:222
16247 #, no-wrap
16248 msgid ""
16249 " guestfish --format=raw -a disk.img --format -a another.img\n"
16250 "\n"
16251 msgstr ""
16252
16253 # type: textblock
16254 #: ../fish/guestfish.pod:224
16255 msgid ""
16256 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
16257 "auto-detection for C<another.img>."
16258 msgstr ""
16259
16260 # type: textblock
16261 #: ../fish/guestfish.pod:227
16262 msgid ""
16263 "If you have untrusted raw-format guest disk images, you should use this "
16264 "option to specify the disk format.  This avoids a possible security problem "
16265 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
16266 msgstr ""
16267
16268 # type: =item
16269 #: ../fish/guestfish.pod:232 ../fuse/guestmount.pod:135
16270 msgid "B<-i> | B<--inspector>"
16271 msgstr ""
16272
16273 # type: textblock
16274 #: ../fish/guestfish.pod:234 ../fuse/guestmount.pod:137
16275 msgid ""
16276 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
16277 "system and mount filesystems as they would be mounted on the real virtual "
16278 "machine."
16279 msgstr ""
16280
16281 # type: textblock
16282 #: ../fish/guestfish.pod:238
16283 msgid "Typical usage is either:"
16284 msgstr ""
16285
16286 # type: verbatim
16287 #: ../fish/guestfish.pod:240
16288 #, no-wrap
16289 msgid ""
16290 " guestfish -d myguest -i\n"
16291 "\n"
16292 msgstr ""
16293
16294 # type: textblock
16295 #: ../fish/guestfish.pod:242
16296 msgid "(for an inactive libvirt domain called I<myguest>), or:"
16297 msgstr ""
16298
16299 # type: verbatim
16300 #: ../fish/guestfish.pod:244
16301 #, no-wrap
16302 msgid ""
16303 " guestfish --ro -d myguest -i\n"
16304 "\n"
16305 msgstr ""
16306
16307 # type: textblock
16308 #: ../fish/guestfish.pod:246
16309 msgid "(for active domains, readonly), or specify the block device directly:"
16310 msgstr ""
16311
16312 # type: verbatim
16313 #: ../fish/guestfish.pod:248
16314 #, no-wrap
16315 msgid ""
16316 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
16317 "\n"
16318 msgstr ""
16319
16320 # type: textblock
16321 #: ../fish/guestfish.pod:250
16322 msgid ""
16323 "Note that the command line syntax changed slightly over older versions of "
16324 "guestfish.  You can still use the old syntax:"
16325 msgstr ""
16326
16327 # type: verbatim
16328 #: ../fish/guestfish.pod:253
16329 #, no-wrap
16330 msgid ""
16331 " guestfish [--ro] -i disk.img\n"
16332 "\n"
16333 msgstr ""
16334
16335 # type: verbatim
16336 #: ../fish/guestfish.pod:255
16337 #, no-wrap
16338 msgid ""
16339 " guestfish [--ro] -i libvirt-domain\n"
16340 "\n"
16341 msgstr ""
16342
16343 # type: =item
16344 #: ../fish/guestfish.pod:257 ../fuse/guestmount.pod:141
16345 msgid "B<--keys-from-stdin>"
16346 msgstr ""
16347
16348 # type: textblock
16349 #: ../fish/guestfish.pod:259 ../fuse/guestmount.pod:143
16350 msgid ""
16351 "Read key or passphrase parameters from stdin.  The default is to try to read "
16352 "passphrases from the user by opening C</dev/tty>."
16353 msgstr ""
16354
16355 # type: =item
16356 #: ../fish/guestfish.pod:262
16357 msgid "B<--listen>"
16358 msgstr ""
16359
16360 # type: textblock
16361 #: ../fish/guestfish.pod:264
16362 msgid ""
16363 "Fork into the background and listen for remote commands.  See section "
16364 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
16365 msgstr ""
16366
16367 # type: =item
16368 #: ../fish/guestfish.pod:267
16369 msgid "B<-m dev[:mountpoint]> | B<--mount dev[:mountpoint]>"
16370 msgstr ""
16371
16372 # type: textblock
16373 #: ../fish/guestfish.pod:269
16374 msgid "Mount the named partition or logical volume on the given mountpoint."
16375 msgstr ""
16376
16377 # type: textblock
16378 #: ../fish/guestfish.pod:271
16379 msgid "If the mountpoint is omitted, it defaults to C</>."
16380 msgstr ""
16381
16382 # type: textblock
16383 #: ../fish/guestfish.pod:273
16384 msgid "You have to mount something on C</> before most commands will work."
16385 msgstr ""
16386
16387 # type: textblock
16388 #: ../fish/guestfish.pod:275
16389 msgid ""
16390 "If any I<-m> or I<--mount> options are given, the guest is automatically "
16391 "launched."
16392 msgstr ""
16393
16394 # type: textblock
16395 #: ../fish/guestfish.pod:278
16396 msgid ""
16397 "If you don't know what filesystems a disk image contains, you can either run "
16398 "guestfish without this option, then list the partitions and LVs available "
16399 "(see L</list-partitions> and L</lvs> commands), or you can use the "
16400 "L<virt-list-filesystems(1)> program."
16401 msgstr ""
16402
16403 # type: =item
16404 #: ../fish/guestfish.pod:283 ../fuse/guestmount.pod:154
16405 msgid "B<-n> | B<--no-sync>"
16406 msgstr ""
16407
16408 # type: textblock
16409 #: ../fish/guestfish.pod:285
16410 msgid ""
16411 "Disable autosync.  This is enabled by default.  See the discussion of "
16412 "autosync in the L<guestfs(3)> manpage."
16413 msgstr ""
16414
16415 # type: =item
16416 #: ../fish/guestfish.pod:288
16417 msgid "B<-N type> | B<--new type> | B<-N help>"
16418 msgstr ""
16419
16420 # type: textblock
16421 #: ../fish/guestfish.pod:290
16422 msgid ""
16423 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
16424 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
16425 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
16426 "IMAGES> below."
16427 msgstr ""
16428
16429 # type: =item
16430 #: ../fish/guestfish.pod:295
16431 msgid "B<--progress-bars>"
16432 msgstr ""
16433
16434 # type: textblock
16435 #: ../fish/guestfish.pod:297
16436 msgid "Enable progress bars, even when guestfish is used non-interactively."
16437 msgstr ""
16438
16439 # type: textblock
16440 #: ../fish/guestfish.pod:299
16441 msgid ""
16442 "Progress bars are enabled by default when guestfish is used as an "
16443 "interactive shell."
16444 msgstr ""
16445
16446 # type: =item
16447 #: ../fish/guestfish.pod:302
16448 msgid "B<--no-progress-bars>"
16449 msgstr ""
16450
16451 # type: textblock
16452 #: ../fish/guestfish.pod:304
16453 msgid "Disable progress bars."
16454 msgstr ""
16455
16456 # type: =item
16457 #: ../fish/guestfish.pod:306
16458 msgid "B<--remote[=pid]>"
16459 msgstr ""
16460
16461 # type: textblock
16462 #: ../fish/guestfish.pod:308
16463 msgid ""
16464 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
16465 "CONTROL GUESTFISH OVER A SOCKET> below."
16466 msgstr ""
16467
16468 # type: =item
16469 #: ../fish/guestfish.pod:311 ../fuse/guestmount.pod:196
16470 msgid "B<-r> | B<--ro>"
16471 msgstr ""
16472
16473 # type: textblock
16474 #: ../fish/guestfish.pod:313
16475 msgid ""
16476 "This changes the I<-a> and I<-m> options so that disks are added and mounts "
16477 "are done read-only (see L<guestfs(3)/guestfs_mount_ro>)."
16478 msgstr ""
16479
16480 # type: textblock
16481 #: ../fish/guestfish.pod:316 ../tools/virt-rescue.pl:187
16482 msgid ""
16483 "The option must always be used if the disk image or virtual machine might be "
16484 "running, and is generally recommended in cases where you don't need write "
16485 "access to the disk."
16486 msgstr ""
16487
16488 # type: textblock
16489 #: ../fish/guestfish.pod:320
16490 msgid ""
16491 "Note that prepared disk images created with I<-N> are not affected by the "
16492 "I<--ro> option."
16493 msgstr ""
16494
16495 # type: textblock
16496 #: ../fish/guestfish.pod:323
16497 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
16498 msgstr ""
16499
16500 # type: =item
16501 #: ../fish/guestfish.pod:325 ../fuse/guestmount.pod:208 ../tools/virt-rescue.pl:195
16502 msgid "B<--selinux>"
16503 msgstr ""
16504
16505 # type: textblock
16506 #: ../fish/guestfish.pod:327
16507 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
16508 msgstr ""
16509
16510 # type: =item
16511 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:212
16512 msgid "B<-v> | B<--verbose>"
16513 msgstr ""
16514
16515 # type: textblock
16516 #: ../fish/guestfish.pod:331
16517 msgid ""
16518 "Enable very verbose messages.  This is particularly useful if you find a "
16519 "bug."
16520 msgstr ""
16521
16522 # type: =item
16523 #: ../fish/guestfish.pod:334 ../fuse/guestmount.pod:216
16524 msgid "B<-V> | B<--version>"
16525 msgstr ""
16526
16527 # type: textblock
16528 #: ../fish/guestfish.pod:336
16529 msgid "Display the guestfish / libguestfs version number and exit."
16530 msgstr ""
16531
16532 # type: =item
16533 #: ../fish/guestfish.pod:338 ../fuse/guestmount.pod:220
16534 msgid "B<-w> | B<--rw>"
16535 msgstr ""
16536
16537 # type: textblock
16538 #: ../fish/guestfish.pod:340
16539 msgid ""
16540 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
16541 "WRITE> below."
16542 msgstr ""
16543
16544 # type: =item
16545 #: ../fish/guestfish.pod:343
16546 msgid "B<-x>"
16547 msgstr ""
16548
16549 # type: textblock
16550 #: ../fish/guestfish.pod:345
16551 msgid "Echo each command before executing it."
16552 msgstr ""
16553
16554 # type: =head1
16555 #: ../fish/guestfish.pod:349
16556 msgid "COMMANDS ON COMMAND LINE"
16557 msgstr ""
16558
16559 # type: textblock
16560 #: ../fish/guestfish.pod:351
16561 msgid "Any additional (non-option) arguments are treated as commands to execute."
16562 msgstr ""
16563
16564 # type: textblock
16565 #: ../fish/guestfish.pod:354
16566 msgid ""
16567 "Commands to execute should be separated by a colon (C<:>), where the colon "
16568 "is a separate parameter.  Thus:"
16569 msgstr ""
16570
16571 # type: verbatim
16572 #: ../fish/guestfish.pod:357
16573 #, no-wrap
16574 msgid ""
16575 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
16576 "\n"
16577 msgstr ""
16578
16579 # type: textblock
16580 #: ../fish/guestfish.pod:359
16581 msgid ""
16582 "If there are no additional arguments, then we enter a shell, either an "
16583 "interactive shell with a prompt (if the input is a terminal) or a "
16584 "non-interactive shell."
16585 msgstr ""
16586
16587 # type: textblock
16588 #: ../fish/guestfish.pod:363
16589 msgid ""
16590 "In either command line mode or non-interactive shell, the first command that "
16591 "gives an error causes the whole shell to exit.  In interactive mode (with a "
16592 "prompt) if a command fails, you can continue to enter commands."
16593 msgstr ""
16594
16595 # type: =head1
16596 #: ../fish/guestfish.pod:368
16597 msgid "USING launch (OR run)"
16598 msgstr ""
16599
16600 # type: textblock
16601 #: ../fish/guestfish.pod:370
16602 msgid ""
16603 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
16604 "then launch it, then mount any disks you need, and finally issue "
16605 "actions/commands.  So the general order of the day is:"
16606 msgstr ""
16607
16608 # type: textblock
16609 #: ../fish/guestfish.pod:378
16610 msgid "add or -a/--add"
16611 msgstr ""
16612
16613 # type: textblock
16614 #: ../fish/guestfish.pod:382
16615 msgid "launch (aka run)"
16616 msgstr ""
16617
16618 # type: textblock
16619 #: ../fish/guestfish.pod:386
16620 msgid "mount or -m/--mount"
16621 msgstr ""
16622
16623 # type: textblock
16624 #: ../fish/guestfish.pod:390
16625 msgid "any other commands"
16626 msgstr ""
16627
16628 # type: textblock
16629 #: ../fish/guestfish.pod:394
16630 msgid ""
16631 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
16632 "guest before mounting or performing any other commands."
16633 msgstr ""
16634
16635 # type: textblock
16636 #: ../fish/guestfish.pod:397
16637 msgid ""
16638 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
16639 "I<--new> options were given then C<run> is done automatically, simply "
16640 "because guestfish can't perform the action you asked for without doing this."
16641 msgstr ""
16642
16643 # type: =head1
16644 #: ../fish/guestfish.pod:402
16645 msgid "OPENING DISKS FOR READ AND WRITE"
16646 msgstr ""
16647
16648 # type: textblock
16649 #: ../fish/guestfish.pod:404
16650 msgid ""
16651 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
16652 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
16653 "open disk images read-only or for writing."
16654 msgstr ""
16655
16656 # type: textblock
16657 #: ../fish/guestfish.pod:408
16658 msgid ""
16659 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
16660 "disk images supplied on the command line for write.  To open a disk image "
16661 "read-only you have to do I<-a image --ro>."
16662 msgstr ""
16663
16664 # type: textblock
16665 #: ../fish/guestfish.pod:412
16666 msgid ""
16667 "This matters: If you accidentally open a live VM disk image writable then "
16668 "you will cause irreversible disk corruption."
16669 msgstr ""
16670
16671 # type: textblock
16672 #: ../fish/guestfish.pod:415
16673 msgid ""
16674 "By libguestfs 1.8 we intend to change the default the other way.  Disk "
16675 "images will be opened read-only.  You will have to either specify "
16676 "I<guestfish --rw> or change a configuration file in order to get write "
16677 "access for disk images specified by those other command line options."
16678 msgstr ""
16679
16680 # type: textblock
16681 #: ../fish/guestfish.pod:420
16682 msgid ""
16683 "This version of guestfish has a I<--rw> option which does nothing (it is "
16684 "already the default).  However it is highly recommended that you use this "
16685 "option to indicate that guestfish needs write access, and to prepare your "
16686 "scripts for the day when this option will be required for write access."
16687 msgstr ""
16688
16689 # type: textblock
16690 #: ../fish/guestfish.pod:426
16691 msgid ""
16692 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
16693 "other libguestfs program apart from guestfish and guestmount."
16694 msgstr ""
16695
16696 # type: =head1
16697 #: ../fish/guestfish.pod:429
16698 msgid "QUOTING"
16699 msgstr ""
16700
16701 # type: textblock
16702 #: ../fish/guestfish.pod:431
16703 msgid ""
16704 "You can quote ordinary parameters using either single or double quotes.  For "
16705 "example:"
16706 msgstr ""
16707
16708 # type: verbatim
16709 #: ../fish/guestfish.pod:434
16710 #, no-wrap
16711 msgid ""
16712 " add \"file with a space.img\"\n"
16713 "\n"
16714 msgstr ""
16715
16716 # type: verbatim
16717 #: ../fish/guestfish.pod:436
16718 #, no-wrap
16719 msgid ""
16720 " rm '/file name'\n"
16721 "\n"
16722 msgstr ""
16723
16724 # type: verbatim
16725 #: ../fish/guestfish.pod:438
16726 #, no-wrap
16727 msgid ""
16728 " rm '/\"'\n"
16729 "\n"
16730 msgstr ""
16731
16732 # type: textblock
16733 #: ../fish/guestfish.pod:440
16734 msgid ""
16735 "A few commands require a list of strings to be passed.  For these, use a "
16736 "whitespace-separated list, enclosed in quotes.  Strings containing "
16737 "whitespace to be passed through must be enclosed in single quotes.  A "
16738 "literal single quote must be escaped with a backslash."
16739 msgstr ""
16740
16741 # type: verbatim
16742 #: ../fish/guestfish.pod:445
16743 #, no-wrap
16744 msgid ""
16745 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
16746 " command \"/bin/echo 'foo      bar'\"\n"
16747 " command \"/bin/echo \\'foo\\'\"\n"
16748 "\n"
16749 msgstr ""
16750
16751 # type: =head1
16752 #: ../fish/guestfish.pod:449
16753 msgid "OPTIONAL ARGUMENTS"
16754 msgstr ""
16755
16756 # type: textblock
16757 #: ../fish/guestfish.pod:451
16758 msgid ""
16759 "Some commands take optional arguments.  These arguments appear in this "
16760 "documentation as C<[argname:..]>.  You can use them as in these examples:"
16761 msgstr ""
16762
16763 # type: verbatim
16764 #: ../fish/guestfish.pod:455
16765 #, no-wrap
16766 msgid ""
16767 " add-drive-opts filename\n"
16768 "\n"
16769 msgstr ""
16770
16771 # type: verbatim
16772 #: ../fish/guestfish.pod:457
16773 #, no-wrap
16774 msgid ""
16775 " add-drive-opts filename readonly:true\n"
16776 "\n"
16777 msgstr ""
16778
16779 # type: verbatim
16780 #: ../fish/guestfish.pod:459
16781 #, no-wrap
16782 msgid ""
16783 " add-drive-opts filename format:qcow2 readonly:false\n"
16784 "\n"
16785 msgstr ""
16786
16787 # type: textblock
16788 #: ../fish/guestfish.pod:461
16789 msgid ""
16790 "Each optional argument can appear at most once.  All optional arguments must "
16791 "appear after the required ones."
16792 msgstr ""
16793
16794 # type: =head1
16795 #: ../fish/guestfish.pod:464
16796 msgid "NUMBERS"
16797 msgstr ""
16798
16799 # type: textblock
16800 #: ../fish/guestfish.pod:466
16801 msgid "This section applies to all commands which can take integers as parameters."
16802 msgstr ""
16803
16804 # type: =head2
16805 #: ../fish/guestfish.pod:469
16806 msgid "SIZE SUFFIX"
16807 msgstr ""
16808
16809 # type: textblock
16810 #: ../fish/guestfish.pod:471
16811 msgid ""
16812 "When the command takes a parameter measured in bytes, you can use one of the "
16813 "following suffixes to specify kilobytes, megabytes and larger sizes:"
16814 msgstr ""
16815
16816 # type: =item
16817 #: ../fish/guestfish.pod:477
16818 msgid "B<k> or B<K> or B<KiB>"
16819 msgstr ""
16820
16821 # type: textblock
16822 #: ../fish/guestfish.pod:479
16823 msgid "The size in kilobytes (multiplied by 1024)."
16824 msgstr ""
16825
16826 # type: =item
16827 #: ../fish/guestfish.pod:481
16828 msgid "B<KB>"
16829 msgstr ""
16830
16831 # type: textblock
16832 #: ../fish/guestfish.pod:483
16833 msgid "The size in SI 1000 byte units."
16834 msgstr ""
16835
16836 # type: =item
16837 #: ../fish/guestfish.pod:485
16838 msgid "B<M> or B<MiB>"
16839 msgstr ""
16840
16841 # type: textblock
16842 #: ../fish/guestfish.pod:487
16843 msgid "The size in megabytes (multiplied by 1048576)."
16844 msgstr ""
16845
16846 # type: =item
16847 #: ../fish/guestfish.pod:489
16848 msgid "B<MB>"
16849 msgstr ""
16850
16851 # type: textblock
16852 #: ../fish/guestfish.pod:491
16853 msgid "The size in SI 1000000 byte units."
16854 msgstr ""
16855
16856 # type: =item
16857 #: ../fish/guestfish.pod:493
16858 msgid "B<G> or B<GiB>"
16859 msgstr ""
16860
16861 # type: textblock
16862 #: ../fish/guestfish.pod:495
16863 msgid "The size in gigabytes (multiplied by 2**30)."
16864 msgstr ""
16865
16866 # type: =item
16867 #: ../fish/guestfish.pod:497
16868 msgid "B<GB>"
16869 msgstr ""
16870
16871 # type: textblock
16872 #: ../fish/guestfish.pod:499
16873 msgid "The size in SI 10**9 byte units."
16874 msgstr ""
16875
16876 # type: =item
16877 #: ../fish/guestfish.pod:501
16878 msgid "B<T> or B<TiB>"
16879 msgstr ""
16880
16881 # type: textblock
16882 #: ../fish/guestfish.pod:503
16883 msgid "The size in terabytes (multiplied by 2**40)."
16884 msgstr ""
16885
16886 # type: =item
16887 #: ../fish/guestfish.pod:505
16888 msgid "B<TB>"
16889 msgstr ""
16890
16891 # type: textblock
16892 #: ../fish/guestfish.pod:507
16893 msgid "The size in SI 10**12 byte units."
16894 msgstr ""
16895
16896 # type: =item
16897 #: ../fish/guestfish.pod:509
16898 msgid "B<P> or B<PiB>"
16899 msgstr ""
16900
16901 # type: textblock
16902 #: ../fish/guestfish.pod:511
16903 msgid "The size in petabytes (multiplied by 2**50)."
16904 msgstr ""
16905
16906 # type: =item
16907 #: ../fish/guestfish.pod:513
16908 msgid "B<PB>"
16909 msgstr ""
16910
16911 # type: textblock
16912 #: ../fish/guestfish.pod:515
16913 msgid "The size in SI 10**15 byte units."
16914 msgstr ""
16915
16916 # type: =item
16917 #: ../fish/guestfish.pod:517
16918 msgid "B<E> or B<EiB>"
16919 msgstr ""
16920
16921 # type: textblock
16922 #: ../fish/guestfish.pod:519
16923 msgid "The size in exabytes (multiplied by 2**60)."
16924 msgstr ""
16925
16926 # type: =item
16927 #: ../fish/guestfish.pod:521
16928 msgid "B<EB>"
16929 msgstr ""
16930
16931 # type: textblock
16932 #: ../fish/guestfish.pod:523
16933 msgid "The size in SI 10**18 byte units."
16934 msgstr ""
16935
16936 # type: =item
16937 #: ../fish/guestfish.pod:525
16938 msgid "B<Z> or B<ZiB>"
16939 msgstr ""
16940
16941 # type: textblock
16942 #: ../fish/guestfish.pod:527
16943 msgid "The size in zettabytes (multiplied by 2**70)."
16944 msgstr ""
16945
16946 # type: =item
16947 #: ../fish/guestfish.pod:529
16948 msgid "B<ZB>"
16949 msgstr ""
16950
16951 # type: textblock
16952 #: ../fish/guestfish.pod:531
16953 msgid "The size in SI 10**21 byte units."
16954 msgstr ""
16955
16956 # type: =item
16957 #: ../fish/guestfish.pod:533
16958 msgid "B<Y> or B<YiB>"
16959 msgstr ""
16960
16961 # type: textblock
16962 #: ../fish/guestfish.pod:535
16963 msgid "The size in yottabytes (multiplied by 2**80)."
16964 msgstr ""
16965
16966 # type: =item
16967 #: ../fish/guestfish.pod:537
16968 msgid "B<YB>"
16969 msgstr ""
16970
16971 # type: textblock
16972 #: ../fish/guestfish.pod:539
16973 msgid "The size in SI 10**24 byte units."
16974 msgstr ""
16975
16976 # type: verbatim
16977 #: ../fish/guestfish.pod:545
16978 #, no-wrap
16979 msgid ""
16980 " truncate-size /file 1G\n"
16981 "\n"
16982 msgstr ""
16983
16984 # type: textblock
16985 #: ../fish/guestfish.pod:547
16986 msgid "would truncate the file to 1 gigabyte."
16987 msgstr ""
16988
16989 # type: textblock
16990 #: ../fish/guestfish.pod:549
16991 msgid ""
16992 "Be careful because a few commands take sizes in kilobytes or megabytes "
16993 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
16994 "Adding a suffix will probably not do what you expect."
16995 msgstr ""
16996
16997 # type: =head2
16998 #: ../fish/guestfish.pod:553
16999 msgid "OCTAL AND HEXADECIMAL NUMBERS"
17000 msgstr ""
17001
17002 # type: textblock
17003 #: ../fish/guestfish.pod:555
17004 msgid ""
17005 "For specifying the radix (base) use the C convention: C<0> to prefix an "
17006 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
17007 msgstr ""
17008
17009 # type: verbatim
17010 #: ../fish/guestfish.pod:558
17011 #, no-wrap
17012 msgid ""
17013 " 1234      decimal number 1234\n"
17014 " 02322     octal number, equivalent to decimal 1234\n"
17015 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
17016 "\n"
17017 msgstr ""
17018
17019 # type: textblock
17020 #: ../fish/guestfish.pod:562
17021 msgid ""
17022 "When using the C<chmod> command, you almost always want to specify an octal "
17023 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
17024 "L<chmod(1)> program):"
17025 msgstr ""
17026
17027 # type: verbatim
17028 #: ../fish/guestfish.pod:566
17029 #, no-wrap
17030 msgid ""
17031 " chmod 0777 /public  # OK\n"
17032 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
17033 "\n"
17034 msgstr ""
17035
17036 # type: textblock
17037 #: ../fish/guestfish.pod:569
17038 msgid ""
17039 "Commands that return numbers usually print them in decimal, but some "
17040 "commands print numbers in other radices (eg. C<umask> prints the mode in "
17041 "octal, preceeded by C<0>)."
17042 msgstr ""
17043
17044 # type: =head1
17045 #: ../fish/guestfish.pod:573
17046 msgid "WILDCARDS AND GLOBBING"
17047 msgstr ""
17048
17049 # type: textblock
17050 #: ../fish/guestfish.pod:575
17051 msgid ""
17052 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
17053 "(globbing) by default.  So for example the following will not do what you "
17054 "expect:"
17055 msgstr ""
17056
17057 # type: verbatim
17058 #: ../fish/guestfish.pod:579
17059 #, no-wrap
17060 msgid ""
17061 " rm-rf /home/*\n"
17062 "\n"
17063 msgstr ""
17064
17065 # type: textblock
17066 #: ../fish/guestfish.pod:581
17067 msgid ""
17068 "Assuming you don't have a directory called literally C</home/*> then the "
17069 "above command will return an error."
17070 msgstr ""
17071
17072 # type: textblock
17073 #: ../fish/guestfish.pod:584
17074 msgid "To perform wildcard expansion, use the C<glob> command."
17075 msgstr ""
17076
17077 # type: verbatim
17078 #: ../fish/guestfish.pod:586
17079 #, no-wrap
17080 msgid ""
17081 " glob rm-rf /home/*\n"
17082 "\n"
17083 msgstr ""
17084
17085 # type: textblock
17086 #: ../fish/guestfish.pod:588
17087 msgid ""
17088 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
17089 "many times), equivalent to:"
17090 msgstr ""
17091
17092 # type: verbatim
17093 #: ../fish/guestfish.pod:591
17094 #, no-wrap
17095 msgid ""
17096 " rm-rf /home/jim\n"
17097 " rm-rf /home/joe\n"
17098 " rm-rf /home/mary\n"
17099 "\n"
17100 msgstr ""
17101
17102 # type: textblock
17103 #: ../fish/guestfish.pod:595
17104 msgid "C<glob> only works on simple guest paths and not on device names."
17105 msgstr ""
17106
17107 # type: textblock
17108 #: ../fish/guestfish.pod:597
17109 msgid ""
17110 "If you have several parameters, each containing a wildcard, then glob will "
17111 "perform a Cartesian product."
17112 msgstr ""
17113
17114 # type: =head1
17115 #: ../fish/guestfish.pod:600
17116 msgid "COMMENTS"
17117 msgstr ""
17118
17119 # type: textblock
17120 #: ../fish/guestfish.pod:602
17121 msgid ""
17122 "Any line which starts with a I<#> character is treated as a comment and "
17123 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
17124 "a command.  For example:"
17125 msgstr ""
17126
17127 # type: verbatim
17128 #: ../fish/guestfish.pod:606
17129 #, no-wrap
17130 msgid ""
17131 " # this is a comment\n"
17132 "         # this is a comment\n"
17133 " foo # NOT a comment\n"
17134 "\n"
17135 msgstr ""
17136
17137 # type: textblock
17138 #: ../fish/guestfish.pod:610
17139 msgid "Blank lines are also ignored."
17140 msgstr ""
17141
17142 # type: =head1
17143 #: ../fish/guestfish.pod:612
17144 msgid "RUNNING COMMANDS LOCALLY"
17145 msgstr ""
17146
17147 # type: textblock
17148 #: ../fish/guestfish.pod:614
17149 msgid ""
17150 "Any line which starts with a I<!> character is treated as a command sent to "
17151 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
17152 msgstr ""
17153
17154 # type: verbatim
17155 #: ../fish/guestfish.pod:618
17156 #, no-wrap
17157 msgid ""
17158 " !mkdir local\n"
17159 " tgz-out /remote local/remote-data.tar.gz\n"
17160 "\n"
17161 msgstr ""
17162
17163 # type: textblock
17164 #: ../fish/guestfish.pod:621
17165 msgid ""
17166 "will create a directory C<local> on the host, and then export the contents "
17167 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
17168 "(See C<tgz-out>)."
17169 msgstr ""
17170
17171 # type: textblock
17172 #: ../fish/guestfish.pod:625
17173 msgid ""
17174 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
17175 "effect, due to the way that subprocesses work in Unix."
17176 msgstr ""
17177
17178 # type: =head1
17179 #: ../fish/guestfish.pod:628
17180 msgid "PIPES"
17181 msgstr ""
17182
17183 # type: textblock
17184 #: ../fish/guestfish.pod:630
17185 msgid ""
17186 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
17187 "command (a guestfish command) to the second command (any host command).  For "
17188 "example:"
17189 msgstr ""
17190
17191 # type: verbatim
17192 #: ../fish/guestfish.pod:634
17193 #, no-wrap
17194 msgid ""
17195 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
17196 "\n"
17197 msgstr ""
17198
17199 # type: textblock
17200 #: ../fish/guestfish.pod:636
17201 msgid ""
17202 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
17203 "program).  The above command would list all accounts in the guest filesystem "
17204 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
17205 msgstr ""
17206
17207 # type: verbatim
17208 #: ../fish/guestfish.pod:641
17209 #, no-wrap
17210 msgid ""
17211 " hexdump /bin/ls | head\n"
17212 " list-devices | tail -1\n"
17213 " tgz-out / - | tar ztf -\n"
17214 "\n"
17215 msgstr ""
17216
17217 # type: textblock
17218 #: ../fish/guestfish.pod:645
17219 msgid ""
17220 "The space before the pipe symbol is required, any space after the pipe "
17221 "symbol is optional.  Everything after the pipe symbol is just passed "
17222 "straight to the host shell, so it can contain redirections, globs and "
17223 "anything else that makes sense on the host side."
17224 msgstr ""
17225
17226 # type: textblock
17227 #: ../fish/guestfish.pod:650
17228 msgid ""
17229 "To use a literal argument which begins with a pipe symbol, you have to quote "
17230 "it, eg:"
17231 msgstr ""
17232
17233 # type: verbatim
17234 #: ../fish/guestfish.pod:653
17235 #, no-wrap
17236 msgid ""
17237 " echo \"|\"\n"
17238 "\n"
17239 msgstr ""
17240
17241 # type: =head1
17242 #: ../fish/guestfish.pod:655
17243 msgid "HOME DIRECTORIES"
17244 msgstr ""
17245
17246 # type: textblock
17247 #: ../fish/guestfish.pod:657
17248 msgid ""
17249 "If a parameter starts with the character C<~> then the tilde may be expanded "
17250 "as a home directory path (either C<~> for the current user's home directory, "
17251 "or C<~user> for another user)."
17252 msgstr ""
17253
17254 # type: textblock
17255 #: ../fish/guestfish.pod:661
17256 msgid ""
17257 "Note that home directory expansion happens for users known I<on the host>, "
17258 "not in the guest filesystem."
17259 msgstr ""
17260
17261 # type: textblock
17262 #: ../fish/guestfish.pod:664
17263 msgid ""
17264 "To use a literal argument which begins with a tilde, you have to quote it, "
17265 "eg:"
17266 msgstr ""
17267
17268 # type: verbatim
17269 #: ../fish/guestfish.pod:667
17270 #, no-wrap
17271 msgid ""
17272 " echo \"~\"\n"
17273 "\n"
17274 msgstr ""
17275
17276 # type: textblock
17277 #: ../fish/guestfish.pod:671
17278 msgid ""
17279 "Libguestfs has some support for Linux guests encrypted according to the "
17280 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
17281 "disk encryption systems used by modern Linux guests.  Currently only "
17282 "LVM-on-LUKS is supported."
17283 msgstr ""
17284
17285 # type: textblock
17286 #: ../fish/guestfish.pod:676
17287 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
17288 msgstr ""
17289
17290 # type: verbatim
17291 #: ../fish/guestfish.pod:678
17292 #, no-wrap
17293 msgid ""
17294 " ><fs> vfs-type /dev/sda2\n"
17295 " crypto_LUKS\n"
17296 "\n"
17297 msgstr ""
17298
17299 # type: textblock
17300 #: ../fish/guestfish.pod:681
17301 msgid ""
17302 "Then open those devices using L</luks-open>.  This creates a device-mapper "
17303 "device called C</dev/mapper/luksdev>."
17304 msgstr ""
17305
17306 # type: verbatim
17307 #: ../fish/guestfish.pod:684
17308 #, no-wrap
17309 msgid ""
17310 " ><fs> luks-open /dev/sda2 luksdev\n"
17311 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
17312 "\n"
17313 msgstr ""
17314
17315 # type: textblock
17316 #: ../fish/guestfish.pod:687
17317 msgid ""
17318 "Finally you have to tell LVM to scan for volume groups on the newly created "
17319 "mapper device:"
17320 msgstr ""
17321
17322 # type: verbatim
17323 #: ../fish/guestfish.pod:690
17324 #, no-wrap
17325 msgid ""
17326 " vgscan\n"
17327 " vg-activate-all true\n"
17328 "\n"
17329 msgstr ""
17330
17331 # type: textblock
17332 #: ../fish/guestfish.pod:693
17333 msgid "The logical volume(s) can now be mounted in the usual way."
17334 msgstr ""
17335
17336 # type: textblock
17337 #: ../fish/guestfish.pod:695
17338 msgid ""
17339 "Before closing a LUKS device you must unmount any logical volumes on it and "
17340 "deactivate the volume groups by calling C<vg-activate false VG> on each "
17341 "one.  Then you can close the mapper device:"
17342 msgstr ""
17343
17344 # type: verbatim
17345 #: ../fish/guestfish.pod:699
17346 #, no-wrap
17347 msgid ""
17348 " vg-activate false /dev/VG\n"
17349 " luks-close /dev/mapper/luksdev\n"
17350 "\n"
17351 msgstr ""
17352
17353 # type: =head1
17354 #: ../fish/guestfish.pod:702
17355 msgid "WINDOWS PATHS"
17356 msgstr ""
17357
17358 # type: textblock
17359 #: ../fish/guestfish.pod:704
17360 msgid ""
17361 "If a path is prefixed with C<win:> then you can use Windows-style paths "
17362 "(with some limitations).  The following commands are equivalent:"
17363 msgstr ""
17364
17365 # type: verbatim
17366 #: ../fish/guestfish.pod:707
17367 #, no-wrap
17368 msgid ""
17369 " file /WINDOWS/system32/config/system.LOG\n"
17370 "\n"
17371 msgstr ""
17372
17373 # type: verbatim
17374 #: ../fish/guestfish.pod:709
17375 #, no-wrap
17376 msgid ""
17377 " file win:/windows/system32/config/system.log\n"
17378 "\n"
17379 msgstr ""
17380
17381 # type: verbatim
17382 #: ../fish/guestfish.pod:711
17383 #, no-wrap
17384 msgid ""
17385 " file win:\\windows\\system32\\config\\system.log\n"
17386 "\n"
17387 msgstr ""
17388
17389 # type: verbatim
17390 #: ../fish/guestfish.pod:713
17391 #, no-wrap
17392 msgid ""
17393 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
17394 "\n"
17395 msgstr ""
17396
17397 # type: textblock
17398 #: ../fish/guestfish.pod:715
17399 msgid ""
17400 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
17401 "handles case insensitivity like Windows would.  This only works in argument "
17402 "positions that expect a path."
17403 msgstr ""
17404
17405 # type: =head1
17406 #: ../fish/guestfish.pod:719
17407 msgid "UPLOADING AND DOWNLOADING FILES"
17408 msgstr ""
17409
17410 # type: textblock
17411 #: ../fish/guestfish.pod:721
17412 msgid ""
17413 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
17414 "others which upload from or download to a local file, you can use the "
17415 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
17416 msgstr ""
17417
17418 # type: verbatim
17419 #: ../fish/guestfish.pod:725
17420 #, no-wrap
17421 msgid ""
17422 " upload - /foo\n"
17423 "\n"
17424 msgstr ""
17425
17426 # type: textblock
17427 #: ../fish/guestfish.pod:727
17428 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
17429 msgstr ""
17430
17431 # type: verbatim
17432 #: ../fish/guestfish.pod:730
17433 #, no-wrap
17434 msgid ""
17435 " tar-out /etc - | tar tf -\n"
17436 "\n"
17437 msgstr ""
17438
17439 # type: textblock
17440 #: ../fish/guestfish.pod:732
17441 msgid ""
17442 "writes the tarball to stdout and then pipes that into the external \"tar\" "
17443 "command (see L</PIPES>)."
17444 msgstr ""
17445
17446 # type: textblock
17447 #: ../fish/guestfish.pod:735
17448 msgid ""
17449 "When using C<-> to read from stdin, the input is read up to the end of "
17450 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
17451 "some arbitrary end marker:"
17452 msgstr ""
17453
17454 # type: verbatim
17455 #: ../fish/guestfish.pod:739
17456 #, no-wrap
17457 msgid ""
17458 " upload -<<END /foo\n"
17459 " input line 1\n"
17460 " input line 2\n"
17461 " input line 3\n"
17462 " END\n"
17463 "\n"
17464 msgstr ""
17465
17466 # type: textblock
17467 #: ../fish/guestfish.pod:745
17468 msgid ""
17469 "Any string of characters can be used instead of C<END>.  The end marker must "
17470 "appear on a line of its own, without any preceeding or following characters "
17471 "(not even spaces)."
17472 msgstr ""
17473
17474 # type: textblock
17475 #: ../fish/guestfish.pod:749
17476 msgid ""
17477 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
17478 "upload local files (so-called \"FileIn\" parameters in the generator)."
17479 msgstr ""
17480
17481 # type: =head1
17482 #: ../fish/guestfish.pod:752
17483 msgid "EXIT ON ERROR BEHAVIOUR"
17484 msgstr ""
17485
17486 # type: textblock
17487 #: ../fish/guestfish.pod:754
17488 msgid ""
17489 "By default, guestfish will ignore any errors when in interactive mode "
17490 "(ie. taking commands from a human over a tty), and will exit on the first "
17491 "error in non-interactive mode (scripts, commands given on the command line)."
17492 msgstr ""
17493
17494 # type: textblock
17495 #: ../fish/guestfish.pod:759
17496 msgid ""
17497 "If you prefix a command with a I<-> character, then that command will not "
17498 "cause guestfish to exit, even if that (one) command returns an error."
17499 msgstr ""
17500
17501 # type: =head1
17502 #: ../fish/guestfish.pod:763
17503 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
17504 msgstr ""
17505
17506 # type: textblock
17507 #: ../fish/guestfish.pod:765
17508 msgid ""
17509 "Guestfish can be remote-controlled over a socket.  This is useful "
17510 "particularly in shell scripts where you want to make several different "
17511 "changes to a filesystem, but you don't want the overhead of starting up a "
17512 "guestfish process each time."
17513 msgstr ""
17514
17515 # type: textblock
17516 #: ../fish/guestfish.pod:770
17517 msgid "Start a guestfish server process using:"
17518 msgstr ""
17519
17520 # type: verbatim
17521 #: ../fish/guestfish.pod:772
17522 #, no-wrap
17523 msgid ""
17524 " eval \"`guestfish --listen`\"\n"
17525 "\n"
17526 msgstr ""
17527
17528 # type: textblock
17529 #: ../fish/guestfish.pod:774
17530 msgid "and then send it commands by doing:"
17531 msgstr ""
17532
17533 # type: verbatim
17534 #: ../fish/guestfish.pod:776
17535 #, no-wrap
17536 msgid ""
17537 " guestfish --remote cmd [...]\n"
17538 "\n"
17539 msgstr ""
17540
17541 # type: textblock
17542 #: ../fish/guestfish.pod:778
17543 msgid "To cause the server to exit, send it the exit command:"
17544 msgstr ""
17545
17546 # type: verbatim
17547 #: ../fish/guestfish.pod:780
17548 #, no-wrap
17549 msgid ""
17550 " guestfish --remote exit\n"
17551 "\n"
17552 msgstr ""
17553
17554 # type: textblock
17555 #: ../fish/guestfish.pod:782
17556 msgid ""
17557 "Note that the server will normally exit if there is an error in a command.  "
17558 "You can change this in the usual way.  See section L</EXIT ON ERROR "
17559 "BEHAVIOUR>."
17560 msgstr ""
17561
17562 # type: =head2
17563 #: ../fish/guestfish.pod:786
17564 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
17565 msgstr ""
17566
17567 # type: textblock
17568 #: ../fish/guestfish.pod:788
17569 msgid ""
17570 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
17571 "is how the I<--remote> option knows where to send the commands.  You can "
17572 "have several guestfish listener processes running using:"
17573 msgstr ""
17574
17575 # type: verbatim
17576 #: ../fish/guestfish.pod:792
17577 #, no-wrap
17578 msgid ""
17579 " eval \"`guestfish --listen`\"\n"
17580 " pid1=$GUESTFISH_PID\n"
17581 " eval \"`guestfish --listen`\"\n"
17582 " pid2=$GUESTFISH_PID\n"
17583 " ...\n"
17584 " guestfish --remote=$pid1 cmd\n"
17585 " guestfish --remote=$pid2 cmd\n"
17586 "\n"
17587 msgstr ""
17588
17589 # type: =head2
17590 #: ../fish/guestfish.pod:800
17591 msgid "REMOTE CONTROL AND CSH"
17592 msgstr ""
17593
17594 # type: textblock
17595 #: ../fish/guestfish.pod:802
17596 msgid ""
17597 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
17598 "option:"
17599 msgstr ""
17600
17601 # type: verbatim
17602 #: ../fish/guestfish.pod:805
17603 #, no-wrap
17604 msgid ""
17605 " eval \"`guestfish --listen --csh`\"\n"
17606 "\n"
17607 msgstr ""
17608
17609 # type: =head2
17610 #: ../fish/guestfish.pod:807
17611 msgid "REMOTE CONTROL DETAILS"
17612 msgstr ""
17613
17614 # type: textblock
17615 #: ../fish/guestfish.pod:809
17616 msgid ""
17617 "Remote control happens over a Unix domain socket called "
17618 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
17619 "of the process, and C<$PID> is the process ID of the server."
17620 msgstr ""
17621
17622 # type: textblock
17623 #: ../fish/guestfish.pod:813
17624 msgid "Guestfish client and server versions must match exactly."
17625 msgstr ""
17626
17627 # type: =head1
17628 #: ../fish/guestfish.pod:815
17629 msgid "PREPARED DISK IMAGES"
17630 msgstr ""
17631
17632 # type: textblock
17633 #: ../fish/guestfish.pod:817
17634 msgid ""
17635 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
17636 "preformatted disk images that guestfish can make for you to save typing.  "
17637 "This is particularly useful for testing purposes.  This option is used "
17638 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
17639 "can be mixed with I<-a>)."
17640 msgstr ""
17641
17642 # type: textblock
17643 #: ../fish/guestfish.pod:823
17644 msgid ""
17645 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
17646 "the second and so on.  Existing files in the current directory are "
17647 "I<overwritten>."
17648 msgstr ""
17649
17650 # type: textblock
17651 #: ../fish/guestfish.pod:827
17652 msgid ""
17653 "The type briefly describes how the disk should be sized, partitioned, how "
17654 "filesystem(s) should be created, and how content should be added.  "
17655 "Optionally the type can be followed by extra parameters, separated by C<:> "
17656 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
17657 "sparsely-allocated disk, containing a single partition, with the partition "
17658 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
17659 "on a 1GB disk instead."
17660 msgstr ""
17661
17662 # type: textblock
17663 #: ../fish/guestfish.pod:835
17664 msgid "To list the available types and any extra parameters they take, run:"
17665 msgstr ""
17666
17667 # type: textblock
17668 #: ../fish/guestfish.pod:839
17669 msgid ""
17670 "Note that the prepared filesystem is not mounted.  You would usually have to "
17671 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
17672 msgstr ""
17673
17674 # type: textblock
17675 #: ../fish/guestfish.pod:843
17676 msgid ""
17677 "If any I<-N> or I<--new> options are given, the guest is automatically "
17678 "launched."
17679 msgstr ""
17680
17681 # type: textblock
17682 #: ../fish/guestfish.pod:848
17683 msgid "Create a 100MB disk with an ext4-formatted partition:"
17684 msgstr ""
17685
17686 # type: verbatim
17687 #: ../fish/guestfish.pod:850
17688 #, no-wrap
17689 msgid ""
17690 " guestfish -N fs:ext4\n"
17691 "\n"
17692 msgstr ""
17693
17694 # type: textblock
17695 #: ../fish/guestfish.pod:852
17696 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
17697 msgstr ""
17698
17699 # type: verbatim
17700 #: ../fish/guestfish.pod:854
17701 #, no-wrap
17702 msgid ""
17703 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
17704 "\n"
17705 msgstr ""
17706
17707 # type: textblock
17708 #: ../fish/guestfish.pod:856
17709 msgid "Create a blank 200MB disk:"
17710 msgstr ""
17711
17712 # type: verbatim
17713 #: ../fish/guestfish.pod:858
17714 #, no-wrap
17715 msgid ""
17716 " guestfish -N disk:200M\n"
17717 "\n"
17718 msgstr ""
17719
17720 # type: =head1
17721 #: ../fish/guestfish.pod:860
17722 msgid "PROGRESS BARS"
17723 msgstr ""
17724
17725 # type: textblock
17726 #: ../fish/guestfish.pod:862
17727 msgid ""
17728 "Some (not all) long-running commands send progress notification messages as "
17729 "they are running.  Guestfish turns these messages into progress bars."
17730 msgstr ""
17731
17732 # type: textblock
17733 #: ../fish/guestfish.pod:866
17734 msgid ""
17735 "When a command that supports progress bars takes longer than two seconds to "
17736 "run, and if progress bars are enabled, then you will see one appearing below "
17737 "the command:"
17738 msgstr ""
17739
17740 # type: verbatim
17741 #: ../fish/guestfish.pod:870
17742 #, no-wrap
17743 msgid ""
17744 " ><fs> copy-size /large-file /another-file 2048M\n"
17745 " / 10% [#####-----------------------------------------] 00:30\n"
17746 "\n"
17747 msgstr ""
17748
17749 # type: textblock
17750 #: ../fish/guestfish.pod:873
17751 msgid ""
17752 "The spinner on the left hand side moves round once for every progress "
17753 "notification received from the backend.  This is a (reasonably) golden "
17754 "assurance that the command is \"doing something\" even if the progress bar "
17755 "is not moving, because the command is able to send the progress "
17756 "notifications.  When the bar reaches 100% and the command finishes, the "
17757 "spinner disappears."
17758 msgstr ""
17759
17760 # type: textblock
17761 #: ../fish/guestfish.pod:880
17762 msgid ""
17763 "Progress bars are enabled by default when guestfish is used interactively.  "
17764 "You can enable them even for non-interactive modes using I<--progress-bars>, "
17765 "and you can disable them completely using I<--no-progress-bars>."
17766 msgstr ""
17767
17768 # type: =head1
17769 #: ../fish/guestfish.pod:885
17770 msgid "GUESTFISH COMMANDS"
17771 msgstr ""
17772
17773 # type: textblock
17774 #: ../fish/guestfish.pod:887
17775 msgid ""
17776 "The commands in this section are guestfish convenience commands, in other "
17777 "words, they are not part of the L<guestfs(3)> API."
17778 msgstr ""
17779
17780 # type: =head2
17781 #: ../fish/guestfish.pod:890
17782 msgid "help"
17783 msgstr ""
17784
17785 # type: verbatim
17786 #: ../fish/guestfish.pod:892
17787 #, no-wrap
17788 msgid ""
17789 " help\n"
17790 " help cmd\n"
17791 "\n"
17792 msgstr ""
17793
17794 # type: textblock
17795 #: ../fish/guestfish.pod:895
17796 msgid "Without any parameter, this provides general help."
17797 msgstr ""
17798
17799 # type: textblock
17800 #: ../fish/guestfish.pod:897
17801 msgid "With a C<cmd> parameter, this displays detailed help for that command."
17802 msgstr ""
17803
17804 # type: =head2
17805 #: ../fish/guestfish.pod:899
17806 msgid "quit | exit"
17807 msgstr ""
17808
17809 # type: textblock
17810 #: ../fish/guestfish.pod:901
17811 msgid "This exits guestfish.  You can also use C<^D> key."
17812 msgstr ""
17813
17814 # type: textblock
17815 #: ../fish/guestfish.pod:903
17816 msgid "@FISH_COMMANDS@"
17817 msgstr ""
17818
17819 # type: =head1
17820 #: ../fish/guestfish.pod:905
17821 msgid "COMMANDS"
17822 msgstr ""
17823
17824 # type: =head1
17825 #: ../fish/guestfish.pod:909 ../test-tool/libguestfs-test-tool.pod:83
17826 msgid "EXIT CODE"
17827 msgstr ""
17828
17829 # type: textblock
17830 #: ../fish/guestfish.pod:911
17831 msgid ""
17832 "guestfish returns 0 if the commands completed without error, or 1 if there "
17833 "was an error."
17834 msgstr ""
17835
17836 # type: =item
17837 #: ../fish/guestfish.pod:918
17838 msgid "EDITOR"
17839 msgstr ""
17840
17841 # type: textblock
17842 #: ../fish/guestfish.pod:920
17843 msgid ""
17844 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
17845 "C<vi>."
17846 msgstr ""
17847
17848 # type: =item
17849 #: ../fish/guestfish.pod:923
17850 msgid "GUESTFISH_PID"
17851 msgstr ""
17852
17853 # type: textblock
17854 #: ../fish/guestfish.pod:925
17855 msgid ""
17856 "Used with the I<--remote> option to specify the remote guestfish process to "
17857 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
17858 msgstr ""
17859
17860 # type: =item
17861 #: ../fish/guestfish.pod:929
17862 msgid "HEXEDITOR"
17863 msgstr ""
17864
17865 # type: textblock
17866 #: ../fish/guestfish.pod:931
17867 msgid ""
17868 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
17869 "not specified, the external L<hexedit(1)> program is used."
17870 msgstr ""
17871
17872 # type: =item
17873 #: ../fish/guestfish.pod:935
17874 msgid "HOME"
17875 msgstr ""
17876
17877 # type: textblock
17878 #: ../fish/guestfish.pod:937
17879 msgid ""
17880 "If compiled with GNU readline support, various files in the home directory "
17881 "can be used.  See L</FILES>."
17882 msgstr ""
17883
17884 # type: textblock
17885 #: ../fish/guestfish.pod:946
17886 msgid ""
17887 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
17888 "effect as using the B<-v> option."
17889 msgstr ""
17890
17891 # type: textblock
17892 #: ../fish/guestfish.pod:958
17893 msgid ""
17894 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
17895 "the discussion of paths in L<guestfs(3)>."
17896 msgstr ""
17897
17898 # type: textblock
17899 #: ../fish/guestfish.pod:969
17900 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
17901 msgstr ""
17902
17903 # type: =item
17904 #: ../fish/guestfish.pod:971
17905 msgid "PAGER"
17906 msgstr ""
17907
17908 # type: textblock
17909 #: ../fish/guestfish.pod:973
17910 msgid ""
17911 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
17912 "C<more>."
17913 msgstr ""
17914
17915 # type: =head1
17916 #: ../fish/guestfish.pod:988 ../test-tool/libguestfs-test-tool.pod:88
17917 msgid "FILES"
17918 msgstr ""
17919
17920 # type: =item
17921 #: ../fish/guestfish.pod:992
17922 msgid "$HOME/.guestfish"
17923 msgstr ""
17924
17925 # type: textblock
17926 #: ../fish/guestfish.pod:994
17927 msgid ""
17928 "If compiled with GNU readline support, then the command history is saved in "
17929 "this file."
17930 msgstr ""
17931
17932 # type: =item
17933 #: ../fish/guestfish.pod:997
17934 msgid "$HOME/.inputrc"
17935 msgstr ""
17936
17937 # type: =item
17938 #: ../fish/guestfish.pod:999
17939 msgid "/etc/inputrc"
17940 msgstr ""
17941
17942 # type: textblock
17943 #: ../fish/guestfish.pod:1001
17944 msgid ""
17945 "If compiled with GNU readline support, then these files can be used to "
17946 "configure readline.  For further information, please see "
17947 "L<readline(3)/INITIALIZATION FILE>."
17948 msgstr ""
17949
17950 # type: textblock
17951 #: ../fish/guestfish.pod:1005
17952 msgid "To write rules which only apply to guestfish, use:"
17953 msgstr ""
17954
17955 # type: verbatim
17956 #: ../fish/guestfish.pod:1007
17957 #, no-wrap
17958 msgid ""
17959 " $if guestfish\n"
17960 " ...\n"
17961 " $endif\n"
17962 "\n"
17963 msgstr ""
17964
17965 # type: textblock
17966 #: ../fish/guestfish.pod:1011
17967 msgid ""
17968 "Variables that you can set in inputrc that change the behaviour of guestfish "
17969 "in useful ways include:"
17970 msgstr ""
17971
17972 # type: =item
17973 #: ../fish/guestfish.pod:1016
17974 msgid "completion-ignore-case (default: on)"
17975 msgstr ""
17976
17977 # type: textblock
17978 #: ../fish/guestfish.pod:1018
17979 msgid ""
17980 "By default, guestfish will ignore case when tab-completing paths on the "
17981 "disk.  Use:"
17982 msgstr ""
17983
17984 # type: verbatim
17985 #: ../fish/guestfish.pod:1021
17986 #, no-wrap
17987 msgid ""
17988 " set completion-ignore-case off\n"
17989 "\n"
17990 msgstr ""
17991
17992 # type: textblock
17993 #: ../fish/guestfish.pod:1023
17994 msgid "to make guestfish case sensitive."
17995 msgstr ""
17996
17997 # type: =item
17998 #: ../fish/guestfish.pod:1027
17999 msgid "test1.img"
18000 msgstr ""
18001
18002 # type: =item
18003 #: ../fish/guestfish.pod:1029
18004 msgid "test2.img (etc)"
18005 msgstr ""
18006
18007 # type: textblock
18008 #: ../fish/guestfish.pod:1031
18009 msgid ""
18010 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
18011 "will be created in the file C<test1.img> in the current directory.  The "
18012 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
18013 "the same name will be overwritten."
18014 msgstr ""
18015
18016 # type: textblock
18017 #: ../fish/guestfish.pod:1040
18018 msgid ""
18019 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-df(1)>, "
18020 "L<virt-edit(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions(1)>, "
18021 "L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)>, "
18022 "L<virt-tar(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
18023 msgstr ""
18024
18025 # type: textblock
18026 #: ../fish/guestfish.pod:1064 ../test-tool/libguestfs-test-tool.pod:124 ../fuse/guestmount.pod:253 ../inspector/virt-inspector.pl:598 ../tools/virt-edit.pl:370 ../tools/virt-win-reg.pl:518 ../tools/virt-df.pl:657 ../tools/virt-ls.pl:251 ../tools/virt-resize.pl:1516 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:300 ../tools/virt-rescue.pl:285 ../tools/virt-make-fs.pl:567 ../tools/virt-list-partitions.pl:273
18027 msgid ""
18028 "This program is free software; you can redistribute it and/or modify it "
18029 "under the terms of the GNU General Public License as published by the Free "
18030 "Software Foundation; either version 2 of the License, or (at your option) "
18031 "any later version."
18032 msgstr ""
18033
18034 # type: textblock
18035 #: ../fish/guestfish.pod:1069 ../test-tool/libguestfs-test-tool.pod:129 ../fuse/guestmount.pod:258 ../inspector/virt-inspector.pl:603 ../tools/virt-edit.pl:375 ../tools/virt-win-reg.pl:523 ../tools/virt-df.pl:662 ../tools/virt-ls.pl:256 ../tools/virt-resize.pl:1521 ../tools/virt-list-filesystems.pl:211 ../tools/virt-tar.pl:305 ../tools/virt-rescue.pl:290 ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:278
18036 msgid ""
18037 "This program is distributed in the hope that it will be useful, but WITHOUT "
18038 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
18039 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
18040 "more details."
18041 msgstr ""
18042
18043 # type: textblock
18044 #: ../fish/guestfish.pod:1074 ../test-tool/libguestfs-test-tool.pod:134 ../fuse/guestmount.pod:263 ../inspector/virt-inspector.pl:608 ../tools/virt-edit.pl:380 ../tools/virt-win-reg.pl:528 ../tools/virt-df.pl:667 ../tools/virt-ls.pl:261 ../tools/virt-resize.pl:1526 ../tools/virt-list-filesystems.pl:216 ../tools/virt-tar.pl:310 ../tools/virt-rescue.pl:295 ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:283
18045 msgid ""
18046 "You should have received a copy of the GNU General Public License along with "
18047 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
18048 "Ave, Cambridge, MA 02139, USA."
18049 msgstr ""
18050
18051 # type: =head2
18052 #: ../fish/guestfish-actions.pod:1
18053 msgid "add-cdrom"
18054 msgstr ""
18055
18056 # type: verbatim
18057 #: ../fish/guestfish-actions.pod:3
18058 #, no-wrap
18059 msgid ""
18060 " add-cdrom filename\n"
18061 "\n"
18062 msgstr ""
18063
18064 # type: textblock
18065 #: ../fish/guestfish-actions.pod:15
18066 msgid ""
18067 "This call checks for the existence of C<filename>.  This stops you from "
18068 "specifying other types of drive which are supported by qemu such as C<nbd:> "
18069 "and C<http:> URLs.  To specify those, use the general L</config> call "
18070 "instead."
18071 msgstr ""
18072
18073 # type: textblock
18074 #: ../fish/guestfish-actions.pod:22
18075 msgid ""
18076 "If you just want to add an ISO file (often you use this as an efficient way "
18077 "to transfer large files into the guest), then you should probably use "
18078 "L</add-drive-ro> instead."
18079 msgstr ""
18080
18081 # type: =head2
18082 #: ../fish/guestfish-actions.pod:35
18083 msgid "add-domain"
18084 msgstr ""
18085
18086 # type: =head2
18087 #: ../fish/guestfish-actions.pod:37
18088 msgid "domain"
18089 msgstr ""
18090
18091 # type: verbatim
18092 #: ../fish/guestfish-actions.pod:39
18093 #, no-wrap
18094 msgid ""
18095 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
18096 "\n"
18097 msgstr ""
18098
18099 # type: textblock
18100 #: ../fish/guestfish-actions.pod:41
18101 msgid ""
18102 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
18103 "It works by connecting to libvirt, requesting the domain and domain XML from "
18104 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
18105 msgstr ""
18106
18107 # type: textblock
18108 #: ../fish/guestfish-actions.pod:58
18109 msgid ""
18110 "The optional C<libvirturi> parameter sets the libvirt URI (see "
18111 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
18112 "default libvirt URI (or one set through an environment variable, see the "
18113 "libvirt documentation for full details).  If you are using the C API "
18114 "directly then it is more flexible to create the libvirt connection object "
18115 "yourself, get the domain object, and call L</add-libvirt-dom>."
18116 msgstr ""
18117
18118 # type: textblock
18119 #: ../fish/guestfish-actions.pod:66
18120 msgid ""
18121 "The other optional parameters are passed directly through to "
18122 "L</add-drive-opts>."
18123 msgstr ""
18124
18125 # type: textblock
18126 #: ../fish/guestfish-actions.pod:69 ../fish/guestfish-actions.pod:133
18127 msgid ""
18128 "This command has one or more optional arguments.  See L</OPTIONAL "
18129 "ARGUMENTS>."
18130 msgstr ""
18131
18132 # type: =head2
18133 #: ../fish/guestfish-actions.pod:71
18134 msgid "add-drive"
18135 msgstr ""
18136
18137 # type: verbatim
18138 #: ../fish/guestfish-actions.pod:73
18139 #, no-wrap
18140 msgid ""
18141 " add-drive filename\n"
18142 "\n"
18143 msgstr ""
18144
18145 # type: textblock
18146 #: ../fish/guestfish-actions.pod:75
18147 msgid ""
18148 "This function is the equivalent of calling L</add-drive-opts> with no "
18149 "optional parameters, so the disk is added writable, with the format being "
18150 "detected automatically."
18151 msgstr ""
18152
18153 # type: textblock
18154 #: ../fish/guestfish-actions.pod:79
18155 msgid ""
18156 "Automatic detection of the format opens you up to a potential security hole "
18157 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
18158 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
18159 "you should think about replacing calls to this function with calls to "
18160 "L</add-drive-opts>, and specifying the format."
18161 msgstr ""
18162
18163 # type: =head2
18164 #: ../fish/guestfish-actions.pod:86
18165 msgid "add-drive-opts"
18166 msgstr ""
18167
18168 # type: =head2
18169 #: ../fish/guestfish-actions.pod:88
18170 msgid "add"
18171 msgstr ""
18172
18173 # type: verbatim
18174 #: ../fish/guestfish-actions.pod:90
18175 #, no-wrap
18176 msgid ""
18177 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
18178 "\n"
18179 msgstr ""
18180
18181 # type: textblock
18182 #: ../fish/guestfish-actions.pod:117
18183 msgid ""
18184 "This forces the image format.  If you omit this (or use L</add-drive> or "
18185 "L</add-drive-ro>) then the format is automatically detected.  Possible "
18186 "formats include C<raw> and C<qcow2>."
18187 msgstr ""
18188
18189 # type: textblock
18190 #: ../fish/guestfish-actions.pod:128
18191 msgid ""
18192 "This rarely-used option lets you emulate the behaviour of the deprecated "
18193 "L</add-drive-with-if> call (q.v.)"
18194 msgstr ""
18195
18196 # type: =head2
18197 #: ../fish/guestfish-actions.pod:135
18198 msgid "add-drive-ro"
18199 msgstr ""
18200
18201 # type: =head2
18202 #: ../fish/guestfish-actions.pod:137
18203 msgid "add-ro"
18204 msgstr ""
18205
18206 # type: verbatim
18207 #: ../fish/guestfish-actions.pod:139
18208 #, no-wrap
18209 msgid ""
18210 " add-drive-ro filename\n"
18211 "\n"
18212 msgstr ""
18213
18214 # type: textblock
18215 #: ../fish/guestfish-actions.pod:141
18216 msgid ""
18217 "This function is the equivalent of calling L</add-drive-opts> with the "
18218 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
18219 "is added read-only, with the format being detected automatically."
18220 msgstr ""
18221
18222 # type: =head2
18223 #: ../fish/guestfish-actions.pod:146
18224 msgid "add-drive-ro-with-if"
18225 msgstr ""
18226
18227 # type: verbatim
18228 #: ../fish/guestfish-actions.pod:148
18229 #, no-wrap
18230 msgid ""
18231 " add-drive-ro-with-if filename iface\n"
18232 "\n"
18233 msgstr ""
18234
18235 # type: textblock
18236 #: ../fish/guestfish-actions.pod:150
18237 msgid ""
18238 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
18239 "interface emulation to use at run time."
18240 msgstr ""
18241
18242 # type: =head2
18243 #: ../fish/guestfish-actions.pod:160
18244 msgid "add-drive-with-if"
18245 msgstr ""
18246
18247 # type: verbatim
18248 #: ../fish/guestfish-actions.pod:162
18249 #, no-wrap
18250 msgid ""
18251 " add-drive-with-if filename iface\n"
18252 "\n"
18253 msgstr ""
18254
18255 # type: textblock
18256 #: ../fish/guestfish-actions.pod:164
18257 msgid ""
18258 "This is the same as L</add-drive> but it allows you to specify the QEMU "
18259 "interface emulation to use at run time."
18260 msgstr ""
18261
18262 # type: =head2
18263 #: ../fish/guestfish-actions.pod:174
18264 msgid "aug-clear"
18265 msgstr ""
18266
18267 # type: verbatim
18268 #: ../fish/guestfish-actions.pod:176
18269 #, no-wrap
18270 msgid ""
18271 " aug-clear augpath\n"
18272 "\n"
18273 msgstr ""
18274
18275 # type: =head2
18276 #: ../fish/guestfish-actions.pod:181
18277 msgid "aug-close"
18278 msgstr ""
18279
18280 # type: verbatim
18281 #: ../fish/guestfish-actions.pod:183
18282 #, no-wrap
18283 msgid ""
18284 " aug-close\n"
18285 "\n"
18286 msgstr ""
18287
18288 # type: textblock
18289 #: ../fish/guestfish-actions.pod:185
18290 msgid ""
18291 "Close the current Augeas handle and free up any resources used by it.  After "
18292 "calling this, you have to call L</aug-init> again before you can use any "
18293 "other Augeas functions."
18294 msgstr ""
18295
18296 # type: =head2
18297 #: ../fish/guestfish-actions.pod:190
18298 msgid "aug-defnode"
18299 msgstr ""
18300
18301 # type: verbatim
18302 #: ../fish/guestfish-actions.pod:192
18303 #, no-wrap
18304 msgid ""
18305 " aug-defnode name expr val\n"
18306 "\n"
18307 msgstr ""
18308
18309 # type: textblock
18310 #: ../fish/guestfish-actions.pod:197
18311 msgid ""
18312 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
18313 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
18314 "containing that single node."
18315 msgstr ""
18316
18317 # type: =head2
18318 #: ../fish/guestfish-actions.pod:205
18319 msgid "aug-defvar"
18320 msgstr ""
18321
18322 # type: verbatim
18323 #: ../fish/guestfish-actions.pod:207
18324 #, no-wrap
18325 msgid ""
18326 " aug-defvar name expr\n"
18327 "\n"
18328 msgstr ""
18329
18330 # type: =head2
18331 #: ../fish/guestfish-actions.pod:216
18332 msgid "aug-get"
18333 msgstr ""
18334
18335 # type: verbatim
18336 #: ../fish/guestfish-actions.pod:218
18337 #, no-wrap
18338 msgid ""
18339 " aug-get augpath\n"
18340 "\n"
18341 msgstr ""
18342
18343 # type: =head2
18344 #: ../fish/guestfish-actions.pod:223
18345 msgid "aug-init"
18346 msgstr ""
18347
18348 # type: verbatim
18349 #: ../fish/guestfish-actions.pod:225
18350 #, no-wrap
18351 msgid ""
18352 " aug-init root flags\n"
18353 "\n"
18354 msgstr ""
18355
18356 # type: textblock
18357 #: ../fish/guestfish-actions.pod:231
18358 msgid "You must call this before using any other L</aug-*> commands."
18359 msgstr ""
18360
18361 # type: textblock
18362 #: ../fish/guestfish-actions.pod:266
18363 msgid "Do not load the tree in L</aug-init>."
18364 msgstr ""
18365
18366 # type: textblock
18367 #: ../fish/guestfish-actions.pod:270
18368 msgid "To close the handle, you can call L</aug-close>."
18369 msgstr ""
18370
18371 # type: =head2
18372 #: ../fish/guestfish-actions.pod:274
18373 msgid "aug-insert"
18374 msgstr ""
18375
18376 # type: verbatim
18377 #: ../fish/guestfish-actions.pod:276
18378 #, no-wrap
18379 msgid ""
18380 " aug-insert augpath label true|false\n"
18381 "\n"
18382 msgstr ""
18383
18384 # type: =head2
18385 #: ../fish/guestfish-actions.pod:286
18386 msgid "aug-load"
18387 msgstr ""
18388
18389 # type: verbatim
18390 #: ../fish/guestfish-actions.pod:288
18391 #, no-wrap
18392 msgid ""
18393 " aug-load\n"
18394 "\n"
18395 msgstr ""
18396
18397 # type: =head2
18398 #: ../fish/guestfish-actions.pod:295
18399 msgid "aug-ls"
18400 msgstr ""
18401
18402 # type: verbatim
18403 #: ../fish/guestfish-actions.pod:297
18404 #, no-wrap
18405 msgid ""
18406 " aug-ls augpath\n"
18407 "\n"
18408 msgstr ""
18409
18410 # type: textblock
18411 #: ../fish/guestfish-actions.pod:299
18412 msgid ""
18413 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
18414 "resulting nodes into alphabetical order."
18415 msgstr ""
18416
18417 # type: =head2
18418 #: ../fish/guestfish-actions.pod:302
18419 msgid "aug-match"
18420 msgstr ""
18421
18422 # type: verbatim
18423 #: ../fish/guestfish-actions.pod:304
18424 #, no-wrap
18425 msgid ""
18426 " aug-match augpath\n"
18427 "\n"
18428 msgstr ""
18429
18430 # type: =head2
18431 #: ../fish/guestfish-actions.pod:310
18432 msgid "aug-mv"
18433 msgstr ""
18434
18435 # type: verbatim
18436 #: ../fish/guestfish-actions.pod:312
18437 #, no-wrap
18438 msgid ""
18439 " aug-mv src dest\n"
18440 "\n"
18441 msgstr ""
18442
18443 # type: =head2
18444 #: ../fish/guestfish-actions.pod:317
18445 msgid "aug-rm"
18446 msgstr ""
18447
18448 # type: verbatim
18449 #: ../fish/guestfish-actions.pod:319
18450 #, no-wrap
18451 msgid ""
18452 " aug-rm augpath\n"
18453 "\n"
18454 msgstr ""
18455
18456 # type: =head2
18457 #: ../fish/guestfish-actions.pod:325
18458 msgid "aug-save"
18459 msgstr ""
18460
18461 # type: verbatim
18462 #: ../fish/guestfish-actions.pod:327
18463 #, no-wrap
18464 msgid ""
18465 " aug-save\n"
18466 "\n"
18467 msgstr ""
18468
18469 # type: textblock
18470 #: ../fish/guestfish-actions.pod:331
18471 msgid ""
18472 "The flags which were passed to L</aug-init> affect exactly how files are "
18473 "saved."
18474 msgstr ""
18475
18476 # type: =head2
18477 #: ../fish/guestfish-actions.pod:334
18478 msgid "aug-set"
18479 msgstr ""
18480
18481 # type: verbatim
18482 #: ../fish/guestfish-actions.pod:336
18483 #, no-wrap
18484 msgid ""
18485 " aug-set augpath val\n"
18486 "\n"
18487 msgstr ""
18488
18489 # type: textblock
18490 #: ../fish/guestfish-actions.pod:340
18491 msgid ""
18492 "In the Augeas API, it is possible to clear a node by setting the value to "
18493 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
18494 "this call.  Instead you must use the L</aug-clear> call."
18495 msgstr ""
18496
18497 # type: =head2
18498 #: ../fish/guestfish-actions.pod:345
18499 msgid "available"
18500 msgstr ""
18501
18502 # type: verbatim
18503 #: ../fish/guestfish-actions.pod:347
18504 #, no-wrap
18505 msgid ""
18506 " available 'groups ...'\n"
18507 "\n"
18508 msgstr ""
18509
18510 # type: textblock
18511 #: ../fish/guestfish-actions.pod:353
18512 msgid ""
18513 "The libguestfs groups, and the functions that those groups correspond to, "
18514 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
18515 "runtime by calling L</available-all-groups>."
18516 msgstr ""
18517
18518 # type: textblock
18519 #: ../fish/guestfish-actions.pod:377
18520 msgid "You must call L</launch> before calling this function."
18521 msgstr ""
18522
18523 # type: textblock
18524 #: ../fish/guestfish-actions.pod:399
18525 msgid ""
18526 "This call was added in version C<1.0.80>.  In previous versions of "
18527 "libguestfs all you could do would be to speculatively execute a command to "
18528 "find out if the daemon implemented it.  See also L</version>."
18529 msgstr ""
18530
18531 # type: =head2
18532 #: ../fish/guestfish-actions.pod:406
18533 msgid "available-all-groups"
18534 msgstr ""
18535
18536 # type: verbatim
18537 #: ../fish/guestfish-actions.pod:408
18538 #, no-wrap
18539 msgid ""
18540 " available-all-groups\n"
18541 "\n"
18542 msgstr ""
18543
18544 # type: textblock
18545 #: ../fish/guestfish-actions.pod:410
18546 msgid ""
18547 "This command returns a list of all optional groups that this daemon knows "
18548 "about.  Note this returns both supported and unsupported groups.  To find "
18549 "out which ones the daemon can actually support you have to call "
18550 "L</available> on each member of the returned list."
18551 msgstr ""
18552
18553 # type: textblock
18554 #: ../fish/guestfish-actions.pod:416
18555 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
18556 msgstr ""
18557
18558 # type: =head2
18559 #: ../fish/guestfish-actions.pod:418
18560 msgid "base64-in"
18561 msgstr ""
18562
18563 # type: verbatim
18564 #: ../fish/guestfish-actions.pod:420
18565 #, no-wrap
18566 msgid ""
18567 " base64-in (base64file|-) filename\n"
18568 "\n"
18569 msgstr ""
18570
18571 # type: textblock
18572 #: ../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:3956 ../fish/guestfish-actions.pod:3968 ../fish/guestfish-actions.pod:3979 ../fish/guestfish-actions.pod:3990 ../fish/guestfish-actions.pod:4042 ../fish/guestfish-actions.pod:4051 ../fish/guestfish-actions.pod:4105 ../fish/guestfish-actions.pod:4128
18573 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
18574 msgstr ""
18575
18576 # type: =head2
18577 #: ../fish/guestfish-actions.pod:427
18578 msgid "base64-out"
18579 msgstr ""
18580
18581 # type: verbatim
18582 #: ../fish/guestfish-actions.pod:429
18583 #, no-wrap
18584 msgid ""
18585 " base64-out filename (base64file|-)\n"
18586 "\n"
18587 msgstr ""
18588
18589 # type: =head2
18590 #: ../fish/guestfish-actions.pod:436
18591 msgid "blockdev-flushbufs"
18592 msgstr ""
18593
18594 # type: verbatim
18595 #: ../fish/guestfish-actions.pod:438
18596 #, no-wrap
18597 msgid ""
18598 " blockdev-flushbufs device\n"
18599 "\n"
18600 msgstr ""
18601
18602 # type: =head2
18603 #: ../fish/guestfish-actions.pod:445
18604 msgid "blockdev-getbsz"
18605 msgstr ""
18606
18607 # type: verbatim
18608 #: ../fish/guestfish-actions.pod:447
18609 #, no-wrap
18610 msgid ""
18611 " blockdev-getbsz device\n"
18612 "\n"
18613 msgstr ""
18614
18615 # type: =head2
18616 #: ../fish/guestfish-actions.pod:456
18617 msgid "blockdev-getro"
18618 msgstr ""
18619
18620 # type: verbatim
18621 #: ../fish/guestfish-actions.pod:458
18622 #, no-wrap
18623 msgid ""
18624 " blockdev-getro device\n"
18625 "\n"
18626 msgstr ""
18627
18628 # type: =head2
18629 #: ../fish/guestfish-actions.pod:465
18630 msgid "blockdev-getsize64"
18631 msgstr ""
18632
18633 # type: verbatim
18634 #: ../fish/guestfish-actions.pod:467
18635 #, no-wrap
18636 msgid ""
18637 " blockdev-getsize64 device\n"
18638 "\n"
18639 msgstr ""
18640
18641 # type: textblock
18642 #: ../fish/guestfish-actions.pod:471
18643 msgid "See also L</blockdev-getsz>."
18644 msgstr ""
18645
18646 # type: =head2
18647 #: ../fish/guestfish-actions.pod:475
18648 msgid "blockdev-getss"
18649 msgstr ""
18650
18651 # type: verbatim
18652 #: ../fish/guestfish-actions.pod:477
18653 #, no-wrap
18654 msgid ""
18655 " blockdev-getss device\n"
18656 "\n"
18657 msgstr ""
18658
18659 # type: textblock
18660 #: ../fish/guestfish-actions.pod:482
18661 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
18662 msgstr ""
18663
18664 # type: =head2
18665 #: ../fish/guestfish-actions.pod:487
18666 msgid "blockdev-getsz"
18667 msgstr ""
18668
18669 # type: verbatim
18670 #: ../fish/guestfish-actions.pod:489
18671 #, no-wrap
18672 msgid ""
18673 " blockdev-getsz device\n"
18674 "\n"
18675 msgstr ""
18676
18677 # type: textblock
18678 #: ../fish/guestfish-actions.pod:494
18679 msgid ""
18680 "See also L</blockdev-getss> for the real sector size of the device, and "
18681 "L</blockdev-getsize64> for the more useful I<size in bytes>."
18682 msgstr ""
18683
18684 # type: =head2
18685 #: ../fish/guestfish-actions.pod:500
18686 msgid "blockdev-rereadpt"
18687 msgstr ""
18688
18689 # type: verbatim
18690 #: ../fish/guestfish-actions.pod:502
18691 #, no-wrap
18692 msgid ""
18693 " blockdev-rereadpt device\n"
18694 "\n"
18695 msgstr ""
18696
18697 # type: =head2
18698 #: ../fish/guestfish-actions.pod:508
18699 msgid "blockdev-setbsz"
18700 msgstr ""
18701
18702 # type: verbatim
18703 #: ../fish/guestfish-actions.pod:510
18704 #, no-wrap
18705 msgid ""
18706 " blockdev-setbsz device blocksize\n"
18707 "\n"
18708 msgstr ""
18709
18710 # type: =head2
18711 #: ../fish/guestfish-actions.pod:519
18712 msgid "blockdev-setro"
18713 msgstr ""
18714
18715 # type: verbatim
18716 #: ../fish/guestfish-actions.pod:521
18717 #, no-wrap
18718 msgid ""
18719 " blockdev-setro device\n"
18720 "\n"
18721 msgstr ""
18722
18723 # type: =head2
18724 #: ../fish/guestfish-actions.pod:527
18725 msgid "blockdev-setrw"
18726 msgstr ""
18727
18728 # type: verbatim
18729 #: ../fish/guestfish-actions.pod:529
18730 #, no-wrap
18731 msgid ""
18732 " blockdev-setrw device\n"
18733 "\n"
18734 msgstr ""
18735
18736 # type: =head2
18737 #: ../fish/guestfish-actions.pod:535
18738 msgid "case-sensitive-path"
18739 msgstr ""
18740
18741 # type: verbatim
18742 #: ../fish/guestfish-actions.pod:537
18743 #, no-wrap
18744 msgid ""
18745 " case-sensitive-path path\n"
18746 "\n"
18747 msgstr ""
18748
18749 # type: textblock
18750 #: ../fish/guestfish-actions.pod:561
18751 msgid ""
18752 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
18753 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
18754 "how the directories were originally created under Windows)."
18755 msgstr ""
18756
18757 # type: textblock
18758 #: ../fish/guestfish-actions.pod:569
18759 msgid "See also L</realpath>."
18760 msgstr ""
18761
18762 # type: =head2
18763 #: ../fish/guestfish-actions.pod:571
18764 msgid "cat"
18765 msgstr ""
18766
18767 # type: verbatim
18768 #: ../fish/guestfish-actions.pod:573
18769 #, no-wrap
18770 msgid ""
18771 " cat path\n"
18772 "\n"
18773 msgstr ""
18774
18775 # type: textblock
18776 #: ../fish/guestfish-actions.pod:577
18777 msgid ""
18778 "Note that this function cannot correctly handle binary files (specifically, "
18779 "files containing C<\\0> character which is treated as end of string).  For "
18780 "those you need to use the L</read-file> or L</download> functions which have "
18781 "a more complex interface."
18782 msgstr ""
18783
18784 # type: =head2
18785 #: ../fish/guestfish-actions.pod:585
18786 msgid "checksum"
18787 msgstr ""
18788
18789 # type: verbatim
18790 #: ../fish/guestfish-actions.pod:587
18791 #, no-wrap
18792 msgid ""
18793 " checksum csumtype path\n"
18794 "\n"
18795 msgstr ""
18796
18797 # type: textblock
18798 #: ../fish/guestfish-actions.pod:630
18799 msgid "To get the checksum for a device, use L</checksum-device>."
18800 msgstr ""
18801
18802 # type: textblock
18803 #: ../fish/guestfish-actions.pod:632
18804 msgid "To get the checksums for many files, use L</checksums-out>."
18805 msgstr ""
18806
18807 # type: =head2
18808 #: ../fish/guestfish-actions.pod:634
18809 msgid "checksum-device"
18810 msgstr ""
18811
18812 # type: verbatim
18813 #: ../fish/guestfish-actions.pod:636
18814 #, no-wrap
18815 msgid ""
18816 " checksum-device csumtype device\n"
18817 "\n"
18818 msgstr ""
18819
18820 # type: textblock
18821 #: ../fish/guestfish-actions.pod:638
18822 msgid ""
18823 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
18824 "device named C<device>.  For the types of checksums supported see the "
18825 "L</checksum> command."
18826 msgstr ""
18827
18828 # type: =head2
18829 #: ../fish/guestfish-actions.pod:642
18830 msgid "checksums-out"
18831 msgstr ""
18832
18833 # type: verbatim
18834 #: ../fish/guestfish-actions.pod:644
18835 #, no-wrap
18836 msgid ""
18837 " checksums-out csumtype directory (sumsfile|-)\n"
18838 "\n"
18839 msgstr ""
18840
18841 # type: =head2
18842 #: ../fish/guestfish-actions.pod:660
18843 msgid "chmod"
18844 msgstr ""
18845
18846 # type: verbatim
18847 #: ../fish/guestfish-actions.pod:662
18848 #, no-wrap
18849 msgid ""
18850 " chmod mode path\n"
18851 "\n"
18852 msgstr ""
18853
18854 # type: =head2
18855 #: ../fish/guestfish-actions.pod:673
18856 msgid "chown"
18857 msgstr ""
18858
18859 # type: verbatim
18860 #: ../fish/guestfish-actions.pod:675
18861 #, no-wrap
18862 msgid ""
18863 " chown owner group path\n"
18864 "\n"
18865 msgstr ""
18866
18867 # type: =head2
18868 #: ../fish/guestfish-actions.pod:683
18869 msgid "command"
18870 msgstr ""
18871
18872 # type: verbatim
18873 #: ../fish/guestfish-actions.pod:685
18874 #, no-wrap
18875 msgid ""
18876 " command 'arguments ...'\n"
18877 "\n"
18878 msgstr ""
18879
18880 # type: textblock
18881 #: ../fish/guestfish-actions.pod:692
18882 msgid ""
18883 "The single parameter is an argv-style list of arguments.  The first element "
18884 "is the name of the program to run.  Subsequent elements are parameters.  The "
18885 "list must be non-empty (ie. must contain a program name).  Note that the "
18886 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
18887 msgstr ""
18888
18889 # type: =head2
18890 #: ../fish/guestfish-actions.pod:720
18891 msgid "command-lines"
18892 msgstr ""
18893
18894 # type: verbatim
18895 #: ../fish/guestfish-actions.pod:722
18896 #, no-wrap
18897 msgid ""
18898 " command-lines 'arguments ...'\n"
18899 "\n"
18900 msgstr ""
18901
18902 # type: textblock
18903 #: ../fish/guestfish-actions.pod:724
18904 msgid "This is the same as L</command>, but splits the result into a list of lines."
18905 msgstr ""
18906
18907 # type: textblock
18908 #: ../fish/guestfish-actions.pod:727
18909 msgid "See also: L</sh-lines>"
18910 msgstr ""
18911
18912 # type: =head2
18913 #: ../fish/guestfish-actions.pod:732
18914 msgid "config"
18915 msgstr ""
18916
18917 # type: verbatim
18918 #: ../fish/guestfish-actions.pod:734
18919 #, no-wrap
18920 msgid ""
18921 " config qemuparam qemuvalue\n"
18922 "\n"
18923 msgstr ""
18924
18925 # type: =head2
18926 #: ../fish/guestfish-actions.pod:745
18927 msgid "copy-size"
18928 msgstr ""
18929
18930 # type: verbatim
18931 #: ../fish/guestfish-actions.pod:747
18932 #, no-wrap
18933 msgid ""
18934 " copy-size src dest size\n"
18935 "\n"
18936 msgstr ""
18937
18938 # type: =head2
18939 #: ../fish/guestfish-actions.pod:755
18940 msgid "cp"
18941 msgstr ""
18942
18943 # type: verbatim
18944 #: ../fish/guestfish-actions.pod:757
18945 #, no-wrap
18946 msgid ""
18947 " cp src dest\n"
18948 "\n"
18949 msgstr ""
18950
18951 # type: =head2
18952 #: ../fish/guestfish-actions.pod:762
18953 msgid "cp-a"
18954 msgstr ""
18955
18956 # type: verbatim
18957 #: ../fish/guestfish-actions.pod:764
18958 #, no-wrap
18959 msgid ""
18960 " cp-a src dest\n"
18961 "\n"
18962 msgstr ""
18963
18964 # type: =head2
18965 #: ../fish/guestfish-actions.pod:769
18966 msgid "dd"
18967 msgstr ""
18968
18969 # type: verbatim
18970 #: ../fish/guestfish-actions.pod:771
18971 #, no-wrap
18972 msgid ""
18973 " dd src dest\n"
18974 "\n"
18975 msgstr ""
18976
18977 # type: textblock
18978 #: ../fish/guestfish-actions.pod:778
18979 msgid ""
18980 "If the destination is a device, it must be as large or larger than the "
18981 "source file or device, otherwise the copy will fail.  This command cannot do "
18982 "partial copies (see L</copy-size>)."
18983 msgstr ""
18984
18985 # type: =head2
18986 #: ../fish/guestfish-actions.pod:782
18987 msgid "df"
18988 msgstr ""
18989
18990 # type: verbatim
18991 #: ../fish/guestfish-actions.pod:784
18992 #, no-wrap
18993 msgid ""
18994 " df\n"
18995 "\n"
18996 msgstr ""
18997
18998 # type: =head2
18999 #: ../fish/guestfish-actions.pod:792
19000 msgid "df-h"
19001 msgstr ""
19002
19003 # type: verbatim
19004 #: ../fish/guestfish-actions.pod:794
19005 #, no-wrap
19006 msgid ""
19007 " df-h\n"
19008 "\n"
19009 msgstr ""
19010
19011 # type: =head2
19012 #: ../fish/guestfish-actions.pod:803
19013 msgid "dmesg"
19014 msgstr ""
19015
19016 # type: verbatim
19017 #: ../fish/guestfish-actions.pod:805
19018 #, no-wrap
19019 msgid ""
19020 " dmesg\n"
19021 "\n"
19022 msgstr ""
19023
19024 # type: textblock
19025 #: ../fish/guestfish-actions.pod:811
19026 msgid ""
19027 "Another way to get the same information is to enable verbose messages with "
19028 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
19029 "before running the program."
19030 msgstr ""
19031
19032 # type: =head2
19033 #: ../fish/guestfish-actions.pod:816
19034 msgid "download"
19035 msgstr ""
19036
19037 # type: verbatim
19038 #: ../fish/guestfish-actions.pod:818
19039 #, no-wrap
19040 msgid ""
19041 " download remotefilename (filename|-)\n"
19042 "\n"
19043 msgstr ""
19044
19045 # type: textblock
19046 #: ../fish/guestfish-actions.pod:825
19047 msgid "See also L</upload>, L</cat>."
19048 msgstr ""
19049
19050 # type: =head2
19051 #: ../fish/guestfish-actions.pod:829
19052 msgid "download-offset"
19053 msgstr ""
19054
19055 # type: verbatim
19056 #: ../fish/guestfish-actions.pod:831
19057 #, no-wrap
19058 msgid ""
19059 " download-offset remotefilename (filename|-) offset size\n"
19060 "\n"
19061 msgstr ""
19062
19063 # type: textblock
19064 #: ../fish/guestfish-actions.pod:839
19065 msgid ""
19066 "Note that there is no limit on the amount of data that can be downloaded "
19067 "with this call, unlike with L</pread>, and this call always reads the full "
19068 "amount unless an error occurs."
19069 msgstr ""
19070
19071 # type: textblock
19072 #: ../fish/guestfish-actions.pod:844
19073 msgid "See also L</download>, L</pread>."
19074 msgstr ""
19075
19076 # type: =head2
19077 #: ../fish/guestfish-actions.pod:848
19078 msgid "drop-caches"
19079 msgstr ""
19080
19081 # type: verbatim
19082 #: ../fish/guestfish-actions.pod:850
19083 #, no-wrap
19084 msgid ""
19085 " drop-caches whattodrop\n"
19086 "\n"
19087 msgstr ""
19088
19089 # type: =head2
19090 #: ../fish/guestfish-actions.pod:862
19091 msgid "du"
19092 msgstr ""
19093
19094 # type: verbatim
19095 #: ../fish/guestfish-actions.pod:864
19096 #, no-wrap
19097 msgid ""
19098 " du path\n"
19099 "\n"
19100 msgstr ""
19101
19102 # type: =head2
19103 #: ../fish/guestfish-actions.pod:876
19104 msgid "e2fsck-f"
19105 msgstr ""
19106
19107 # type: verbatim
19108 #: ../fish/guestfish-actions.pod:878
19109 #, no-wrap
19110 msgid ""
19111 " e2fsck-f device\n"
19112 "\n"
19113 msgstr ""
19114
19115 # type: textblock
19116 #: ../fish/guestfish-actions.pod:884
19117 msgid ""
19118 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
19119 "should use L</fsck>."
19120 msgstr ""
19121
19122 # type: =head2
19123 #: ../fish/guestfish-actions.pod:887
19124 msgid "echo-daemon"
19125 msgstr ""
19126
19127 # type: verbatim
19128 #: ../fish/guestfish-actions.pod:889
19129 #, no-wrap
19130 msgid ""
19131 " echo-daemon 'words ...'\n"
19132 "\n"
19133 msgstr ""
19134
19135 # type: textblock
19136 #: ../fish/guestfish-actions.pod:896
19137 msgid "See also L</ping-daemon>."
19138 msgstr ""
19139
19140 # type: =head2
19141 #: ../fish/guestfish-actions.pod:898
19142 msgid "egrep"
19143 msgstr ""
19144
19145 # type: verbatim
19146 #: ../fish/guestfish-actions.pod:900
19147 #, no-wrap
19148 msgid ""
19149 " egrep regex path\n"
19150 "\n"
19151 msgstr ""
19152
19153 # type: =head2
19154 #: ../fish/guestfish-actions.pod:908
19155 msgid "egrepi"
19156 msgstr ""
19157
19158 # type: verbatim
19159 #: ../fish/guestfish-actions.pod:910
19160 #, no-wrap
19161 msgid ""
19162 " egrepi regex path\n"
19163 "\n"
19164 msgstr ""
19165
19166 # type: =head2
19167 #: ../fish/guestfish-actions.pod:918
19168 msgid "equal"
19169 msgstr ""
19170
19171 # type: verbatim
19172 #: ../fish/guestfish-actions.pod:920
19173 #, no-wrap
19174 msgid ""
19175 " equal file1 file2\n"
19176 "\n"
19177 msgstr ""
19178
19179 # type: =head2
19180 #: ../fish/guestfish-actions.pod:927
19181 msgid "exists"
19182 msgstr ""
19183
19184 # type: verbatim
19185 #: ../fish/guestfish-actions.pod:929
19186 #, no-wrap
19187 msgid ""
19188 " exists path\n"
19189 "\n"
19190 msgstr ""
19191
19192 # type: textblock
19193 #: ../fish/guestfish-actions.pod:934
19194 msgid "See also L</is-file>, L</is-dir>, L</stat>."
19195 msgstr ""
19196
19197 # type: =head2
19198 #: ../fish/guestfish-actions.pod:936
19199 msgid "fallocate"
19200 msgstr ""
19201
19202 # type: verbatim
19203 #: ../fish/guestfish-actions.pod:938
19204 #, no-wrap
19205 msgid ""
19206 " fallocate path len\n"
19207 "\n"
19208 msgstr ""
19209
19210 # type: =head2
19211 #: ../fish/guestfish-actions.pod:955
19212 msgid "fallocate64"
19213 msgstr ""
19214
19215 # type: verbatim
19216 #: ../fish/guestfish-actions.pod:957
19217 #, no-wrap
19218 msgid ""
19219 " fallocate64 path len\n"
19220 "\n"
19221 msgstr ""
19222
19223 # type: textblock
19224 #: ../fish/guestfish-actions.pod:963
19225 msgid ""
19226 "Note that this call allocates disk blocks for the file.  To create a sparse "
19227 "file use L</truncate-size> instead."
19228 msgstr ""
19229
19230 # type: textblock
19231 #: ../fish/guestfish-actions.pod:966
19232 msgid ""
19233 "The deprecated call L</fallocate> does the same, but owing to an oversight "
19234 "it only allowed 30 bit lengths to be specified, effectively limiting the "
19235 "maximum size of files created through that call to 1GB."
19236 msgstr ""
19237
19238 # type: =head2
19239 #: ../fish/guestfish-actions.pod:975
19240 msgid "fgrep"
19241 msgstr ""
19242
19243 # type: verbatim
19244 #: ../fish/guestfish-actions.pod:977
19245 #, no-wrap
19246 msgid ""
19247 " fgrep pattern path\n"
19248 "\n"
19249 msgstr ""
19250
19251 # type: =head2
19252 #: ../fish/guestfish-actions.pod:985
19253 msgid "fgrepi"
19254 msgstr ""
19255
19256 # type: verbatim
19257 #: ../fish/guestfish-actions.pod:987
19258 #, no-wrap
19259 msgid ""
19260 " fgrepi pattern path\n"
19261 "\n"
19262 msgstr ""
19263
19264 # type: =head2
19265 #: ../fish/guestfish-actions.pod:995
19266 msgid "file"
19267 msgstr ""
19268
19269 # type: verbatim
19270 #: ../fish/guestfish-actions.pod:997
19271 #, no-wrap
19272 msgid ""
19273 " file path\n"
19274 "\n"
19275 msgstr ""
19276
19277 # type: textblock
19278 #: ../fish/guestfish-actions.pod:1009
19279 msgid ""
19280 "This command can also be used on C</dev/> devices (and partitions, LV "
19281 "names).  You can for example use this to determine if a device contains a "
19282 "filesystem, although it's usually better to use L</vfs-type>."
19283 msgstr ""
19284
19285 # type: =head2
19286 #: ../fish/guestfish-actions.pod:1019
19287 msgid "file-architecture"
19288 msgstr ""
19289
19290 # type: verbatim
19291 #: ../fish/guestfish-actions.pod:1021
19292 #, no-wrap
19293 msgid ""
19294 " file-architecture filename\n"
19295 "\n"
19296 msgstr ""
19297
19298 # type: =head2
19299 #: ../fish/guestfish-actions.pod:1124
19300 msgid "filesize"
19301 msgstr ""
19302
19303 # type: verbatim
19304 #: ../fish/guestfish-actions.pod:1126
19305 #, no-wrap
19306 msgid ""
19307 " filesize file\n"
19308 "\n"
19309 msgstr ""
19310
19311 # type: textblock
19312 #: ../fish/guestfish-actions.pod:1130
19313 msgid ""
19314 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
19315 "L</is-file> etc.  To get the size of block devices, use "
19316 "L</blockdev-getsize64>."
19317 msgstr ""
19318
19319 # type: =head2
19320 #: ../fish/guestfish-actions.pod:1134
19321 msgid "fill"
19322 msgstr ""
19323
19324 # type: verbatim
19325 #: ../fish/guestfish-actions.pod:1136
19326 #, no-wrap
19327 msgid ""
19328 " fill c len path\n"
19329 "\n"
19330 msgstr ""
19331
19332 # type: textblock
19333 #: ../fish/guestfish-actions.pod:1142
19334 msgid ""
19335 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
19336 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
19337 "L</fill-pattern>."
19338 msgstr ""
19339
19340 # type: =head2
19341 #: ../fish/guestfish-actions.pod:1147
19342 msgid "fill-pattern"
19343 msgstr ""
19344
19345 # type: verbatim
19346 #: ../fish/guestfish-actions.pod:1149
19347 #, no-wrap
19348 msgid ""
19349 " fill-pattern pattern len path\n"
19350 "\n"
19351 msgstr ""
19352
19353 # type: textblock
19354 #: ../fish/guestfish-actions.pod:1151
19355 msgid ""
19356 "This function is like L</fill> except that it creates a new file of length "
19357 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
19358 "is truncated if necessary to ensure the length of the file is exactly C<len> "
19359 "bytes."
19360 msgstr ""
19361
19362 # type: =head2
19363 #: ../fish/guestfish-actions.pod:1156
19364 msgid "find"
19365 msgstr ""
19366
19367 # type: verbatim
19368 #: ../fish/guestfish-actions.pod:1158
19369 #, no-wrap
19370 msgid ""
19371 " find directory\n"
19372 "\n"
19373 msgstr ""
19374
19375 # type: textblock
19376 #: ../fish/guestfish-actions.pod:1172
19377 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
19378 msgstr ""
19379
19380 # type: textblock
19381 #: ../fish/guestfish-actions.pod:1185
19382 msgid "See also L</find0>."
19383 msgstr ""
19384
19385 # type: =head2
19386 #: ../fish/guestfish-actions.pod:1190
19387 msgid "find0"
19388 msgstr ""
19389
19390 # type: verbatim
19391 #: ../fish/guestfish-actions.pod:1192
19392 #, no-wrap
19393 msgid ""
19394 " find0 directory (files|-)\n"
19395 "\n"
19396 msgstr ""
19397
19398 # type: textblock
19399 #: ../fish/guestfish-actions.pod:1198
19400 msgid "This command works the same way as L</find> with the following exceptions:"
19401 msgstr ""
19402
19403 # type: =head2
19404 #: ../fish/guestfish-actions.pod:1225
19405 msgid "findfs-label"
19406 msgstr ""
19407
19408 # type: verbatim
19409 #: ../fish/guestfish-actions.pod:1227
19410 #, no-wrap
19411 msgid ""
19412 " findfs-label label\n"
19413 "\n"
19414 msgstr ""
19415
19416 # type: textblock
19417 #: ../fish/guestfish-actions.pod:1233
19418 msgid "To find the label of a filesystem, use L</vfs-label>."
19419 msgstr ""
19420
19421 # type: =head2
19422 #: ../fish/guestfish-actions.pod:1235
19423 msgid "findfs-uuid"
19424 msgstr ""
19425
19426 # type: verbatim
19427 #: ../fish/guestfish-actions.pod:1237
19428 #, no-wrap
19429 msgid ""
19430 " findfs-uuid uuid\n"
19431 "\n"
19432 msgstr ""
19433
19434 # type: textblock
19435 #: ../fish/guestfish-actions.pod:1243
19436 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
19437 msgstr ""
19438
19439 # type: =head2
19440 #: ../fish/guestfish-actions.pod:1245
19441 msgid "fsck"
19442 msgstr ""
19443
19444 # type: verbatim
19445 #: ../fish/guestfish-actions.pod:1247
19446 #, no-wrap
19447 msgid ""
19448 " fsck fstype device\n"
19449 "\n"
19450 msgstr ""
19451
19452 # type: =head2
19453 #: ../fish/guestfish-actions.pod:1277
19454 msgid "get-append"
19455 msgstr ""
19456
19457 # type: verbatim
19458 #: ../fish/guestfish-actions.pod:1279
19459 #, no-wrap
19460 msgid ""
19461 " get-append\n"
19462 "\n"
19463 msgstr ""
19464
19465 # type: =head2
19466 #: ../fish/guestfish-actions.pod:1286
19467 msgid "get-autosync"
19468 msgstr ""
19469
19470 # type: verbatim
19471 #: ../fish/guestfish-actions.pod:1288
19472 #, no-wrap
19473 msgid ""
19474 " get-autosync\n"
19475 "\n"
19476 msgstr ""
19477
19478 # type: =head2
19479 #: ../fish/guestfish-actions.pod:1292
19480 msgid "get-direct"
19481 msgstr ""
19482
19483 # type: verbatim
19484 #: ../fish/guestfish-actions.pod:1294
19485 #, no-wrap
19486 msgid ""
19487 " get-direct\n"
19488 "\n"
19489 msgstr ""
19490
19491 # type: =head2
19492 #: ../fish/guestfish-actions.pod:1298
19493 msgid "get-e2label"
19494 msgstr ""
19495
19496 # type: verbatim
19497 #: ../fish/guestfish-actions.pod:1300
19498 #, no-wrap
19499 msgid ""
19500 " get-e2label device\n"
19501 "\n"
19502 msgstr ""
19503
19504 # type: =head2
19505 #: ../fish/guestfish-actions.pod:1312
19506 msgid "get-e2uuid"
19507 msgstr ""
19508
19509 # type: verbatim
19510 #: ../fish/guestfish-actions.pod:1314
19511 #, no-wrap
19512 msgid ""
19513 " get-e2uuid device\n"
19514 "\n"
19515 msgstr ""
19516
19517 # type: =head2
19518 #: ../fish/guestfish-actions.pod:1326
19519 msgid "get-memsize"
19520 msgstr ""
19521
19522 # type: verbatim
19523 #: ../fish/guestfish-actions.pod:1328
19524 #, no-wrap
19525 msgid ""
19526 " get-memsize\n"
19527 "\n"
19528 msgstr ""
19529
19530 # type: textblock
19531 #: ../fish/guestfish-actions.pod:1333
19532 msgid ""
19533 "If L</set-memsize> was not called on this handle, and if "
19534 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
19535 "value for memsize."
19536 msgstr ""
19537
19538 # type: =head2
19539 #: ../fish/guestfish-actions.pod:1340
19540 msgid "get-network"
19541 msgstr ""
19542
19543 # type: verbatim
19544 #: ../fish/guestfish-actions.pod:1342
19545 #, no-wrap
19546 msgid ""
19547 " get-network\n"
19548 "\n"
19549 msgstr ""
19550
19551 # type: =head2
19552 #: ../fish/guestfish-actions.pod:1346
19553 msgid "get-path"
19554 msgstr ""
19555
19556 # type: verbatim
19557 #: ../fish/guestfish-actions.pod:1348
19558 #, no-wrap
19559 msgid ""
19560 " get-path\n"
19561 "\n"
19562 msgstr ""
19563
19564 # type: =head2
19565 #: ../fish/guestfish-actions.pod:1355
19566 msgid "get-pid"
19567 msgstr ""
19568
19569 # type: =head2
19570 #: ../fish/guestfish-actions.pod:1357
19571 msgid "pid"
19572 msgstr ""
19573
19574 # type: verbatim
19575 #: ../fish/guestfish-actions.pod:1359
19576 #, no-wrap
19577 msgid ""
19578 " get-pid\n"
19579 "\n"
19580 msgstr ""
19581
19582 # type: =head2
19583 #: ../fish/guestfish-actions.pod:1366
19584 msgid "get-qemu"
19585 msgstr ""
19586
19587 # type: verbatim
19588 #: ../fish/guestfish-actions.pod:1368
19589 #, no-wrap
19590 msgid ""
19591 " get-qemu\n"
19592 "\n"
19593 msgstr ""
19594
19595 # type: =head2
19596 #: ../fish/guestfish-actions.pod:1375
19597 msgid "get-recovery-proc"
19598 msgstr ""
19599
19600 # type: verbatim
19601 #: ../fish/guestfish-actions.pod:1377
19602 #, no-wrap
19603 msgid ""
19604 " get-recovery-proc\n"
19605 "\n"
19606 msgstr ""
19607
19608 # type: =head2
19609 #: ../fish/guestfish-actions.pod:1381
19610 msgid "get-selinux"
19611 msgstr ""
19612
19613 # type: verbatim
19614 #: ../fish/guestfish-actions.pod:1383
19615 #, no-wrap
19616 msgid ""
19617 " get-selinux\n"
19618 "\n"
19619 msgstr ""
19620
19621 # type: textblock
19622 #: ../fish/guestfish-actions.pod:1385
19623 msgid ""
19624 "This returns the current setting of the selinux flag which is passed to the "
19625 "appliance at boot time.  See L</set-selinux>."
19626 msgstr ""
19627
19628 # type: =head2
19629 #: ../fish/guestfish-actions.pod:1391
19630 msgid "get-state"
19631 msgstr ""
19632
19633 # type: verbatim
19634 #: ../fish/guestfish-actions.pod:1393
19635 #, no-wrap
19636 msgid ""
19637 " get-state\n"
19638 "\n"
19639 msgstr ""
19640
19641 # type: =head2
19642 #: ../fish/guestfish-actions.pod:1400
19643 msgid "get-trace"
19644 msgstr ""
19645
19646 # type: verbatim
19647 #: ../fish/guestfish-actions.pod:1402
19648 #, no-wrap
19649 msgid ""
19650 " get-trace\n"
19651 "\n"
19652 msgstr ""
19653
19654 # type: =head2
19655 #: ../fish/guestfish-actions.pod:1406
19656 msgid "get-umask"
19657 msgstr ""
19658
19659 # type: verbatim
19660 #: ../fish/guestfish-actions.pod:1408
19661 #, no-wrap
19662 msgid ""
19663 " get-umask\n"
19664 "\n"
19665 msgstr ""
19666
19667 # type: textblock
19668 #: ../fish/guestfish-actions.pod:1410
19669 msgid ""
19670 "Return the current umask.  By default the umask is C<022> unless it has been "
19671 "set by calling L</umask>."
19672 msgstr ""
19673
19674 # type: =head2
19675 #: ../fish/guestfish-actions.pod:1413
19676 msgid "get-verbose"
19677 msgstr ""
19678
19679 # type: verbatim
19680 #: ../fish/guestfish-actions.pod:1415
19681 #, no-wrap
19682 msgid ""
19683 " get-verbose\n"
19684 "\n"
19685 msgstr ""
19686
19687 # type: =head2
19688 #: ../fish/guestfish-actions.pod:1419
19689 msgid "getcon"
19690 msgstr ""
19691
19692 # type: verbatim
19693 #: ../fish/guestfish-actions.pod:1421
19694 #, no-wrap
19695 msgid ""
19696 " getcon\n"
19697 "\n"
19698 msgstr ""
19699
19700 # type: textblock
19701 #: ../fish/guestfish-actions.pod:1425
19702 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
19703 msgstr ""
19704
19705 # type: =head2
19706 #: ../fish/guestfish-actions.pod:1428
19707 msgid "getxattrs"
19708 msgstr ""
19709
19710 # type: verbatim
19711 #: ../fish/guestfish-actions.pod:1430
19712 #, no-wrap
19713 msgid ""
19714 " getxattrs path\n"
19715 "\n"
19716 msgstr ""
19717
19718 # type: textblock
19719 #: ../fish/guestfish-actions.pod:1438
19720 msgid "See also: L</lgetxattrs>, L<attr(5)>."
19721 msgstr ""
19722
19723 # type: =head2
19724 #: ../fish/guestfish-actions.pod:1440
19725 msgid "glob-expand"
19726 msgstr ""
19727
19728 # type: verbatim
19729 #: ../fish/guestfish-actions.pod:1442
19730 #, no-wrap
19731 msgid ""
19732 " glob-expand pattern\n"
19733 "\n"
19734 msgstr ""
19735
19736 # type: =head2
19737 #: ../fish/guestfish-actions.pod:1455
19738 msgid "grep"
19739 msgstr ""
19740
19741 # type: verbatim
19742 #: ../fish/guestfish-actions.pod:1457
19743 #, no-wrap
19744 msgid ""
19745 " grep regex path\n"
19746 "\n"
19747 msgstr ""
19748
19749 # type: =head2
19750 #: ../fish/guestfish-actions.pod:1465
19751 msgid "grepi"
19752 msgstr ""
19753
19754 # type: verbatim
19755 #: ../fish/guestfish-actions.pod:1467
19756 #, no-wrap
19757 msgid ""
19758 " grepi regex path\n"
19759 "\n"
19760 msgstr ""
19761
19762 # type: =head2
19763 #: ../fish/guestfish-actions.pod:1475
19764 msgid "grub-install"
19765 msgstr ""
19766
19767 # type: verbatim
19768 #: ../fish/guestfish-actions.pod:1477
19769 #, no-wrap
19770 msgid ""
19771 " grub-install root device\n"
19772 "\n"
19773 msgstr ""
19774
19775 # type: =head2
19776 #: ../fish/guestfish-actions.pod:1493
19777 msgid "head"
19778 msgstr ""
19779
19780 # type: verbatim
19781 #: ../fish/guestfish-actions.pod:1495
19782 #, no-wrap
19783 msgid ""
19784 " head path\n"
19785 "\n"
19786 msgstr ""
19787
19788 # type: =head2
19789 #: ../fish/guestfish-actions.pod:1503
19790 msgid "head-n"
19791 msgstr ""
19792
19793 # type: verbatim
19794 #: ../fish/guestfish-actions.pod:1505
19795 #, no-wrap
19796 msgid ""
19797 " head-n nrlines path\n"
19798 "\n"
19799 msgstr ""
19800
19801 # type: =head2
19802 #: ../fish/guestfish-actions.pod:1518
19803 msgid "hexdump"
19804 msgstr ""
19805
19806 # type: verbatim
19807 #: ../fish/guestfish-actions.pod:1520
19808 #, no-wrap
19809 msgid ""
19810 " hexdump path\n"
19811 "\n"
19812 msgstr ""
19813
19814 # type: =head2
19815 #: ../fish/guestfish-actions.pod:1528
19816 msgid "initrd-cat"
19817 msgstr ""
19818
19819 # type: verbatim
19820 #: ../fish/guestfish-actions.pod:1530
19821 #, no-wrap
19822 msgid ""
19823 " initrd-cat initrdpath filename\n"
19824 "\n"
19825 msgstr ""
19826
19827 # type: textblock
19828 #: ../fish/guestfish-actions.pod:1542
19829 msgid "See also L</initrd-list>."
19830 msgstr ""
19831
19832 # type: =head2
19833 #: ../fish/guestfish-actions.pod:1547
19834 msgid "initrd-list"
19835 msgstr ""
19836
19837 # type: verbatim
19838 #: ../fish/guestfish-actions.pod:1549
19839 #, no-wrap
19840 msgid ""
19841 " initrd-list path\n"
19842 "\n"
19843 msgstr ""
19844
19845 # type: =head2
19846 #: ../fish/guestfish-actions.pod:1561
19847 msgid "inotify-add-watch"
19848 msgstr ""
19849
19850 # type: verbatim
19851 #: ../fish/guestfish-actions.pod:1563
19852 #, no-wrap
19853 msgid ""
19854 " inotify-add-watch path mask\n"
19855 "\n"
19856 msgstr ""
19857
19858 # type: =head2
19859 #: ../fish/guestfish-actions.pod:1575
19860 msgid "inotify-close"
19861 msgstr ""
19862
19863 # type: verbatim
19864 #: ../fish/guestfish-actions.pod:1577
19865 #, no-wrap
19866 msgid ""
19867 " inotify-close\n"
19868 "\n"
19869 msgstr ""
19870
19871 # type: =head2
19872 #: ../fish/guestfish-actions.pod:1583
19873 msgid "inotify-files"
19874 msgstr ""
19875
19876 # type: verbatim
19877 #: ../fish/guestfish-actions.pod:1585
19878 #, no-wrap
19879 msgid ""
19880 " inotify-files\n"
19881 "\n"
19882 msgstr ""
19883
19884 # type: textblock
19885 #: ../fish/guestfish-actions.pod:1587
19886 msgid ""
19887 "This function is a helpful wrapper around L</inotify-read> which just "
19888 "returns a list of pathnames of objects that were touched.  The returned "
19889 "pathnames are sorted and deduplicated."
19890 msgstr ""
19891
19892 # type: =head2
19893 #: ../fish/guestfish-actions.pod:1591
19894 msgid "inotify-init"
19895 msgstr ""
19896
19897 # type: verbatim
19898 #: ../fish/guestfish-actions.pod:1593
19899 #, no-wrap
19900 msgid ""
19901 " inotify-init maxevents\n"
19902 "\n"
19903 msgstr ""
19904
19905 # type: textblock
19906 #: ../fish/guestfish-actions.pod:1599
19907 msgid ""
19908 "C<maxevents> is the maximum number of events which will be queued up between "
19909 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
19910 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
19911 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
19912 "but records the fact that it threw them away by setting a flag "
19913 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
19914 msgstr ""
19915
19916 # type: textblock
19917 #: ../fish/guestfish-actions.pod:1609
19918 msgid ""
19919 "Before any events are generated, you have to add some watches to the "
19920 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
19921 "L</inotify-watch-all>."
19922 msgstr ""
19923
19924 # type: textblock
19925 #: ../fish/guestfish-actions.pod:1615
19926 msgid ""
19927 "Queued up events should be read periodically by calling L</inotify-read> (or "
19928 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
19929 "If you don't read the events out often enough then you risk the internal "
19930 "queue overflowing."
19931 msgstr ""
19932
19933 # type: textblock
19934 #: ../fish/guestfish-actions.pod:1622
19935 msgid ""
19936 "The handle should be closed after use by calling L</inotify-close>.  This "
19937 "also removes any watches automatically."
19938 msgstr ""
19939
19940 # type: =head2
19941 #: ../fish/guestfish-actions.pod:1631
19942 msgid "inotify-read"
19943 msgstr ""
19944
19945 # type: verbatim
19946 #: ../fish/guestfish-actions.pod:1633
19947 #, no-wrap
19948 msgid ""
19949 " inotify-read\n"
19950 "\n"
19951 msgstr ""
19952
19953 # type: =head2
19954 #: ../fish/guestfish-actions.pod:1646
19955 msgid "inotify-rm-watch"
19956 msgstr ""
19957
19958 # type: verbatim
19959 #: ../fish/guestfish-actions.pod:1648
19960 #, no-wrap
19961 msgid ""
19962 " inotify-rm-watch wd\n"
19963 "\n"
19964 msgstr ""
19965
19966 # type: textblock
19967 #: ../fish/guestfish-actions.pod:1650
19968 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
19969 msgstr ""
19970
19971 # type: =head2
19972 #: ../fish/guestfish-actions.pod:1653
19973 msgid "inspect-get-arch"
19974 msgstr ""
19975
19976 # type: verbatim
19977 #: ../fish/guestfish-actions.pod:1655
19978 #, no-wrap
19979 msgid ""
19980 " inspect-get-arch root\n"
19981 "\n"
19982 msgstr ""
19983
19984 # type: textblock
19985 #: ../fish/guestfish-actions.pod:1657 ../fish/guestfish-actions.pod:1673 ../fish/guestfish-actions.pod:1739 ../fish/guestfish-actions.pod:1757 ../fish/guestfish-actions.pod:1778 ../fish/guestfish-actions.pod:1793 ../fish/guestfish-actions.pod:1816 ../fish/guestfish-actions.pod:1846 ../fish/guestfish-actions.pod:1877
19986 msgid ""
19987 "This function should only be called with a root device string as returned by "
19988 "L</inspect-os>."
19989 msgstr ""
19990
19991 # type: textblock
19992 #: ../fish/guestfish-actions.pod:1660
19993 msgid ""
19994 "This returns the architecture of the inspected operating system.  The "
19995 "possible return values are listed under L</file-architecture>."
19996 msgstr ""
19997
19998 # type: =head2
19999 #: ../fish/guestfish-actions.pod:1669
20000 msgid "inspect-get-distro"
20001 msgstr ""
20002
20003 # type: verbatim
20004 #: ../fish/guestfish-actions.pod:1671
20005 #, no-wrap
20006 msgid ""
20007 " inspect-get-distro root\n"
20008 "\n"
20009 msgstr ""
20010
20011 # type: =head2
20012 #: ../fish/guestfish-actions.pod:1735
20013 msgid "inspect-get-filesystems"
20014 msgstr ""
20015
20016 # type: verbatim
20017 #: ../fish/guestfish-actions.pod:1737
20018 #, no-wrap
20019 msgid ""
20020 " inspect-get-filesystems root\n"
20021 "\n"
20022 msgstr ""
20023
20024 # type: textblock
20025 #: ../fish/guestfish-actions.pod:1750
20026 msgid ""
20027 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
20028 "L</inspect-get-mountpoints>."
20029 msgstr ""
20030
20031 # type: =head2
20032 #: ../fish/guestfish-actions.pod:1753
20033 msgid "inspect-get-major-version"
20034 msgstr ""
20035
20036 # type: verbatim
20037 #: ../fish/guestfish-actions.pod:1755
20038 #, no-wrap
20039 msgid ""
20040 " inspect-get-major-version root\n"
20041 "\n"
20042 msgstr ""
20043
20044 # type: =head2
20045 #: ../fish/guestfish-actions.pod:1774
20046 msgid "inspect-get-minor-version"
20047 msgstr ""
20048
20049 # type: verbatim
20050 #: ../fish/guestfish-actions.pod:1776
20051 #, no-wrap
20052 msgid ""
20053 " inspect-get-minor-version root\n"
20054 "\n"
20055 msgstr ""
20056
20057 # type: textblock
20058 #: ../fish/guestfish-actions.pod:1786
20059 msgid ""
20060 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
20061 "L</inspect-get-major-version>."
20062 msgstr ""
20063
20064 # type: =head2
20065 #: ../fish/guestfish-actions.pod:1789
20066 msgid "inspect-get-mountpoints"
20067 msgstr ""
20068
20069 # type: verbatim
20070 #: ../fish/guestfish-actions.pod:1791
20071 #, no-wrap
20072 msgid ""
20073 " inspect-get-mountpoints root\n"
20074 "\n"
20075 msgstr ""
20076
20077 # type: textblock
20078 #: ../fish/guestfish-actions.pod:1809
20079 msgid ""
20080 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
20081 "L</inspect-get-filesystems>."
20082 msgstr ""
20083
20084 # type: =head2
20085 #: ../fish/guestfish-actions.pod:1812
20086 msgid "inspect-get-product-name"
20087 msgstr ""
20088
20089 # type: verbatim
20090 #: ../fish/guestfish-actions.pod:1814
20091 #, no-wrap
20092 msgid ""
20093 " inspect-get-product-name root\n"
20094 "\n"
20095 msgstr ""
20096
20097 # type: =head2
20098 #: ../fish/guestfish-actions.pod:1829
20099 msgid "inspect-get-roots"
20100 msgstr ""
20101
20102 # type: verbatim
20103 #: ../fish/guestfish-actions.pod:1831
20104 #, no-wrap
20105 msgid ""
20106 " inspect-get-roots\n"
20107 "\n"
20108 msgstr ""
20109
20110 # type: textblock
20111 #: ../fish/guestfish-actions.pod:1833
20112 msgid ""
20113 "This function is a convenient way to get the list of root devices, as "
20114 "returned from a previous call to L</inspect-os>, but without redoing the "
20115 "whole inspection process."
20116 msgstr ""
20117
20118 # type: textblock
20119 #: ../fish/guestfish-actions.pod:1837
20120 msgid ""
20121 "This returns an empty list if either no root devices were found or the "
20122 "caller has not called L</inspect-os>."
20123 msgstr ""
20124
20125 # type: =head2
20126 #: ../fish/guestfish-actions.pod:1842
20127 msgid "inspect-get-type"
20128 msgstr ""
20129
20130 # type: verbatim
20131 #: ../fish/guestfish-actions.pod:1844
20132 #, no-wrap
20133 msgid ""
20134 " inspect-get-type root\n"
20135 "\n"
20136 msgstr ""
20137
20138 # type: =head2
20139 #: ../fish/guestfish-actions.pod:1873
20140 msgid "inspect-get-windows-systemroot"
20141 msgstr ""
20142
20143 # type: verbatim
20144 #: ../fish/guestfish-actions.pod:1875
20145 #, no-wrap
20146 msgid ""
20147 " inspect-get-windows-systemroot root\n"
20148 "\n"
20149 msgstr ""
20150
20151 # type: =head2
20152 #: ../fish/guestfish-actions.pod:1889
20153 msgid "inspect-os"
20154 msgstr ""
20155
20156 # type: verbatim
20157 #: ../fish/guestfish-actions.pod:1891
20158 #, no-wrap
20159 msgid ""
20160 " inspect-os\n"
20161 "\n"
20162 msgstr ""
20163
20164 # type: textblock
20165 #: ../fish/guestfish-actions.pod:1906
20166 msgid ""
20167 "You can pass the root string(s) returned to other L</inspect-get-*> "
20168 "functions in order to query further information about each operating system, "
20169 "such as the name and version."
20170 msgstr ""
20171
20172 # type: textblock
20173 #: ../fish/guestfish-actions.pod:1911
20174 msgid ""
20175 "This function uses other libguestfs features such as L</mount-ro> and "
20176 "L</umount-all> in order to mount and unmount filesystems and look at the "
20177 "contents.  This should be called with no disks currently mounted.  The "
20178 "function may also use Augeas, so any existing Augeas handle will be closed."
20179 msgstr ""
20180
20181 # type: textblock
20182 #: ../fish/guestfish-actions.pod:1923 ../fish/guestfish-actions.pod:2079 ../fish/guestfish-actions.pod:2125
20183 msgid "See also L</list-filesystems>."
20184 msgstr ""
20185
20186 # type: =head2
20187 #: ../fish/guestfish-actions.pod:1925
20188 msgid "is-blockdev"
20189 msgstr ""
20190
20191 # type: verbatim
20192 #: ../fish/guestfish-actions.pod:1927
20193 #, no-wrap
20194 msgid ""
20195 " is-blockdev path\n"
20196 "\n"
20197 msgstr ""
20198
20199 # type: textblock
20200 #: ../fish/guestfish-actions.pod:1932 ../fish/guestfish-actions.pod:1950 ../fish/guestfish-actions.pod:1969 ../fish/guestfish-actions.pod:1978 ../fish/guestfish-actions.pod:1988 ../fish/guestfish-actions.pod:2022 ../fish/guestfish-actions.pod:2031
20201 msgid "See also L</stat>."
20202 msgstr ""
20203
20204 # type: =head2
20205 #: ../fish/guestfish-actions.pod:1934
20206 msgid "is-busy"
20207 msgstr ""
20208
20209 # type: verbatim
20210 #: ../fish/guestfish-actions.pod:1936
20211 #, no-wrap
20212 msgid ""
20213 " is-busy\n"
20214 "\n"
20215 msgstr ""
20216
20217 # type: =head2
20218 #: ../fish/guestfish-actions.pod:1943
20219 msgid "is-chardev"
20220 msgstr ""
20221
20222 # type: verbatim
20223 #: ../fish/guestfish-actions.pod:1945
20224 #, no-wrap
20225 msgid ""
20226 " is-chardev path\n"
20227 "\n"
20228 msgstr ""
20229
20230 # type: =head2
20231 #: ../fish/guestfish-actions.pod:1952
20232 msgid "is-config"
20233 msgstr ""
20234
20235 # type: verbatim
20236 #: ../fish/guestfish-actions.pod:1954
20237 #, no-wrap
20238 msgid ""
20239 " is-config\n"
20240 "\n"
20241 msgstr ""
20242
20243 # type: =head2
20244 #: ../fish/guestfish-actions.pod:1961
20245 msgid "is-dir"
20246 msgstr ""
20247
20248 # type: verbatim
20249 #: ../fish/guestfish-actions.pod:1963
20250 #, no-wrap
20251 msgid ""
20252 " is-dir path\n"
20253 "\n"
20254 msgstr ""
20255
20256 # type: =head2
20257 #: ../fish/guestfish-actions.pod:1971
20258 msgid "is-fifo"
20259 msgstr ""
20260
20261 # type: verbatim
20262 #: ../fish/guestfish-actions.pod:1973
20263 #, no-wrap
20264 msgid ""
20265 " is-fifo path\n"
20266 "\n"
20267 msgstr ""
20268
20269 # type: =head2
20270 #: ../fish/guestfish-actions.pod:1980
20271 msgid "is-file"
20272 msgstr ""
20273
20274 # type: verbatim
20275 #: ../fish/guestfish-actions.pod:1982
20276 #, no-wrap
20277 msgid ""
20278 " is-file path\n"
20279 "\n"
20280 msgstr ""
20281
20282 # type: =head2
20283 #: ../fish/guestfish-actions.pod:1990
20284 msgid "is-launching"
20285 msgstr ""
20286
20287 # type: verbatim
20288 #: ../fish/guestfish-actions.pod:1992
20289 #, no-wrap
20290 msgid ""
20291 " is-launching\n"
20292 "\n"
20293 msgstr ""
20294
20295 # type: =head2
20296 #: ../fish/guestfish-actions.pod:1999
20297 msgid "is-lv"
20298 msgstr ""
20299
20300 # type: verbatim
20301 #: ../fish/guestfish-actions.pod:2001
20302 #, no-wrap
20303 msgid ""
20304 " is-lv device\n"
20305 "\n"
20306 msgstr ""
20307
20308 # type: =head2
20309 #: ../fish/guestfish-actions.pod:2006
20310 msgid "is-ready"
20311 msgstr ""
20312
20313 # type: verbatim
20314 #: ../fish/guestfish-actions.pod:2008
20315 #, no-wrap
20316 msgid ""
20317 " is-ready\n"
20318 "\n"
20319 msgstr ""
20320
20321 # type: =head2
20322 #: ../fish/guestfish-actions.pod:2015
20323 msgid "is-socket"
20324 msgstr ""
20325
20326 # type: verbatim
20327 #: ../fish/guestfish-actions.pod:2017
20328 #, no-wrap
20329 msgid ""
20330 " is-socket path\n"
20331 "\n"
20332 msgstr ""
20333
20334 # type: =head2
20335 #: ../fish/guestfish-actions.pod:2024
20336 msgid "is-symlink"
20337 msgstr ""
20338
20339 # type: verbatim
20340 #: ../fish/guestfish-actions.pod:2026
20341 #, no-wrap
20342 msgid ""
20343 " is-symlink path\n"
20344 "\n"
20345 msgstr ""
20346
20347 # type: =head2
20348 #: ../fish/guestfish-actions.pod:2033
20349 msgid "kill-subprocess"
20350 msgstr ""
20351
20352 # type: verbatim
20353 #: ../fish/guestfish-actions.pod:2035
20354 #, no-wrap
20355 msgid ""
20356 " kill-subprocess\n"
20357 "\n"
20358 msgstr ""
20359
20360 # type: =head2
20361 #: ../fish/guestfish-actions.pod:2039
20362 msgid "launch"
20363 msgstr ""
20364
20365 # type: =head2
20366 #: ../fish/guestfish-actions.pod:2041
20367 msgid "run"
20368 msgstr ""
20369
20370 # type: verbatim
20371 #: ../fish/guestfish-actions.pod:2043
20372 #, no-wrap
20373 msgid ""
20374 " launch\n"
20375 "\n"
20376 msgstr ""
20377
20378 # type: =head2
20379 #: ../fish/guestfish-actions.pod:2051
20380 msgid "lchown"
20381 msgstr ""
20382
20383 # type: verbatim
20384 #: ../fish/guestfish-actions.pod:2053
20385 #, no-wrap
20386 msgid ""
20387 " lchown owner group path\n"
20388 "\n"
20389 msgstr ""
20390
20391 # type: textblock
20392 #: ../fish/guestfish-actions.pod:2055
20393 msgid ""
20394 "Change the file owner to C<owner> and group to C<group>.  This is like "
20395 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
20396 "the target."
20397 msgstr ""
20398
20399 # type: =head2
20400 #: ../fish/guestfish-actions.pod:2063
20401 msgid "lgetxattrs"
20402 msgstr ""
20403
20404 # type: verbatim
20405 #: ../fish/guestfish-actions.pod:2065
20406 #, no-wrap
20407 msgid ""
20408 " lgetxattrs path\n"
20409 "\n"
20410 msgstr ""
20411
20412 # type: textblock
20413 #: ../fish/guestfish-actions.pod:2067
20414 msgid ""
20415 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
20416 "it returns the extended attributes of the link itself."
20417 msgstr ""
20418
20419 # type: =head2
20420 #: ../fish/guestfish-actions.pod:2071
20421 msgid "list-devices"
20422 msgstr ""
20423
20424 # type: verbatim
20425 #: ../fish/guestfish-actions.pod:2073
20426 #, no-wrap
20427 msgid ""
20428 " list-devices\n"
20429 "\n"
20430 msgstr ""
20431
20432 # type: =head2
20433 #: ../fish/guestfish-actions.pod:2081
20434 msgid "list-filesystems"
20435 msgstr ""
20436
20437 # type: verbatim
20438 #: ../fish/guestfish-actions.pod:2083
20439 #, no-wrap
20440 msgid ""
20441 " list-filesystems\n"
20442 "\n"
20443 msgstr ""
20444
20445 # type: textblock
20446 #: ../fish/guestfish-actions.pod:2102
20447 msgid ""
20448 "This command runs other libguestfs commands, which might include L</mount> "
20449 "and L</umount>, and therefore you should use this soon after launch and only "
20450 "when nothing is mounted."
20451 msgstr ""
20452
20453 # type: textblock
20454 #: ../fish/guestfish-actions.pod:2106
20455 msgid ""
20456 "Not all of the filesystems returned will be mountable.  In particular, swap "
20457 "partitions are returned in the list.  Also this command does not check that "
20458 "each filesystem found is valid and mountable, and some filesystems might be "
20459 "mountable but require special options.  Filesystems may not all belong to a "
20460 "single logical operating system (use L</inspect-os> to look for OSes)."
20461 msgstr ""
20462
20463 # type: =head2
20464 #: ../fish/guestfish-actions.pod:2114
20465 msgid "list-partitions"
20466 msgstr ""
20467
20468 # type: verbatim
20469 #: ../fish/guestfish-actions.pod:2116
20470 #, no-wrap
20471 msgid ""
20472 " list-partitions\n"
20473 "\n"
20474 msgstr ""
20475
20476 # type: textblock
20477 #: ../fish/guestfish-actions.pod:2122
20478 msgid ""
20479 "This does not return logical volumes.  For that you will need to call "
20480 "L</lvs>."
20481 msgstr ""
20482
20483 # type: =head2
20484 #: ../fish/guestfish-actions.pod:2127
20485 msgid "ll"
20486 msgstr ""
20487
20488 # type: verbatim
20489 #: ../fish/guestfish-actions.pod:2129
20490 #, no-wrap
20491 msgid ""
20492 " ll directory\n"
20493 "\n"
20494 msgstr ""
20495
20496 # type: =head2
20497 #: ../fish/guestfish-actions.pod:2137
20498 msgid "ln"
20499 msgstr ""
20500
20501 # type: verbatim
20502 #: ../fish/guestfish-actions.pod:2139
20503 #, no-wrap
20504 msgid ""
20505 " ln target linkname\n"
20506 "\n"
20507 msgstr ""
20508
20509 # type: =head2
20510 #: ../fish/guestfish-actions.pod:2143
20511 msgid "ln-f"
20512 msgstr ""
20513
20514 # type: verbatim
20515 #: ../fish/guestfish-actions.pod:2145
20516 #, no-wrap
20517 msgid ""
20518 " ln-f target linkname\n"
20519 "\n"
20520 msgstr ""
20521
20522 # type: =head2
20523 #: ../fish/guestfish-actions.pod:2150
20524 msgid "ln-s"
20525 msgstr ""
20526
20527 # type: verbatim
20528 #: ../fish/guestfish-actions.pod:2152
20529 #, no-wrap
20530 msgid ""
20531 " ln-s target linkname\n"
20532 "\n"
20533 msgstr ""
20534
20535 # type: =head2
20536 #: ../fish/guestfish-actions.pod:2156
20537 msgid "ln-sf"
20538 msgstr ""
20539
20540 # type: verbatim
20541 #: ../fish/guestfish-actions.pod:2158
20542 #, no-wrap
20543 msgid ""
20544 " ln-sf target linkname\n"
20545 "\n"
20546 msgstr ""
20547
20548 # type: =head2
20549 #: ../fish/guestfish-actions.pod:2163
20550 msgid "lremovexattr"
20551 msgstr ""
20552
20553 # type: verbatim
20554 #: ../fish/guestfish-actions.pod:2165
20555 #, no-wrap
20556 msgid ""
20557 " lremovexattr xattr path\n"
20558 "\n"
20559 msgstr ""
20560
20561 # type: textblock
20562 #: ../fish/guestfish-actions.pod:2167
20563 msgid ""
20564 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
20565 "it removes an extended attribute of the link itself."
20566 msgstr ""
20567
20568 # type: =head2
20569 #: ../fish/guestfish-actions.pod:2171
20570 msgid "ls"
20571 msgstr ""
20572
20573 # type: verbatim
20574 #: ../fish/guestfish-actions.pod:2173
20575 #, no-wrap
20576 msgid ""
20577 " ls directory\n"
20578 "\n"
20579 msgstr ""
20580
20581 # type: textblock
20582 #: ../fish/guestfish-actions.pod:2179
20583 msgid ""
20584 "This command is mostly useful for interactive sessions.  Programs should "
20585 "probably use L</readdir> instead."
20586 msgstr ""
20587
20588 # type: =head2
20589 #: ../fish/guestfish-actions.pod:2182
20590 msgid "lsetxattr"
20591 msgstr ""
20592
20593 # type: verbatim
20594 #: ../fish/guestfish-actions.pod:2184
20595 #, no-wrap
20596 msgid ""
20597 " lsetxattr xattr val vallen path\n"
20598 "\n"
20599 msgstr ""
20600
20601 # type: textblock
20602 #: ../fish/guestfish-actions.pod:2186
20603 msgid ""
20604 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
20605 "sets an extended attribute of the link itself."
20606 msgstr ""
20607
20608 # type: =head2
20609 #: ../fish/guestfish-actions.pod:2190
20610 msgid "lstat"
20611 msgstr ""
20612
20613 # type: verbatim
20614 #: ../fish/guestfish-actions.pod:2192
20615 #, no-wrap
20616 msgid ""
20617 " lstat path\n"
20618 "\n"
20619 msgstr ""
20620
20621 # type: textblock
20622 #: ../fish/guestfish-actions.pod:2196
20623 msgid ""
20624 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
20625 "the link is stat-ed, not the file it refers to."
20626 msgstr ""
20627
20628 # type: =head2
20629 #: ../fish/guestfish-actions.pod:2202
20630 msgid "lstatlist"
20631 msgstr ""
20632
20633 # type: verbatim
20634 #: ../fish/guestfish-actions.pod:2204
20635 #, no-wrap
20636 msgid ""
20637 " lstatlist path 'names ...'\n"
20638 "\n"
20639 msgstr ""
20640
20641 # type: textblock
20642 #: ../fish/guestfish-actions.pod:2206
20643 msgid ""
20644 "This call allows you to perform the L</lstat> operation on multiple files, "
20645 "where all files are in the directory C<path>.  C<names> is the list of files "
20646 "from this directory."
20647 msgstr ""
20648
20649 # type: textblock
20650 #: ../fish/guestfish-actions.pod:2215
20651 msgid ""
20652 "This call is intended for programs that want to efficiently list a directory "
20653 "contents without making many round-trips.  See also L</lxattrlist> for a "
20654 "similarly efficient call for getting extended attributes.  Very long "
20655 "directory listings might cause the protocol message size to be exceeded, "
20656 "causing this call to fail.  The caller must split up such requests into "
20657 "smaller groups of names."
20658 msgstr ""
20659
20660 # type: =head2
20661 #: ../fish/guestfish-actions.pod:2223
20662 msgid "luks-add-key"
20663 msgstr ""
20664
20665 # type: verbatim
20666 #: ../fish/guestfish-actions.pod:2225
20667 #, no-wrap
20668 msgid ""
20669 " luks-add-key device keyslot\n"
20670 "\n"
20671 msgstr ""
20672
20673 # type: textblock
20674 #: ../fish/guestfish-actions.pod:2232
20675 msgid ""
20676 "Note that if C<keyslot> already contains a key, then this command will "
20677 "fail.  You have to use L</luks-kill-slot> first to remove that key."
20678 msgstr ""
20679
20680 # type: textblock
20681 #: ../fish/guestfish-actions.pod:2236 ../fish/guestfish-actions.pod:2258 ../fish/guestfish-actions.pod:2271 ../fish/guestfish-actions.pod:2285 ../fish/guestfish-actions.pod:2308 ../fish/guestfish-actions.pod:2318
20682 msgid ""
20683 "This command has one or more key or passphrase parameters.  Guestfish will "
20684 "prompt for these separately."
20685 msgstr ""
20686
20687 # type: =head2
20688 #: ../fish/guestfish-actions.pod:2239
20689 msgid "luks-close"
20690 msgstr ""
20691
20692 # type: verbatim
20693 #: ../fish/guestfish-actions.pod:2241
20694 #, no-wrap
20695 msgid ""
20696 " luks-close device\n"
20697 "\n"
20698 msgstr ""
20699
20700 # type: textblock
20701 #: ../fish/guestfish-actions.pod:2243
20702 msgid ""
20703 "This closes a LUKS device that was created earlier by L</luks-open> or "
20704 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
20705 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
20706 "underlying block device."
20707 msgstr ""
20708
20709 # type: =head2
20710 #: ../fish/guestfish-actions.pod:2249
20711 msgid "luks-format"
20712 msgstr ""
20713
20714 # type: verbatim
20715 #: ../fish/guestfish-actions.pod:2251
20716 #, no-wrap
20717 msgid ""
20718 " luks-format device keyslot\n"
20719 "\n"
20720 msgstr ""
20721
20722 # type: =head2
20723 #: ../fish/guestfish-actions.pod:2264
20724 msgid "luks-format-cipher"
20725 msgstr ""
20726
20727 # type: verbatim
20728 #: ../fish/guestfish-actions.pod:2266
20729 #, no-wrap
20730 msgid ""
20731 " luks-format-cipher device keyslot cipher\n"
20732 "\n"
20733 msgstr ""
20734
20735 # type: textblock
20736 #: ../fish/guestfish-actions.pod:2268
20737 msgid ""
20738 "This command is the same as L</luks-format> but it also allows you to set "
20739 "the C<cipher> used."
20740 msgstr ""
20741
20742 # type: =head2
20743 #: ../fish/guestfish-actions.pod:2277
20744 msgid "luks-kill-slot"
20745 msgstr ""
20746
20747 # type: verbatim
20748 #: ../fish/guestfish-actions.pod:2279
20749 #, no-wrap
20750 msgid ""
20751 " luks-kill-slot device keyslot\n"
20752 "\n"
20753 msgstr ""
20754
20755 # type: =head2
20756 #: ../fish/guestfish-actions.pod:2288
20757 msgid "luks-open"
20758 msgstr ""
20759
20760 # type: verbatim
20761 #: ../fish/guestfish-actions.pod:2290
20762 #, no-wrap
20763 msgid ""
20764 " luks-open device mapname\n"
20765 "\n"
20766 msgstr ""
20767
20768 # type: textblock
20769 #: ../fish/guestfish-actions.pod:2304
20770 msgid ""
20771 "If this block device contains LVM volume groups, then calling L</vgscan> "
20772 "followed by L</vg-activate-all> will make them visible."
20773 msgstr ""
20774
20775 # type: =head2
20776 #: ../fish/guestfish-actions.pod:2311
20777 msgid "luks-open-ro"
20778 msgstr ""
20779
20780 # type: verbatim
20781 #: ../fish/guestfish-actions.pod:2313
20782 #, no-wrap
20783 msgid ""
20784 " luks-open-ro device mapname\n"
20785 "\n"
20786 msgstr ""
20787
20788 # type: textblock
20789 #: ../fish/guestfish-actions.pod:2315
20790 msgid ""
20791 "This is the same as L</luks-open> except that a read-only mapping is "
20792 "created."
20793 msgstr ""
20794
20795 # type: =head2
20796 #: ../fish/guestfish-actions.pod:2321
20797 msgid "lvcreate"
20798 msgstr ""
20799
20800 # type: verbatim
20801 #: ../fish/guestfish-actions.pod:2323
20802 #, no-wrap
20803 msgid ""
20804 " lvcreate logvol volgroup mbytes\n"
20805 "\n"
20806 msgstr ""
20807
20808 # type: =head2
20809 #: ../fish/guestfish-actions.pod:2328
20810 msgid "lvm-canonical-lv-name"
20811 msgstr ""
20812
20813 # type: verbatim
20814 #: ../fish/guestfish-actions.pod:2330
20815 #, no-wrap
20816 msgid ""
20817 " lvm-canonical-lv-name lvname\n"
20818 "\n"
20819 msgstr ""
20820
20821 # type: textblock
20822 #: ../fish/guestfish-actions.pod:2339
20823 msgid "See also L</is-lv>."
20824 msgstr ""
20825
20826 # type: =head2
20827 #: ../fish/guestfish-actions.pod:2341
20828 msgid "lvm-clear-filter"
20829 msgstr ""
20830
20831 # type: verbatim
20832 #: ../fish/guestfish-actions.pod:2343
20833 #, no-wrap
20834 msgid ""
20835 " lvm-clear-filter\n"
20836 "\n"
20837 msgstr ""
20838
20839 # type: textblock
20840 #: ../fish/guestfish-actions.pod:2345
20841 msgid ""
20842 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
20843 "block device."
20844 msgstr ""
20845
20846 # type: =head2
20847 #: ../fish/guestfish-actions.pod:2351
20848 msgid "lvm-remove-all"
20849 msgstr ""
20850
20851 # type: verbatim
20852 #: ../fish/guestfish-actions.pod:2353
20853 #, no-wrap
20854 msgid ""
20855 " lvm-remove-all\n"
20856 "\n"
20857 msgstr ""
20858
20859 # type: =head2
20860 #: ../fish/guestfish-actions.pod:2361
20861 msgid "lvm-set-filter"
20862 msgstr ""
20863
20864 # type: verbatim
20865 #: ../fish/guestfish-actions.pod:2363
20866 #, no-wrap
20867 msgid ""
20868 " lvm-set-filter 'devices ...'\n"
20869 "\n"
20870 msgstr ""
20871
20872 # type: =head2
20873 #: ../fish/guestfish-actions.pod:2388
20874 msgid "lvremove"
20875 msgstr ""
20876
20877 # type: verbatim
20878 #: ../fish/guestfish-actions.pod:2390
20879 #, no-wrap
20880 msgid ""
20881 " lvremove device\n"
20882 "\n"
20883 msgstr ""
20884
20885 # type: =head2
20886 #: ../fish/guestfish-actions.pod:2398
20887 msgid "lvrename"
20888 msgstr ""
20889
20890 # type: verbatim
20891 #: ../fish/guestfish-actions.pod:2400
20892 #, no-wrap
20893 msgid ""
20894 " lvrename logvol newlogvol\n"
20895 "\n"
20896 msgstr ""
20897
20898 # type: =head2
20899 #: ../fish/guestfish-actions.pod:2404
20900 msgid "lvresize"
20901 msgstr ""
20902
20903 # type: verbatim
20904 #: ../fish/guestfish-actions.pod:2406
20905 #, no-wrap
20906 msgid ""
20907 " lvresize device mbytes\n"
20908 "\n"
20909 msgstr ""
20910
20911 # type: =head2
20912 #: ../fish/guestfish-actions.pod:2412
20913 msgid "lvresize-free"
20914 msgstr ""
20915
20916 # type: verbatim
20917 #: ../fish/guestfish-actions.pod:2414
20918 #, no-wrap
20919 msgid ""
20920 " lvresize-free lv percent\n"
20921 "\n"
20922 msgstr ""
20923
20924 # type: =head2
20925 #: ../fish/guestfish-actions.pod:2422
20926 msgid "lvs"
20927 msgstr ""
20928
20929 # type: verbatim
20930 #: ../fish/guestfish-actions.pod:2424
20931 #, no-wrap
20932 msgid ""
20933 " lvs\n"
20934 "\n"
20935 msgstr ""
20936
20937 # type: textblock
20938 #: ../fish/guestfish-actions.pod:2432
20939 msgid "See also L</lvs-full>, L</list-filesystems>."
20940 msgstr ""
20941
20942 # type: =head2
20943 #: ../fish/guestfish-actions.pod:2434
20944 msgid "lvs-full"
20945 msgstr ""
20946
20947 # type: verbatim
20948 #: ../fish/guestfish-actions.pod:2436
20949 #, no-wrap
20950 msgid ""
20951 " lvs-full\n"
20952 "\n"
20953 msgstr ""
20954
20955 # type: =head2
20956 #: ../fish/guestfish-actions.pod:2441
20957 msgid "lvuuid"
20958 msgstr ""
20959
20960 # type: verbatim
20961 #: ../fish/guestfish-actions.pod:2443
20962 #, no-wrap
20963 msgid ""
20964 " lvuuid device\n"
20965 "\n"
20966 msgstr ""
20967
20968 # type: =head2
20969 #: ../fish/guestfish-actions.pod:2447
20970 msgid "lxattrlist"
20971 msgstr ""
20972
20973 # type: verbatim
20974 #: ../fish/guestfish-actions.pod:2449
20975 #, no-wrap
20976 msgid ""
20977 " lxattrlist path 'names ...'\n"
20978 "\n"
20979 msgstr ""
20980
20981 # type: textblock
20982 #: ../fish/guestfish-actions.pod:2465
20983 msgid ""
20984 "This call is intended for programs that want to efficiently list a directory "
20985 "contents without making many round-trips.  See also L</lstatlist> for a "
20986 "similarly efficient call for getting standard stats.  Very long directory "
20987 "listings might cause the protocol message size to be exceeded, causing this "
20988 "call to fail.  The caller must split up such requests into smaller groups of "
20989 "names."
20990 msgstr ""
20991
20992 # type: =head2
20993 #: ../fish/guestfish-actions.pod:2473
20994 msgid "mkdir"
20995 msgstr ""
20996
20997 # type: verbatim
20998 #: ../fish/guestfish-actions.pod:2475
20999 #, no-wrap
21000 msgid ""
21001 " mkdir path\n"
21002 "\n"
21003 msgstr ""
21004
21005 # type: =head2
21006 #: ../fish/guestfish-actions.pod:2479
21007 msgid "mkdir-mode"
21008 msgstr ""
21009
21010 # type: verbatim
21011 #: ../fish/guestfish-actions.pod:2481
21012 #, no-wrap
21013 msgid ""
21014 " mkdir-mode path mode\n"
21015 "\n"
21016 msgstr ""
21017
21018 # type: textblock
21019 #: ../fish/guestfish-actions.pod:2490
21020 msgid "See also L</mkdir>, L</umask>"
21021 msgstr ""
21022
21023 # type: =head2
21024 #: ../fish/guestfish-actions.pod:2492
21025 msgid "mkdir-p"
21026 msgstr ""
21027
21028 # type: verbatim
21029 #: ../fish/guestfish-actions.pod:2494
21030 #, no-wrap
21031 msgid ""
21032 " mkdir-p path\n"
21033 "\n"
21034 msgstr ""
21035
21036 # type: =head2
21037 #: ../fish/guestfish-actions.pod:2499
21038 msgid "mkdtemp"
21039 msgstr ""
21040
21041 # type: verbatim
21042 #: ../fish/guestfish-actions.pod:2501
21043 #, no-wrap
21044 msgid ""
21045 " mkdtemp template\n"
21046 "\n"
21047 msgstr ""
21048
21049 # type: =head2
21050 #: ../fish/guestfish-actions.pod:2522
21051 msgid "mke2fs-J"
21052 msgstr ""
21053
21054 # type: verbatim
21055 #: ../fish/guestfish-actions.pod:2524
21056 #, no-wrap
21057 msgid ""
21058 " mke2fs-J fstype blocksize device journal\n"
21059 "\n"
21060 msgstr ""
21061
21062 # type: textblock
21063 #: ../fish/guestfish-actions.pod:2532
21064 msgid "See also L</mke2journal>."
21065 msgstr ""
21066
21067 # type: =head2
21068 #: ../fish/guestfish-actions.pod:2534
21069 msgid "mke2fs-JL"
21070 msgstr ""
21071
21072 # type: verbatim
21073 #: ../fish/guestfish-actions.pod:2536
21074 #, no-wrap
21075 msgid ""
21076 " mke2fs-JL fstype blocksize device label\n"
21077 "\n"
21078 msgstr ""
21079
21080 # type: textblock
21081 #: ../fish/guestfish-actions.pod:2541
21082 msgid "See also L</mke2journal-L>."
21083 msgstr ""
21084
21085 # type: =head2
21086 #: ../fish/guestfish-actions.pod:2543
21087 msgid "mke2fs-JU"
21088 msgstr ""
21089
21090 # type: verbatim
21091 #: ../fish/guestfish-actions.pod:2545
21092 #, no-wrap
21093 msgid ""
21094 " mke2fs-JU fstype blocksize device uuid\n"
21095 "\n"
21096 msgstr ""
21097
21098 # type: textblock
21099 #: ../fish/guestfish-actions.pod:2550
21100 msgid "See also L</mke2journal-U>."
21101 msgstr ""
21102
21103 # type: =head2
21104 #: ../fish/guestfish-actions.pod:2552
21105 msgid "mke2journal"
21106 msgstr ""
21107
21108 # type: verbatim
21109 #: ../fish/guestfish-actions.pod:2554
21110 #, no-wrap
21111 msgid ""
21112 " mke2journal blocksize device\n"
21113 "\n"
21114 msgstr ""
21115
21116 # type: =head2
21117 #: ../fish/guestfish-actions.pod:2561
21118 msgid "mke2journal-L"
21119 msgstr ""
21120
21121 # type: verbatim
21122 #: ../fish/guestfish-actions.pod:2563
21123 #, no-wrap
21124 msgid ""
21125 " mke2journal-L blocksize label device\n"
21126 "\n"
21127 msgstr ""
21128
21129 # type: =head2
21130 #: ../fish/guestfish-actions.pod:2567
21131 msgid "mke2journal-U"
21132 msgstr ""
21133
21134 # type: verbatim
21135 #: ../fish/guestfish-actions.pod:2569
21136 #, no-wrap
21137 msgid ""
21138 " mke2journal-U blocksize uuid device\n"
21139 "\n"
21140 msgstr ""
21141
21142 # type: =head2
21143 #: ../fish/guestfish-actions.pod:2573
21144 msgid "mkfifo"
21145 msgstr ""
21146
21147 # type: verbatim
21148 #: ../fish/guestfish-actions.pod:2575
21149 #, no-wrap
21150 msgid ""
21151 " mkfifo mode path\n"
21152 "\n"
21153 msgstr ""
21154
21155 # type: textblock
21156 #: ../fish/guestfish-actions.pod:2577
21157 msgid ""
21158 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
21159 "is just a convenient wrapper around L</mknod>."
21160 msgstr ""
21161
21162 # type: =head2
21163 #: ../fish/guestfish-actions.pod:2583
21164 msgid "mkfs"
21165 msgstr ""
21166
21167 # type: verbatim
21168 #: ../fish/guestfish-actions.pod:2585
21169 #, no-wrap
21170 msgid ""
21171 " mkfs fstype device\n"
21172 "\n"
21173 msgstr ""
21174
21175 # type: =head2
21176 #: ../fish/guestfish-actions.pod:2591
21177 msgid "mkfs-b"
21178 msgstr ""
21179
21180 # type: verbatim
21181 #: ../fish/guestfish-actions.pod:2593
21182 #, no-wrap
21183 msgid ""
21184 " mkfs-b fstype blocksize device\n"
21185 "\n"
21186 msgstr ""
21187
21188 # type: textblock
21189 #: ../fish/guestfish-actions.pod:2595
21190 msgid ""
21191 "This call is similar to L</mkfs>, but it allows you to control the block "
21192 "size of the resulting filesystem.  Supported block sizes depend on the "
21193 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
21194 msgstr ""
21195
21196 # type: =head2
21197 #: ../fish/guestfish-actions.pod:2603
21198 msgid "mkmountpoint"
21199 msgstr ""
21200
21201 # type: verbatim
21202 #: ../fish/guestfish-actions.pod:2605
21203 #, no-wrap
21204 msgid ""
21205 " mkmountpoint exemptpath\n"
21206 "\n"
21207 msgstr ""
21208
21209 # type: textblock
21210 #: ../fish/guestfish-actions.pod:2607
21211 msgid ""
21212 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
21213 "to create extra mountpoints before mounting the first filesystem."
21214 msgstr ""
21215
21216 # type: textblock
21217 #: ../fish/guestfish-actions.pod:2631
21218 msgid ""
21219 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
21220 "unexpected errors if you try to mix these calls.  It is safest to manually "
21221 "unmount filesystems and remove mountpoints after use."
21222 msgstr ""
21223
21224 # type: textblock
21225 #: ../fish/guestfish-actions.pod:2635
21226 msgid ""
21227 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
21228 "for this to work for manual mountpoints, you must ensure that the innermost "
21229 "mountpoints have the longest pathnames, as in the example code above."
21230 msgstr ""
21231
21232 # type: textblock
21233 #: ../fish/guestfish-actions.pod:2642
21234 msgid ""
21235 "Autosync [see L</set-autosync>, this is set by default on handles] means "
21236 "that L</umount-all> is called when the handle is closed which can also "
21237 "trigger these issues."
21238 msgstr ""
21239
21240 # type: =head2
21241 #: ../fish/guestfish-actions.pod:2646
21242 msgid "mknod"
21243 msgstr ""
21244
21245 # type: verbatim
21246 #: ../fish/guestfish-actions.pod:2648
21247 #, no-wrap
21248 msgid ""
21249 " mknod mode devmajor devminor path\n"
21250 "\n"
21251 msgstr ""
21252
21253 # type: textblock
21254 #: ../fish/guestfish-actions.pod:2658
21255 msgid ""
21256 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
21257 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
21258 "regular file).  These constants are available in the standard Linux header "
21259 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
21260 "wrappers around this command which bitwise OR in the appropriate constant "
21261 "for you."
21262 msgstr ""
21263
21264 # type: =head2
21265 #: ../fish/guestfish-actions.pod:2668
21266 msgid "mknod-b"
21267 msgstr ""
21268
21269 # type: verbatim
21270 #: ../fish/guestfish-actions.pod:2670
21271 #, no-wrap
21272 msgid ""
21273 " mknod-b mode devmajor devminor path\n"
21274 "\n"
21275 msgstr ""
21276
21277 # type: textblock
21278 #: ../fish/guestfish-actions.pod:2672
21279 msgid ""
21280 "This call creates a block device node called C<path> with mode C<mode> and "
21281 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
21282 "wrapper around L</mknod>."
21283 msgstr ""
21284
21285 # type: =head2
21286 #: ../fish/guestfish-actions.pod:2678
21287 msgid "mknod-c"
21288 msgstr ""
21289
21290 # type: verbatim
21291 #: ../fish/guestfish-actions.pod:2680
21292 #, no-wrap
21293 msgid ""
21294 " mknod-c mode devmajor devminor path\n"
21295 "\n"
21296 msgstr ""
21297
21298 # type: textblock
21299 #: ../fish/guestfish-actions.pod:2682
21300 msgid ""
21301 "This call creates a char device node called C<path> with mode C<mode> and "
21302 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
21303 "wrapper around L</mknod>."
21304 msgstr ""
21305
21306 # type: =head2
21307 #: ../fish/guestfish-actions.pod:2688
21308 msgid "mkswap"
21309 msgstr ""
21310
21311 # type: verbatim
21312 #: ../fish/guestfish-actions.pod:2690
21313 #, no-wrap
21314 msgid ""
21315 " mkswap device\n"
21316 "\n"
21317 msgstr ""
21318
21319 # type: =head2
21320 #: ../fish/guestfish-actions.pod:2694
21321 msgid "mkswap-L"
21322 msgstr ""
21323
21324 # type: verbatim
21325 #: ../fish/guestfish-actions.pod:2696
21326 #, no-wrap
21327 msgid ""
21328 " mkswap-L label device\n"
21329 "\n"
21330 msgstr ""
21331
21332 # type: =head2
21333 #: ../fish/guestfish-actions.pod:2704
21334 msgid "mkswap-U"
21335 msgstr ""
21336
21337 # type: verbatim
21338 #: ../fish/guestfish-actions.pod:2706
21339 #, no-wrap
21340 msgid ""
21341 " mkswap-U uuid device\n"
21342 "\n"
21343 msgstr ""
21344
21345 # type: =head2
21346 #: ../fish/guestfish-actions.pod:2710
21347 msgid "mkswap-file"
21348 msgstr ""
21349
21350 # type: verbatim
21351 #: ../fish/guestfish-actions.pod:2712
21352 #, no-wrap
21353 msgid ""
21354 " mkswap-file path\n"
21355 "\n"
21356 msgstr ""
21357
21358 # type: textblock
21359 #: ../fish/guestfish-actions.pod:2716
21360 msgid ""
21361 "This command just writes a swap file signature to an existing file.  To "
21362 "create the file itself, use something like L</fallocate>."
21363 msgstr ""
21364
21365 # type: =head2
21366 #: ../fish/guestfish-actions.pod:2719
21367 msgid "modprobe"
21368 msgstr ""
21369
21370 # type: verbatim
21371 #: ../fish/guestfish-actions.pod:2721
21372 #, no-wrap
21373 msgid ""
21374 " modprobe modulename\n"
21375 "\n"
21376 msgstr ""
21377
21378 # type: =head2
21379 #: ../fish/guestfish-actions.pod:2728
21380 msgid "mount"
21381 msgstr ""
21382
21383 # type: verbatim
21384 #: ../fish/guestfish-actions.pod:2730
21385 #, no-wrap
21386 msgid ""
21387 " mount device mountpoint\n"
21388 "\n"
21389 msgstr ""
21390
21391 # type: textblock
21392 #: ../fish/guestfish-actions.pod:2746
21393 msgid ""
21394 "B<Important note:> When you use this call, the filesystem options C<sync> "
21395 "and C<noatime> are set implicitly.  This was originally done because we "
21396 "thought it would improve reliability, but it turns out that I<-o sync> has a "
21397 "very large negative performance impact and negligible effect on "
21398 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
21399 "code that needs performance, and instead use L</mount-options> (use an empty "
21400 "string for the first parameter if you don't want any options)."
21401 msgstr ""
21402
21403 # type: =head2
21404 #: ../fish/guestfish-actions.pod:2756
21405 msgid "mount-loop"
21406 msgstr ""
21407
21408 # type: verbatim
21409 #: ../fish/guestfish-actions.pod:2758
21410 #, no-wrap
21411 msgid ""
21412 " mount-loop file mountpoint\n"
21413 "\n"
21414 msgstr ""
21415
21416 # type: =head2
21417 #: ../fish/guestfish-actions.pod:2764
21418 msgid "mount-options"
21419 msgstr ""
21420
21421 # type: verbatim
21422 #: ../fish/guestfish-actions.pod:2766
21423 #, no-wrap
21424 msgid ""
21425 " mount-options options device mountpoint\n"
21426 "\n"
21427 msgstr ""
21428
21429 # type: textblock
21430 #: ../fish/guestfish-actions.pod:2768
21431 msgid ""
21432 "This is the same as the L</mount> command, but it allows you to set the "
21433 "mount options as for the L<mount(8)> I<-o> flag."
21434 msgstr ""
21435
21436 # type: =head2
21437 #: ../fish/guestfish-actions.pod:2776
21438 msgid "mount-ro"
21439 msgstr ""
21440
21441 # type: verbatim
21442 #: ../fish/guestfish-actions.pod:2778
21443 #, no-wrap
21444 msgid ""
21445 " mount-ro device mountpoint\n"
21446 "\n"
21447 msgstr ""
21448
21449 # type: textblock
21450 #: ../fish/guestfish-actions.pod:2780
21451 msgid ""
21452 "This is the same as the L</mount> command, but it mounts the filesystem with "
21453 "the read-only (I<-o ro>) flag."
21454 msgstr ""
21455
21456 # type: =head2
21457 #: ../fish/guestfish-actions.pod:2783
21458 msgid "mount-vfs"
21459 msgstr ""
21460
21461 # type: verbatim
21462 #: ../fish/guestfish-actions.pod:2785
21463 #, no-wrap
21464 msgid ""
21465 " mount-vfs options vfstype device mountpoint\n"
21466 "\n"
21467 msgstr ""
21468
21469 # type: textblock
21470 #: ../fish/guestfish-actions.pod:2787
21471 msgid ""
21472 "This is the same as the L</mount> command, but it allows you to set both the "
21473 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
21474 msgstr ""
21475
21476 # type: =head2
21477 #: ../fish/guestfish-actions.pod:2791
21478 msgid "mountpoints"
21479 msgstr ""
21480
21481 # type: verbatim
21482 #: ../fish/guestfish-actions.pod:2793
21483 #, no-wrap
21484 msgid ""
21485 " mountpoints\n"
21486 "\n"
21487 msgstr ""
21488
21489 # type: textblock
21490 #: ../fish/guestfish-actions.pod:2795
21491 msgid ""
21492 "This call is similar to L</mounts>.  That call returns a list of devices.  "
21493 "This one returns a hash table (map) of device name to directory where the "
21494 "device is mounted."
21495 msgstr ""
21496
21497 # type: =head2
21498 #: ../fish/guestfish-actions.pod:2799
21499 msgid "mounts"
21500 msgstr ""
21501
21502 # type: verbatim
21503 #: ../fish/guestfish-actions.pod:2801
21504 #, no-wrap
21505 msgid ""
21506 " mounts\n"
21507 "\n"
21508 msgstr ""
21509
21510 # type: textblock
21511 #: ../fish/guestfish-actions.pod:2808
21512 msgid "See also: L</mountpoints>"
21513 msgstr ""
21514
21515 # type: =head2
21516 #: ../fish/guestfish-actions.pod:2810
21517 msgid "mv"
21518 msgstr ""
21519
21520 # type: verbatim
21521 #: ../fish/guestfish-actions.pod:2812
21522 #, no-wrap
21523 msgid ""
21524 " mv src dest\n"
21525 "\n"
21526 msgstr ""
21527
21528 # type: =head2
21529 #: ../fish/guestfish-actions.pod:2817
21530 msgid "ntfs-3g-probe"
21531 msgstr ""
21532
21533 # type: verbatim
21534 #: ../fish/guestfish-actions.pod:2819
21535 #, no-wrap
21536 msgid ""
21537 " ntfs-3g-probe true|false device\n"
21538 "\n"
21539 msgstr ""
21540
21541 # type: =head2
21542 #: ../fish/guestfish-actions.pod:2833
21543 msgid "ntfsresize"
21544 msgstr ""
21545
21546 # type: verbatim
21547 #: ../fish/guestfish-actions.pod:2835
21548 #, no-wrap
21549 msgid ""
21550 " ntfsresize device\n"
21551 "\n"
21552 msgstr ""
21553
21554 # type: =head2
21555 #: ../fish/guestfish-actions.pod:2841
21556 msgid "ntfsresize-size"
21557 msgstr ""
21558
21559 # type: verbatim
21560 #: ../fish/guestfish-actions.pod:2843
21561 #, no-wrap
21562 msgid ""
21563 " ntfsresize-size device size\n"
21564 "\n"
21565 msgstr ""
21566
21567 # type: textblock
21568 #: ../fish/guestfish-actions.pod:2845
21569 msgid ""
21570 "This command is the same as L</ntfsresize> except that it allows you to "
21571 "specify the new size (in bytes) explicitly."
21572 msgstr ""
21573
21574 # type: =head2
21575 #: ../fish/guestfish-actions.pod:2848
21576 msgid "part-add"
21577 msgstr ""
21578
21579 # type: verbatim
21580 #: ../fish/guestfish-actions.pod:2850
21581 #, no-wrap
21582 msgid ""
21583 " part-add device prlogex startsect endsect\n"
21584 "\n"
21585 msgstr ""
21586
21587 # type: textblock
21588 #: ../fish/guestfish-actions.pod:2852
21589 msgid ""
21590 "This command adds a partition to C<device>.  If there is no partition table "
21591 "on the device, call L</part-init> first."
21592 msgstr ""
21593
21594 # type: textblock
21595 #: ../fish/guestfish-actions.pod:2864
21596 msgid ""
21597 "Creating a partition which covers the whole disk is not so easy.  Use "
21598 "L</part-disk> to do that."
21599 msgstr ""
21600
21601 # type: =head2
21602 #: ../fish/guestfish-actions.pod:2867
21603 msgid "part-del"
21604 msgstr ""
21605
21606 # type: verbatim
21607 #: ../fish/guestfish-actions.pod:2869
21608 #, no-wrap
21609 msgid ""
21610 " part-del device partnum\n"
21611 "\n"
21612 msgstr ""
21613
21614 # type: =head2
21615 #: ../fish/guestfish-actions.pod:2877
21616 msgid "part-disk"
21617 msgstr ""
21618
21619 # type: verbatim
21620 #: ../fish/guestfish-actions.pod:2879
21621 #, no-wrap
21622 msgid ""
21623 " part-disk device parttype\n"
21624 "\n"
21625 msgstr ""
21626
21627 # type: textblock
21628 #: ../fish/guestfish-actions.pod:2881
21629 msgid ""
21630 "This command is simply a combination of L</part-init> followed by "
21631 "L</part-add> to create a single primary partition covering the whole disk."
21632 msgstr ""
21633
21634 # type: textblock
21635 #: ../fish/guestfish-actions.pod:2885
21636 msgid ""
21637 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
21638 "possible values are described in L</part-init>."
21639 msgstr ""
21640
21641 # type: =head2
21642 #: ../fish/guestfish-actions.pod:2891
21643 msgid "part-get-bootable"
21644 msgstr ""
21645
21646 # type: verbatim
21647 #: ../fish/guestfish-actions.pod:2893
21648 #, no-wrap
21649 msgid ""
21650 " part-get-bootable device partnum\n"
21651 "\n"
21652 msgstr ""
21653
21654 # type: textblock
21655 #: ../fish/guestfish-actions.pod:2898
21656 msgid "See also L</part-set-bootable>."
21657 msgstr ""
21658
21659 # type: =head2
21660 #: ../fish/guestfish-actions.pod:2900
21661 msgid "part-get-mbr-id"
21662 msgstr ""
21663
21664 # type: verbatim
21665 #: ../fish/guestfish-actions.pod:2902
21666 #, no-wrap
21667 msgid ""
21668 " part-get-mbr-id device partnum\n"
21669 "\n"
21670 msgstr ""
21671
21672 # type: textblock
21673 #: ../fish/guestfish-actions.pod:2907 ../fish/guestfish-actions.pod:3045
21674 msgid ""
21675 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
21676 "undefined results for other partition table types (see "
21677 "L</part-get-parttype>)."
21678 msgstr ""
21679
21680 # type: =head2
21681 #: ../fish/guestfish-actions.pod:2911
21682 msgid "part-get-parttype"
21683 msgstr ""
21684
21685 # type: verbatim
21686 #: ../fish/guestfish-actions.pod:2913
21687 #, no-wrap
21688 msgid ""
21689 " part-get-parttype device\n"
21690 "\n"
21691 msgstr ""
21692
21693 # type: textblock
21694 #: ../fish/guestfish-actions.pod:2918
21695 msgid ""
21696 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
21697 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
21698 "possible, although unusual.  See L</part-init> for a full list."
21699 msgstr ""
21700
21701 # type: =head2
21702 #: ../fish/guestfish-actions.pod:2923
21703 msgid "part-init"
21704 msgstr ""
21705
21706 # type: verbatim
21707 #: ../fish/guestfish-actions.pod:2925
21708 #, no-wrap
21709 msgid ""
21710 " part-init device parttype\n"
21711 "\n"
21712 msgstr ""
21713
21714 # type: textblock
21715 #: ../fish/guestfish-actions.pod:2931
21716 msgid ""
21717 "Initially there are no partitions.  Following this, you should call "
21718 "L</part-add> for each partition required."
21719 msgstr ""
21720
21721 # type: =head2
21722 #: ../fish/guestfish-actions.pod:2994
21723 msgid "part-list"
21724 msgstr ""
21725
21726 # type: verbatim
21727 #: ../fish/guestfish-actions.pod:2996
21728 #, no-wrap
21729 msgid ""
21730 " part-list device\n"
21731 "\n"
21732 msgstr ""
21733
21734 # type: textblock
21735 #: ../fish/guestfish-actions.pod:3011
21736 msgid ""
21737 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
21738 "the device's sector size, see L</blockdev-getss>."
21739 msgstr ""
21740
21741 # type: =head2
21742 #: ../fish/guestfish-actions.pod:3024
21743 msgid "part-set-bootable"
21744 msgstr ""
21745
21746 # type: verbatim
21747 #: ../fish/guestfish-actions.pod:3026
21748 #, no-wrap
21749 msgid ""
21750 " part-set-bootable device partnum true|false\n"
21751 "\n"
21752 msgstr ""
21753
21754 # type: =head2
21755 #: ../fish/guestfish-actions.pod:3035
21756 msgid "part-set-mbr-id"
21757 msgstr ""
21758
21759 # type: verbatim
21760 #: ../fish/guestfish-actions.pod:3037
21761 #, no-wrap
21762 msgid ""
21763 " part-set-mbr-id device partnum idbyte\n"
21764 "\n"
21765 msgstr ""
21766
21767 # type: =head2
21768 #: ../fish/guestfish-actions.pod:3049
21769 msgid "part-set-name"
21770 msgstr ""
21771
21772 # type: verbatim
21773 #: ../fish/guestfish-actions.pod:3051
21774 #, no-wrap
21775 msgid ""
21776 " part-set-name device partnum name\n"
21777 "\n"
21778 msgstr ""
21779
21780 # type: =head2
21781 #: ../fish/guestfish-actions.pod:3059
21782 msgid "part-to-dev"
21783 msgstr ""
21784
21785 # type: verbatim
21786 #: ../fish/guestfish-actions.pod:3061
21787 #, no-wrap
21788 msgid ""
21789 " part-to-dev partition\n"
21790 "\n"
21791 msgstr ""
21792
21793 # type: textblock
21794 #: ../fish/guestfish-actions.pod:3067
21795 msgid ""
21796 "The named partition must exist, for example as a string returned from "
21797 "L</list-partitions>."
21798 msgstr ""
21799
21800 # type: =head2
21801 #: ../fish/guestfish-actions.pod:3070
21802 msgid "ping-daemon"
21803 msgstr ""
21804
21805 # type: verbatim
21806 #: ../fish/guestfish-actions.pod:3072
21807 #, no-wrap
21808 msgid ""
21809 " ping-daemon\n"
21810 "\n"
21811 msgstr ""
21812
21813 # type: =head2
21814 #: ../fish/guestfish-actions.pod:3079
21815 msgid "pread"
21816 msgstr ""
21817
21818 # type: verbatim
21819 #: ../fish/guestfish-actions.pod:3081
21820 #, no-wrap
21821 msgid ""
21822 " pread path count offset\n"
21823 "\n"
21824 msgstr ""
21825
21826 # type: textblock
21827 #: ../fish/guestfish-actions.pod:3089
21828 msgid "See also L</pwrite>, L</pread-device>."
21829 msgstr ""
21830
21831 # type: =head2
21832 #: ../fish/guestfish-actions.pod:3094
21833 msgid "pread-device"
21834 msgstr ""
21835
21836 # type: verbatim
21837 #: ../fish/guestfish-actions.pod:3096
21838 #, no-wrap
21839 msgid ""
21840 " pread-device device count offset\n"
21841 "\n"
21842 msgstr ""
21843
21844 # type: textblock
21845 #: ../fish/guestfish-actions.pod:3104
21846 msgid "See also L</pread>."
21847 msgstr ""
21848
21849 # type: =head2
21850 #: ../fish/guestfish-actions.pod:3109
21851 msgid "pvcreate"
21852 msgstr ""
21853
21854 # type: verbatim
21855 #: ../fish/guestfish-actions.pod:3111
21856 #, no-wrap
21857 msgid ""
21858 " pvcreate device\n"
21859 "\n"
21860 msgstr ""
21861
21862 # type: =head2
21863 #: ../fish/guestfish-actions.pod:3117
21864 msgid "pvremove"
21865 msgstr ""
21866
21867 # type: verbatim
21868 #: ../fish/guestfish-actions.pod:3119
21869 #, no-wrap
21870 msgid ""
21871 " pvremove device\n"
21872 "\n"
21873 msgstr ""
21874
21875 # type: =head2
21876 #: ../fish/guestfish-actions.pod:3128
21877 msgid "pvresize"
21878 msgstr ""
21879
21880 # type: verbatim
21881 #: ../fish/guestfish-actions.pod:3130
21882 #, no-wrap
21883 msgid ""
21884 " pvresize device\n"
21885 "\n"
21886 msgstr ""
21887
21888 # type: =head2
21889 #: ../fish/guestfish-actions.pod:3135
21890 msgid "pvresize-size"
21891 msgstr ""
21892
21893 # type: verbatim
21894 #: ../fish/guestfish-actions.pod:3137
21895 #, no-wrap
21896 msgid ""
21897 " pvresize-size device size\n"
21898 "\n"
21899 msgstr ""
21900
21901 # type: textblock
21902 #: ../fish/guestfish-actions.pod:3139
21903 msgid ""
21904 "This command is the same as L</pvresize> except that it allows you to "
21905 "specify the new size (in bytes) explicitly."
21906 msgstr ""
21907
21908 # type: =head2
21909 #: ../fish/guestfish-actions.pod:3142
21910 msgid "pvs"
21911 msgstr ""
21912
21913 # type: verbatim
21914 #: ../fish/guestfish-actions.pod:3144
21915 #, no-wrap
21916 msgid ""
21917 " pvs\n"
21918 "\n"
21919 msgstr ""
21920
21921 # type: textblock
21922 #: ../fish/guestfish-actions.pod:3152
21923 msgid "See also L</pvs-full>."
21924 msgstr ""
21925
21926 # type: =head2
21927 #: ../fish/guestfish-actions.pod:3154
21928 msgid "pvs-full"
21929 msgstr ""
21930
21931 # type: verbatim
21932 #: ../fish/guestfish-actions.pod:3156
21933 #, no-wrap
21934 msgid ""
21935 " pvs-full\n"
21936 "\n"
21937 msgstr ""
21938
21939 # type: =head2
21940 #: ../fish/guestfish-actions.pod:3161
21941 msgid "pvuuid"
21942 msgstr ""
21943
21944 # type: verbatim
21945 #: ../fish/guestfish-actions.pod:3163
21946 #, no-wrap
21947 msgid ""
21948 " pvuuid device\n"
21949 "\n"
21950 msgstr ""
21951
21952 # type: =head2
21953 #: ../fish/guestfish-actions.pod:3167
21954 msgid "pwrite"
21955 msgstr ""
21956
21957 # type: verbatim
21958 #: ../fish/guestfish-actions.pod:3169
21959 #, no-wrap
21960 msgid ""
21961 " pwrite path content offset\n"
21962 "\n"
21963 msgstr ""
21964
21965 # type: textblock
21966 #: ../fish/guestfish-actions.pod:3180
21967 msgid "See also L</pread>, L</pwrite-device>."
21968 msgstr ""
21969
21970 # type: =head2
21971 #: ../fish/guestfish-actions.pod:3185
21972 msgid "pwrite-device"
21973 msgstr ""
21974
21975 # type: verbatim
21976 #: ../fish/guestfish-actions.pod:3187
21977 #, no-wrap
21978 msgid ""
21979 " pwrite-device device content offset\n"
21980 "\n"
21981 msgstr ""
21982
21983 # type: textblock
21984 #: ../fish/guestfish-actions.pod:3197
21985 msgid "See also L</pwrite>."
21986 msgstr ""
21987
21988 # type: =head2
21989 #: ../fish/guestfish-actions.pod:3202
21990 msgid "read-file"
21991 msgstr ""
21992
21993 # type: verbatim
21994 #: ../fish/guestfish-actions.pod:3204
21995 #, no-wrap
21996 msgid ""
21997 " read-file path\n"
21998 "\n"
21999 msgstr ""
22000
22001 # type: textblock
22002 #: ../fish/guestfish-actions.pod:3209
22003 msgid ""
22004 "Unlike L</cat>, this function can correctly handle files that contain "
22005 "embedded ASCII NUL characters.  However unlike L</download>, this function "
22006 "is limited in the total size of file that can be handled."
22007 msgstr ""
22008
22009 # type: =head2
22010 #: ../fish/guestfish-actions.pod:3217
22011 msgid "read-lines"
22012 msgstr ""
22013
22014 # type: verbatim
22015 #: ../fish/guestfish-actions.pod:3219
22016 #, no-wrap
22017 msgid ""
22018 " read-lines path\n"
22019 "\n"
22020 msgstr ""
22021
22022 # type: textblock
22023 #: ../fish/guestfish-actions.pod:3226
22024 msgid ""
22025 "Note that this function cannot correctly handle binary files (specifically, "
22026 "files containing C<\\0> character which is treated as end of line).  For "
22027 "those you need to use the L</read-file> function which has a more complex "
22028 "interface."
22029 msgstr ""
22030
22031 # type: =head2
22032 #: ../fish/guestfish-actions.pod:3231
22033 msgid "readdir"
22034 msgstr ""
22035
22036 # type: verbatim
22037 #: ../fish/guestfish-actions.pod:3233
22038 #, no-wrap
22039 msgid ""
22040 " readdir dir\n"
22041 "\n"
22042 msgstr ""
22043
22044 # type: textblock
22045 #: ../fish/guestfish-actions.pod:3285
22046 msgid ""
22047 "This function is primarily intended for use by programs.  To get a simple "
22048 "list of names, use L</ls>.  To get a printable directory for human "
22049 "consumption, use L</ll>."
22050 msgstr ""
22051
22052 # type: =head2
22053 #: ../fish/guestfish-actions.pod:3289
22054 msgid "readlink"
22055 msgstr ""
22056
22057 # type: verbatim
22058 #: ../fish/guestfish-actions.pod:3291
22059 #, no-wrap
22060 msgid ""
22061 " readlink path\n"
22062 "\n"
22063 msgstr ""
22064
22065 # type: =head2
22066 #: ../fish/guestfish-actions.pod:3295
22067 msgid "readlinklist"
22068 msgstr ""
22069
22070 # type: verbatim
22071 #: ../fish/guestfish-actions.pod:3297
22072 #, no-wrap
22073 msgid ""
22074 " readlinklist path 'names ...'\n"
22075 "\n"
22076 msgstr ""
22077
22078 # type: =head2
22079 #: ../fish/guestfish-actions.pod:3321
22080 msgid "realpath"
22081 msgstr ""
22082
22083 # type: verbatim
22084 #: ../fish/guestfish-actions.pod:3323
22085 #, no-wrap
22086 msgid ""
22087 " realpath path\n"
22088 "\n"
22089 msgstr ""
22090
22091 # type: =head2
22092 #: ../fish/guestfish-actions.pod:3328
22093 msgid "removexattr"
22094 msgstr ""
22095
22096 # type: verbatim
22097 #: ../fish/guestfish-actions.pod:3330
22098 #, no-wrap
22099 msgid ""
22100 " removexattr xattr path\n"
22101 "\n"
22102 msgstr ""
22103
22104 # type: textblock
22105 #: ../fish/guestfish-actions.pod:3335
22106 msgid "See also: L</lremovexattr>, L<attr(5)>."
22107 msgstr ""
22108
22109 # type: =head2
22110 #: ../fish/guestfish-actions.pod:3337
22111 msgid "resize2fs"
22112 msgstr ""
22113
22114 # type: verbatim
22115 #: ../fish/guestfish-actions.pod:3339
22116 #, no-wrap
22117 msgid ""
22118 " resize2fs device\n"
22119 "\n"
22120 msgstr ""
22121
22122 # type: textblock
22123 #: ../fish/guestfish-actions.pod:3344
22124 msgid ""
22125 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
22126 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
22127 "gives an error about this and sometimes not.  In any case, it is always safe "
22128 "to call L</e2fsck-f> before calling this function."
22129 msgstr ""
22130
22131 # type: =head2
22132 #: ../fish/guestfish-actions.pod:3350
22133 msgid "resize2fs-size"
22134 msgstr ""
22135
22136 # type: verbatim
22137 #: ../fish/guestfish-actions.pod:3352
22138 #, no-wrap
22139 msgid ""
22140 " resize2fs-size device size\n"
22141 "\n"
22142 msgstr ""
22143
22144 # type: textblock
22145 #: ../fish/guestfish-actions.pod:3354
22146 msgid ""
22147 "This command is the same as L</resize2fs> except that it allows you to "
22148 "specify the new size (in bytes) explicitly."
22149 msgstr ""
22150
22151 # type: =head2
22152 #: ../fish/guestfish-actions.pod:3357
22153 msgid "rm"
22154 msgstr ""
22155
22156 # type: verbatim
22157 #: ../fish/guestfish-actions.pod:3359
22158 #, no-wrap
22159 msgid ""
22160 " rm path\n"
22161 "\n"
22162 msgstr ""
22163
22164 # type: =head2
22165 #: ../fish/guestfish-actions.pod:3363
22166 msgid "rm-rf"
22167 msgstr ""
22168
22169 # type: verbatim
22170 #: ../fish/guestfish-actions.pod:3365
22171 #, no-wrap
22172 msgid ""
22173 " rm-rf path\n"
22174 "\n"
22175 msgstr ""
22176
22177 # type: =head2
22178 #: ../fish/guestfish-actions.pod:3371
22179 msgid "rmdir"
22180 msgstr ""
22181
22182 # type: verbatim
22183 #: ../fish/guestfish-actions.pod:3373
22184 #, no-wrap
22185 msgid ""
22186 " rmdir path\n"
22187 "\n"
22188 msgstr ""
22189
22190 # type: =head2
22191 #: ../fish/guestfish-actions.pod:3377
22192 msgid "rmmountpoint"
22193 msgstr ""
22194
22195 # type: verbatim
22196 #: ../fish/guestfish-actions.pod:3379
22197 #, no-wrap
22198 msgid ""
22199 " rmmountpoint exemptpath\n"
22200 "\n"
22201 msgstr ""
22202
22203 # type: textblock
22204 #: ../fish/guestfish-actions.pod:3381
22205 msgid ""
22206 "This calls removes a mountpoint that was previously created with "
22207 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
22208 msgstr ""
22209
22210 # type: =head2
22211 #: ../fish/guestfish-actions.pod:3385
22212 msgid "scrub-device"
22213 msgstr ""
22214
22215 # type: verbatim
22216 #: ../fish/guestfish-actions.pod:3387
22217 #, no-wrap
22218 msgid ""
22219 " scrub-device device\n"
22220 "\n"
22221 msgstr ""
22222
22223 # type: =head2
22224 #: ../fish/guestfish-actions.pod:3398
22225 msgid "scrub-file"
22226 msgstr ""
22227
22228 # type: verbatim
22229 #: ../fish/guestfish-actions.pod:3400
22230 #, no-wrap
22231 msgid ""
22232 " scrub-file file\n"
22233 "\n"
22234 msgstr ""
22235
22236 # type: =head2
22237 #: ../fish/guestfish-actions.pod:3410
22238 msgid "scrub-freespace"
22239 msgstr ""
22240
22241 # type: verbatim
22242 #: ../fish/guestfish-actions.pod:3412
22243 #, no-wrap
22244 msgid ""
22245 " scrub-freespace dir\n"
22246 "\n"
22247 msgstr ""
22248
22249 # type: textblock
22250 #: ../fish/guestfish-actions.pod:3414
22251 msgid ""
22252 "This command creates the directory C<dir> and then fills it with files until "
22253 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
22254 "deletes them.  The intention is to scrub any free space on the partition "
22255 "containing C<dir>."
22256 msgstr ""
22257
22258 # type: =head2
22259 #: ../fish/guestfish-actions.pod:3423
22260 msgid "set-append"
22261 msgstr ""
22262
22263 # type: =head2
22264 #: ../fish/guestfish-actions.pod:3425
22265 msgid "append"
22266 msgstr ""
22267
22268 # type: verbatim
22269 #: ../fish/guestfish-actions.pod:3427
22270 #, no-wrap
22271 msgid ""
22272 " set-append append\n"
22273 "\n"
22274 msgstr ""
22275
22276 # type: =head2
22277 #: ../fish/guestfish-actions.pod:3438
22278 msgid "set-autosync"
22279 msgstr ""
22280
22281 # type: =head2
22282 #: ../fish/guestfish-actions.pod:3440
22283 msgid "autosync"
22284 msgstr ""
22285
22286 # type: verbatim
22287 #: ../fish/guestfish-actions.pod:3442
22288 #, no-wrap
22289 msgid ""
22290 " set-autosync true|false\n"
22291 "\n"
22292 msgstr ""
22293
22294 # type: textblock
22295 #: ../fish/guestfish-actions.pod:3444
22296 msgid ""
22297 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
22298 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
22299 "closed (also if the program exits without closing handles)."
22300 msgstr ""
22301
22302 # type: =head2
22303 #: ../fish/guestfish-actions.pod:3452
22304 msgid "set-direct"
22305 msgstr ""
22306
22307 # type: =head2
22308 #: ../fish/guestfish-actions.pod:3454
22309 msgid "direct"
22310 msgstr ""
22311
22312 # type: verbatim
22313 #: ../fish/guestfish-actions.pod:3456
22314 #, no-wrap
22315 msgid ""
22316 " set-direct true|false\n"
22317 "\n"
22318 msgstr ""
22319
22320 # type: textblock
22321 #: ../fish/guestfish-actions.pod:3462
22322 msgid ""
22323 "One consequence of this is that log messages aren't caught by the library "
22324 "and handled by L</set-log-message-callback>, but go straight to stdout."
22325 msgstr ""
22326
22327 # type: =head2
22328 #: ../fish/guestfish-actions.pod:3471
22329 msgid "set-e2label"
22330 msgstr ""
22331
22332 # type: verbatim
22333 #: ../fish/guestfish-actions.pod:3473
22334 #, no-wrap
22335 msgid ""
22336 " set-e2label device label\n"
22337 "\n"
22338 msgstr ""
22339
22340 # type: textblock
22341 #: ../fish/guestfish-actions.pod:3479
22342 msgid ""
22343 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
22344 "label on a filesystem."
22345 msgstr ""
22346
22347 # type: =head2
22348 #: ../fish/guestfish-actions.pod:3482
22349 msgid "set-e2uuid"
22350 msgstr ""
22351
22352 # type: verbatim
22353 #: ../fish/guestfish-actions.pod:3484
22354 #, no-wrap
22355 msgid ""
22356 " set-e2uuid device uuid\n"
22357 "\n"
22358 msgstr ""
22359
22360 # type: textblock
22361 #: ../fish/guestfish-actions.pod:3491
22362 msgid ""
22363 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
22364 "UUID of a filesystem."
22365 msgstr ""
22366
22367 # type: =head2
22368 #: ../fish/guestfish-actions.pod:3494
22369 msgid "set-memsize"
22370 msgstr ""
22371
22372 # type: =head2
22373 #: ../fish/guestfish-actions.pod:3496
22374 msgid "memsize"
22375 msgstr ""
22376
22377 # type: verbatim
22378 #: ../fish/guestfish-actions.pod:3498
22379 #, no-wrap
22380 msgid ""
22381 " set-memsize memsize\n"
22382 "\n"
22383 msgstr ""
22384
22385 # type: textblock
22386 #: ../fish/guestfish-actions.pod:3500
22387 msgid ""
22388 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
22389 "This only has any effect if called before L</launch>."
22390 msgstr ""
22391
22392 # type: =head2
22393 #: ../fish/guestfish-actions.pod:3511
22394 msgid "set-network"
22395 msgstr ""
22396
22397 # type: =head2
22398 #: ../fish/guestfish-actions.pod:3513
22399 msgid "network"
22400 msgstr ""
22401
22402 # type: verbatim
22403 #: ../fish/guestfish-actions.pod:3515
22404 #, no-wrap
22405 msgid ""
22406 " set-network true|false\n"
22407 "\n"
22408 msgstr ""
22409
22410 # type: textblock
22411 #: ../fish/guestfish-actions.pod:3523
22412 msgid "You must call this before calling L</launch>, otherwise it has no effect."
22413 msgstr ""
22414
22415 # type: =head2
22416 #: ../fish/guestfish-actions.pod:3526
22417 msgid "set-path"
22418 msgstr ""
22419
22420 # type: =head2
22421 #: ../fish/guestfish-actions.pod:3528
22422 msgid "path"
22423 msgstr ""
22424
22425 # type: verbatim
22426 #: ../fish/guestfish-actions.pod:3530
22427 #, no-wrap
22428 msgid ""
22429 " set-path searchpath\n"
22430 "\n"
22431 msgstr ""
22432
22433 # type: =head2
22434 #: ../fish/guestfish-actions.pod:3539
22435 msgid "set-qemu"
22436 msgstr ""
22437
22438 # type: =head2
22439 #: ../fish/guestfish-actions.pod:3541
22440 msgid "qemu"
22441 msgstr ""
22442
22443 # type: verbatim
22444 #: ../fish/guestfish-actions.pod:3543
22445 #, no-wrap
22446 msgid ""
22447 " set-qemu qemu\n"
22448 "\n"
22449 msgstr ""
22450
22451 # type: =head2
22452 #: ../fish/guestfish-actions.pod:3563
22453 msgid "set-recovery-proc"
22454 msgstr ""
22455
22456 # type: =head2
22457 #: ../fish/guestfish-actions.pod:3565
22458 msgid "recovery-proc"
22459 msgstr ""
22460
22461 # type: verbatim
22462 #: ../fish/guestfish-actions.pod:3567
22463 #, no-wrap
22464 msgid ""
22465 " set-recovery-proc true|false\n"
22466 "\n"
22467 msgstr ""
22468
22469 # type: textblock
22470 #: ../fish/guestfish-actions.pod:3569
22471 msgid ""
22472 "If this is called with the parameter C<false> then L</launch> does not "
22473 "create a recovery process.  The purpose of the recovery process is to stop "
22474 "runaway qemu processes in the case where the main program aborts abruptly."
22475 msgstr ""
22476
22477 # type: textblock
22478 #: ../fish/guestfish-actions.pod:3574
22479 msgid ""
22480 "This only has any effect if called before L</launch>, and the default is "
22481 "true."
22482 msgstr ""
22483
22484 # type: =head2
22485 #: ../fish/guestfish-actions.pod:3583
22486 msgid "set-selinux"
22487 msgstr ""
22488
22489 # type: =head2
22490 #: ../fish/guestfish-actions.pod:3585
22491 msgid "selinux"
22492 msgstr ""
22493
22494 # type: verbatim
22495 #: ../fish/guestfish-actions.pod:3587
22496 #, no-wrap
22497 msgid ""
22498 " set-selinux true|false\n"
22499 "\n"
22500 msgstr ""
22501
22502 # type: =head2
22503 #: ../fish/guestfish-actions.pod:3598
22504 msgid "set-trace"
22505 msgstr ""
22506
22507 # type: =head2
22508 #: ../fish/guestfish-actions.pod:3600
22509 msgid "trace"
22510 msgstr ""
22511
22512 # type: verbatim
22513 #: ../fish/guestfish-actions.pod:3602
22514 #, no-wrap
22515 msgid ""
22516 " set-trace true|false\n"
22517 "\n"
22518 msgstr ""
22519
22520 # type: =head2
22521 #: ../fish/guestfish-actions.pod:3618
22522 msgid "set-verbose"
22523 msgstr ""
22524
22525 # type: =head2
22526 #: ../fish/guestfish-actions.pod:3620
22527 msgid "verbose"
22528 msgstr ""
22529
22530 # type: verbatim
22531 #: ../fish/guestfish-actions.pod:3622
22532 #, no-wrap
22533 msgid ""
22534 " set-verbose true|false\n"
22535 "\n"
22536 msgstr ""
22537
22538 # type: =head2
22539 #: ../fish/guestfish-actions.pod:3629
22540 msgid "setcon"
22541 msgstr ""
22542
22543 # type: verbatim
22544 #: ../fish/guestfish-actions.pod:3631
22545 #, no-wrap
22546 msgid ""
22547 " setcon context\n"
22548 "\n"
22549 msgstr ""
22550
22551 # type: =head2
22552 #: ../fish/guestfish-actions.pod:3638
22553 msgid "setxattr"
22554 msgstr ""
22555
22556 # type: verbatim
22557 #: ../fish/guestfish-actions.pod:3640
22558 #, no-wrap
22559 msgid ""
22560 " setxattr xattr val vallen path\n"
22561 "\n"
22562 msgstr ""
22563
22564 # type: textblock
22565 #: ../fish/guestfish-actions.pod:3646
22566 msgid "See also: L</lsetxattr>, L<attr(5)>."
22567 msgstr ""
22568
22569 # type: =head2
22570 #: ../fish/guestfish-actions.pod:3648
22571 msgid "sfdisk"
22572 msgstr ""
22573
22574 # type: verbatim
22575 #: ../fish/guestfish-actions.pod:3650
22576 #, no-wrap
22577 msgid ""
22578 " sfdisk device cyls heads sectors 'lines ...'\n"
22579 "\n"
22580 msgstr ""
22581
22582 # type: textblock
22583 #: ../fish/guestfish-actions.pod:3672
22584 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
22585 msgstr ""
22586
22587 # type: =head2
22588 #: ../fish/guestfish-actions.pod:3678
22589 msgid "sfdiskM"
22590 msgstr ""
22591
22592 # type: verbatim
22593 #: ../fish/guestfish-actions.pod:3680
22594 #, no-wrap
22595 msgid ""
22596 " sfdiskM device 'lines ...'\n"
22597 "\n"
22598 msgstr ""
22599
22600 # type: textblock
22601 #: ../fish/guestfish-actions.pod:3682
22602 msgid ""
22603 "This is a simplified interface to the L</sfdisk> command, where partition "
22604 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
22605 "you don't need to specify the cyls, heads and sectors parameters which were "
22606 "rarely if ever used anyway."
22607 msgstr ""
22608
22609 # type: textblock
22610 #: ../fish/guestfish-actions.pod:3688
22611 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
22612 msgstr ""
22613
22614 # type: =head2
22615 #: ../fish/guestfish-actions.pod:3694
22616 msgid "sfdisk-N"
22617 msgstr ""
22618
22619 # type: verbatim
22620 #: ../fish/guestfish-actions.pod:3696
22621 #, no-wrap
22622 msgid ""
22623 " sfdisk-N device partnum cyls heads sectors line\n"
22624 "\n"
22625 msgstr ""
22626
22627 # type: textblock
22628 #: ../fish/guestfish-actions.pod:3701
22629 msgid ""
22630 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
22631 "cyls/heads/sectors parameters."
22632 msgstr ""
22633
22634 # type: textblock
22635 #: ../fish/guestfish-actions.pod:3704
22636 msgid "See also: L</part-add>"
22637 msgstr ""
22638
22639 # type: =head2
22640 #: ../fish/guestfish-actions.pod:3709
22641 msgid "sfdisk-disk-geometry"
22642 msgstr ""
22643
22644 # type: verbatim
22645 #: ../fish/guestfish-actions.pod:3711
22646 #, no-wrap
22647 msgid ""
22648 " sfdisk-disk-geometry device\n"
22649 "\n"
22650 msgstr ""
22651
22652 # type: textblock
22653 #: ../fish/guestfish-actions.pod:3713
22654 msgid ""
22655 "This displays the disk geometry of C<device> read from the partition table.  "
22656 "Especially in the case where the underlying block device has been resized, "
22657 "this can be different from the kernel's idea of the geometry (see "
22658 "L</sfdisk-kernel-geometry>)."
22659 msgstr ""
22660
22661 # type: =head2
22662 #: ../fish/guestfish-actions.pod:3721
22663 msgid "sfdisk-kernel-geometry"
22664 msgstr ""
22665
22666 # type: verbatim
22667 #: ../fish/guestfish-actions.pod:3723
22668 #, no-wrap
22669 msgid ""
22670 " sfdisk-kernel-geometry device\n"
22671 "\n"
22672 msgstr ""
22673
22674 # type: =head2
22675 #: ../fish/guestfish-actions.pod:3730
22676 msgid "sfdisk-l"
22677 msgstr ""
22678
22679 # type: verbatim
22680 #: ../fish/guestfish-actions.pod:3732
22681 #, no-wrap
22682 msgid ""
22683 " sfdisk-l device\n"
22684 "\n"
22685 msgstr ""
22686
22687 # type: textblock
22688 #: ../fish/guestfish-actions.pod:3738
22689 msgid "See also: L</part-list>"
22690 msgstr ""
22691
22692 # type: =head2
22693 #: ../fish/guestfish-actions.pod:3740
22694 msgid "sh"
22695 msgstr ""
22696
22697 # type: verbatim
22698 #: ../fish/guestfish-actions.pod:3742
22699 #, no-wrap
22700 msgid ""
22701 " sh command\n"
22702 "\n"
22703 msgstr ""
22704
22705 # type: textblock
22706 #: ../fish/guestfish-actions.pod:3747
22707 msgid "This is like L</command>, but passes the command to:"
22708 msgstr ""
22709
22710 # type: textblock
22711 #: ../fish/guestfish-actions.pod:3755
22712 msgid "All the provisos about L</command> apply to this call."
22713 msgstr ""
22714
22715 # type: =head2
22716 #: ../fish/guestfish-actions.pod:3757
22717 msgid "sh-lines"
22718 msgstr ""
22719
22720 # type: verbatim
22721 #: ../fish/guestfish-actions.pod:3759
22722 #, no-wrap
22723 msgid ""
22724 " sh-lines command\n"
22725 "\n"
22726 msgstr ""
22727
22728 # type: textblock
22729 #: ../fish/guestfish-actions.pod:3761
22730 msgid "This is the same as L</sh>, but splits the result into a list of lines."
22731 msgstr ""
22732
22733 # type: textblock
22734 #: ../fish/guestfish-actions.pod:3764
22735 msgid "See also: L</command-lines>"
22736 msgstr ""
22737
22738 # type: =head2
22739 #: ../fish/guestfish-actions.pod:3766
22740 msgid "sleep"
22741 msgstr ""
22742
22743 # type: verbatim
22744 #: ../fish/guestfish-actions.pod:3768
22745 #, no-wrap
22746 msgid ""
22747 " sleep secs\n"
22748 "\n"
22749 msgstr ""
22750
22751 # type: =head2
22752 #: ../fish/guestfish-actions.pod:3772
22753 msgid "stat"
22754 msgstr ""
22755
22756 # type: verbatim
22757 #: ../fish/guestfish-actions.pod:3774
22758 #, no-wrap
22759 msgid ""
22760 " stat path\n"
22761 "\n"
22762 msgstr ""
22763
22764 # type: =head2
22765 #: ../fish/guestfish-actions.pod:3780
22766 msgid "statvfs"
22767 msgstr ""
22768
22769 # type: verbatim
22770 #: ../fish/guestfish-actions.pod:3782
22771 #, no-wrap
22772 msgid ""
22773 " statvfs path\n"
22774 "\n"
22775 msgstr ""
22776
22777 # type: =head2
22778 #: ../fish/guestfish-actions.pod:3790
22779 msgid "strings"
22780 msgstr ""
22781
22782 # type: verbatim
22783 #: ../fish/guestfish-actions.pod:3792
22784 #, no-wrap
22785 msgid ""
22786 " strings path\n"
22787 "\n"
22788 msgstr ""
22789
22790 # type: =head2
22791 #: ../fish/guestfish-actions.pod:3800
22792 msgid "strings-e"
22793 msgstr ""
22794
22795 # type: verbatim
22796 #: ../fish/guestfish-actions.pod:3802
22797 #, no-wrap
22798 msgid ""
22799 " strings-e encoding path\n"
22800 "\n"
22801 msgstr ""
22802
22803 # type: textblock
22804 #: ../fish/guestfish-actions.pod:3804
22805 msgid ""
22806 "This is like the L</strings> command, but allows you to specify the encoding "
22807 "of strings that are looked for in the source file C<path>."
22808 msgstr ""
22809
22810 # type: textblock
22811 #: ../fish/guestfish-actions.pod:3814
22812 msgid ""
22813 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
22814 "ISO-8859-X (this is what L</strings> uses)."
22815 msgstr ""
22816
22817 # type: =head2
22818 #: ../fish/guestfish-actions.pod:3846
22819 msgid "swapoff-device"
22820 msgstr ""
22821
22822 # type: verbatim
22823 #: ../fish/guestfish-actions.pod:3848
22824 #, no-wrap
22825 msgid ""
22826 " swapoff-device device\n"
22827 "\n"
22828 msgstr ""
22829
22830 # type: textblock
22831 #: ../fish/guestfish-actions.pod:3850
22832 msgid ""
22833 "This command disables the libguestfs appliance swap device or partition "
22834 "named C<device>.  See L</swapon-device>."
22835 msgstr ""
22836
22837 # type: =head2
22838 #: ../fish/guestfish-actions.pod:3854
22839 msgid "swapoff-file"
22840 msgstr ""
22841
22842 # type: verbatim
22843 #: ../fish/guestfish-actions.pod:3856
22844 #, no-wrap
22845 msgid ""
22846 " swapoff-file file\n"
22847 "\n"
22848 msgstr ""
22849
22850 # type: =head2
22851 #: ../fish/guestfish-actions.pod:3860
22852 msgid "swapoff-label"
22853 msgstr ""
22854
22855 # type: verbatim
22856 #: ../fish/guestfish-actions.pod:3862
22857 #, no-wrap
22858 msgid ""
22859 " swapoff-label label\n"
22860 "\n"
22861 msgstr ""
22862
22863 # type: =head2
22864 #: ../fish/guestfish-actions.pod:3867
22865 msgid "swapoff-uuid"
22866 msgstr ""
22867
22868 # type: verbatim
22869 #: ../fish/guestfish-actions.pod:3869
22870 #, no-wrap
22871 msgid ""
22872 " swapoff-uuid uuid\n"
22873 "\n"
22874 msgstr ""
22875
22876 # type: =head2
22877 #: ../fish/guestfish-actions.pod:3874
22878 msgid "swapon-device"
22879 msgstr ""
22880
22881 # type: verbatim
22882 #: ../fish/guestfish-actions.pod:3876
22883 #, no-wrap
22884 msgid ""
22885 " swapon-device device\n"
22886 "\n"
22887 msgstr ""
22888
22889 # type: textblock
22890 #: ../fish/guestfish-actions.pod:3878
22891 msgid ""
22892 "This command enables the libguestfs appliance to use the swap device or "
22893 "partition named C<device>.  The increased memory is made available for all "
22894 "commands, for example those run using L</command> or L</sh>."
22895 msgstr ""
22896
22897 # type: =head2
22898 #: ../fish/guestfish-actions.pod:3890
22899 msgid "swapon-file"
22900 msgstr ""
22901
22902 # type: verbatim
22903 #: ../fish/guestfish-actions.pod:3892
22904 #, no-wrap
22905 msgid ""
22906 " swapon-file file\n"
22907 "\n"
22908 msgstr ""
22909
22910 # type: textblock
22911 #: ../fish/guestfish-actions.pod:3894
22912 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
22913 msgstr ""
22914
22915 # type: =head2
22916 #: ../fish/guestfish-actions.pod:3897
22917 msgid "swapon-label"
22918 msgstr ""
22919
22920 # type: verbatim
22921 #: ../fish/guestfish-actions.pod:3899
22922 #, no-wrap
22923 msgid ""
22924 " swapon-label label\n"
22925 "\n"
22926 msgstr ""
22927
22928 # type: textblock
22929 #: ../fish/guestfish-actions.pod:3901
22930 msgid ""
22931 "This command enables swap to a labeled swap partition.  See "
22932 "L</swapon-device> for other notes."
22933 msgstr ""
22934
22935 # type: =head2
22936 #: ../fish/guestfish-actions.pod:3904
22937 msgid "swapon-uuid"
22938 msgstr ""
22939
22940 # type: verbatim
22941 #: ../fish/guestfish-actions.pod:3906
22942 #, no-wrap
22943 msgid ""
22944 " swapon-uuid uuid\n"
22945 "\n"
22946 msgstr ""
22947
22948 # type: textblock
22949 #: ../fish/guestfish-actions.pod:3908
22950 msgid ""
22951 "This command enables swap to a swap partition with the given UUID.  See "
22952 "L</swapon-device> for other notes."
22953 msgstr ""
22954
22955 # type: =head2
22956 #: ../fish/guestfish-actions.pod:3911
22957 msgid "sync"
22958 msgstr ""
22959
22960 # type: verbatim
22961 #: ../fish/guestfish-actions.pod:3913
22962 #, no-wrap
22963 msgid ""
22964 " sync\n"
22965 "\n"
22966 msgstr ""
22967
22968 # type: =head2
22969 #: ../fish/guestfish-actions.pod:3921
22970 msgid "tail"
22971 msgstr ""
22972
22973 # type: verbatim
22974 #: ../fish/guestfish-actions.pod:3923
22975 #, no-wrap
22976 msgid ""
22977 " tail path\n"
22978 "\n"
22979 msgstr ""
22980
22981 # type: =head2
22982 #: ../fish/guestfish-actions.pod:3931
22983 msgid "tail-n"
22984 msgstr ""
22985
22986 # type: verbatim
22987 #: ../fish/guestfish-actions.pod:3933
22988 #, no-wrap
22989 msgid ""
22990 " tail-n nrlines path\n"
22991 "\n"
22992 msgstr ""
22993
22994 # type: =head2
22995 #: ../fish/guestfish-actions.pod:3946
22996 msgid "tar-in"
22997 msgstr ""
22998
22999 # type: verbatim
23000 #: ../fish/guestfish-actions.pod:3948
23001 #, no-wrap
23002 msgid ""
23003 " tar-in (tarfile|-) directory\n"
23004 "\n"
23005 msgstr ""
23006
23007 # type: textblock
23008 #: ../fish/guestfish-actions.pod:3953
23009 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
23010 msgstr ""
23011
23012 # type: =head2
23013 #: ../fish/guestfish-actions.pod:3958
23014 msgid "tar-out"
23015 msgstr ""
23016
23017 # type: verbatim
23018 #: ../fish/guestfish-actions.pod:3960
23019 #, no-wrap
23020 msgid ""
23021 " tar-out directory (tarfile|-)\n"
23022 "\n"
23023 msgstr ""
23024
23025 # type: textblock
23026 #: ../fish/guestfish-actions.pod:3965
23027 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
23028 msgstr ""
23029
23030 # type: =head2
23031 #: ../fish/guestfish-actions.pod:3970
23032 msgid "tgz-in"
23033 msgstr ""
23034
23035 # type: verbatim
23036 #: ../fish/guestfish-actions.pod:3972
23037 #, no-wrap
23038 msgid ""
23039 " tgz-in (tarball|-) directory\n"
23040 "\n"
23041 msgstr ""
23042
23043 # type: textblock
23044 #: ../fish/guestfish-actions.pod:3977
23045 msgid "To upload an uncompressed tarball, use L</tar-in>."
23046 msgstr ""
23047
23048 # type: =head2
23049 #: ../fish/guestfish-actions.pod:3981
23050 msgid "tgz-out"
23051 msgstr ""
23052
23053 # type: verbatim
23054 #: ../fish/guestfish-actions.pod:3983
23055 #, no-wrap
23056 msgid ""
23057 " tgz-out directory (tarball|-)\n"
23058 "\n"
23059 msgstr ""
23060
23061 # type: textblock
23062 #: ../fish/guestfish-actions.pod:3988
23063 msgid "To download an uncompressed tarball, use L</tar-out>."
23064 msgstr ""
23065
23066 # type: =head2
23067 #: ../fish/guestfish-actions.pod:3992
23068 msgid "touch"
23069 msgstr ""
23070
23071 # type: verbatim
23072 #: ../fish/guestfish-actions.pod:3994
23073 #, no-wrap
23074 msgid ""
23075 " touch path\n"
23076 "\n"
23077 msgstr ""
23078
23079 # type: =head2
23080 #: ../fish/guestfish-actions.pod:4003
23081 msgid "truncate"
23082 msgstr ""
23083
23084 # type: verbatim
23085 #: ../fish/guestfish-actions.pod:4005
23086 #, no-wrap
23087 msgid ""
23088 " truncate path\n"
23089 "\n"
23090 msgstr ""
23091
23092 # type: =head2
23093 #: ../fish/guestfish-actions.pod:4010
23094 msgid "truncate-size"
23095 msgstr ""
23096
23097 # type: verbatim
23098 #: ../fish/guestfish-actions.pod:4012
23099 #, no-wrap
23100 msgid ""
23101 " truncate-size path size\n"
23102 "\n"
23103 msgstr ""
23104
23105 # type: textblock
23106 #: ../fish/guestfish-actions.pod:4017
23107 msgid ""
23108 "If the current file size is less than C<size> then the file is extended to "
23109 "the required size with zero bytes.  This creates a sparse file (ie. disk "
23110 "blocks are not allocated for the file until you write to it).  To create a "
23111 "non-sparse file of zeroes, use L</fallocate64> instead."
23112 msgstr ""
23113
23114 # type: =head2
23115 #: ../fish/guestfish-actions.pod:4023
23116 msgid "tune2fs-l"
23117 msgstr ""
23118
23119 # type: verbatim
23120 #: ../fish/guestfish-actions.pod:4025
23121 #, no-wrap
23122 msgid ""
23123 " tune2fs-l device\n"
23124 "\n"
23125 msgstr ""
23126
23127 # type: =head2
23128 #: ../fish/guestfish-actions.pod:4035
23129 msgid "txz-in"
23130 msgstr ""
23131
23132 # type: verbatim
23133 #: ../fish/guestfish-actions.pod:4037
23134 #, no-wrap
23135 msgid ""
23136 " txz-in (tarball|-) directory\n"
23137 "\n"
23138 msgstr ""
23139
23140 # type: =head2
23141 #: ../fish/guestfish-actions.pod:4044
23142 msgid "txz-out"
23143 msgstr ""
23144
23145 # type: verbatim
23146 #: ../fish/guestfish-actions.pod:4046
23147 #, no-wrap
23148 msgid ""
23149 " txz-out directory (tarball|-)\n"
23150 "\n"
23151 msgstr ""
23152
23153 # type: =head2
23154 #: ../fish/guestfish-actions.pod:4053
23155 msgid "umask"
23156 msgstr ""
23157
23158 # type: verbatim
23159 #: ../fish/guestfish-actions.pod:4055
23160 #, no-wrap
23161 msgid ""
23162 " umask mask\n"
23163 "\n"
23164 msgstr ""
23165
23166 # type: textblock
23167 #: ../fish/guestfish-actions.pod:4069
23168 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
23169 msgstr ""
23170
23171 # type: =head2
23172 #: ../fish/guestfish-actions.pod:4074
23173 msgid "umount"
23174 msgstr ""
23175
23176 # type: =head2
23177 #: ../fish/guestfish-actions.pod:4076
23178 msgid "unmount"
23179 msgstr ""
23180
23181 # type: verbatim
23182 #: ../fish/guestfish-actions.pod:4078
23183 #, no-wrap
23184 msgid ""
23185 " umount pathordevice\n"
23186 "\n"
23187 msgstr ""
23188
23189 # type: =head2
23190 #: ../fish/guestfish-actions.pod:4084
23191 msgid "umount-all"
23192 msgstr ""
23193
23194 # type: =head2
23195 #: ../fish/guestfish-actions.pod:4086
23196 msgid "unmount-all"
23197 msgstr ""
23198
23199 # type: verbatim
23200 #: ../fish/guestfish-actions.pod:4088
23201 #, no-wrap
23202 msgid ""
23203 " umount-all\n"
23204 "\n"
23205 msgstr ""
23206
23207 # type: =head2
23208 #: ../fish/guestfish-actions.pod:4094
23209 msgid "upload"
23210 msgstr ""
23211
23212 # type: verbatim
23213 #: ../fish/guestfish-actions.pod:4096
23214 #, no-wrap
23215 msgid ""
23216 " upload (filename|-) remotefilename\n"
23217 "\n"
23218 msgstr ""
23219
23220 # type: textblock
23221 #: ../fish/guestfish-actions.pod:4103
23222 msgid "See also L</download>."
23223 msgstr ""
23224
23225 # type: =head2
23226 #: ../fish/guestfish-actions.pod:4107
23227 msgid "upload-offset"
23228 msgstr ""
23229
23230 # type: verbatim
23231 #: ../fish/guestfish-actions.pod:4109
23232 #, no-wrap
23233 msgid ""
23234 " upload-offset (filename|-) remotefilename offset\n"
23235 "\n"
23236 msgstr ""
23237
23238 # type: textblock
23239 #: ../fish/guestfish-actions.pod:4121
23240 msgid ""
23241 "Note that there is no limit on the amount of data that can be uploaded with "
23242 "this call, unlike with L</pwrite>, and this call always writes the full "
23243 "amount unless an error occurs."
23244 msgstr ""
23245
23246 # type: textblock
23247 #: ../fish/guestfish-actions.pod:4126
23248 msgid "See also L</upload>, L</pwrite>."
23249 msgstr ""
23250
23251 # type: =head2
23252 #: ../fish/guestfish-actions.pod:4130
23253 msgid "utimens"
23254 msgstr ""
23255
23256 # type: verbatim
23257 #: ../fish/guestfish-actions.pod:4132
23258 #, no-wrap
23259 msgid ""
23260 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
23261 "\n"
23262 msgstr ""
23263
23264 # type: =head2
23265 #: ../fish/guestfish-actions.pod:4151
23266 msgid "version"
23267 msgstr ""
23268
23269 # type: verbatim
23270 #: ../fish/guestfish-actions.pod:4153
23271 #, no-wrap
23272 msgid ""
23273 " version\n"
23274 "\n"
23275 msgstr ""
23276
23277 # type: textblock
23278 #: ../fish/guestfish-actions.pod:4180
23279 msgid ""
23280 "I<Note:> Don't use this call to test for availability of features.  In "
23281 "enterprise distributions we backport features from later versions into "
23282 "earlier versions, making this an unreliable way to test for features.  Use "
23283 "L</available> instead."
23284 msgstr ""
23285
23286 # type: =head2
23287 #: ../fish/guestfish-actions.pod:4186
23288 msgid "vfs-label"
23289 msgstr ""
23290
23291 # type: verbatim
23292 #: ../fish/guestfish-actions.pod:4188
23293 #, no-wrap
23294 msgid ""
23295 " vfs-label device\n"
23296 "\n"
23297 msgstr ""
23298
23299 # type: textblock
23300 #: ../fish/guestfish-actions.pod:4195
23301 msgid "To find a filesystem from the label, use L</findfs-label>."
23302 msgstr ""
23303
23304 # type: =head2
23305 #: ../fish/guestfish-actions.pod:4197
23306 msgid "vfs-type"
23307 msgstr ""
23308
23309 # type: verbatim
23310 #: ../fish/guestfish-actions.pod:4199
23311 #, no-wrap
23312 msgid ""
23313 " vfs-type device\n"
23314 "\n"
23315 msgstr ""
23316
23317 # type: =head2
23318 #: ../fish/guestfish-actions.pod:4209
23319 msgid "vfs-uuid"
23320 msgstr ""
23321
23322 # type: verbatim
23323 #: ../fish/guestfish-actions.pod:4211
23324 #, no-wrap
23325 msgid ""
23326 " vfs-uuid device\n"
23327 "\n"
23328 msgstr ""
23329
23330 # type: textblock
23331 #: ../fish/guestfish-actions.pod:4218
23332 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
23333 msgstr ""
23334
23335 # type: =head2
23336 #: ../fish/guestfish-actions.pod:4220
23337 msgid "vg-activate"
23338 msgstr ""
23339
23340 # type: verbatim
23341 #: ../fish/guestfish-actions.pod:4222
23342 #, no-wrap
23343 msgid ""
23344 " vg-activate true|false 'volgroups ...'\n"
23345 "\n"
23346 msgstr ""
23347
23348 # type: =head2
23349 #: ../fish/guestfish-actions.pod:4235
23350 msgid "vg-activate-all"
23351 msgstr ""
23352
23353 # type: verbatim
23354 #: ../fish/guestfish-actions.pod:4237
23355 #, no-wrap
23356 msgid ""
23357 " vg-activate-all true|false\n"
23358 "\n"
23359 msgstr ""
23360
23361 # type: =head2
23362 #: ../fish/guestfish-actions.pod:4247
23363 msgid "vgcreate"
23364 msgstr ""
23365
23366 # type: verbatim
23367 #: ../fish/guestfish-actions.pod:4249
23368 #, no-wrap
23369 msgid ""
23370 " vgcreate volgroup 'physvols ...'\n"
23371 "\n"
23372 msgstr ""
23373
23374 # type: =head2
23375 #: ../fish/guestfish-actions.pod:4254
23376 msgid "vglvuuids"
23377 msgstr ""
23378
23379 # type: verbatim
23380 #: ../fish/guestfish-actions.pod:4256
23381 #, no-wrap
23382 msgid ""
23383 " vglvuuids vgname\n"
23384 "\n"
23385 msgstr ""
23386
23387 # type: textblock
23388 #: ../fish/guestfish-actions.pod:4261
23389 msgid ""
23390 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
23391 "logical volumes and volume groups."
23392 msgstr ""
23393
23394 # type: textblock
23395 #: ../fish/guestfish-actions.pod:4264
23396 msgid "See also L</vgpvuuids>."
23397 msgstr ""
23398
23399 # type: =head2
23400 #: ../fish/guestfish-actions.pod:4266
23401 msgid "vgpvuuids"
23402 msgstr ""
23403
23404 # type: verbatim
23405 #: ../fish/guestfish-actions.pod:4268
23406 #, no-wrap
23407 msgid ""
23408 " vgpvuuids vgname\n"
23409 "\n"
23410 msgstr ""
23411
23412 # type: textblock
23413 #: ../fish/guestfish-actions.pod:4273
23414 msgid ""
23415 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
23416 "physical volumes and volume groups."
23417 msgstr ""
23418
23419 # type: textblock
23420 #: ../fish/guestfish-actions.pod:4276
23421 msgid "See also L</vglvuuids>."
23422 msgstr ""
23423
23424 # type: =head2
23425 #: ../fish/guestfish-actions.pod:4278
23426 msgid "vgremove"
23427 msgstr ""
23428
23429 # type: verbatim
23430 #: ../fish/guestfish-actions.pod:4280
23431 #, no-wrap
23432 msgid ""
23433 " vgremove vgname\n"
23434 "\n"
23435 msgstr ""
23436
23437 # type: =head2
23438 #: ../fish/guestfish-actions.pod:4287
23439 msgid "vgrename"
23440 msgstr ""
23441
23442 # type: verbatim
23443 #: ../fish/guestfish-actions.pod:4289
23444 #, no-wrap
23445 msgid ""
23446 " vgrename volgroup newvolgroup\n"
23447 "\n"
23448 msgstr ""
23449
23450 # type: =head2
23451 #: ../fish/guestfish-actions.pod:4293
23452 msgid "vgs"
23453 msgstr ""
23454
23455 # type: verbatim
23456 #: ../fish/guestfish-actions.pod:4295
23457 #, no-wrap
23458 msgid ""
23459 " vgs\n"
23460 "\n"
23461 msgstr ""
23462
23463 # type: textblock
23464 #: ../fish/guestfish-actions.pod:4303
23465 msgid "See also L</vgs-full>."
23466 msgstr ""
23467
23468 # type: =head2
23469 #: ../fish/guestfish-actions.pod:4305
23470 msgid "vgs-full"
23471 msgstr ""
23472
23473 # type: verbatim
23474 #: ../fish/guestfish-actions.pod:4307
23475 #, no-wrap
23476 msgid ""
23477 " vgs-full\n"
23478 "\n"
23479 msgstr ""
23480
23481 # type: =head2
23482 #: ../fish/guestfish-actions.pod:4312
23483 msgid "vgscan"
23484 msgstr ""
23485
23486 # type: verbatim
23487 #: ../fish/guestfish-actions.pod:4314
23488 #, no-wrap
23489 msgid ""
23490 " vgscan\n"
23491 "\n"
23492 msgstr ""
23493
23494 # type: =head2
23495 #: ../fish/guestfish-actions.pod:4319
23496 msgid "vguuid"
23497 msgstr ""
23498
23499 # type: verbatim
23500 #: ../fish/guestfish-actions.pod:4321
23501 #, no-wrap
23502 msgid ""
23503 " vguuid vgname\n"
23504 "\n"
23505 msgstr ""
23506
23507 # type: =head2
23508 #: ../fish/guestfish-actions.pod:4325
23509 msgid "wc-c"
23510 msgstr ""
23511
23512 # type: verbatim
23513 #: ../fish/guestfish-actions.pod:4327
23514 #, no-wrap
23515 msgid ""
23516 " wc-c path\n"
23517 "\n"
23518 msgstr ""
23519
23520 # type: =head2
23521 #: ../fish/guestfish-actions.pod:4332
23522 msgid "wc-l"
23523 msgstr ""
23524
23525 # type: verbatim
23526 #: ../fish/guestfish-actions.pod:4334
23527 #, no-wrap
23528 msgid ""
23529 " wc-l path\n"
23530 "\n"
23531 msgstr ""
23532
23533 # type: =head2
23534 #: ../fish/guestfish-actions.pod:4339
23535 msgid "wc-w"
23536 msgstr ""
23537
23538 # type: verbatim
23539 #: ../fish/guestfish-actions.pod:4341
23540 #, no-wrap
23541 msgid ""
23542 " wc-w path\n"
23543 "\n"
23544 msgstr ""
23545
23546 # type: =head2
23547 #: ../fish/guestfish-actions.pod:4346
23548 msgid "write"
23549 msgstr ""
23550
23551 # type: verbatim
23552 #: ../fish/guestfish-actions.pod:4348
23553 #, no-wrap
23554 msgid ""
23555 " write path content\n"
23556 "\n"
23557 msgstr ""
23558
23559 # type: =head2
23560 #: ../fish/guestfish-actions.pod:4356
23561 msgid "write-file"
23562 msgstr ""
23563
23564 # type: verbatim
23565 #: ../fish/guestfish-actions.pod:4358
23566 #, no-wrap
23567 msgid ""
23568 " write-file path content size\n"
23569 "\n"
23570 msgstr ""
23571
23572 # type: =head2
23573 #: ../fish/guestfish-actions.pod:4381
23574 msgid "zegrep"
23575 msgstr ""
23576
23577 # type: verbatim
23578 #: ../fish/guestfish-actions.pod:4383
23579 #, no-wrap
23580 msgid ""
23581 " zegrep regex path\n"
23582 "\n"
23583 msgstr ""
23584
23585 # type: =head2
23586 #: ../fish/guestfish-actions.pod:4391
23587 msgid "zegrepi"
23588 msgstr ""
23589
23590 # type: verbatim
23591 #: ../fish/guestfish-actions.pod:4393
23592 #, no-wrap
23593 msgid ""
23594 " zegrepi regex path\n"
23595 "\n"
23596 msgstr ""
23597
23598 # type: =head2
23599 #: ../fish/guestfish-actions.pod:4401
23600 msgid "zero"
23601 msgstr ""
23602
23603 # type: verbatim
23604 #: ../fish/guestfish-actions.pod:4403
23605 #, no-wrap
23606 msgid ""
23607 " zero device\n"
23608 "\n"
23609 msgstr ""
23610
23611 # type: textblock
23612 #: ../fish/guestfish-actions.pod:4411
23613 msgid "See also: L</zero-device>, L</scrub-device>."
23614 msgstr ""
23615
23616 # type: =head2
23617 #: ../fish/guestfish-actions.pod:4413
23618 msgid "zero-device"
23619 msgstr ""
23620
23621 # type: verbatim
23622 #: ../fish/guestfish-actions.pod:4415
23623 #, no-wrap
23624 msgid ""
23625 " zero-device device\n"
23626 "\n"
23627 msgstr ""
23628
23629 # type: textblock
23630 #: ../fish/guestfish-actions.pod:4417
23631 msgid ""
23632 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
23633 "which just zeroes the first few blocks of a device."
23634 msgstr ""
23635
23636 # type: =head2
23637 #: ../fish/guestfish-actions.pod:4424
23638 msgid "zerofree"
23639 msgstr ""
23640
23641 # type: verbatim
23642 #: ../fish/guestfish-actions.pod:4426
23643 #, no-wrap
23644 msgid ""
23645 " zerofree device\n"
23646 "\n"
23647 msgstr ""
23648
23649 # type: =head2
23650 #: ../fish/guestfish-actions.pod:4439
23651 msgid "zfgrep"
23652 msgstr ""
23653
23654 # type: verbatim
23655 #: ../fish/guestfish-actions.pod:4441
23656 #, no-wrap
23657 msgid ""
23658 " zfgrep pattern path\n"
23659 "\n"
23660 msgstr ""
23661
23662 # type: =head2
23663 #: ../fish/guestfish-actions.pod:4449
23664 msgid "zfgrepi"
23665 msgstr ""
23666
23667 # type: verbatim
23668 #: ../fish/guestfish-actions.pod:4451
23669 #, no-wrap
23670 msgid ""
23671 " zfgrepi pattern path\n"
23672 "\n"
23673 msgstr ""
23674
23675 # type: =head2
23676 #: ../fish/guestfish-actions.pod:4459
23677 msgid "zfile"
23678 msgstr ""
23679
23680 # type: verbatim
23681 #: ../fish/guestfish-actions.pod:4461
23682 #, no-wrap
23683 msgid ""
23684 " zfile meth path\n"
23685 "\n"
23686 msgstr ""
23687
23688 # type: textblock
23689 #: ../fish/guestfish-actions.pod:4468
23690 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
23691 msgstr ""
23692
23693 # type: =head2
23694 #: ../fish/guestfish-actions.pod:4478
23695 msgid "zgrep"
23696 msgstr ""
23697
23698 # type: verbatim
23699 #: ../fish/guestfish-actions.pod:4480
23700 #, no-wrap
23701 msgid ""
23702 " zgrep regex path\n"
23703 "\n"
23704 msgstr ""
23705
23706 # type: =head2
23707 #: ../fish/guestfish-actions.pod:4488
23708 msgid "zgrepi"
23709 msgstr ""
23710
23711 # type: verbatim
23712 #: ../fish/guestfish-actions.pod:4490
23713 #, no-wrap
23714 msgid ""
23715 " zgrepi regex path\n"
23716 "\n"
23717 msgstr ""
23718
23719 # type: =head2
23720 #: ../fish/guestfish-commands.pod:1
23721 msgid "alloc"
23722 msgstr ""
23723
23724 # type: =head2
23725 #: ../fish/guestfish-commands.pod:3
23726 msgid "allocate"
23727 msgstr ""
23728
23729 # type: verbatim
23730 #: ../fish/guestfish-commands.pod:5
23731 #, no-wrap
23732 msgid ""
23733 " alloc filename size\n"
23734 "\n"
23735 msgstr ""
23736
23737 # type: textblock
23738 #: ../fish/guestfish-commands.pod:7
23739 msgid ""
23740 "This creates an empty (zeroed) file of the given size, and then adds so it "
23741 "can be further examined."
23742 msgstr ""
23743
23744 # type: textblock
23745 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
23746 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
23747 msgstr ""
23748
23749 # type: textblock
23750 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
23751 msgid "Size can be specified using standard suffixes, eg. C<1M>."
23752 msgstr ""
23753
23754 # type: textblock
23755 #: ../fish/guestfish-commands.pod:14
23756 msgid ""
23757 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
23758 "image, see L</PREPARED DISK IMAGES>."
23759 msgstr ""
23760
23761 # type: =head2
23762 #: ../fish/guestfish-commands.pod:17
23763 msgid "copy-in"
23764 msgstr ""
23765
23766 # type: verbatim
23767 #: ../fish/guestfish-commands.pod:19
23768 #, no-wrap
23769 msgid ""
23770 " copy-in local [local ...] /remotedir\n"
23771 "\n"
23772 msgstr ""
23773
23774 # type: textblock
23775 #: ../fish/guestfish-commands.pod:21
23776 msgid ""
23777 "C<copy-in> copies local files or directories recursively into the disk "
23778 "image, placing them in the directory called C</remotedir> (which must "
23779 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
23780 "other commands as necessary."
23781 msgstr ""
23782
23783 # type: textblock
23784 #: ../fish/guestfish-commands.pod:26
23785 msgid ""
23786 "Multiple local files and directories can be specified, but the last "
23787 "parameter must always be a remote directory.  Wildcards cannot be used."
23788 msgstr ""
23789
23790 # type: =head2
23791 #: ../fish/guestfish-commands.pod:30
23792 msgid "copy-out"
23793 msgstr ""
23794
23795 # type: verbatim
23796 #: ../fish/guestfish-commands.pod:32
23797 #, no-wrap
23798 msgid ""
23799 " copy-out remote [remote ...] localdir\n"
23800 "\n"
23801 msgstr ""
23802
23803 # type: textblock
23804 #: ../fish/guestfish-commands.pod:34
23805 msgid ""
23806 "C<copy-out> copies remote files or directories recursively out of the disk "
23807 "image, placing them on the host disk in a local directory called C<localdir> "
23808 "(which must exist).  This guestfish meta-command turns into a sequence of "
23809 "L</download>, L</tar-out> and other commands as necessary."
23810 msgstr ""
23811
23812 # type: textblock
23813 #: ../fish/guestfish-commands.pod:40
23814 msgid ""
23815 "Multiple remote files and directories can be specified, but the last "
23816 "parameter must always be a local directory.  To download to the current "
23817 "directory, use C<.> as in:"
23818 msgstr ""
23819
23820 # type: verbatim
23821 #: ../fish/guestfish-commands.pod:44
23822 #, no-wrap
23823 msgid ""
23824 " copy-out /home .\n"
23825 "\n"
23826 msgstr ""
23827
23828 # type: textblock
23829 #: ../fish/guestfish-commands.pod:46
23830 msgid ""
23831 "Wildcards cannot be used in the ordinary command, but you can use them with "
23832 "the help of L</glob> like this:"
23833 msgstr ""
23834
23835 # type: verbatim
23836 #: ../fish/guestfish-commands.pod:49
23837 #, no-wrap
23838 msgid ""
23839 " glob copy-out /home/* .\n"
23840 "\n"
23841 msgstr ""
23842
23843 # type: =head2
23844 #: ../fish/guestfish-commands.pod:51
23845 msgid "echo"
23846 msgstr ""
23847
23848 # type: verbatim
23849 #: ../fish/guestfish-commands.pod:53
23850 #, no-wrap
23851 msgid ""
23852 " echo [params ...]\n"
23853 "\n"
23854 msgstr ""
23855
23856 # type: textblock
23857 #: ../fish/guestfish-commands.pod:55
23858 msgid "This echos the parameters to the terminal."
23859 msgstr ""
23860
23861 # type: =head2
23862 #: ../fish/guestfish-commands.pod:57
23863 msgid "edit"
23864 msgstr ""
23865
23866 # type: =head2
23867 #: ../fish/guestfish-commands.pod:59
23868 msgid "vi"
23869 msgstr ""
23870
23871 # type: =head2
23872 #: ../fish/guestfish-commands.pod:61
23873 msgid "emacs"
23874 msgstr ""
23875
23876 # type: verbatim
23877 #: ../fish/guestfish-commands.pod:63
23878 #, no-wrap
23879 msgid ""
23880 " edit filename\n"
23881 "\n"
23882 msgstr ""
23883
23884 # type: textblock
23885 #: ../fish/guestfish-commands.pod:65
23886 msgid ""
23887 "This is used to edit a file.  It downloads the file, edits it locally using "
23888 "your editor, then uploads the result."
23889 msgstr ""
23890
23891 # type: textblock
23892 #: ../fish/guestfish-commands.pod:68
23893 msgid ""
23894 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
23895 "or C<emacs> you will get those corresponding editors."
23896 msgstr ""
23897
23898 # type: =head2
23899 #: ../fish/guestfish-commands.pod:72
23900 msgid "glob"
23901 msgstr ""
23902
23903 # type: verbatim
23904 #: ../fish/guestfish-commands.pod:74
23905 #, no-wrap
23906 msgid ""
23907 " glob command args...\n"
23908 "\n"
23909 msgstr ""
23910
23911 # type: textblock
23912 #: ../fish/guestfish-commands.pod:76
23913 msgid ""
23914 "Expand wildcards in any paths in the args list, and run C<command> "
23915 "repeatedly on each matching path."
23916 msgstr ""
23917
23918 # type: textblock
23919 #: ../fish/guestfish-commands.pod:79
23920 msgid "See L</WILDCARDS AND GLOBBING>."
23921 msgstr ""
23922
23923 # type: =head2
23924 #: ../fish/guestfish-commands.pod:81
23925 msgid "hexedit"
23926 msgstr ""
23927
23928 # type: verbatim
23929 #: ../fish/guestfish-commands.pod:83
23930 #, no-wrap
23931 msgid ""
23932 " hexedit <filename|device>\n"
23933 " hexedit <filename|device> <max>\n"
23934 " hexedit <filename|device> <start> <max>\n"
23935 "\n"
23936 msgstr ""
23937
23938 # type: textblock
23939 #: ../fish/guestfish-commands.pod:87
23940 msgid ""
23941 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
23942 "device."
23943 msgstr ""
23944
23945 # type: textblock
23946 #: ../fish/guestfish-commands.pod:90
23947 msgid ""
23948 "This command works by downloading potentially the whole file or device, "
23949 "editing it locally, then uploading it.  If the file or device is large, you "
23950 "have to specify which part you wish to edit by using C<max> and/or C<start> "
23951 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
23952 "usual modifiers allowed such as C<1M> (1 megabyte)."
23953 msgstr ""
23954
23955 # type: textblock
23956 #: ../fish/guestfish-commands.pod:97
23957 msgid "For example to edit the first few sectors of a disk you might do:"
23958 msgstr ""
23959
23960 # type: verbatim
23961 #: ../fish/guestfish-commands.pod:100
23962 #, no-wrap
23963 msgid ""
23964 " hexedit /dev/sda 1M\n"
23965 "\n"
23966 msgstr ""
23967
23968 # type: textblock
23969 #: ../fish/guestfish-commands.pod:102
23970 msgid ""
23971 "which would allow you to edit anywhere within the first megabyte of the "
23972 "disk."
23973 msgstr ""
23974
23975 # type: textblock
23976 #: ../fish/guestfish-commands.pod:105
23977 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
23978 msgstr ""
23979
23980 # type: verbatim
23981 #: ../fish/guestfish-commands.pod:107
23982 #, no-wrap
23983 msgid ""
23984 " hexedit /dev/sda1 0x400 0x400\n"
23985 "\n"
23986 msgstr ""
23987
23988 # type: textblock
23989 #: ../fish/guestfish-commands.pod:109
23990 msgid "(assuming the superblock is in the standard location)."
23991 msgstr ""
23992
23993 # type: textblock
23994 #: ../fish/guestfish-commands.pod:111
23995 msgid ""
23996 "This command requires the external L<hexedit(1)> program.  You can specify "
23997 "another program to use by setting the C<HEXEDITOR> environment variable."
23998 msgstr ""
23999
24000 # type: textblock
24001 #: ../fish/guestfish-commands.pod:115
24002 msgid "See also L</hexdump>."
24003 msgstr ""
24004
24005 # type: =head2
24006 #: ../fish/guestfish-commands.pod:117
24007 msgid "lcd"
24008 msgstr ""
24009
24010 # type: verbatim
24011 #: ../fish/guestfish-commands.pod:119
24012 #, no-wrap
24013 msgid ""
24014 " lcd directory\n"
24015 "\n"
24016 msgstr ""
24017
24018 # type: textblock
24019 #: ../fish/guestfish-commands.pod:121
24020 msgid "Change the local directory, ie. the current directory of guestfish itself."
24021 msgstr ""
24022
24023 # type: textblock
24024 #: ../fish/guestfish-commands.pod:124
24025 msgid "Note that C<!cd> won't do what you might expect."
24026 msgstr ""
24027
24028 # type: =head2
24029 #: ../fish/guestfish-commands.pod:126
24030 msgid "man"
24031 msgstr ""
24032
24033 # type: =head2
24034 #: ../fish/guestfish-commands.pod:128
24035 msgid "manual"
24036 msgstr ""
24037
24038 # type: verbatim
24039 #: ../fish/guestfish-commands.pod:130
24040 #, no-wrap
24041 msgid ""
24042 "  man\n"
24043 "\n"
24044 msgstr ""
24045
24046 # type: textblock
24047 #: ../fish/guestfish-commands.pod:132
24048 msgid "Opens the manual page for guestfish."
24049 msgstr ""
24050
24051 # type: =head2
24052 #: ../fish/guestfish-commands.pod:134
24053 msgid "more"
24054 msgstr ""
24055
24056 # type: =head2
24057 #: ../fish/guestfish-commands.pod:136
24058 msgid "less"
24059 msgstr ""
24060
24061 # type: verbatim
24062 #: ../fish/guestfish-commands.pod:138
24063 #, no-wrap
24064 msgid ""
24065 " more filename\n"
24066 "\n"
24067 msgstr ""
24068
24069 # type: verbatim
24070 #: ../fish/guestfish-commands.pod:140
24071 #, no-wrap
24072 msgid ""
24073 " less filename\n"
24074 "\n"
24075 msgstr ""
24076
24077 # type: textblock
24078 #: ../fish/guestfish-commands.pod:142
24079 msgid "This is used to view a file."
24080 msgstr ""
24081
24082 # type: textblock
24083 #: ../fish/guestfish-commands.pod:144
24084 msgid ""
24085 "The default viewer is C<$PAGER>.  However if you use the alternate command "
24086 "C<less> you will get the C<less> command specifically."
24087 msgstr ""
24088
24089 # type: =head2
24090 #: ../fish/guestfish-commands.pod:147
24091 msgid "reopen"
24092 msgstr ""
24093
24094 # type: verbatim
24095 #: ../fish/guestfish-commands.pod:149
24096 #, no-wrap
24097 msgid ""
24098 "  reopen\n"
24099 "\n"
24100 msgstr ""
24101
24102 # type: textblock
24103 #: ../fish/guestfish-commands.pod:151
24104 msgid ""
24105 "Close and reopen the libguestfs handle.  It is not necessary to use this "
24106 "normally, because the handle is closed properly when guestfish exits.  "
24107 "However this is occasionally useful for testing."
24108 msgstr ""
24109
24110 # type: =head2
24111 #: ../fish/guestfish-commands.pod:155
24112 msgid "sparse"
24113 msgstr ""
24114
24115 # type: verbatim
24116 #: ../fish/guestfish-commands.pod:157
24117 #, no-wrap
24118 msgid ""
24119 " sparse filename size\n"
24120 "\n"
24121 msgstr ""
24122
24123 # type: textblock
24124 #: ../fish/guestfish-commands.pod:159
24125 msgid ""
24126 "This creates an empty sparse file of the given size, and then adds so it can "
24127 "be further examined."
24128 msgstr ""
24129
24130 # type: textblock
24131 #: ../fish/guestfish-commands.pod:162
24132 msgid ""
24133 "In all respects it works the same as the L</alloc> command, except that the "
24134 "image file is allocated sparsely, which means that disk blocks are not "
24135 "assigned to the file until they are needed.  Sparse disk files only use "
24136 "space when written to, but they are slower and there is a danger you could "
24137 "run out of real disk space during a write operation."
24138 msgstr ""
24139
24140 # type: =head2
24141 #: ../fish/guestfish-commands.pod:172
24142 msgid "supported"
24143 msgstr ""
24144
24145 # type: verbatim
24146 #: ../fish/guestfish-commands.pod:174
24147 #, no-wrap
24148 msgid ""
24149 " supported\n"
24150 "\n"
24151 msgstr ""
24152
24153 # type: textblock
24154 #: ../fish/guestfish-commands.pod:176
24155 msgid ""
24156 "This command returns a list of the optional groups known to the daemon, and "
24157 "indicates which ones are supported by this build of the libguestfs "
24158 "appliance."
24159 msgstr ""
24160
24161 # type: textblock
24162 #: ../fish/guestfish-commands.pod:180
24163 msgid "See also L<guestfs(3)/AVAILABILITY>."
24164 msgstr ""
24165
24166 # type: =head2
24167 #: ../fish/guestfish-commands.pod:182
24168 msgid "time"
24169 msgstr ""
24170
24171 # type: verbatim
24172 #: ../fish/guestfish-commands.pod:184
24173 #, no-wrap
24174 msgid ""
24175 " time command args...\n"
24176 "\n"
24177 msgstr ""
24178
24179 # type: textblock
24180 #: ../fish/guestfish-commands.pod:186
24181 msgid ""
24182 "Run the command as usual, but print the elapsed time afterwards.  This can "
24183 "be useful for benchmarking operations."
24184 msgstr ""
24185
24186 # type: textblock
24187 #: ../test-tool/libguestfs-test-tool.pod:5
24188 msgid "libguestfs-test-tool - End user tests for libguestfs"
24189 msgstr ""
24190
24191 # type: verbatim
24192 #: ../test-tool/libguestfs-test-tool.pod:9
24193 #, no-wrap
24194 msgid ""
24195 " libguestfs-test-tool [--options]\n"
24196 "\n"
24197 msgstr ""
24198
24199 # type: textblock
24200 #: ../test-tool/libguestfs-test-tool.pod:13
24201 msgid ""
24202 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
24203 "and developers, to allow them to check basic libguestfs functionality is "
24204 "working.  This is needed because libguestfs occasionally breaks for reasons "
24205 "beyond our control: usually because of changes in the underlying qemu or "
24206 "kernel packages, or the host environment."
24207 msgstr ""
24208
24209 # type: textblock
24210 #: ../test-tool/libguestfs-test-tool.pod:20
24211 msgid "If you suspect a problem in libguestfs, then just run:"
24212 msgstr ""
24213
24214 # type: verbatim
24215 #: ../test-tool/libguestfs-test-tool.pod:22
24216 #, no-wrap
24217 msgid ""
24218 " libguestfs-test-tool\n"
24219 "\n"
24220 msgstr ""
24221
24222 # type: textblock
24223 #: ../test-tool/libguestfs-test-tool.pod:24
24224 msgid "It will print lots of diagnostic messages."
24225 msgstr ""
24226
24227 # type: textblock
24228 #: ../test-tool/libguestfs-test-tool.pod:26
24229 msgid "If it runs to completion successfully, you will see this near the end:"
24230 msgstr ""
24231
24232 # type: verbatim
24233 #: ../test-tool/libguestfs-test-tool.pod:28
24234 #, no-wrap
24235 msgid ""
24236 " ===== TEST FINISHED OK =====\n"
24237 "\n"
24238 msgstr ""
24239
24240 # type: textblock
24241 #: ../test-tool/libguestfs-test-tool.pod:30
24242 msgid "and the test tool will exit with code 0."
24243 msgstr ""
24244
24245 # type: textblock
24246 #: ../test-tool/libguestfs-test-tool.pod:32
24247 msgid ""
24248 "If it fails (and/or exits with non-zero error code), please paste the "
24249 "B<complete, unedited> output of the test tool into a bug report.  More "
24250 "information about reporting bugs can be found on the "
24251 "L<http://libguestfs.org/> website."
24252 msgstr ""
24253
24254 # type: =item
24255 #: ../test-tool/libguestfs-test-tool.pod:41
24256 msgid "I<--help>"
24257 msgstr ""
24258
24259 # type: textblock
24260 #: ../test-tool/libguestfs-test-tool.pod:43
24261 msgid "Display short usage information and exit."
24262 msgstr ""
24263
24264 # type: =item
24265 #: ../test-tool/libguestfs-test-tool.pod:45
24266 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
24267 msgstr ""
24268
24269 # type: textblock
24270 #: ../test-tool/libguestfs-test-tool.pod:47
24271 msgid ""
24272 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
24273 "normally look in the C<$libexec> directory that was configured when the tool "
24274 "was built."
24275 msgstr ""
24276
24277 # type: =item
24278 #: ../test-tool/libguestfs-test-tool.pod:51
24279 msgid "I<--qemu qemu_binary>"
24280 msgstr ""
24281
24282 # type: textblock
24283 #: ../test-tool/libguestfs-test-tool.pod:53
24284 msgid ""
24285 "If you have downloaded another qemu binary, point this option at the full "
24286 "path of the binary to try it."
24287 msgstr ""
24288
24289 # type: =item
24290 #: ../test-tool/libguestfs-test-tool.pod:56
24291 msgid "I<--qemudir qemu_source_dir>"
24292 msgstr ""
24293
24294 # type: textblock
24295 #: ../test-tool/libguestfs-test-tool.pod:58
24296 msgid ""
24297 "If you have compiled qemu from source, point this option at the source "
24298 "directory to try it."
24299 msgstr ""
24300
24301 # type: =item
24302 #: ../test-tool/libguestfs-test-tool.pod:61
24303 msgid "I<--timeout N>"
24304 msgstr ""
24305
24306 # type: textblock
24307 #: ../test-tool/libguestfs-test-tool.pod:63
24308 msgid ""
24309 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
24310 "does not usually need to be adjusted unless your machine is very slow."
24311 msgstr ""
24312
24313 # type: =head1
24314 #: ../test-tool/libguestfs-test-tool.pod:69
24315 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
24316 msgstr ""
24317
24318 # type: textblock
24319 #: ../test-tool/libguestfs-test-tool.pod:71
24320 msgid ""
24321 "If you have compiled another version of qemu from source and would like to "
24322 "try that, then you can use the I<--qemudir> option to point to the qemu "
24323 "source directory."
24324 msgstr ""
24325
24326 # type: textblock
24327 #: ../test-tool/libguestfs-test-tool.pod:75
24328 msgid ""
24329 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
24330 "option to point to the binary."
24331 msgstr ""
24332
24333 # type: textblock
24334 #: ../test-tool/libguestfs-test-tool.pod:78
24335 msgid ""
24336 "When using an alternate qemu with libguestfs, usually you would need to "
24337 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
24338 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
24339 "when you use either of the I<--qemudir> or I<--qemu> options."
24340 msgstr ""
24341
24342 # type: textblock
24343 #: ../test-tool/libguestfs-test-tool.pod:85
24344 msgid ""
24345 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
24346 "I<1> if there was an error."
24347 msgstr ""
24348
24349 # type: =item
24350 #: ../test-tool/libguestfs-test-tool.pod:92
24351 msgid "/usr/libexec/libguestfs-test-tool-helper"
24352 msgstr ""
24353
24354 # type: textblock
24355 #: ../test-tool/libguestfs-test-tool.pod:94
24356 msgid ""
24357 "This helper program is run inside the appliance and provides additional "
24358 "tests."
24359 msgstr ""
24360
24361 # type: =item
24362 #: ../test-tool/libguestfs-test-tool.pod:97
24363 msgid "/usr/bin/mkisofs"
24364 msgstr ""
24365
24366 # type: textblock
24367 #: ../test-tool/libguestfs-test-tool.pod:99
24368 msgid ""
24369 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
24370 "which is used as part of the tests."
24371 msgstr ""
24372
24373 # type: textblock
24374 #: ../test-tool/libguestfs-test-tool.pod:106
24375 msgid ""
24376 "For the full list of environment variables which may affect libguestfs, "
24377 "please see the L<guestfs(3)> manual page."
24378 msgstr ""
24379
24380 # type: textblock
24381 #: ../test-tool/libguestfs-test-tool.pod:111
24382 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
24383 msgstr ""
24384
24385 # type: textblock
24386 #: ../test-tool/libguestfs-test-tool.pod:121
24387 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
24388 msgstr ""
24389
24390 # type: textblock
24391 #: ../fuse/guestmount.pod:5
24392 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
24393 msgstr ""
24394
24395 # type: verbatim
24396 #: ../fuse/guestmount.pod:9
24397 #, no-wrap
24398 msgid ""
24399 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
24400 "\n"
24401 msgstr ""
24402
24403 # type: verbatim
24404 #: ../fuse/guestmount.pod:11
24405 #, no-wrap
24406 msgid ""
24407 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
24408 "\n"
24409 msgstr ""
24410
24411 # type: verbatim
24412 #: ../fuse/guestmount.pod:13
24413 #, no-wrap
24414 msgid ""
24415 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
24416 "\n"
24417 msgstr ""
24418
24419 # type: textblock
24420 #: ../fuse/guestmount.pod:17
24421 msgid ""
24422 "You must I<not> use C<guestmount> in read-write mode on live virtual "
24423 "machines.  If you do this, you risk disk corruption in the VM."
24424 msgstr ""
24425
24426 # type: textblock
24427 #: ../fuse/guestmount.pod:22
24428 msgid ""
24429 "The guestmount program can be used to mount virtual machine filesystems and "
24430 "other disk images on the host.  It uses libguestfs for access to the guest "
24431 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
24432 "a mountable device."
24433 msgstr ""
24434
24435 # type: textblock
24436 #: ../fuse/guestmount.pod:27
24437 msgid ""
24438 "Along with other options, you have to give at least one device (I<-a> "
24439 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
24440 "option) or use the I<-i> inspection option.  How this works is better "
24441 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
24442 "below."
24443 msgstr ""
24444
24445 # type: textblock
24446 #: ../fuse/guestmount.pod:33
24447 msgid ""
24448 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
24449 "by you, and the filesystem will not be visible to any other users unless you "
24450 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
24451 "the filesystem, use the C<fusermount -u> command."
24452 msgstr ""
24453
24454 # type: textblock
24455 #: ../fuse/guestmount.pod:41
24456 msgid ""
24457 "For a typical Windows guest which has its main filesystem on the first "
24458 "partition:"
24459 msgstr ""
24460
24461 # type: verbatim
24462 #: ../fuse/guestmount.pod:44
24463 #, no-wrap
24464 msgid ""
24465 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
24466 "\n"
24467 msgstr ""
24468
24469 # type: textblock
24470 #: ../fuse/guestmount.pod:46
24471 msgid ""
24472 "For a typical Linux guest which has a /boot filesystem on the first "
24473 "partition, and the root filesystem on a logical volume:"
24474 msgstr ""
24475
24476 # type: verbatim
24477 #: ../fuse/guestmount.pod:49
24478 #, no-wrap
24479 msgid ""
24480 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
24481 "\n"
24482 msgstr ""
24483
24484 # type: textblock
24485 #: ../fuse/guestmount.pod:51
24486 msgid "To get libguestfs to detect guest mountpoints for you:"
24487 msgstr ""
24488
24489 # type: verbatim
24490 #: ../fuse/guestmount.pod:53
24491 #, no-wrap
24492 msgid ""
24493 " guestmount -a guest.img -i --ro /mnt\n"
24494 "\n"
24495 msgstr ""
24496
24497 # type: textblock
24498 #: ../fuse/guestmount.pod:55
24499 msgid "For a libvirt guest called \"Guest\" you could do:"
24500 msgstr ""
24501
24502 # type: verbatim
24503 #: ../fuse/guestmount.pod:57
24504 #, no-wrap
24505 msgid ""
24506 " guestmount -d Guest -i --ro /mnt\n"
24507 "\n"
24508 msgstr ""
24509
24510 # type: textblock
24511 #: ../fuse/guestmount.pod:59
24512 msgid ""
24513 "If you don't know what filesystems are contained in a guest or disk image, "
24514 "use L<virt-list-filesystems(1)> first:"
24515 msgstr ""
24516
24517 # type: verbatim
24518 #: ../fuse/guestmount.pod:62
24519 #, no-wrap
24520 msgid ""
24521 " virt-list-filesystems MyGuest\n"
24522 "\n"
24523 msgstr ""
24524
24525 # type: textblock
24526 #: ../fuse/guestmount.pod:64
24527 msgid ""
24528 "If you want to trace the libguestfs calls but without excessive debugging "
24529 "information, we recommend:"
24530 msgstr ""
24531
24532 # type: verbatim
24533 #: ../fuse/guestmount.pod:67
24534 #, no-wrap
24535 msgid ""
24536 " guestmount [...] --trace /mnt\n"
24537 "\n"
24538 msgstr ""
24539
24540 # type: textblock
24541 #: ../fuse/guestmount.pod:69
24542 msgid "If you want to debug the program, we recommend:"
24543 msgstr ""
24544
24545 # type: verbatim
24546 #: ../fuse/guestmount.pod:71
24547 #, no-wrap
24548 msgid ""
24549 " guestmount [...] --trace --verbose /mnt\n"
24550 "\n"
24551 msgstr ""
24552
24553 # type: textblock
24554 #: ../fuse/guestmount.pod:79
24555 msgid "Add a block device or virtual machine image."
24556 msgstr ""
24557
24558 # type: =item
24559 #: ../fuse/guestmount.pod:96
24560 msgid "B<--dir-cache-timeout N>"
24561 msgstr ""
24562
24563 # type: textblock
24564 #: ../fuse/guestmount.pod:98
24565 msgid ""
24566 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
24567 "seconds.  The readdir cache [actually, there are several semi-independent "
24568 "caches] is populated after a readdir(2) call with the stat and extended "
24569 "attributes of the files in the directory, in anticipation that they will be "
24570 "requested soon after."
24571 msgstr ""
24572
24573 # type: textblock
24574 #: ../fuse/guestmount.pod:104
24575 msgid ""
24576 "There is also a different attribute cache implemented by FUSE (see the FUSE "
24577 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
24578 "requests, only cache existing ones."
24579 msgstr ""
24580
24581 # type: textblock
24582 #: ../fuse/guestmount.pod:122
24583 msgid ""
24584 "If you have untrusted raw-format guest disk images, you should use this "
24585 "option to specify the disk format.  This avoids a possible security problem "
24586 "with malicious guests (CVE-2010-3851).  See also "
24587 "L<guestfs(3)/guestfs_add_drive_opts>."
24588 msgstr ""
24589
24590 # type: =item
24591 #: ../fuse/guestmount.pod:127
24592 msgid "B<--fuse-help>"
24593 msgstr ""
24594
24595 # type: textblock
24596 #: ../fuse/guestmount.pod:129
24597 msgid "Display help on special FUSE options (see I<-o> below)."
24598 msgstr ""
24599
24600 # type: textblock
24601 #: ../fuse/guestmount.pod:133
24602 msgid "Display brief help and exit."
24603 msgstr ""
24604
24605 # type: =item
24606 #: ../fuse/guestmount.pod:146
24607 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
24608 msgstr ""
24609
24610 # type: textblock
24611 #: ../fuse/guestmount.pod:148
24612 msgid ""
24613 "Mount the named partition or logical volume on the given mountpoint B<in the "
24614 "guest> (this has nothing to do with mountpoints in the host)."
24615 msgstr ""
24616
24617 # type: textblock
24618 #: ../fuse/guestmount.pod:151
24619 msgid ""
24620 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
24621 "something on C</>."
24622 msgstr ""
24623
24624 # type: textblock
24625 #: ../fuse/guestmount.pod:156
24626 msgid ""
24627 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
24628 "unmounted.  If you specify this option, then we don't attempt to sync the "
24629 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
24630 msgstr ""
24631
24632 # type: =item
24633 #: ../fuse/guestmount.pod:161
24634 msgid "B<-o option> | B<--option option>"
24635 msgstr ""
24636
24637 # type: textblock
24638 #: ../fuse/guestmount.pod:163
24639 msgid "Pass extra options to FUSE."
24640 msgstr ""
24641
24642 # type: textblock
24643 #: ../fuse/guestmount.pod:165
24644 msgid ""
24645 "To get a list of all the extra options supported by FUSE, use the command "
24646 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
24647 "of them are a good idea."
24648 msgstr ""
24649
24650 # type: verbatim
24651 #: ../fuse/guestmount.pod:169
24652 #, no-wrap
24653 msgid ""
24654 " guestmount --fuse-help\n"
24655 "\n"
24656 msgstr ""
24657
24658 # type: textblock
24659 #: ../fuse/guestmount.pod:171
24660 msgid "Some potentially useful FUSE options:"
24661 msgstr ""
24662
24663 # type: =item
24664 #: ../fuse/guestmount.pod:175
24665 msgid "B<-o allow_other>"
24666 msgstr ""
24667
24668 # type: textblock
24669 #: ../fuse/guestmount.pod:177
24670 msgid "Allow other users to see the filesystem."
24671 msgstr ""
24672
24673 # type: =item
24674 #: ../fuse/guestmount.pod:179
24675 msgid "B<-o attr_timeout=N>"
24676 msgstr ""
24677
24678 # type: textblock
24679 #: ../fuse/guestmount.pod:181
24680 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
24681 msgstr ""
24682
24683 # type: =item
24684 #: ../fuse/guestmount.pod:183
24685 msgid "B<-o kernel_cache>"
24686 msgstr ""
24687
24688 # type: textblock
24689 #: ../fuse/guestmount.pod:185
24690 msgid ""
24691 "Allow the kernel to cache files (reduces the number of reads that have to go "
24692 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
24693 "afford the extra memory usage."
24694 msgstr ""
24695
24696 # type: =item
24697 #: ../fuse/guestmount.pod:189
24698 msgid "B<-o uid=N> B<-o gid=N>"
24699 msgstr ""
24700
24701 # type: textblock
24702 #: ../fuse/guestmount.pod:191
24703 msgid ""
24704 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
24705 "the chosen values."
24706 msgstr ""
24707
24708 # type: textblock
24709 #: ../fuse/guestmount.pod:198
24710 msgid ""
24711 "Add devices and mount everything read-only.  Also disallow writes and make "
24712 "the disk appear read-only to FUSE."
24713 msgstr ""
24714
24715 # type: textblock
24716 #: ../fuse/guestmount.pod:201
24717 msgid ""
24718 "This is highly recommended if you are not going to edit the guest disk.  If "
24719 "the guest is running and this option is I<not> supplied, then there is a "
24720 "strong risk of disk corruption in the guest.  We try to prevent this from "
24721 "happening, but it is not always possible."
24722 msgstr ""
24723
24724 # type: textblock
24725 #: ../fuse/guestmount.pod:206
24726 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
24727 msgstr ""
24728
24729 # type: textblock
24730 #: ../fuse/guestmount.pod:210
24731 msgid "Enable SELinux support for the guest."
24732 msgstr ""
24733
24734 # type: textblock
24735 #: ../fuse/guestmount.pod:214
24736 msgid "Enable verbose messages from underlying libguestfs."
24737 msgstr ""
24738
24739 # type: textblock
24740 #: ../fuse/guestmount.pod:218
24741 msgid "Display the program version and exit."
24742 msgstr ""
24743
24744 # type: textblock
24745 #: ../fuse/guestmount.pod:222
24746 msgid ""
24747 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
24748 "FOR READ AND WRITE>."
24749 msgstr ""
24750
24751 # type: =item
24752 #: ../fuse/guestmount.pod:225
24753 msgid "B<-x> | B<--trace>"
24754 msgstr ""
24755
24756 # type: textblock
24757 #: ../fuse/guestmount.pod:227
24758 msgid "Trace libguestfs calls."
24759 msgstr ""
24760
24761 # type: textblock
24762 #: ../fuse/guestmount.pod:229
24763 msgid "This also stops the daemon from forking into the background."
24764 msgstr ""
24765
24766 # type: textblock
24767 #: ../fuse/guestmount.pod:235
24768 msgid ""
24769 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
24770 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
24771 "L<http://fuse.sf.net/>."
24772 msgstr ""
24773
24774 # type: textblock
24775 #: ../inspector/virt-inspector.pl:35
24776 msgid ""
24777 "virt-inspector - Display operating system version and other information "
24778 "about a virtual machine"
24779 msgstr ""
24780
24781 # type: verbatim
24782 #: ../inspector/virt-inspector.pl:39
24783 #, no-wrap
24784 msgid ""
24785 " virt-inspector [--connect URI] domname\n"
24786 "\n"
24787 msgstr ""
24788
24789 # type: verbatim
24790 #: ../inspector/virt-inspector.pl:41
24791 #, no-wrap
24792 msgid ""
24793 " virt-inspector guest.img [guest.img ...]\n"
24794 "\n"
24795 msgstr ""
24796
24797 # type: textblock
24798 #: ../inspector/virt-inspector.pl:45
24799 msgid ""
24800 "B<virt-inspector> examines a virtual machine or disk image and tries to "
24801 "determine the version of the operating system and other information about "
24802 "the virtual machine."
24803 msgstr ""
24804
24805 # type: textblock
24806 #: ../inspector/virt-inspector.pl:49
24807 msgid "Virt-inspector produces XML output for feeding into other programs."
24808 msgstr ""
24809
24810 # type: textblock
24811 #: ../inspector/virt-inspector.pl:51
24812 msgid ""
24813 "In the normal usage, use C<virt-inspector domname> where C<domname> is the "
24814 "libvirt domain (see: C<virsh list --all>)."
24815 msgstr ""
24816
24817 # type: textblock
24818 #: ../inspector/virt-inspector.pl:54
24819 msgid ""
24820 "You can also run virt-inspector directly on disk images from a single "
24821 "virtual machine.  Use C<virt-inspector guest.img>.  In rare cases a domain "
24822 "has several block devices, in which case you should list them one after "
24823 "another, with the first corresponding to the guest's C</dev/sda>, the second "
24824 "to the guest's C</dev/sdb> and so on."
24825 msgstr ""
24826
24827 # type: textblock
24828 #: ../inspector/virt-inspector.pl:60
24829 msgid ""
24830 "Virt-inspector can only inspect and report upon I<one domain at a time>.  To "
24831 "inspect several virtual machines, you have to run virt-inspector several "
24832 "times (for example, from a shell script for-loop)."
24833 msgstr ""
24834
24835 # type: textblock
24836 #: ../inspector/virt-inspector.pl:65
24837 msgid ""
24838 "Because virt-inspector needs direct access to guest images, it won't "
24839 "normally work over remote libvirt connections."
24840 msgstr ""
24841
24842 # type: textblock
24843 #: ../inspector/virt-inspector.pl:78 ../tools/virt-edit.pl:82 ../tools/virt-win-reg.pl:181 ../tools/virt-df.pl:81 ../tools/virt-ls.pl:88 ../tools/virt-list-filesystems.pl:60 ../tools/virt-tar.pl:108 ../tools/virt-rescue.pl:113 ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:61
24844 msgid "Display brief help."
24845 msgstr ""
24846
24847 # type: =item
24848 #: ../inspector/virt-inspector.pl:84 ../tools/virt-edit.pl:88 ../tools/virt-win-reg.pl:187 ../tools/virt-df.pl:87 ../tools/virt-ls.pl:94 ../tools/virt-resize.pl:273 ../tools/virt-list-filesystems.pl:66 ../tools/virt-tar.pl:114 ../tools/virt-rescue.pl:119 ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:67
24849 msgid "B<--version>"
24850 msgstr ""
24851
24852 # type: textblock
24853 #: ../inspector/virt-inspector.pl:86 ../tools/virt-edit.pl:90 ../tools/virt-win-reg.pl:189 ../tools/virt-df.pl:89 ../tools/virt-ls.pl:96 ../tools/virt-resize.pl:275 ../tools/virt-list-filesystems.pl:68 ../tools/virt-tar.pl:116 ../tools/virt-rescue.pl:121 ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:69
24854 msgid "Display version number and exit."
24855 msgstr ""
24856
24857 # type: =item
24858 #: ../inspector/virt-inspector.pl:92 ../tools/virt-edit.pl:112 ../tools/virt-win-reg.pl:203 ../tools/virt-df.pl:95 ../tools/virt-ls.pl:102 ../tools/virt-list-filesystems.pl:74 ../tools/virt-tar.pl:122 ../tools/virt-rescue.pl:135 ../tools/virt-list-partitions.pl:75
24859 msgid "B<--connect URI> | B<-c URI>"
24860 msgstr ""
24861
24862 # type: textblock
24863 #: ../inspector/virt-inspector.pl:94 ../tools/virt-edit.pl:114 ../tools/virt-win-reg.pl:205 ../tools/virt-df.pl:97 ../tools/virt-ls.pl:104 ../tools/virt-list-filesystems.pl:76 ../tools/virt-tar.pl:124 ../tools/virt-rescue.pl:137 ../tools/virt-list-partitions.pl:77
24864 msgid ""
24865 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
24866 "to the default libvirt hypervisor."
24867 msgstr ""
24868
24869 # type: textblock
24870 #: ../inspector/virt-inspector.pl:97
24871 msgid ""
24872 "Libvirt is only used if you specify a C<domname> on the command line.  If "
24873 "you specify guest block devices directly, then libvirt is not used at all."
24874 msgstr ""
24875
24876 # type: =item
24877 #: ../inspector/virt-inspector.pl:105 ../tools/virt-edit.pl:124 ../tools/virt-win-reg.pl:215 ../tools/virt-df.pl:117 ../tools/virt-ls.pl:114 ../tools/virt-resize.pl:523 ../tools/virt-list-filesystems.pl:86 ../tools/virt-tar.pl:134 ../tools/virt-rescue.pl:147 ../tools/virt-list-partitions.pl:87
24878 msgid "B<--format> raw"
24879 msgstr ""
24880
24881 # type: textblock
24882 #: ../inspector/virt-inspector.pl:107 ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:217 ../tools/virt-df.pl:119 ../tools/virt-ls.pl:116 ../tools/virt-list-filesystems.pl:88 ../tools/virt-tar.pl:136 ../tools/virt-rescue.pl:149 ../tools/virt-list-partitions.pl:89
24883 msgid ""
24884 "Specify the format of disk images given on the command line.  If this is "
24885 "omitted then the format is autodetected from the content of the disk image."
24886 msgstr ""
24887
24888 # type: textblock
24889 #: ../inspector/virt-inspector.pl:111 ../tools/virt-edit.pl:130 ../tools/virt-win-reg.pl:221 ../tools/virt-df.pl:123 ../tools/virt-ls.pl:120 ../tools/virt-list-filesystems.pl:92 ../tools/virt-tar.pl:140 ../tools/virt-rescue.pl:153 ../tools/virt-list-partitions.pl:93
24890 msgid ""
24891 "If disk images are requested from libvirt, then this program asks libvirt "
24892 "for this information.  In this case, the value of the format parameter is "
24893 "ignored."
24894 msgstr ""
24895
24896 # type: textblock
24897 #: ../inspector/virt-inspector.pl:115 ../tools/virt-edit.pl:134 ../tools/virt-win-reg.pl:225 ../tools/virt-df.pl:127 ../tools/virt-ls.pl:124 ../tools/virt-resize.pl:528 ../tools/virt-resize.pl:543 ../tools/virt-list-filesystems.pl:96 ../tools/virt-tar.pl:144 ../tools/virt-rescue.pl:157 ../tools/virt-list-partitions.pl:97
24898 msgid ""
24899 "If working with untrusted raw-format guest disk images, you should ensure "
24900 "the format is always specified."
24901 msgstr ""
24902
24903 # type: =head1
24904 #: ../inspector/virt-inspector.pl:149
24905 msgid "XML FORMAT"
24906 msgstr ""
24907
24908 # type: textblock
24909 #: ../inspector/virt-inspector.pl:151
24910 msgid ""
24911 "The virt-inspector XML is described precisely in a RELAX NG schema which is "
24912 "supplied with libguestfs.  This section is just an overview."
24913 msgstr ""
24914
24915 # type: textblock
24916 #: ../inspector/virt-inspector.pl:154
24917 msgid ""
24918 "The top-level element is E<lt>operatingsystemsE<gt>, and it contains one or "
24919 "more E<lt>operatingsystemE<gt> elements.  You would only see more than one "
24920 "E<lt>operatingsystemE<gt> element if the virtual machine is multi-boot, "
24921 "which is vanishingly rare in real world VMs."
24922 msgstr ""
24923
24924 # type: =head2
24925 #: ../inspector/virt-inspector.pl:159
24926 msgid "E<lt>operatingsystemE<gt>"
24927 msgstr ""
24928
24929 # type: textblock
24930 #: ../inspector/virt-inspector.pl:161
24931 msgid ""
24932 "In the E<lt>operatingsystemE<gt> tag are various optional fields that "
24933 "describe the operating system, its architecture, the descriptive \"product "
24934 "name\" string, the type of OS and so on, as in this example:"
24935 msgstr ""
24936
24937 # type: verbatim
24938 #: ../inspector/virt-inspector.pl:165
24939 #, no-wrap
24940 msgid ""
24941 " <operatingsystems>\n"
24942 "   <operatingsystem>\n"
24943 "     <root>/dev/sda2</root>\n"
24944 "     <name>windows</name>\n"
24945 "     <arch>i386</arch>\n"
24946 "     <distro>windows</distro>\n"
24947 "     <product_name>Windows 7 Enterprise</product_name>\n"
24948 "     <major_version>6</major_version>\n"
24949 "     <minor_version>1</minor_version>\n"
24950 "     <windows_systemroot>/Windows</windows_systemroot>\n"
24951 "\n"
24952 msgstr ""
24953
24954 # type: textblock
24955 #: ../inspector/virt-inspector.pl:176
24956 msgid ""
24957 "These fields are derived from the libguestfs inspection API, and you can "
24958 "find more details in L<guestfs(3)/INSPECTION>."
24959 msgstr ""
24960
24961 # type: textblock
24962 #: ../inspector/virt-inspector.pl:179
24963 msgid ""
24964 "The E<lt>rootE<gt> element is the root filesystem device, but from the point "
24965 "of view of libguestfs (block devices may have completely different names "
24966 "inside the VM itself)."
24967 msgstr ""
24968
24969 # type: =head2
24970 #: ../inspector/virt-inspector.pl:240
24971 msgid "E<lt>mountpointsE<gt>"
24972 msgstr ""
24973
24974 # type: textblock
24975 #: ../inspector/virt-inspector.pl:242
24976 msgid ""
24977 "Un*x-like guests typically have multiple filesystems which are mounted at "
24978 "various mountpoints, and these are described in the E<lt>mountpointsE<gt> "
24979 "element which looks like this:"
24980 msgstr ""
24981
24982 # type: verbatim
24983 #: ../inspector/virt-inspector.pl:246
24984 #, no-wrap
24985 msgid ""
24986 " <operatingsystems>\n"
24987 "   <operatingsystem>\n"
24988 "     ...\n"
24989 "     <mountpoints>\n"
24990 "       <mountpoint dev=\"/dev/vg_f13x64/lv_root\">/</mountpoint>\n"
24991 "       <mountpoint dev=\"/dev/sda1\">/boot</mountpoint>\n"
24992 "     </mountpoints>\n"
24993 "\n"
24994 msgstr ""
24995
24996 # type: textblock
24997 #: ../inspector/virt-inspector.pl:254
24998 msgid ""
24999 "As with E<lt>rootE<gt>, devices are from the point of view of libguestfs, "
25000 "and may have completely different names inside the guest.  Only mountable "
25001 "filesystems appear in this list, not things like swap devices."
25002 msgstr ""
25003
25004 # type: =head2
25005 #: ../inspector/virt-inspector.pl:276
25006 msgid "E<lt>filesystemsE<gt>"
25007 msgstr ""
25008
25009 # type: textblock
25010 #: ../inspector/virt-inspector.pl:278
25011 msgid ""
25012 "E<lt>filesystemsE<gt> is like E<lt>mountpointsE<gt> but covers I<all> "
25013 "filesystems belonging to the guest, including swap and empty partitions.  "
25014 "(In the rare case of a multi-boot guest, it covers filesystems belonging to "
25015 "this OS or shared by this OS and other OSes)."
25016 msgstr ""
25017
25018 # type: textblock
25019 #: ../inspector/virt-inspector.pl:283
25020 msgid "You might see something like this:"
25021 msgstr ""
25022
25023 # type: verbatim
25024 #: ../inspector/virt-inspector.pl:285
25025 #, no-wrap
25026 msgid ""
25027 " <operatingsystems>\n"
25028 "   <operatingsystem>\n"
25029 "     ...\n"
25030 "     <filesystems>\n"
25031 "       <filesystem dev=\"/dev/vg_f13x64/lv_root\">\n"
25032 "         <type>ext4</type>\n"
25033 "         <label>Fedora-13-x86_64</label>\n"
25034 "         <uuid>e6a4db1e-15c2-477b-ac2a-699181c396aa</uuid>\n"
25035 "       </filesystem>\n"
25036 "\n"
25037 msgstr ""
25038
25039 # type: textblock
25040 #: ../inspector/virt-inspector.pl:295
25041 msgid ""
25042 "The optional elements within E<lt>filesystemE<gt> are the filesystem type, "
25043 "the label, and the UUID."
25044 msgstr ""
25045
25046 # type: =head2
25047 #: ../inspector/virt-inspector.pl:337
25048 msgid "E<lt>applicationsE<gt>"
25049 msgstr ""
25050
25051 # type: textblock
25052 #: ../inspector/virt-inspector.pl:339
25053 msgid ""
25054 "The related elements E<lt>package_formatE<gt>, E<lt>package_managementE<gt> "
25055 "and E<lt>applicationsE<gt> describe applications installed in the virtual "
25056 "machine.  At the moment we are only able to list RPMs and Debian packages "
25057 "installed, but in future we will support other Linux distros and Windows."
25058 msgstr ""
25059
25060 # type: textblock
25061 #: ../inspector/virt-inspector.pl:345
25062 msgid ""
25063 "E<lt>package_formatE<gt>, if present, describes the packaging system used.  "
25064 "Typical values would be C<rpm> and C<deb>."
25065 msgstr ""
25066
25067 # type: textblock
25068 #: ../inspector/virt-inspector.pl:348
25069 msgid ""
25070 "E<lt>package_managementE<gt>, if present, describes the package manager.  "
25071 "Typical values include C<yum>, C<up2date> and C<apt>"
25072 msgstr ""
25073
25074 # type: textblock
25075 #: ../inspector/virt-inspector.pl:351
25076 msgid "E<lt>applicationsE<gt> lists the packages or applications installed."
25077 msgstr ""
25078
25079 # type: verbatim
25080 #: ../inspector/virt-inspector.pl:354
25081 #, no-wrap
25082 msgid ""
25083 " <operatingsystems>\n"
25084 "   <operatingsystem>\n"
25085 "     ...\n"
25086 "     <applications>\n"
25087 "       <application>\n"
25088 "         <name>coreutils</name>\n"
25089 "         <version>8.5</version>\n"
25090 "         <release>1</release>\n"
25091 "       </application>\n"
25092 "\n"
25093 msgstr ""
25094
25095 # type: textblock
25096 #: ../inspector/virt-inspector.pl:364
25097 msgid ""
25098 "(The version and release fields may not be available for some package "
25099 "types)."
25100 msgstr ""
25101
25102 # type: =head1
25103 #: ../inspector/virt-inspector.pl:544
25104 msgid "USING XPATH"
25105 msgstr ""
25106
25107 # type: textblock
25108 #: ../inspector/virt-inspector.pl:546
25109 msgid ""
25110 "You can use the XPath query language, and/or the xpath tool, in order to "
25111 "select parts of the XML."
25112 msgstr ""
25113
25114 # type: verbatim
25115 #: ../inspector/virt-inspector.pl:551
25116 #, no-wrap
25117 msgid ""
25118 " $ virt-inspector Guest | xpath //filesystems\n"
25119 " Found 1 nodes:\n"
25120 " -- NODE --\n"
25121 " <filesystems>\n"
25122 "      <filesystem dev=\"/dev/vg_f13x64/lv_root\">\n"
25123 "        <type>ext4</type>\n"
25124 " [etc]\n"
25125 "\n"
25126 msgstr ""
25127
25128 # type: verbatim
25129 #: ../inspector/virt-inspector.pl:559
25130 #, no-wrap
25131 msgid ""
25132 " $ virt-inspector Guest | \\\n"
25133 "     xpath \"string(//filesystem[@dev='/dev/sda1']/type)\"\n"
25134 " Query didn't return a nodeset. Value: ext4\n"
25135 "\n"
25136 msgstr ""
25137
25138 # type: =head1
25139 #: ../inspector/virt-inspector.pl:563 ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:141 ../tools/virt-win-reg.pl:477 ../tools/virt-df.pl:633 ../tools/virt-ls.pl:225 ../tools/virt-resize.pl:1479 ../tools/virt-list-filesystems.pl:179 ../tools/virt-tar.pl:274 ../tools/virt-rescue.pl:260 ../tools/virt-make-fs.pl:527 ../tools/virt-list-partitions.pl:247
25140 msgid "SHELL QUOTING"
25141 msgstr ""
25142
25143 # type: textblock
25144 #: ../inspector/virt-inspector.pl:565 ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:479 ../tools/virt-df.pl:635 ../tools/virt-ls.pl:227 ../tools/virt-resize.pl:1481 ../tools/virt-list-filesystems.pl:181 ../tools/virt-tar.pl:276 ../tools/virt-rescue.pl:262 ../tools/virt-make-fs.pl:529 ../tools/virt-list-partitions.pl:249
25145 msgid ""
25146 "Libvirt guest names can contain arbitrary characters, some of which have "
25147 "meaning to the shell such as C<#> and space.  You may need to quote or "
25148 "escape these characters on the command line.  See the shell manual page "
25149 "L<sh(1)> for details."
25150 msgstr ""
25151
25152 # type: textblock
25153 #: ../inspector/virt-inspector.pl:572
25154 msgid ""
25155 "L<guestfs(3)>, L<guestfish(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
25156 "L<Sys::Virt(3)>, L<http://www.w3.org/TR/xpath/>, L<http://libguestfs.org/>."
25157 msgstr ""
25158
25159 # type: textblock
25160 #: ../inspector/virt-inspector.pl:586 ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:512 ../tools/virt-df.pl:651 ../tools/virt-ls.pl:245 ../tools/virt-resize.pl:1510 ../tools/virt-list-filesystems.pl:200 ../tools/virt-tar.pl:294 ../tools/virt-rescue.pl:279 ../tools/virt-make-fs.pl:561 ../tools/virt-list-partitions.pl:267
25161 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
25162 msgstr ""
25163
25164 # type: textblock
25165 #: ../inspector/virt-inspector.pl:590
25166 msgid "Matthew Booth L<mbooth@redhat.com>"
25167 msgstr ""
25168
25169 # type: textblock
25170 #: ../inspector/virt-inspector.pl:596 ../tools/virt-win-reg.pl:516 ../tools/virt-resize.pl:1514 ../tools/virt-make-fs.pl:565
25171 msgid "Copyright (C) 2010 Red Hat Inc."
25172 msgstr ""
25173
25174 # type: textblock
25175 #: ../tools/virt-edit.pl:34
25176 msgid "virt-edit - Edit a file in a virtual machine"
25177 msgstr ""
25178
25179 # type: verbatim
25180 #: ../tools/virt-edit.pl:38
25181 #, no-wrap
25182 msgid ""
25183 " virt-edit [--options] domname file\n"
25184 "\n"
25185 msgstr ""
25186
25187 # type: verbatim
25188 #: ../tools/virt-edit.pl:40
25189 #, no-wrap
25190 msgid ""
25191 " virt-edit [--options] disk.img [disk.img ...] file\n"
25192 "\n"
25193 msgstr ""
25194
25195 # type: verbatim
25196 #: ../tools/virt-edit.pl:42
25197 #, no-wrap
25198 msgid ""
25199 " virt-edit [domname|disk.img] file -e 'expr'\n"
25200 "\n"
25201 msgstr ""
25202
25203 # type: textblock
25204 #: ../tools/virt-edit.pl:46
25205 msgid ""
25206 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
25207 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
25208 "doing this, but doesn't catch all cases."
25209 msgstr ""
25210
25211 # type: textblock
25212 #: ../tools/virt-edit.pl:52
25213 msgid ""
25214 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
25215 "the named virtual machine (or disk image)."
25216 msgstr ""
25217
25218 # type: textblock
25219 #: ../tools/virt-edit.pl:55
25220 msgid ""
25221 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
25222 "you should look at the L<guestfish(1)> tool."
25223 msgstr ""
25224
25225 # type: textblock
25226 #: ../tools/virt-edit.pl:60
25227 msgid "Edit the named files interactively:"
25228 msgstr ""
25229
25230 # type: verbatim
25231 #: ../tools/virt-edit.pl:62
25232 #, no-wrap
25233 msgid ""
25234 " virt-edit mydomain /boot/grub/grub.conf\n"
25235 "\n"
25236 msgstr ""
25237
25238 # type: verbatim
25239 #: ../tools/virt-edit.pl:64
25240 #, no-wrap
25241 msgid ""
25242 " virt-edit mydomain /etc/passwd\n"
25243 "\n"
25244 msgstr ""
25245
25246 # type: textblock
25247 #: ../tools/virt-edit.pl:66
25248 msgid ""
25249 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
25250 "below).  To change the init default level to 5:"
25251 msgstr ""
25252
25253 # type: verbatim
25254 #: ../tools/virt-edit.pl:70
25255 #, no-wrap
25256 msgid ""
25257 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
25258 "\n"
25259 msgstr ""
25260
25261 # type: =item
25262 #: ../tools/virt-edit.pl:96
25263 msgid "B<--backup extension> | B<-b extension>"
25264 msgstr ""
25265
25266 # type: textblock
25267 #: ../tools/virt-edit.pl:98
25268 msgid ""
25269 "Create a backup of the original file I<in the guest disk image>.  The backup "
25270 "has the original filename with C<extension> added."
25271 msgstr ""
25272
25273 # type: textblock
25274 #: ../tools/virt-edit.pl:101
25275 msgid ""
25276 "Usually the first character of C<extension> would be a dot C<.> so you would "
25277 "write:"
25278 msgstr ""
25279
25280 # type: verbatim
25281 #: ../tools/virt-edit.pl:104
25282 #, no-wrap
25283 msgid ""
25284 " virt-edit -b .orig [etc]\n"
25285 "\n"
25286 msgstr ""
25287
25288 # type: textblock
25289 #: ../tools/virt-edit.pl:106
25290 msgid "By default, no backup file is made."
25291 msgstr ""
25292
25293 # type: textblock
25294 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:208 ../tools/virt-df.pl:100 ../tools/virt-ls.pl:107 ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:127 ../tools/virt-rescue.pl:140 ../tools/virt-list-partitions.pl:80
25295 msgid ""
25296 "If you specify guest block devices directly, then libvirt is not used at "
25297 "all."
25298 msgstr ""
25299
25300 # type: =item
25301 #: ../tools/virt-edit.pl:141
25302 msgid "B<--expr EXPR> | B<-e EXPR>"
25303 msgstr ""
25304
25305 # type: textblock
25306 #: ../tools/virt-edit.pl:143
25307 msgid ""
25308 "Instead of launching the external editor, non-interactively apply the Perl "
25309 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
25310 "EDITING> below."
25311 msgstr ""
25312
25313 # type: textblock
25314 #: ../tools/virt-edit.pl:147
25315 msgid ""
25316 "Be careful to properly quote the expression to prevent it from being altered "
25317 "by the shell."
25318 msgstr ""
25319
25320 # type: =head1
25321 #: ../tools/virt-edit.pl:268
25322 msgid "NON-INTERACTIVE EDITING"
25323 msgstr ""
25324
25325 # type: textblock
25326 #: ../tools/virt-edit.pl:270
25327 msgid ""
25328 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
25329 "administrator can interactively edit the file."
25330 msgstr ""
25331
25332 # type: textblock
25333 #: ../tools/virt-edit.pl:273
25334 msgid ""
25335 "There are two ways also to use C<virt-edit> from scripts in order to make "
25336 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
25337 "like this, it's less error-prone to write scripts directly using the "
25338 "libguestfs API and Augeas for configuration file editing.)"
25339 msgstr ""
25340
25341 # type: textblock
25342 #: ../tools/virt-edit.pl:279
25343 msgid ""
25344 "The first method is to temporarily set C<$EDITOR> to any script or program "
25345 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
25346 "update C<tmpfile> in place however it likes."
25347 msgstr ""
25348
25349 # type: textblock
25350 #: ../tools/virt-edit.pl:283
25351 msgid ""
25352 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
25353 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
25354 "instances of C<foo> with C<bar> in a file:"
25355 msgstr ""
25356
25357 # type: verbatim
25358 #: ../tools/virt-edit.pl:287
25359 #, no-wrap
25360 msgid ""
25361 " virt-edit domname filename -e 's/foo/bar/'\n"
25362 "\n"
25363 msgstr ""
25364
25365 # type: textblock
25366 #: ../tools/virt-edit.pl:289
25367 msgid ""
25368 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
25369 "For example to delete root's password you could do:"
25370 msgstr ""
25371
25372 # type: verbatim
25373 #: ../tools/virt-edit.pl:292
25374 #, no-wrap
25375 msgid ""
25376 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
25377 "\n"
25378 msgstr ""
25379
25380 # type: textblock
25381 #: ../tools/virt-edit.pl:294
25382 msgid ""
25383 "What really happens is that the snippet is evaluated as a Perl expression "
25384 "for each line of the file.  The line, including the final C<\\n>, is passed "
25385 "in C<$_> and the expression should update C<$_> or leave it unchanged."
25386 msgstr ""
25387
25388 # type: textblock
25389 #: ../tools/virt-edit.pl:299
25390 msgid ""
25391 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
25392 "C<apache> user account from the password file you can do:"
25393 msgstr ""
25394
25395 # type: verbatim
25396 #: ../tools/virt-edit.pl:302
25397 #, no-wrap
25398 msgid ""
25399 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
25400 "\n"
25401 msgstr ""
25402
25403 # type: textblock
25404 #: ../tools/virt-edit.pl:304
25405 msgid ""
25406 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
25407 "the end of the file is rather difficult this way since there is no concept "
25408 "of \"last line of the file\" - your expression just doesn't get called "
25409 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
25410 "want to do this."
25411 msgstr ""
25412
25413 # type: textblock
25414 #: ../tools/virt-edit.pl:310
25415 msgid ""
25416 "The variable C<$lineno> contains the current line number.  As is "
25417 "traditional, the first line in the file is number C<1>."
25418 msgstr ""
25419
25420 # type: textblock
25421 #: ../tools/virt-edit.pl:313
25422 msgid ""
25423 "The return value from the expression is ignored, but the expression may call "
25424 "C<die> in order to abort the whole program, leaving the original file "
25425 "untouched."
25426 msgstr ""
25427
25428 # type: textblock
25429 #: ../tools/virt-edit.pl:317
25430 msgid ""
25431 "Remember when matching the end of a line that C<$_> may contain the final "
25432 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
25433 "newline then neither of these.  Thus to match or substitute some text at the "
25434 "end of a line, use this regular expression:"
25435 msgstr ""
25436
25437 # type: verbatim
25438 #: ../tools/virt-edit.pl:322
25439 #, no-wrap
25440 msgid ""
25441 " /some text(\\r?\\n)?$/\n"
25442 "\n"
25443 msgstr ""
25444
25445 # type: textblock
25446 #: ../tools/virt-edit.pl:324
25447 msgid ""
25448 "Alternately, use the perl C<chomp> function, being careful not to chomp "
25449 "C<$_> itself (since that would remove all newlines from the file):"
25450 msgstr ""
25451
25452 # type: verbatim
25453 #: ../tools/virt-edit.pl:328
25454 #, no-wrap
25455 msgid ""
25456 " my $m = $_; chomp $m; $m =~ /some text$/\n"
25457 "\n"
25458 msgstr ""
25459
25460 # type: =item
25461 #: ../tools/virt-edit.pl:334
25462 msgid "C<EDITOR>"
25463 msgstr ""
25464
25465 # type: textblock
25466 #: ../tools/virt-edit.pl:336
25467 msgid ""
25468 "If set, this string is used as the editor.  It may contain arguments, "
25469 "eg. C<\"emacs -nw\">"
25470 msgstr ""
25471
25472 # type: textblock
25473 #: ../tools/virt-edit.pl:339
25474 msgid "If not set, C<vi> is used."
25475 msgstr ""
25476
25477 # type: textblock
25478 #: ../tools/virt-edit.pl:352
25479 msgid ""
25480 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
25481 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>, "
25482 "L<perl(1)>, L<perlre(1)>."
25483 msgstr ""
25484
25485 # type: =head1
25486 #: ../tools/virt-edit.pl:362 ../tools/virt-win-reg.pl:510 ../tools/virt-df.pl:649 ../tools/virt-ls.pl:243 ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:198 ../tools/virt-tar.pl:292 ../tools/virt-rescue.pl:277 ../tools/virt-make-fs.pl:559 ../tools/virt-list-partitions.pl:265
25487 msgid "AUTHOR"
25488 msgstr ""
25489
25490 # type: textblock
25491 #: ../tools/virt-edit.pl:368 ../tools/virt-df.pl:655 ../tools/virt-rescue.pl:283 ../tools/virt-list-partitions.pl:271
25492 msgid "Copyright (C) 2009-2010 Red Hat Inc."
25493 msgstr ""
25494
25495 # type: textblock
25496 #: ../tools/virt-win-reg.pl:37
25497 msgid ""
25498 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
25499 "guest"
25500 msgstr ""
25501
25502 # type: verbatim
25503 #: ../tools/virt-win-reg.pl:41
25504 #, no-wrap
25505 msgid ""
25506 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
25507 "\n"
25508 msgstr ""
25509
25510 # type: verbatim
25511 #: ../tools/virt-win-reg.pl:43
25512 #, no-wrap
25513 msgid ""
25514 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
25515 "\n"
25516 msgstr ""
25517
25518 # type: verbatim
25519 #: ../tools/virt-win-reg.pl:45
25520 #, no-wrap
25521 msgid ""
25522 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
25523 "\n"
25524 msgstr ""
25525
25526 # type: verbatim
25527 #: ../tools/virt-win-reg.pl:47
25528 #, no-wrap
25529 msgid ""
25530 " virt-win-reg --merge domname [input.reg ...]\n"
25531 "\n"
25532 msgstr ""
25533
25534 # type: verbatim
25535 #: ../tools/virt-win-reg.pl:49
25536 #, no-wrap
25537 msgid ""
25538 " virt-win-reg [--options] disk.img ... # instead of domname\n"
25539 "\n"
25540 msgstr ""
25541
25542 # type: textblock
25543 #: ../tools/virt-win-reg.pl:53
25544 msgid ""
25545 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
25546 "virtual machines.  If you do this, you I<will> get irreversible disk "
25547 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
25548 "but doesn't catch all cases."
25549 msgstr ""
25550
25551 # type: textblock
25552 #: ../tools/virt-win-reg.pl:58
25553 msgid ""
25554 "Modifying the Windows Registry is an inherently risky operation.  The format "
25555 "is deliberately obscure and undocumented, and Registry changes can leave the "
25556 "system unbootable.  Therefore when using the C<--merge> option, make sure "
25557 "you have a reliable backup first."
25558 msgstr ""
25559
25560 # type: textblock
25561 #: ../tools/virt-win-reg.pl:65
25562 msgid ""
25563 "This program can export and merge Windows Registry entries from a Windows "
25564 "guest."
25565 msgstr ""
25566
25567 # type: textblock
25568 #: ../tools/virt-win-reg.pl:68
25569 msgid ""
25570 "The first parameter is the libvirt guest name or the raw disk image of a "
25571 "Windows guest."
25572 msgstr ""
25573
25574 # type: textblock
25575 #: ../tools/virt-win-reg.pl:71
25576 msgid ""
25577 "If C<--merge> is I<not> specified, then the chosen registry key is "
25578 "displayed/exported (recursively).  For example:"
25579 msgstr ""
25580
25581 # type: verbatim
25582 #: ../tools/virt-win-reg.pl:74
25583 #, no-wrap
25584 msgid ""
25585 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
25586 "\n"
25587 msgstr ""
25588
25589 # type: textblock
25590 #: ../tools/virt-win-reg.pl:76
25591 msgid "You can also display single values from within registry keys, for example:"
25592 msgstr ""
25593
25594 # type: verbatim
25595 #: ../tools/virt-win-reg.pl:79
25596 #, no-wrap
25597 msgid ""
25598 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
25599 " $ virt-win-reg Windows7 $cvkey ProductName\n"
25600 " Windows 7 Enterprise\n"
25601 "\n"
25602 msgstr ""
25603
25604 # type: textblock
25605 #: ../tools/virt-win-reg.pl:83
25606 msgid ""
25607 "With C<--merge>, you can merge a textual regedit file into the Windows "
25608 "Registry:"
25609 msgstr ""
25610
25611 # type: verbatim
25612 #: ../tools/virt-win-reg.pl:86
25613 #, no-wrap
25614 msgid ""
25615 " $ virt-win-reg --merge Windows7 changes.reg\n"
25616 "\n"
25617 msgstr ""
25618
25619 # type: =head2
25620 #: ../tools/virt-win-reg.pl:88
25621 msgid "SUPPORTED SYSTEMS"
25622 msgstr ""
25623
25624 # type: textblock
25625 #: ../tools/virt-win-reg.pl:90
25626 msgid ""
25627 "The program currently supports Windows NT-derived guests starting with "
25628 "Windows XP through to at least Windows 7."
25629 msgstr ""
25630
25631 # type: textblock
25632 #: ../tools/virt-win-reg.pl:93
25633 msgid ""
25634 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
25635 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
25636 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
25637 msgstr ""
25638
25639 # type: textblock
25640 #: ../tools/virt-win-reg.pl:97
25641 msgid ""
25642 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
25643 "C<HKEY_USERS>."
25644 msgstr ""
25645
25646 # type: textblock
25647 #: ../tools/virt-win-reg.pl:100
25648 msgid ""
25649 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
25650 "time."
25651 msgstr ""
25652
25653 # type: =head2
25654 #: ../tools/virt-win-reg.pl:103
25655 msgid "NOTE"
25656 msgstr ""
25657
25658 # type: textblock
25659 #: ../tools/virt-win-reg.pl:105
25660 msgid ""
25661 "This program is only meant for simple access to the registry.  If you want "
25662 "to do complicated things with the registry, we suggest you download the "
25663 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
25664 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
25665 "L<hivexregedit(1)>."
25666 msgstr ""
25667
25668 # type: =head2
25669 #: ../tools/virt-win-reg.pl:111
25670 msgid "ENCODING"
25671 msgstr ""
25672
25673 # type: textblock
25674 #: ../tools/virt-win-reg.pl:113
25675 msgid ""
25676 "C<virt-win-reg> expects that regedit files have already been reencoded in "
25677 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
25678 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
25679 "with Windows-style line endings, you may need to reencode the whole file "
25680 "before or after processing."
25681 msgstr ""
25682
25683 # type: textblock
25684 #: ../tools/virt-win-reg.pl:119
25685 msgid ""
25686 "To reencode a file from Windows format to Linux (before processing it with "
25687 "the C<--merge> option), you would do something like this:"
25688 msgstr ""
25689
25690 # type: verbatim
25691 #: ../tools/virt-win-reg.pl:122
25692 #, no-wrap
25693 msgid ""
25694 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
25695 "\n"
25696 msgstr ""
25697
25698 # type: textblock
25699 #: ../tools/virt-win-reg.pl:124
25700 msgid ""
25701 "To go in the opposite direction, after exporting and before sending the file "
25702 "to a Windows user, do something like this:"
25703 msgstr ""
25704
25705 # type: verbatim
25706 #: ../tools/virt-win-reg.pl:127
25707 #, no-wrap
25708 msgid ""
25709 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
25710 "\n"
25711 msgstr ""
25712
25713 # type: textblock
25714 #: ../tools/virt-win-reg.pl:129
25715 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
25716 msgstr ""
25717
25718 # type: textblock
25719 #: ../tools/virt-win-reg.pl:131
25720 msgid ""
25721 "If you are unsure about the current encoding, use the L<file(1)> command.  "
25722 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
25723 "Windows-style (CRLF) line endings, like this:"
25724 msgstr ""
25725
25726 # type: verbatim
25727 #: ../tools/virt-win-reg.pl:135
25728 #, no-wrap
25729 msgid ""
25730 " $ file software.reg\n"
25731 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
25732 " with CRLF line terminators\n"
25733 "\n"
25734 msgstr ""
25735
25736 # type: textblock
25737 #: ../tools/virt-win-reg.pl:139
25738 msgid "This file would need conversion before you could C<--merge> it."
25739 msgstr ""
25740
25741 # type: textblock
25742 #: ../tools/virt-win-reg.pl:143
25743 msgid ""
25744 "Be careful when passing parameters containing C<\\> (backslash) in the "
25745 "shell.  Usually you will have to use 'single quotes' or double backslashes "
25746 "(but not both) to protect them from the shell."
25747 msgstr ""
25748
25749 # type: textblock
25750 #: ../tools/virt-win-reg.pl:147
25751 msgid "Paths and value names are case-insensitive."
25752 msgstr ""
25753
25754 # type: =head2
25755 #: ../tools/virt-win-reg.pl:149
25756 msgid "CurrentControlSet etc."
25757 msgstr ""
25758
25759 # type: textblock
25760 #: ../tools/virt-win-reg.pl:151
25761 msgid ""
25762 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
25763 "Registry at the level of the hive file, and therefore you cannot modify "
25764 "these."
25765 msgstr ""
25766
25767 # type: textblock
25768 #: ../tools/virt-win-reg.pl:155
25769 msgid ""
25770 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
25771 "circumstances it might refer to another control set.  The way to find out is "
25772 "to look at the C<HKLM\\SYSTEM\\Select> key:"
25773 msgstr ""
25774
25775 # type: verbatim
25776 #: ../tools/virt-win-reg.pl:159
25777 #, no-wrap
25778 msgid ""
25779 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
25780 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
25781 " \"Current\"=dword:00000001\n"
25782 " \"Default\"=dword:00000001\n"
25783 " \"Failed\"=dword:00000000\n"
25784 " \"LastKnownGood\"=dword:00000002\n"
25785 "\n"
25786 msgstr ""
25787
25788 # type: textblock
25789 #: ../tools/virt-win-reg.pl:166
25790 msgid "\"Current\" is the one which Windows will choose when it boots."
25791 msgstr ""
25792
25793 # type: textblock
25794 #: ../tools/virt-win-reg.pl:168
25795 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
25796 msgstr ""
25797
25798 # type: =item
25799 #: ../tools/virt-win-reg.pl:195 ../tools/virt-make-fs.pl:177
25800 msgid "B<--debug>"
25801 msgstr ""
25802
25803 # type: textblock
25804 #: ../tools/virt-win-reg.pl:197 ../tools/virt-resize.pl:501
25805 msgid "Enable debugging messages."
25806 msgstr ""
25807
25808 # type: =item
25809 #: ../tools/virt-win-reg.pl:232
25810 msgid "B<--merge>"
25811 msgstr ""
25812
25813 # type: textblock
25814 #: ../tools/virt-win-reg.pl:234
25815 msgid ""
25816 "In merge mode, this merges a textual regedit file into the Windows Registry "
25817 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
25818 "displays or exports Registry entries instead."
25819 msgstr ""
25820
25821 # type: textblock
25822 #: ../tools/virt-win-reg.pl:238
25823 msgid ""
25824 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
25825 "result in disk corruption.  However exporting (without this flag)  is always "
25826 "safe."
25827 msgstr ""
25828
25829 # type: =item
25830 #: ../tools/virt-win-reg.pl:246
25831 msgid "B<--encoding> UTF-16LE|ASCII"
25832 msgstr ""
25833
25834 # type: textblock
25835 #: ../tools/virt-win-reg.pl:248
25836 msgid ""
25837 "When merging (only), you may need to specify the encoding for strings to be "
25838 "used in the hive file.  This is explained in detail in "
25839 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
25840 msgstr ""
25841
25842 # type: textblock
25843 #: ../tools/virt-win-reg.pl:252
25844 msgid ""
25845 "The default is to use UTF-16LE, which should work with recent versions of "
25846 "Windows."
25847 msgstr ""
25848
25849 # type: textblock
25850 #: ../tools/virt-win-reg.pl:486
25851 msgid ""
25852 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
25853 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
25854 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
25855 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
25856 msgstr ""
25857
25858 # type: textblock
25859 #: ../tools/virt-win-reg.pl:501 ../tools/virt-make-fs.pl:550
25860 msgid ""
25861 "When reporting bugs, please enable debugging and capture the I<complete> "
25862 "output:"
25863 msgstr ""
25864
25865 # type: verbatim
25866 #: ../tools/virt-win-reg.pl:504
25867 #, no-wrap
25868 msgid ""
25869 " export LIBGUESTFS_DEBUG=1\n"
25870 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
25871 "\n"
25872 msgstr ""
25873
25874 # type: textblock
25875 #: ../tools/virt-win-reg.pl:507
25876 msgid ""
25877 "Attach /tmp/virt-win-reg.log to a new bug report at "
25878 "L<https://bugzilla.redhat.com/>"
25879 msgstr ""
25880
25881 # type: textblock
25882 #: ../tools/virt-df.pl:36
25883 msgid "virt-df - Display free space on virtual filesystems"
25884 msgstr ""
25885
25886 # type: verbatim
25887 #: ../tools/virt-df.pl:40
25888 #, no-wrap
25889 msgid ""
25890 " virt-df [--options]\n"
25891 "\n"
25892 msgstr ""
25893
25894 # type: verbatim
25895 #: ../tools/virt-df.pl:42
25896 #, no-wrap
25897 msgid ""
25898 " virt-df [--options] domname\n"
25899 "\n"
25900 msgstr ""
25901
25902 # type: verbatim
25903 #: ../tools/virt-df.pl:44
25904 #, no-wrap
25905 msgid ""
25906 " virt-df [--options] disk.img [disk.img ...]\n"
25907 "\n"
25908 msgstr ""
25909
25910 # type: textblock
25911 #: ../tools/virt-df.pl:48
25912 msgid ""
25913 "C<virt-df> is a command line tool to display free space on virtual machine "
25914 "filesystems.  Unlike other tools, it doesn't just display the amount of "
25915 "space allocated to a virtual machine, but can look inside the virtual "
25916 "machine to see how much space is really being used."
25917 msgstr ""
25918
25919 # type: textblock
25920 #: ../tools/virt-df.pl:53
25921 msgid ""
25922 "It is like the L<df(1)> command, but for virtual machines, except that it "
25923 "also works for Windows virtual machines."
25924 msgstr ""
25925
25926 # type: textblock
25927 #: ../tools/virt-df.pl:56
25928 msgid ""
25929 "If used without any arguments, C<virt-df> checks with libvirt to get a list "
25930 "of all active and inactive guests, and performs a C<df>-type operation on "
25931 "each one in turn, printing out the results."
25932 msgstr ""
25933
25934 # type: textblock
25935 #: ../tools/virt-df.pl:60
25936 msgid ""
25937 "If used with any argument(s), C<virt-df> performs a C<df>-type operation on "
25938 "either the single named libvirt domain, or on the disk image(s) listed on "
25939 "the command line (which must all belong to a single VM).  In this mode (with "
25940 "arguments), C<virt-df> will I<only work for a single guest>.  If you want to "
25941 "run on multiple guests, then you have to invoke C<virt-df> multiple times."
25942 msgstr ""
25943
25944 # type: textblock
25945 #: ../tools/virt-df.pl:67
25946 msgid ""
25947 "Use the C<--csv> option to get a format which can be easily parsed by other "
25948 "programs.  Other options are mostly similar to standard C<df> options.  See "
25949 "below for the complete list."
25950 msgstr ""
25951
25952 # type: =item
25953 #: ../tools/virt-df.pl:107
25954 msgid "B<--csv>"
25955 msgstr ""
25956
25957 # type: textblock
25958 #: ../tools/virt-df.pl:109
25959 msgid ""
25960 "Write out the results in CSV format (comma-separated values).  This format "
25961 "can be imported easily into databases and spreadsheets, but read L</NOTE "
25962 "ABOUT CSV FORMAT> below."
25963 msgstr ""
25964
25965 # type: =item
25966 #: ../tools/virt-df.pl:134
25967 msgid "B<--human-readable> | B<-h>"
25968 msgstr ""
25969
25970 # type: textblock
25971 #: ../tools/virt-df.pl:136
25972 msgid "Print sizes in human-readable format."
25973 msgstr ""
25974
25975 # type: textblock
25976 #: ../tools/virt-df.pl:138
25977 msgid "You are not allowed to use I<-h> and I<--csv> at the same time."
25978 msgstr ""
25979
25980 # type: =item
25981 #: ../tools/virt-df.pl:144
25982 msgid "B<--inodes> | B<-i>"
25983 msgstr ""
25984
25985 # type: textblock
25986 #: ../tools/virt-df.pl:146
25987 msgid "Print inodes instead of blocks."
25988 msgstr ""
25989
25990 # type: =item
25991 #: ../tools/virt-df.pl:152
25992 msgid "B<--one-per-guest>"
25993 msgstr ""
25994
25995 # type: textblock
25996 #: ../tools/virt-df.pl:154
25997 msgid ""
25998 "Run one libguestfs appliance per guest.  Normally C<virt-df> will add the "
25999 "disks from several guests to a single libguestfs appliance."
26000 msgstr ""
26001
26002 # type: textblock
26003 #: ../tools/virt-df.pl:157
26004 msgid "You might use this option in the following circumstances:"
26005 msgstr ""
26006
26007 # type: textblock
26008 #: ../tools/virt-df.pl:163
26009 msgid ""
26010 "If you think an untrusted guest might actively try to exploit the libguestfs "
26011 "appliance kernel, then this prevents one guest from interfering with the "
26012 "stats printed for another guest."
26013 msgstr ""
26014
26015 # type: textblock
26016 #: ../tools/virt-df.pl:169
26017 msgid ""
26018 "If the kernel has a bug which stops it from accessing a filesystem in one "
26019 "guest (see for example RHBZ#635373) then this allows libguestfs to continue "
26020 "and report stats for further guests."
26021 msgstr ""
26022
26023 # type: =item
26024 #: ../tools/virt-df.pl:180
26025 msgid "B<--uuid>"
26026 msgstr ""
26027
26028 # type: textblock
26029 #: ../tools/virt-df.pl:182
26030 msgid ""
26031 "Print UUIDs instead of names.  This is useful for following a guest even "
26032 "when the guest is migrated or renamed, or when two guests happen to have the "
26033 "same name."
26034 msgstr ""
26035
26036 # type: textblock
26037 #: ../tools/virt-df.pl:186
26038 msgid ""
26039 "Note that only domains that we fetch from libvirt come with UUIDs.  For disk "
26040 "images, we still print the disk image name even when this option is "
26041 "specified."
26042 msgstr ""
26043
26044 # type: =head1
26045 #: ../tools/virt-df.pl:609
26046 msgid "NOTE ABOUT CSV FORMAT"
26047 msgstr ""
26048
26049 # type: textblock
26050 #: ../tools/virt-df.pl:611
26051 msgid ""
26052 "Comma-separated values (CSV) is a deceptive format.  It I<seems> like it "
26053 "should be easy to parse, but it is definitely not easy to parse."
26054 msgstr ""
26055
26056 # type: textblock
26057 #: ../tools/virt-df.pl:614
26058 msgid ""
26059 "Myth: Just split fields at commas.  Reality: This does I<not> work "
26060 "reliably.  This example has two columns:"
26061 msgstr ""
26062
26063 # type: verbatim
26064 #: ../tools/virt-df.pl:617
26065 #, no-wrap
26066 msgid ""
26067 " \"foo,bar\",baz\n"
26068 "\n"
26069 msgstr ""
26070
26071 # type: textblock
26072 #: ../tools/virt-df.pl:619
26073 msgid ""
26074 "Myth: Read the file one line at a time.  Reality: This does I<not> work "
26075 "reliably.  This example has one row:"
26076 msgstr ""
26077
26078 # type: verbatim
26079 #: ../tools/virt-df.pl:622
26080 #, no-wrap
26081 msgid ""
26082 " \"foo\n"
26083 " bar\",baz\n"
26084 "\n"
26085 msgstr ""
26086
26087 # type: textblock
26088 #: ../tools/virt-df.pl:625
26089 msgid ""
26090 "For shell scripts, use C<csvtool> (L<http://merjis.com/developers/csv> also "
26091 "packaged in major Linux distributions)."
26092 msgstr ""
26093
26094 # type: textblock
26095 #: ../tools/virt-df.pl:628
26096 msgid ""
26097 "For other languages, use a CSV processing library (eg. C<Text::CSV> for Perl "
26098 "or Python's built-in csv library)."
26099 msgstr ""
26100
26101 # type: textblock
26102 #: ../tools/virt-df.pl:631
26103 msgid "Most spreadsheets and databases can import CSV directly."
26104 msgstr ""
26105
26106 # type: textblock
26107 #: ../tools/virt-df.pl:642
26108 msgid ""
26109 "L<guestfs(3)>, L<guestfish(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
26110 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
26111 msgstr ""
26112
26113 # type: textblock
26114 #: ../tools/virt-ls.pl:34
26115 msgid "virt-ls - List files in a virtual machine"
26116 msgstr ""
26117
26118 # type: verbatim
26119 #: ../tools/virt-ls.pl:38
26120 #, no-wrap
26121 msgid ""
26122 " virt-ls [--options] domname directory\n"
26123 "\n"
26124 msgstr ""
26125
26126 # type: verbatim
26127 #: ../tools/virt-ls.pl:40
26128 #, no-wrap
26129 msgid ""
26130 " virt-ls [--options] disk.img [disk.img ...] directory\n"
26131 "\n"
26132 msgstr ""
26133
26134 # type: textblock
26135 #: ../tools/virt-ls.pl:44
26136 msgid ""
26137 "C<virt-ls> is a command line tool to list the names of files in a directory "
26138 "inside a virtual machine or disk image."
26139 msgstr ""
26140
26141 # type: textblock
26142 #: ../tools/virt-ls.pl:47
26143 msgid ""
26144 "C<virt-ls> is just a simple wrapper around L<libguestfs(3)> functionality.  "
26145 "For more complex cases you should look at the L<guestfish(1)> tool."
26146 msgstr ""
26147
26148 # type: textblock
26149 #: ../tools/virt-ls.pl:51
26150 msgid ""
26151 "C<virt-ls> can be used in one of three modes: simple, long and recursive.  A "
26152 "simple listing is like the ordinary L<ls(1)> command:"
26153 msgstr ""
26154
26155 # type: verbatim
26156 #: ../tools/virt-ls.pl:54
26157 #, no-wrap
26158 msgid ""
26159 " $ virt-ls myguest /\n"
26160 " bin\n"
26161 " boot\n"
26162 " [etc.]\n"
26163 "\n"
26164 msgstr ""
26165
26166 # type: textblock
26167 #: ../tools/virt-ls.pl:59
26168 msgid "With the C<-l> (C<--long>) option, C<virt-ls> shows more detail:"
26169 msgstr ""
26170
26171 # type: verbatim
26172 #: ../tools/virt-ls.pl:61
26173 #, no-wrap
26174 msgid ""
26175 " $ virt-ls -l myguest /\n"
26176 " total 204\n"
26177 " dr-xr-xr-x.   2 root root   4096 2009-08-25 19:06 bin\n"
26178 " dr-xr-xr-x.   5 root root   3072 2009-08-25 19:06 boot\n"
26179 " [etc.]\n"
26180 "\n"
26181 msgstr ""
26182
26183 # type: textblock
26184 #: ../tools/virt-ls.pl:67
26185 msgid ""
26186 "With the C<-R> (C<--recursive>) option, C<virt-ls> lists the names of files "
26187 "and directories recursively:"
26188 msgstr ""
26189
26190 # type: verbatim
26191 #: ../tools/virt-ls.pl:70
26192 #, no-wrap
26193 msgid ""
26194 " $ virt-ls -R myguest /tmp\n"
26195 " foo\n"
26196 " foo/bar\n"
26197 " [etc.]\n"
26198 "\n"
26199 msgstr ""
26200
26201 # type: textblock
26202 #: ../tools/virt-ls.pl:75
26203 msgid ""
26204 "You I<cannot> combine these options.  To do more complicated things, use "
26205 "L<guestfish(1)>."
26206 msgstr ""
26207
26208 # type: =item
26209 #: ../tools/virt-ls.pl:131 ../tools/virt-list-filesystems.pl:103 ../tools/virt-list-partitions.pl:112
26210 msgid "B<-l> | B<--long>"
26211 msgstr ""
26212
26213 # type: =item
26214 #: ../tools/virt-ls.pl:133
26215 msgid "B<-R> | B<--recursive>"
26216 msgstr ""
26217
26218 # type: textblock
26219 #: ../tools/virt-ls.pl:135
26220 msgid ""
26221 "Select the mode.  With neither of these options, C<virt-ls> produces a "
26222 "simple, flat list of the files in the named directory."
26223 msgstr ""
26224
26225 # type: textblock
26226 #: ../tools/virt-ls.pl:138
26227 msgid ""
26228 "C<virt-ls -l> produces a \"long listing\", which shows more detail (just "
26229 "like the plain C<ls -l> command)."
26230 msgstr ""
26231
26232 # type: textblock
26233 #: ../tools/virt-ls.pl:141
26234 msgid ""
26235 "C<virt-ls -R> produces a recursive list of files starting at the named "
26236 "directory.  See the documentation for L<guestfs(3)/guestfs_find> for precise "
26237 "details."
26238 msgstr ""
26239
26240 # type: textblock
26241 #: ../tools/virt-ls.pl:145
26242 msgid "You cannot combine these options."
26243 msgstr ""
26244
26245 # type: textblock
26246 #: ../tools/virt-ls.pl:234
26247 msgid ""
26248 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
26249 "L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
26250 "L<http://libguestfs.org/>."
26251 msgstr ""
26252
26253 # type: textblock
26254 #: ../tools/virt-ls.pl:249 ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:298
26255 msgid "Copyright (C) 2009 Red Hat Inc."
26256 msgstr ""
26257
26258 # type: textblock
26259 #: ../tools/virt-resize.pl:42
26260 msgid "virt-resize - Resize a virtual machine disk"
26261 msgstr ""
26262
26263 # type: verbatim
26264 #: ../tools/virt-resize.pl:46
26265 #, no-wrap
26266 msgid ""
26267 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
26268 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
26269 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
26270 "\n"
26271 msgstr ""
26272
26273 # type: textblock
26274 #: ../tools/virt-resize.pl:52
26275 msgid ""
26276 "Virt-resize is a tool which can resize a virtual machine disk, making it "
26277 "larger or smaller overall, and resizing or deleting any partitions contained "
26278 "within."
26279 msgstr ""
26280
26281 # type: textblock
26282 #: ../tools/virt-resize.pl:56
26283 msgid ""
26284 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
26285 "not> be used on live virtual machines - for consistent results, shut the "
26286 "virtual machine down before resizing it."
26287 msgstr ""
26288
26289 # type: textblock
26290 #: ../tools/virt-resize.pl:60
26291 msgid ""
26292 "If you are not familiar with the associated tools: "
26293 "L<virt-list-partitions(1)>, L<virt-list-filesystems(1)> and L<virt-df(1)>, "
26294 "we recommend you go and read those manual pages first."
26295 msgstr ""
26296
26297 # type: textblock
26298 #: ../tools/virt-resize.pl:68
26299 msgid ""
26300 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
26301 "fill the extra 5GB of space."
26302 msgstr ""
26303
26304 # type: verbatim
26305 #: ../tools/virt-resize.pl:71
26306 #, no-wrap
26307 msgid ""
26308 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
26309 " virt-list-partitions -lht olddisk\n"
26310 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
26311 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
26312 "\n"
26313 msgstr ""
26314
26315 # type: textblock
26316 #: ../tools/virt-resize.pl:76
26317 msgid ""
26318 "As above, but make the /boot partition 200MB bigger, while giving the "
26319 "remaining space to /dev/sda2:"
26320 msgstr ""
26321
26322 # type: verbatim
26323 #: ../tools/virt-resize.pl:79
26324 #, no-wrap
26325 msgid ""
26326 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
26327 "\n"
26328 msgstr ""
26329
26330 # type: textblock
26331 #: ../tools/virt-resize.pl:81
26332 msgid "As above, but the output format will be uncompressed qcow2:"
26333 msgstr ""
26334
26335 # type: verbatim
26336 #: ../tools/virt-resize.pl:83
26337 #, no-wrap
26338 msgid ""
26339 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
26340 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
26341 "\n"
26342 msgstr ""
26343
26344 # type: =head1
26345 #: ../tools/virt-resize.pl:86
26346 msgid "DETAILED USAGE"
26347 msgstr ""
26348
26349 # type: =head2
26350 #: ../tools/virt-resize.pl:88
26351 msgid "EXPANDING A VIRTUAL MACHINE DISK"
26352 msgstr ""
26353
26354 # type: =item
26355 #: ../tools/virt-resize.pl:92
26356 msgid "1. Shut down the virtual machine"
26357 msgstr ""
26358
26359 # type: =item
26360 #: ../tools/virt-resize.pl:94
26361 msgid "2. Locate input disk image"
26362 msgstr ""
26363
26364 # type: textblock
26365 #: ../tools/virt-resize.pl:96
26366 msgid ""
26367 "Locate the input disk image (ie. the file or device on the host containing "
26368 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
26369 "dumpxml> like this to find the disk image name:"
26370 msgstr ""
26371
26372 # type: verbatim
26373 #: ../tools/virt-resize.pl:100
26374 #, no-wrap
26375 msgid ""
26376 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
26377 " Found 1 nodes:\n"
26378 " -- NODE --\n"
26379 " <source dev=\"/dev/vg/lv_guest\" />\n"
26380 "\n"
26381 msgstr ""
26382
26383 # type: =item
26384 #: ../tools/virt-resize.pl:105
26385 msgid "3. Look at current sizing"
26386 msgstr ""
26387
26388 # type: textblock
26389 #: ../tools/virt-resize.pl:107
26390 msgid "Use L<virt-list-partitions(1)> to display the current partitions and sizes:"
26391 msgstr ""
26392
26393 # type: verbatim
26394 #: ../tools/virt-resize.pl:110
26395 #, no-wrap
26396 msgid ""
26397 " # virt-list-partitions -lht /dev/vg/lv_guest\n"
26398 " /dev/sda1 ext3 101.9M\n"
26399 " /dev/sda2 pv 7.9G\n"
26400 " /dev/sda device 8.0G\n"
26401 "\n"
26402 msgstr ""
26403
26404 # type: textblock
26405 #: ../tools/virt-resize.pl:115
26406 msgid ""
26407 "(This example is a virtual machine with an 8 GB disk which we would like to "
26408 "expand up to 10 GB)."
26409 msgstr ""
26410
26411 # type: =item
26412 #: ../tools/virt-resize.pl:118
26413 msgid "4. Create output disk"
26414 msgstr ""
26415
26416 # type: textblock
26417 #: ../tools/virt-resize.pl:120
26418 msgid ""
26419 "Virt-resize cannot do in-place disk modifications.  You have to have space "
26420 "to store the resized output disk."
26421 msgstr ""
26422
26423 # type: textblock
26424 #: ../tools/virt-resize.pl:123
26425 msgid "To store the resized disk image in a file, create a file of a suitable size:"
26426 msgstr ""
26427
26428 # type: verbatim
26429 #: ../tools/virt-resize.pl:126
26430 #, no-wrap
26431 msgid ""
26432 " # rm -f outdisk\n"
26433 " # truncate -s 10G outdisk\n"
26434 "\n"
26435 msgstr ""
26436
26437 # type: textblock
26438 #: ../tools/virt-resize.pl:129
26439 msgid "Or use L<lvcreate(1)> to create a logical volume:"
26440 msgstr ""
26441
26442 # type: verbatim
26443 #: ../tools/virt-resize.pl:131
26444 #, no-wrap
26445 msgid ""
26446 " # lvcreate -L 10G -n lv_name vg_name\n"
26447 "\n"
26448 msgstr ""
26449
26450 # type: textblock
26451 #: ../tools/virt-resize.pl:133
26452 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
26453 msgstr ""
26454
26455 # type: verbatim
26456 #: ../tools/virt-resize.pl:135
26457 #, no-wrap
26458 msgid ""
26459 " # virsh pool-list\n"
26460 " # virsh vol-create-as poolname newvol 10G\n"
26461 "\n"
26462 msgstr ""
26463
26464 # type: =item
26465 #: ../tools/virt-resize.pl:138
26466 msgid "5. Resize"
26467 msgstr ""
26468
26469 # type: textblock
26470 #: ../tools/virt-resize.pl:140
26471 msgid ""
26472 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
26473 "file) and the output disk.  The output disk is the one created in the "
26474 "previous step."
26475 msgstr ""
26476
26477 # type: verbatim
26478 #: ../tools/virt-resize.pl:144
26479 #, no-wrap
26480 msgid ""
26481 " # virt-resize indisk outdisk\n"
26482 "\n"
26483 msgstr ""
26484
26485 # type: textblock
26486 #: ../tools/virt-resize.pl:146
26487 msgid ""
26488 "This command just copies disk image C<indisk> to disk image C<outdisk> "
26489 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
26490 "larger, then an extra, empty partition is created at the end of the disk "
26491 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
26492 "error."
26493 msgstr ""
26494
26495 # type: textblock
26496 #: ../tools/virt-resize.pl:152
26497 msgid ""
26498 "More realistically you'd want to expand existing partitions in the disk "
26499 "image by passing extra options (for the full list see the L</OPTIONS> "
26500 "section below)."
26501 msgstr ""
26502
26503 # type: textblock
26504 #: ../tools/virt-resize.pl:156
26505 msgid ""
26506 "L</--expand> is the most useful option.  It expands the named partition "
26507 "within the disk to fill any extra space:"
26508 msgstr ""
26509
26510 # type: verbatim
26511 #: ../tools/virt-resize.pl:159
26512 #, no-wrap
26513 msgid ""
26514 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
26515 "\n"
26516 msgstr ""
26517
26518 # type: textblock
26519 #: ../tools/virt-resize.pl:161
26520 msgid ""
26521 "(In this case, an extra partition is I<not> created at the end of the disk, "
26522 "because there will be no unused space)."
26523 msgstr ""
26524
26525 # type: textblock
26526 #: ../tools/virt-resize.pl:164
26527 msgid ""
26528 "L</--resize> is the other commonly used option.  The following would "
26529 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
26530 "rest of the available space:"
26531 msgstr ""
26532
26533 # type: verbatim
26534 #: ../tools/virt-resize.pl:168
26535 #, no-wrap
26536 msgid ""
26537 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
26538 "     indisk outdisk\n"
26539 "\n"
26540 msgstr ""
26541
26542 # type: textblock
26543 #: ../tools/virt-resize.pl:171
26544 msgid ""
26545 "If the expanded partition in the image contains a filesystem or LVM PV, then "
26546 "if virt-resize knows how, it will resize the contents, the equivalent of "
26547 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or "
26548 "L<ntfsresize(8)>.  However virt-resize does not know how to resize some "
26549 "filesystems, so you would have to online resize them after booting the "
26550 "guest.  And virt-resize also does not resize anything inside an LVM PV, it "
26551 "just resizes the PV itself and leaves the user to resize any LVs inside that "
26552 "PV as desired."
26553 msgstr ""
26554
26555 # type: textblock
26556 #: ../tools/virt-resize.pl:180
26557 msgid "Other options are covered below."
26558 msgstr ""
26559
26560 # type: =item
26561 #: ../tools/virt-resize.pl:182
26562 msgid "6. Test"
26563 msgstr ""
26564
26565 # type: textblock
26566 #: ../tools/virt-resize.pl:184
26567 msgid "Thoroughly test the new disk image I<before> discarding the old one."
26568 msgstr ""
26569
26570 # type: textblock
26571 #: ../tools/virt-resize.pl:186
26572 msgid "If you are using libvirt, edit the XML to point at the new disk:"
26573 msgstr ""
26574
26575 # type: verbatim
26576 #: ../tools/virt-resize.pl:188
26577 #, no-wrap
26578 msgid ""
26579 " # virsh edit guestname\n"
26580 "\n"
26581 msgstr ""
26582
26583 # type: textblock
26584 #: ../tools/virt-resize.pl:190
26585 msgid ""
26586 "Change E<lt>source ...E<gt>, see "
26587 "L<http://libvirt.org/formatdomain.html#elementsDisks>"
26588 msgstr ""
26589
26590 # type: textblock
26591 #: ../tools/virt-resize.pl:193
26592 msgid "Then start up the domain with the new, resized disk:"
26593 msgstr ""
26594
26595 # type: verbatim
26596 #: ../tools/virt-resize.pl:195
26597 #, no-wrap
26598 msgid ""
26599 " # virsh start guestname\n"
26600 "\n"
26601 msgstr ""
26602
26603 # type: textblock
26604 #: ../tools/virt-resize.pl:197
26605 msgid ""
26606 "and check that it still works.  See also the L</NOTES> section below for "
26607 "additional information."
26608 msgstr ""
26609
26610 # type: =item
26611 #: ../tools/virt-resize.pl:200
26612 msgid "7. Resize LVs etc inside the guest"
26613 msgstr ""
26614
26615 # type: textblock
26616 #: ../tools/virt-resize.pl:202
26617 msgid "(This can also be done offline using L<guestfish(1)>)"
26618 msgstr ""
26619
26620 # type: textblock
26621 #: ../tools/virt-resize.pl:204
26622 msgid ""
26623 "Once the guest has booted you should see the new space available, at least "
26624 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
26625 "may need to resize LVs inside PVs, and also resize filesystem types that "
26626 "virt-resize does not know how to expand."
26627 msgstr ""
26628
26629 # type: =head2
26630 #: ../tools/virt-resize.pl:211
26631 msgid "SHRINKING A VIRTUAL MACHINE DISK"
26632 msgstr ""
26633
26634 # type: textblock
26635 #: ../tools/virt-resize.pl:213
26636 msgid ""
26637 "Shrinking is somewhat more complex than expanding, and only an overview is "
26638 "given here."
26639 msgstr ""
26640
26641 # type: textblock
26642 #: ../tools/virt-resize.pl:216
26643 msgid ""
26644 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
26645 "filesystems).  The user has to shrink content before passing the disk image "
26646 "to virt-resize, and virt-resize will check that the content has been shrunk "
26647 "properly."
26648 msgstr ""
26649
26650 # type: textblock
26651 #: ../tools/virt-resize.pl:221
26652 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
26653 msgstr ""
26654
26655 # type: textblock
26656 #: ../tools/virt-resize.pl:223
26657 msgid ""
26658 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
26659 "steps 3 and 4 above to allocate a new disk image."
26660 msgstr ""
26661
26662 # type: textblock
26663 #: ../tools/virt-resize.pl:226
26664 msgid "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
26665 msgstr ""
26666
26667 # type: =head2
26668 #: ../tools/virt-resize.pl:229
26669 msgid "IGNORING OR DELETING PARTITIONS"
26670 msgstr ""
26671
26672 # type: textblock
26673 #: ../tools/virt-resize.pl:231
26674 msgid ""
26675 "virt-resize also gives a convenient way to ignore or delete partitions when "
26676 "copying from the input disk to the output disk.  Ignoring a partition speeds "
26677 "up the copy where you don't care about the existing contents of a "
26678 "partition.  Deleting a partition removes it completely, but note that it "
26679 "also renumbers any partitions after the one which is deleted, which can "
26680 "leave some guests unbootable."
26681 msgstr ""
26682
26683 # type: =head2
26684 #: ../tools/virt-resize.pl:238
26685 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
26686 msgstr ""
26687
26688 # type: textblock
26689 #: ../tools/virt-resize.pl:240
26690 msgid ""
26691 "If the input disk is in qcow2 format, then you may prefer that the output is "
26692 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
26693 "the fly.  The output format is simply determined by the format of the empty "
26694 "output container that you provide.  Thus to create qcow2 output, use:"
26695 msgstr ""
26696
26697 # type: verbatim
26698 #: ../tools/virt-resize.pl:246
26699 #, no-wrap
26700 msgid ""
26701 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
26702 "\n"
26703 msgstr ""
26704
26705 # type: textblock
26706 #: ../tools/virt-resize.pl:248
26707 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
26708 msgstr ""
26709
26710 # type: textblock
26711 #: ../tools/virt-resize.pl:250
26712 msgid "Similarly, to get non-sparse raw output use:"
26713 msgstr ""
26714
26715 # type: verbatim
26716 #: ../tools/virt-resize.pl:252
26717 #, no-wrap
26718 msgid ""
26719 " fallocate -l size outdisk\n"
26720 "\n"
26721 msgstr ""
26722
26723 # type: textblock
26724 #: ../tools/virt-resize.pl:254
26725 msgid ""
26726 "(on older systems that don't have the L<fallocate(1)> command use C<dd "
26727 "if=/dev/zero of=outdisk bs=1M count=..>)"
26728 msgstr ""
26729
26730 # type: textblock
26731 #: ../tools/virt-resize.pl:267
26732 msgid "Display help."
26733 msgstr ""
26734
26735 # type: =item
26736 #: ../tools/virt-resize.pl:281
26737 msgid "B<--resize part=size>"
26738 msgstr ""
26739
26740 # type: textblock
26741 #: ../tools/virt-resize.pl:283
26742 msgid ""
26743 "Resize the named partition (expanding or shrinking it) so that it has the "
26744 "given size."
26745 msgstr ""
26746
26747 # type: textblock
26748 #: ../tools/virt-resize.pl:286
26749 msgid ""
26750 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
26751 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
26752 "Exabytes; or as a percentage of the current size; or as a relative number or "
26753 "percentage.  For example:"
26754 msgstr ""
26755
26756 # type: verbatim
26757 #: ../tools/virt-resize.pl:291
26758 #, no-wrap
26759 msgid ""
26760 " --resize /dev/sda2=10G\n"
26761 "\n"
26762 msgstr ""
26763
26764 # type: verbatim
26765 #: ../tools/virt-resize.pl:293
26766 #, no-wrap
26767 msgid ""
26768 " --resize /dev/sda4=90%\n"
26769 "\n"
26770 msgstr ""
26771
26772 # type: verbatim
26773 #: ../tools/virt-resize.pl:295
26774 #, no-wrap
26775 msgid ""
26776 " --resize /dev/sda2=+1G\n"
26777 "\n"
26778 msgstr ""
26779
26780 # type: verbatim
26781 #: ../tools/virt-resize.pl:297
26782 #, no-wrap
26783 msgid ""
26784 " --resize /dev/sda2=-200M\n"
26785 "\n"
26786 msgstr ""
26787
26788 # type: verbatim
26789 #: ../tools/virt-resize.pl:299
26790 #, no-wrap
26791 msgid ""
26792 " --resize /dev/sda1=+128K\n"
26793 "\n"
26794 msgstr ""
26795
26796 # type: verbatim
26797 #: ../tools/virt-resize.pl:301
26798 #, no-wrap
26799 msgid ""
26800 " --resize /dev/sda1=+10%\n"
26801 "\n"
26802 msgstr ""
26803
26804 # type: verbatim
26805 #: ../tools/virt-resize.pl:303
26806 #, no-wrap
26807 msgid ""
26808 " --resize /dev/sda1=-10%\n"
26809 "\n"
26810 msgstr ""
26811
26812 # type: textblock
26813 #: ../tools/virt-resize.pl:305
26814 msgid ""
26815 "You can increase the size of any partition.  Virt-resize will expand the "
26816 "direct content of the partition if it knows how (see C<--expand> below)."
26817 msgstr ""
26818
26819 # type: textblock
26820 #: ../tools/virt-resize.pl:309
26821 msgid ""
26822 "You can only I<decrease> the size of partitions that contain filesystems or "
26823 "PVs which have already been shrunk.  Virt-resize will check this has been "
26824 "done before proceeding, or else will print an error (see also "
26825 "C<--resize-force>)."
26826 msgstr ""
26827
26828 # type: textblock
26829 #: ../tools/virt-resize.pl:314 ../tools/virt-resize.pl:406 ../tools/virt-resize.pl:423
26830 msgid "You can give this option multiple times."
26831 msgstr ""
26832
26833 # type: =item
26834 #: ../tools/virt-resize.pl:320
26835 msgid "B<--resize-force part=size>"
26836 msgstr ""
26837
26838 # type: textblock
26839 #: ../tools/virt-resize.pl:322
26840 msgid ""
26841 "This is the same as C<--resize> except that it will let you decrease the "
26842 "size of any partition.  Generally this means you will lose any data which "
26843 "was at the end of the partition you shrink, but you may not care about that "
26844 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
26845 "as a swap partition)."
26846 msgstr ""
26847
26848 # type: textblock
26849 #: ../tools/virt-resize.pl:328
26850 msgid "See also the C<--ignore> option."
26851 msgstr ""
26852
26853 # type: =item
26854 #: ../tools/virt-resize.pl:334
26855 msgid "B<--expand part>"
26856 msgstr ""
26857
26858 # type: textblock
26859 #: ../tools/virt-resize.pl:336
26860 msgid ""
26861 "Expand the named partition so it uses up all extra space (space left over "
26862 "after any other resize changes that you request have been done)."
26863 msgstr ""
26864
26865 # type: textblock
26866 #: ../tools/virt-resize.pl:339
26867 msgid ""
26868 "If virt-resize knows how, it will expand the direct content of the "
26869 "partition.  For example, if the partition is an LVM PV, it will expand the "
26870 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
26871 "content it doesn't know about alone."
26872 msgstr ""
26873
26874 # type: textblock
26875 #: ../tools/virt-resize.pl:344
26876 msgid "Currently virt-resize can resize:"
26877 msgstr ""
26878
26879 # type: textblock
26880 #: ../tools/virt-resize.pl:350
26881 msgid ""
26882 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
26883 "partition."
26884 msgstr ""
26885
26886 # type: textblock
26887 #: ../tools/virt-resize.pl:355
26888 msgid ""
26889 "NTFS filesystems contained directly in a partition, if libguestfs was "
26890 "compiled with support for NTFS."
26891 msgstr ""
26892
26893 # type: textblock
26894 #: ../tools/virt-resize.pl:358
26895 msgid ""
26896 "The filesystem must have been shut down consistently last time it was used.  "
26897 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
26898 "consistency check, so at the first boot after resizing Windows will check "
26899 "the disk."
26900 msgstr ""
26901
26902 # type: textblock
26903 #: ../tools/virt-resize.pl:365
26904 msgid ""
26905 "LVM PVs (physical volumes).  However virt-resize does I<not> resize anything "
26906 "inside the PV.  The user will have to resize LVs as desired."
26907 msgstr ""
26908
26909 # type: textblock
26910 #: ../tools/virt-resize.pl:371 ../tools/virt-resize.pl:393
26911 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
26912 msgstr ""
26913
26914 # type: =item
26915 #: ../tools/virt-resize.pl:377
26916 msgid "B<--shrink part>"
26917 msgstr ""
26918
26919 # type: textblock
26920 #: ../tools/virt-resize.pl:379
26921 msgid ""
26922 "Shrink the named partition until the overall disk image fits in the "
26923 "destination.  The named partition B<must> contain a filesystem or PV which "
26924 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
26925 "online tools).  Virt-resize will check this and give an error if it has not "
26926 "been done."
26927 msgstr ""
26928
26929 # type: textblock
26930 #: ../tools/virt-resize.pl:385
26931 msgid ""
26932 "The amount by which the overall disk must be shrunk (after carrying out all "
26933 "other operations requested by the user) is called the \"deficit\".  For "
26934 "example, a straight copy (assume no other operations)  from a 5GB disk image "
26935 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
26936 "would give an error unless the user specified a partition to shrink and that "
26937 "partition had more than a gigabyte of free space."
26938 msgstr ""
26939
26940 # type: =item
26941 #: ../tools/virt-resize.pl:399
26942 msgid "B<--ignore part>"
26943 msgstr ""
26944
26945 # type: textblock
26946 #: ../tools/virt-resize.pl:401
26947 msgid ""
26948 "Ignore the named partition.  Effectively this means the partition is "
26949 "allocated on the destination disk, but the content is not copied across from "
26950 "the source disk.  The content of the partition will be blank (all zero "
26951 "bytes)."
26952 msgstr ""
26953
26954 # type: =item
26955 #: ../tools/virt-resize.pl:412
26956 msgid "B<--delete part>"
26957 msgstr ""
26958
26959 # type: textblock
26960 #: ../tools/virt-resize.pl:414
26961 msgid ""
26962 "Delete the named partition.  It would be more accurate to describe this as "
26963 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
26964 "the original disk image is left intact."
26965 msgstr ""
26966
26967 # type: textblock
26968 #: ../tools/virt-resize.pl:418
26969 msgid ""
26970 "Note that when you delete a partition, then anything contained in the "
26971 "partition is also deleted.  Furthermore, this causes any partitions that "
26972 "come after to be I<renumbered>, which can easily make your guest unbootable."
26973 msgstr ""
26974
26975 # type: =item
26976 #: ../tools/virt-resize.pl:429
26977 msgid "B<--LV-expand logvol>"
26978 msgstr ""
26979
26980 # type: textblock
26981 #: ../tools/virt-resize.pl:431
26982 msgid ""
26983 "This takes the logical volume and, as a final step, expands it to fill all "
26984 "the space available in its volume group.  A typical usage, assuming a Linux "
26985 "guest with a single PV C</dev/sda2> and a root device called "
26986 "C</dev/vg_guest/lv_root> would be:"
26987 msgstr ""
26988
26989 # type: verbatim
26990 #: ../tools/virt-resize.pl:436
26991 #, no-wrap
26992 msgid ""
26993 " virt-resize indisk outdisk \\\n"
26994 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
26995 "\n"
26996 msgstr ""
26997
26998 # type: textblock
26999 #: ../tools/virt-resize.pl:439
27000 msgid ""
27001 "This would first expand the partition (and PV), and then expand the root "
27002 "device to fill the extra space in the PV."
27003 msgstr ""
27004
27005 # type: textblock
27006 #: ../tools/virt-resize.pl:442
27007 msgid ""
27008 "The contents of the LV are also resized if virt-resize knows how to do "
27009 "that.  You can stop virt-resize from trying to expand the content by using "
27010 "the option C<--no-expand-content>."
27011 msgstr ""
27012
27013 # type: textblock
27014 #: ../tools/virt-resize.pl:446
27015 msgid "Use L<virt-list-filesystems(1)> to list the filesystems in the guest."
27016 msgstr ""
27017
27018 # type: textblock
27019 #: ../tools/virt-resize.pl:449
27020 msgid ""
27021 "You can give this option multiple times, I<but> it doesn't make sense to do "
27022 "this unless the logical volumes you specify are all in different volume "
27023 "groups."
27024 msgstr ""
27025
27026 # type: =item
27027 #: ../tools/virt-resize.pl:457
27028 msgid "B<--no-copy-boot-loader>"
27029 msgstr ""
27030
27031 # type: textblock
27032 #: ../tools/virt-resize.pl:459
27033 msgid ""
27034 "By default, virt-resize copies over some sectors at the start of the disk "
27035 "(up to the beginning of the first partition).  Commonly these sectors "
27036 "contain the Master Boot Record (MBR) and the boot loader, and are required "
27037 "in order for the guest to boot correctly."
27038 msgstr ""
27039
27040 # type: textblock
27041 #: ../tools/virt-resize.pl:464
27042 msgid ""
27043 "If you specify this flag, then this initial copy is not done.  You may need "
27044 "to reinstall the boot loader in this case."
27045 msgstr ""
27046
27047 # type: =item
27048 #: ../tools/virt-resize.pl:472
27049 msgid "B<--no-extra-partition>"
27050 msgstr ""
27051
27052 # type: textblock
27053 #: ../tools/virt-resize.pl:474
27054 msgid ""
27055 "By default, virt-resize creates an extra partition if there is any extra, "
27056 "unused space after all resizing has happened.  Use this option to prevent "
27057 "the extra partition from being created.  If you do this then the extra space "
27058 "will be inaccessible until you run fdisk, parted, or some other partitioning "
27059 "tool in the guest."
27060 msgstr ""
27061
27062 # type: textblock
27063 #: ../tools/virt-resize.pl:480
27064 msgid ""
27065 "Note that if the surplus space is smaller than 10 MB, no extra partition "
27066 "will be created."
27067 msgstr ""
27068
27069 # type: =item
27070 #: ../tools/virt-resize.pl:487
27071 msgid "B<--no-expand-content>"
27072 msgstr ""
27073
27074 # type: textblock
27075 #: ../tools/virt-resize.pl:489
27076 msgid ""
27077 "By default, virt-resize will try to expand the direct contents of "
27078 "partitions, if it knows how (see C<--expand> option above)."
27079 msgstr ""
27080
27081 # type: textblock
27082 #: ../tools/virt-resize.pl:492
27083 msgid ""
27084 "If you give the C<--no-expand-content> option then virt-resize will not "
27085 "attempt this."
27086 msgstr ""
27087
27088 # type: =item
27089 #: ../tools/virt-resize.pl:499
27090 msgid "B<-d> | B<--debug>"
27091 msgstr ""
27092
27093 # type: =item
27094 #: ../tools/virt-resize.pl:507
27095 msgid "B<-n> | B<--dryrun>"
27096 msgstr ""
27097
27098 # type: textblock
27099 #: ../tools/virt-resize.pl:509
27100 msgid "Print a summary of what would be done, but don't do anything."
27101 msgstr ""
27102
27103 # type: =item
27104 #: ../tools/virt-resize.pl:515
27105 msgid "B<-q> | B<--quiet>"
27106 msgstr ""
27107
27108 # type: textblock
27109 #: ../tools/virt-resize.pl:517
27110 msgid "Don't print the summary."
27111 msgstr ""
27112
27113 # type: textblock
27114 #: ../tools/virt-resize.pl:525
27115 msgid ""
27116 "Specify the format of the input disk image.  If this flag is not given then "
27117 "it is auto-detected from the image itself."
27118 msgstr ""
27119
27120 # type: textblock
27121 #: ../tools/virt-resize.pl:531
27122 msgid ""
27123 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
27124 "AND NON-SPARSE RAW FORMATS>."
27125 msgstr ""
27126
27127 # type: =item
27128 #: ../tools/virt-resize.pl:538
27129 msgid "B<--output-format> raw"
27130 msgstr ""
27131
27132 # type: textblock
27133 #: ../tools/virt-resize.pl:540
27134 msgid ""
27135 "Specify the format of the output disk image.  If this flag is not given then "
27136 "it is auto-detected from the image itself."
27137 msgstr ""
27138
27139 # type: textblock
27140 #: ../tools/virt-resize.pl:546
27141 msgid ""
27142 "Note that you still need to create the output disk with the right format.  "
27143 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
27144 msgstr ""
27145
27146 # type: =head2
27147 #: ../tools/virt-resize.pl:1422 ../tools/virt-rescue.pl:90
27148 msgid "NOTES"
27149 msgstr ""
27150
27151 # type: =head2
27152 #: ../tools/virt-resize.pl:1424
27153 msgid "\"Partition 1 does not end on cylinder boundary.\""
27154 msgstr ""
27155
27156 # type: textblock
27157 #: ../tools/virt-resize.pl:1426
27158 msgid ""
27159 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
27160 "means the partitions will not be aligned to the ancient CHS geometry.  "
27161 "However CHS geometry is meaningless for disks manufactured since the early "
27162 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
27163 "cylinders is not required by any modern operating system."
27164 msgstr ""
27165
27166 # type: =head2
27167 #: ../tools/virt-resize.pl:1433
27168 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
27169 msgstr ""
27170
27171 # type: textblock
27172 #: ../tools/virt-resize.pl:1435
27173 msgid ""
27174 "In Windows Vista and later versions, Microsoft switched to using a separate "
27175 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
27176 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
27177 "the boot partition.  Doing so seems to break the guest completely.  However "
27178 "expanding the second partition (ie. C: drive) should work."
27179 msgstr ""
27180
27181 # type: textblock
27182 #: ../tools/virt-resize.pl:1442
27183 msgid ""
27184 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
27185 "NTFS partitions have been expanded.  This is just a safety check and (unless "
27186 "it find errors) is nothing to worry about."
27187 msgstr ""
27188
27189 # type: =head2
27190 #: ../tools/virt-resize.pl:1446
27191 msgid "GUEST BOOT STUCK AT \"GRUB\""
27192 msgstr ""
27193
27194 # type: textblock
27195 #: ../tools/virt-resize.pl:1448
27196 msgid ""
27197 "If a Linux guest does not boot after resizing, and the boot is stuck after "
27198 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
27199 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
27200 "although we think is to do with partition alignment."
27201 msgstr ""
27202
27203 # type: verbatim
27204 #: ../tools/virt-resize.pl:1453
27205 #, no-wrap
27206 msgid ""
27207 " guestfish -i -a newdisk\n"
27208 " ><fs> cat /boot/grub/device.map\n"
27209 " # check the contents of this file are sensible or\n"
27210 " # edit the file if necessary\n"
27211 " ><fs> grub-install / /dev/vda\n"
27212 " ><fs> exit\n"
27213 "\n"
27214 msgstr ""
27215
27216 # type: textblock
27217 #: ../tools/virt-resize.pl:1460
27218 msgid ""
27219 "For more flexible guest reconfiguration, including if you need to specify "
27220 "other parameters to grub-install, use L<virt-rescue(1)>."
27221 msgstr ""
27222
27223 # type: =head1
27224 #: ../tools/virt-resize.pl:1463
27225 msgid "ALTERNATIVE TOOLS"
27226 msgstr ""
27227
27228 # type: textblock
27229 #: ../tools/virt-resize.pl:1465
27230 msgid ""
27231 "There are several proprietary tools for resizing partitions.  We won't "
27232 "mention any here."
27233 msgstr ""
27234
27235 # type: textblock
27236 #: ../tools/virt-resize.pl:1468
27237 msgid ""
27238 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
27239 "operations on disk images.  They can resize and move partitions, but I don't "
27240 "think they can do anything with the contents, and they certainly don't "
27241 "understand LVM."
27242 msgstr ""
27243
27244 # type: textblock
27245 #: ../tools/virt-resize.pl:1473
27246 msgid ""
27247 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
27248 "but at a much lower level.  You will probably end up hand-calculating sector "
27249 "offsets, which is something that virt-resize was designed to avoid.  If you "
27250 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
27251 "C<--debug> flag."
27252 msgstr ""
27253
27254 # type: textblock
27255 #: ../tools/virt-resize.pl:1488
27256 msgid ""
27257 "L<virt-list-partitions(1)>, L<virt-list-filesystems(1)>, L<virt-df(1)>, "
27258 "L<guestfs(3)>, L<guestfish(1)>, L<lvm(8)>, L<pvresize(8)>, L<lvresize(8)>, "
27259 "L<resize2fs(8)>, L<ntfsresize(8)>, L<virsh(1)>, L<parted(8)>, "
27260 "L<truncate(1)>, L<fallocate(1)>, L<grub(8)>, L<grub-install(8)>, "
27261 "L<virt-rescue(1)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
27262 msgstr ""
27263
27264 # type: textblock
27265 #: ../tools/virt-list-filesystems.pl:32
27266 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
27267 msgstr ""
27268
27269 # type: verbatim
27270 #: ../tools/virt-list-filesystems.pl:36
27271 #, no-wrap
27272 msgid ""
27273 " virt-list-filesystems [--options] domname\n"
27274 "\n"
27275 msgstr ""
27276
27277 # type: verbatim
27278 #: ../tools/virt-list-filesystems.pl:38
27279 #, no-wrap
27280 msgid ""
27281 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
27282 "\n"
27283 msgstr ""
27284
27285 # type: textblock
27286 #: ../tools/virt-list-filesystems.pl:42
27287 msgid ""
27288 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
27289 "are contained in a virtual machine or disk image."
27290 msgstr ""
27291
27292 # type: textblock
27293 #: ../tools/virt-list-filesystems.pl:46
27294 msgid ""
27295 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
27296 "functionality.  For more complex cases you should look at the "
27297 "L<guestfish(1)> tool."
27298 msgstr ""
27299
27300 # type: textblock
27301 #: ../tools/virt-list-filesystems.pl:105
27302 msgid ""
27303 "With this option, C<virt-list-filesystems> displays the type of each "
27304 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
27305 msgstr ""
27306
27307 # type: =item
27308 #: ../tools/virt-list-filesystems.pl:112
27309 msgid "B<-a> | B<--all>"
27310 msgstr ""
27311
27312 # type: textblock
27313 #: ../tools/virt-list-filesystems.pl:114
27314 msgid ""
27315 "Normally we only show mountable filesystems.  If this option is given then "
27316 "swap devices are shown too."
27317 msgstr ""
27318
27319 # type: textblock
27320 #: ../tools/virt-list-filesystems.pl:188
27321 msgid ""
27322 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
27323 "L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
27324 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
27325 msgstr ""
27326
27327 # type: textblock
27328 #: ../tools/virt-tar.pl:33
27329 msgid "virt-tar - Extract or upload files to a virtual machine"
27330 msgstr ""
27331
27332 # type: verbatim
27333 #: ../tools/virt-tar.pl:37
27334 #, no-wrap
27335 msgid ""
27336 " virt-tar [--options] -x domname directory tarball\n"
27337 "\n"
27338 msgstr ""
27339
27340 # type: verbatim
27341 #: ../tools/virt-tar.pl:39
27342 #, no-wrap
27343 msgid ""
27344 " virt-tar [--options] -u domname tarball directory\n"
27345 "\n"
27346 msgstr ""
27347
27348 # type: verbatim
27349 #: ../tools/virt-tar.pl:41
27350 #, no-wrap
27351 msgid ""
27352 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
27353 "\n"
27354 msgstr ""
27355
27356 # type: verbatim
27357 #: ../tools/virt-tar.pl:43
27358 #, no-wrap
27359 msgid ""
27360 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
27361 "\n"
27362 msgstr ""
27363
27364 # type: textblock
27365 #: ../tools/virt-tar.pl:47
27366 msgid "Download C</home> from the VM into a local tarball:"
27367 msgstr ""
27368
27369 # type: verbatim
27370 #: ../tools/virt-tar.pl:49
27371 #, no-wrap
27372 msgid ""
27373 " virt-tar -x domname /home home.tar\n"
27374 "\n"
27375 msgstr ""
27376
27377 # type: verbatim
27378 #: ../tools/virt-tar.pl:51
27379 #, no-wrap
27380 msgid ""
27381 " virt-tar -zx domname /home home.tar.gz\n"
27382 "\n"
27383 msgstr ""
27384
27385 # type: textblock
27386 #: ../tools/virt-tar.pl:53
27387 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
27388 msgstr ""
27389
27390 # type: verbatim
27391 #: ../tools/virt-tar.pl:55
27392 #, no-wrap
27393 msgid ""
27394 " virt-tar -u domname uploadstuff.tar /tmp\n"
27395 "\n"
27396 msgstr ""
27397
27398 # type: verbatim
27399 #: ../tools/virt-tar.pl:57
27400 #, no-wrap
27401 msgid ""
27402 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
27403 "\n"
27404 msgstr ""
27405
27406 # type: textblock
27407 #: ../tools/virt-tar.pl:61
27408 msgid ""
27409 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
27410 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
27411 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
27412 msgstr ""
27413
27414 # type: textblock
27415 #: ../tools/virt-tar.pl:66
27416 msgid ""
27417 "You can use C<-x> (extract) on live virtual machines, but you might get "
27418 "inconsistent results or errors if there is filesystem activity inside the "
27419 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
27420 "work, but the only way to guarantee consistent results is if the virtual "
27421 "machine is shut down."
27422 msgstr ""
27423
27424 # type: textblock
27425 #: ../tools/virt-tar.pl:74
27426 msgid ""
27427 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
27428 "parts of a guest filesystem.  There are many possibilities: making backups, "
27429 "uploading data files, snooping on guest activity, fixing or customizing "
27430 "guests, etc."
27431 msgstr ""
27432
27433 # type: textblock
27434 #: ../tools/virt-tar.pl:79
27435 msgid ""
27436 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
27437 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
27438 "should look at the L<guestfish(1)> tool."
27439 msgstr ""
27440
27441 # type: textblock
27442 #: ../tools/virt-tar.pl:83
27443 msgid ""
27444 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
27445 "its contents (recursively) from the virtual machine into a local tarball.  "
27446 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
27447 "virtual machine.  You cannot use these two options together."
27448 msgstr ""
27449
27450 # type: textblock
27451 #: ../tools/virt-tar.pl:89
27452 msgid ""
27453 "In addition, you may need to use the C<-z> (gZip) option to enable "
27454 "compression.  When uploading, you have to specify C<-z> if the upload file "
27455 "is compressed because virt-tar won't detect this on its own."
27456 msgstr ""
27457
27458 # type: textblock
27459 #: ../tools/virt-tar.pl:93
27460 msgid ""
27461 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
27462 "example it cannot do PKZip files or bzip2 compression.  If you want that "
27463 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
27464 "the L<libguestfs(3)> API)."
27465 msgstr ""
27466
27467 # type: =item
27468 #: ../tools/virt-tar.pl:151
27469 msgid "B<-x> | B<--extract> | B<--download>"
27470 msgstr ""
27471
27472 # type: =item
27473 #: ../tools/virt-tar.pl:153
27474 msgid "B<-u> | B<--upload>"
27475 msgstr ""
27476
27477 # type: textblock
27478 #: ../tools/virt-tar.pl:155
27479 msgid ""
27480 "Use C<-x> to extract (download) a directory from a virtual machine to a "
27481 "local tarball."
27482 msgstr ""
27483
27484 # type: textblock
27485 #: ../tools/virt-tar.pl:158
27486 msgid ""
27487 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
27488 "Please read the L</WARNING> section above before using this option."
27489 msgstr ""
27490
27491 # type: textblock
27492 #: ../tools/virt-tar.pl:162
27493 msgid "You must specify exactly one of these options."
27494 msgstr ""
27495
27496 # type: =item
27497 #: ../tools/virt-tar.pl:168
27498 msgid "B<-z> | B<--gzip>"
27499 msgstr ""
27500
27501 # type: textblock
27502 #: ../tools/virt-tar.pl:170
27503 msgid "Specify that the input or output tarball is gzip-compressed."
27504 msgstr ""
27505
27506 # type: textblock
27507 #: ../tools/virt-tar.pl:283
27508 msgid ""
27509 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
27510 "L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
27511 "L<http://libguestfs.org/>."
27512 msgstr ""
27513
27514 # type: textblock
27515 #: ../tools/virt-rescue.pl:33
27516 msgid "virt-rescue - Run a rescue shell on a virtual machine"
27517 msgstr ""
27518
27519 # type: verbatim
27520 #: ../tools/virt-rescue.pl:37
27521 #, no-wrap
27522 msgid ""
27523 " virt-rescue [--options] domname\n"
27524 "\n"
27525 msgstr ""
27526
27527 # type: verbatim
27528 #: ../tools/virt-rescue.pl:39
27529 #, no-wrap
27530 msgid ""
27531 " virt-rescue [--options] disk.img [disk.img ...]\n"
27532 "\n"
27533 msgstr ""
27534
27535 # type: textblock
27536 #: ../tools/virt-rescue.pl:43
27537 msgid ""
27538 "You must I<not> use C<virt-rescue> on live virtual machines.  Doing so will "
27539 "probably result in disk corruption in the VM.  C<virt-rescue> tries to stop "
27540 "you from doing this, but doesn't catch all cases."
27541 msgstr ""
27542
27543 # type: textblock
27544 #: ../tools/virt-rescue.pl:47
27545 msgid ""
27546 "However if you use the I<--ro> (read only) option, then you can attach a "
27547 "shell to a live virtual machine.  The results might be strange or "
27548 "inconsistent at times but you won't get disk corruption."
27549 msgstr ""
27550
27551 # type: textblock
27552 #: ../tools/virt-rescue.pl:53
27553 msgid ""
27554 "virt-rescue is like a Rescue CD, but for virtual machines, and without the "
27555 "need for a CD.  virt-rescue gives you a rescue shell and some simple "
27556 "recovery tools which you can use to examine or rescue a virtual machine or "
27557 "disk image."
27558 msgstr ""
27559
27560 # type: textblock
27561 #: ../tools/virt-rescue.pl:58
27562 msgid ""
27563 "You can run virt-rescue on any virtual machine known to libvirt, or directly "
27564 "on disk image(s):"
27565 msgstr ""
27566
27567 # type: verbatim
27568 #: ../tools/virt-rescue.pl:61
27569 #, no-wrap
27570 msgid ""
27571 " virt-rescue GuestName\n"
27572 "\n"
27573 msgstr ""
27574
27575 # type: verbatim
27576 #: ../tools/virt-rescue.pl:63
27577 #, no-wrap
27578 msgid ""
27579 " virt-rescue --ro /path/to/disk.img\n"
27580 "\n"
27581 msgstr ""
27582
27583 # type: verbatim
27584 #: ../tools/virt-rescue.pl:65
27585 #, no-wrap
27586 msgid ""
27587 " virt-rescue /dev/sdc\n"
27588 "\n"
27589 msgstr ""
27590
27591 # type: textblock
27592 #: ../tools/virt-rescue.pl:67
27593 msgid "For live VMs you I<must> use the --ro option."
27594 msgstr ""
27595
27596 # type: textblock
27597 #: ../tools/virt-rescue.pl:69
27598 msgid ""
27599 "When you run virt-rescue on a virtual machine or disk image, you are placed "
27600 "in an interactive bash shell where you can use many ordinary Linux "
27601 "commands.  What you see in C</> (C</bin>, C</lib> etc) is the rescue "
27602 "appliance.  You must mount the virtual machine's filesystems by hand.  There "
27603 "is an empty directory called C</sysroot> where you can mount filesystems."
27604 msgstr ""
27605
27606 # type: textblock
27607 #: ../tools/virt-rescue.pl:76
27608 msgid ""
27609 "In the example below, we list logical volumes, then choose one to mount "
27610 "under C</sysroot>:"
27611 msgstr ""
27612
27613 # type: verbatim
27614 #: ../tools/virt-rescue.pl:79
27615 #, no-wrap
27616 msgid ""
27617 " ><rescue> lvs\n"
27618 " LV      VG        Attr   LSize   Origin Snap%  Move Log Copy%  Convert\n"
27619 " lv_root vg_f11x64 -wi-a-   8.83G\n"
27620 " lv_swap vg_f11x64 -wi-a- 992.00M\n"
27621 " ><rescue> mount /dev/vg_f11x64/lv_root /sysroot\n"
27622 " ><rescue> ls /sysroot\n"
27623 "\n"
27624 msgstr ""
27625
27626 # type: textblock
27627 #: ../tools/virt-rescue.pl:86
27628 msgid ""
27629 "If you don't know what filesystems are available on the virtual machine then "
27630 "you can use commands such as L<parted(8)> and L<lvs(8)> to find out."
27631 msgstr ""
27632
27633 # type: textblock
27634 #: ../tools/virt-rescue.pl:92
27635 msgid ""
27636 "Virt-rescue can be used on I<any> disk image file or device, not just a "
27637 "virtual machine.  For example you can use it on a blank file if you want to "
27638 "partition that file (although we would recommend using L<guestfish(1)> "
27639 "instead as it is more suitable for this purpose).  You can even use "
27640 "virt-rescue on things like SD cards."
27641 msgstr ""
27642
27643 # type: textblock
27644 #: ../tools/virt-rescue.pl:98
27645 msgid ""
27646 "This tool is just designed for quick interactive hacking on a virtual "
27647 "machine.  For more structured access to a virtual machine disk image, you "
27648 "should use L<guestfs(3)>.  To get a structured shell that you can use to "
27649 "make scripted changes to guests, use L<guestfish(1)>."
27650 msgstr ""
27651
27652 # type: =item
27653 #: ../tools/virt-rescue.pl:127
27654 msgid "B<--append kernelopts>"
27655 msgstr ""
27656
27657 # type: textblock
27658 #: ../tools/virt-rescue.pl:129
27659 msgid "Pass additional options to the rescue kernel."
27660 msgstr ""
27661
27662 # type: =item
27663 #: ../tools/virt-rescue.pl:164
27664 msgid "B<--memsize MB> | B<-m MB>"
27665 msgstr ""
27666
27667 # type: textblock
27668 #: ../tools/virt-rescue.pl:166
27669 msgid ""
27670 "Change the amount of memory allocated to the rescue system.  The default is "
27671 "set by libguestfs and is small but adequate for running system tools.  The "
27672 "occasional program might need more memory.  The parameter is specified in "
27673 "megabytes."
27674 msgstr ""
27675
27676 # type: =item
27677 #: ../tools/virt-rescue.pl:175
27678 msgid "B<--network MB>"
27679 msgstr ""
27680
27681 # type: textblock
27682 #: ../tools/virt-rescue.pl:177
27683 msgid "Enable QEMU user networking in the guest."
27684 msgstr ""
27685
27686 # type: =item
27687 #: ../tools/virt-rescue.pl:183
27688 msgid "B<--ro> | B<-r>"
27689 msgstr ""
27690
27691 # type: textblock
27692 #: ../tools/virt-rescue.pl:185
27693 msgid "Open the image read-only."
27694 msgstr ""
27695
27696 # type: textblock
27697 #: ../tools/virt-rescue.pl:197
27698 msgid ""
27699 "Enable SELinux in the rescue appliance.  You should read "
27700 "L<guestfs(3)/SELINUX> before using this option."
27701 msgstr ""
27702
27703 # type: textblock
27704 #: ../tools/virt-rescue.pl:257
27705 msgid ""
27706 "Several environment variables affect virt-rescue.  See "
27707 "L<guestfs(3)/ENVIRONMENT VARIABLES> for the complete list."
27708 msgstr ""
27709
27710 # type: textblock
27711 #: ../tools/virt-rescue.pl:269
27712 msgid ""
27713 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
27714 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
27715 msgstr ""
27716
27717 # type: textblock
27718 #: ../tools/virt-make-fs.pl:37
27719 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
27720 msgstr ""
27721
27722 # type: verbatim
27723 #: ../tools/virt-make-fs.pl:41
27724 #, no-wrap
27725 msgid ""
27726 " virt-make-fs [--options] input.tar output.img\n"
27727 "\n"
27728 msgstr ""
27729
27730 # type: verbatim
27731 #: ../tools/virt-make-fs.pl:43
27732 #, no-wrap
27733 msgid ""
27734 " virt-make-fs [--options] input.tar.gz output.img\n"
27735 "\n"
27736 msgstr ""
27737
27738 # type: verbatim
27739 #: ../tools/virt-make-fs.pl:45
27740 #, no-wrap
27741 msgid ""
27742 " virt-make-fs [--options] directory output.img\n"
27743 "\n"
27744 msgstr ""
27745
27746 # type: textblock
27747 #: ../tools/virt-make-fs.pl:49
27748 msgid ""
27749 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
27750 "archive or some files in a directory.  It is similar to tools like "
27751 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
27752 "it can create common filesystem types like ext2/3 or NTFS, which can be "
27753 "useful if you want to attach these filesystems to existing virtual machines "
27754 "(eg. to import large amounts of read-only data to a VM)."
27755 msgstr ""
27756
27757 # type: textblock
27758 #: ../tools/virt-make-fs.pl:57
27759 msgid "Basic usage is:"
27760 msgstr ""
27761
27762 # type: verbatim
27763 #: ../tools/virt-make-fs.pl:59
27764 #, no-wrap
27765 msgid ""
27766 " virt-make-fs input output\n"
27767 "\n"
27768 msgstr ""
27769
27770 # type: textblock
27771 #: ../tools/virt-make-fs.pl:61
27772 msgid ""
27773 "where C<input> is either a directory containing files that you want to add, "
27774 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
27775 "C<output> is a disk image.  The input type is detected automatically.  The "
27776 "output disk image defaults to a raw ext2 image unless you specify extra "
27777 "flags (see L</OPTIONS> below)."
27778 msgstr ""
27779
27780 # type: =head2
27781 #: ../tools/virt-make-fs.pl:67
27782 msgid "EXTRA SPACE"
27783 msgstr ""
27784
27785 # type: textblock
27786 #: ../tools/virt-make-fs.pl:69
27787 msgid ""
27788 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
27789 "the files that it contains, but might have extra space.  Depending on how "
27790 "you are going to use the output, you might think this extra space is wasted "
27791 "and want to minimize it, or you might want to leave space so that more files "
27792 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
27793 "but you can use the C<--size> flag to leave space in the filesystem if you "
27794 "want it."
27795 msgstr ""
27796
27797 # type: textblock
27798 #: ../tools/virt-make-fs.pl:77
27799 msgid ""
27800 "An alternative way to leave extra space but not make the output image any "
27801 "bigger is to use an alternative disk image format (instead of the default "
27802 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
27803 "image format (check your hypervisor supports this before using it).  This "
27804 "allows you to choose a large C<--size> but the extra space won't actually be "
27805 "allocated in the image until you try to store something in it."
27806 msgstr ""
27807
27808 # type: textblock
27809 #: ../tools/virt-make-fs.pl:85
27810 msgid ""
27811 "Don't forget that you can also use local commands including L<resize2fs(8)> "
27812 "and L<virt-resize(1)> to resize existing filesystems, or rerun "
27813 "virt-make-resize to build another image from scratch."
27814 msgstr ""
27815
27816 # type: =head3
27817 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
27818 msgid "EXAMPLE"
27819 msgstr ""
27820
27821 # type: verbatim
27822 #: ../tools/virt-make-fs.pl:91
27823 #, no-wrap
27824 msgid ""
27825 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
27826 "\n"
27827 msgstr ""
27828
27829 # type: =head2
27830 #: ../tools/virt-make-fs.pl:93
27831 msgid "FILESYSTEM TYPE"
27832 msgstr ""
27833
27834 # type: textblock
27835 #: ../tools/virt-make-fs.pl:95
27836 msgid ""
27837 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
27838 "libguestfs supports can be used (but I<not> read-only formats like "
27839 "ISO9660).  Here are some of the more common choices:"
27840 msgstr ""
27841
27842 # type: =item
27843 #: ../tools/virt-make-fs.pl:101
27844 msgid "I<ext3>"
27845 msgstr ""
27846
27847 # type: textblock
27848 #: ../tools/virt-make-fs.pl:103
27849 msgid ""
27850 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
27851 "you are not going to use the filesystem in a way that requires the journal, "
27852 "then this is just wasted overhead."
27853 msgstr ""
27854
27855 # type: =item
27856 #: ../tools/virt-make-fs.pl:107
27857 msgid "I<ntfs> or I<vfat>"
27858 msgstr ""
27859
27860 # type: textblock
27861 #: ../tools/virt-make-fs.pl:109
27862 msgid "Useful if exporting data to a Windows guest."
27863 msgstr ""
27864
27865 # type: textblock
27866 #: ../tools/virt-make-fs.pl:111
27867 msgid ""
27868 "I<Note for vfat>: The tar archive or local directory must only contain files "
27869 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
27870 "program running within libguestfs is unable to change the ownership of "
27871 "non-root files, since vfat itself does not support this."
27872 msgstr ""
27873
27874 # type: =item
27875 #: ../tools/virt-make-fs.pl:116
27876 msgid "I<minix>"
27877 msgstr ""
27878
27879 # type: textblock
27880 #: ../tools/virt-make-fs.pl:118
27881 msgid ""
27882 "Lower overhead than C<ext2>, but certain limitations on filename length and "
27883 "total filesystem size."
27884 msgstr ""
27885
27886 # type: verbatim
27887 #: ../tools/virt-make-fs.pl:125
27888 #, no-wrap
27889 msgid ""
27890 " virt-make-fs --type=minix input minixfs.img\n"
27891 "\n"
27892 msgstr ""
27893
27894 # type: =head2
27895 #: ../tools/virt-make-fs.pl:127
27896 msgid "TO PARTITION OR NOT TO PARTITION"
27897 msgstr ""
27898
27899 # type: textblock
27900 #: ../tools/virt-make-fs.pl:129
27901 msgid "Optionally virt-make-fs can add a partition table to the output disk."
27902 msgstr ""
27903
27904 # type: textblock
27905 #: ../tools/virt-make-fs.pl:131
27906 msgid ""
27907 "Adding a partition can make the disk image more compatible with certain "
27908 "virtualized operating systems which don't expect to see a filesystem "
27909 "directly located on a block device (Linux doesn't care and will happily "
27910 "handle both types)."
27911 msgstr ""
27912
27913 # type: textblock
27914 #: ../tools/virt-make-fs.pl:136
27915 msgid ""
27916 "On the other hand, if you have a partition table then the output image is no "
27917 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
27918 "directly on a partitioned disk image.  (However libguestfs tools such as "
27919 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
27920 msgstr ""
27921
27922 # type: textblock
27923 #: ../tools/virt-make-fs.pl:144
27924 msgid "Add an MBR partition:"
27925 msgstr ""
27926
27927 # type: verbatim
27928 #: ../tools/virt-make-fs.pl:146
27929 #, no-wrap
27930 msgid ""
27931 " virt-make-fs --partition -- input disk.img\n"
27932 "\n"
27933 msgstr ""
27934
27935 # type: textblock
27936 #: ../tools/virt-make-fs.pl:148
27937 msgid ""
27938 "If the output disk image could be terabyte-sized or larger, it's better to "
27939 "use an EFI/GPT-compatible partition table:"
27940 msgstr ""
27941
27942 # type: verbatim
27943 #: ../tools/virt-make-fs.pl:151
27944 #, no-wrap
27945 msgid ""
27946 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
27947 "\n"
27948 msgstr ""
27949
27950 # type: textblock
27951 #: ../tools/virt-make-fs.pl:179
27952 msgid "Enable debugging information."
27953 msgstr ""
27954
27955 # type: =item
27956 #: ../tools/virt-make-fs.pl:185
27957 msgid "B<--size=E<lt>NE<gt>>"
27958 msgstr ""
27959
27960 # type: =item
27961 #: ../tools/virt-make-fs.pl:187
27962 msgid "B<--size=+E<lt>NE<gt>>"
27963 msgstr ""
27964
27965 # type: =item
27966 #: ../tools/virt-make-fs.pl:189
27967 msgid "B<-s E<lt>NE<gt>>"
27968 msgstr ""
27969
27970 # type: =item
27971 #: ../tools/virt-make-fs.pl:191
27972 msgid "B<-s +E<lt>NE<gt>>"
27973 msgstr ""
27974
27975 # type: textblock
27976 #: ../tools/virt-make-fs.pl:193
27977 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
27978 msgstr ""
27979
27980 # type: textblock
27981 #: ../tools/virt-make-fs.pl:196
27982 msgid ""
27983 "If this option is I<not> given, then the output image will be just large "
27984 "enough to contain all the files, with not much wasted space."
27985 msgstr ""
27986
27987 # type: textblock
27988 #: ../tools/virt-make-fs.pl:199
27989 msgid ""
27990 "To choose a fixed size output disk, specify an absolute number followed by "
27991 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
27992 "Petabytes or Exabytes.  This must be large enough to contain all the input "
27993 "files, else you will get an error."
27994 msgstr ""
27995
27996 # type: textblock
27997 #: ../tools/virt-make-fs.pl:204
27998 msgid ""
27999 "To leave extra space, specify C<+> (plus sign) and a number followed by "
28000 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
28001 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
28002 "the input files, and (approximately) an extra 200 MB free space."
28003 msgstr ""
28004
28005 # type: textblock
28006 #: ../tools/virt-make-fs.pl:210
28007 msgid ""
28008 "Note that virt-make-fs estimates free space, and therefore will not produce "
28009 "filesystems containing precisely the free space requested.  (It is much more "
28010 "expensive and time-consuming to produce a filesystem which has precisely the "
28011 "desired free space)."
28012 msgstr ""
28013
28014 # type: =item
28015 #: ../tools/virt-make-fs.pl:219
28016 msgid "B<--format=E<lt>fmtE<gt>>"
28017 msgstr ""
28018
28019 # type: =item
28020 #: ../tools/virt-make-fs.pl:221
28021 msgid "B<-F E<lt>fmtE<gt>>"
28022 msgstr ""
28023
28024 # type: textblock
28025 #: ../tools/virt-make-fs.pl:223
28026 msgid "Choose the output disk image format."
28027 msgstr ""
28028
28029 # type: textblock
28030 #: ../tools/virt-make-fs.pl:225
28031 msgid "The default is C<raw> (raw disk image)."
28032 msgstr ""
28033
28034 # type: textblock
28035 #: ../tools/virt-make-fs.pl:227
28036 msgid ""
28037 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
28038 "that would really make sense here is C<qcow2>."
28039 msgstr ""
28040
28041 # type: =item
28042 #: ../tools/virt-make-fs.pl:234
28043 msgid "B<--type=E<lt>fsE<gt>>"
28044 msgstr ""
28045
28046 # type: =item
28047 #: ../tools/virt-make-fs.pl:236
28048 msgid "B<-t E<lt>fsE<gt>>"
28049 msgstr ""
28050
28051 # type: textblock
28052 #: ../tools/virt-make-fs.pl:238
28053 msgid "Choose the output filesystem type."
28054 msgstr ""
28055
28056 # type: textblock
28057 #: ../tools/virt-make-fs.pl:240
28058 msgid "The default is C<ext2>."
28059 msgstr ""
28060
28061 # type: textblock
28062 #: ../tools/virt-make-fs.pl:242
28063 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
28064 msgstr ""
28065
28066 # type: =item
28067 #: ../tools/virt-make-fs.pl:249
28068 msgid "B<--partition>"
28069 msgstr ""
28070
28071 # type: =item
28072 #: ../tools/virt-make-fs.pl:251
28073 msgid "B<--partition=E<lt>parttypeE<gt>>"
28074 msgstr ""
28075
28076 # type: textblock
28077 #: ../tools/virt-make-fs.pl:253
28078 msgid ""
28079 "If specified, this flag adds an MBR partition table to the output disk "
28080 "image."
28081 msgstr ""
28082
28083 # type: textblock
28084 #: ../tools/virt-make-fs.pl:256
28085 msgid ""
28086 "You can change the partition table type, eg. C<--partition=gpt> for large "
28087 "disks."
28088 msgstr ""
28089
28090 # type: textblock
28091 #: ../tools/virt-make-fs.pl:259
28092 msgid ""
28093 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
28094 "might consider the next parameter to be the partition type.  For example:"
28095 msgstr ""
28096
28097 # type: verbatim
28098 #: ../tools/virt-make-fs.pl:263
28099 #, no-wrap
28100 msgid ""
28101 " virt-make-fs --partition input.tar ...\n"
28102 "\n"
28103 msgstr ""
28104
28105 # type: textblock
28106 #: ../tools/virt-make-fs.pl:265
28107 msgid ""
28108 "would cause virt-make-fs to think you wanted to use a partition type of "
28109 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
28110 "dash) between options and the input file argument:"
28111 msgstr ""
28112
28113 # type: verbatim
28114 #: ../tools/virt-make-fs.pl:269
28115 #, no-wrap
28116 msgid ""
28117 " virt-make-fs --partition -- input.tar ...\n"
28118 "\n"
28119 msgstr ""
28120
28121 # type: textblock
28122 #: ../tools/virt-make-fs.pl:536
28123 msgid ""
28124 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<mkisofs(1)>, "
28125 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
28126 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
28127 msgstr ""
28128
28129 # type: verbatim
28130 #: ../tools/virt-make-fs.pl:553
28131 #, no-wrap
28132 msgid ""
28133 " export LIBGUESTFS_DEBUG=1\n"
28134 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
28135 "\n"
28136 msgstr ""
28137
28138 # type: textblock
28139 #: ../tools/virt-make-fs.pl:556
28140 msgid ""
28141 "Attach /tmp/virt-make-fs.log to a new bug report at "
28142 "L<https://bugzilla.redhat.com/>"
28143 msgstr ""
28144
28145 # type: textblock
28146 #: ../tools/virt-list-partitions.pl:32
28147 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
28148 msgstr ""
28149
28150 # type: verbatim
28151 #: ../tools/virt-list-partitions.pl:36
28152 #, no-wrap
28153 msgid ""
28154 " virt-list-partitions [--options] domname\n"
28155 "\n"
28156 msgstr ""
28157
28158 # type: verbatim
28159 #: ../tools/virt-list-partitions.pl:38
28160 #, no-wrap
28161 msgid ""
28162 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
28163 "\n"
28164 msgstr ""
28165
28166 # type: textblock
28167 #: ../tools/virt-list-partitions.pl:42
28168 msgid ""
28169 "C<virt-list-partitions> is a command line tool to list the partitions that "
28170 "are contained in a virtual machine or disk image.  It is mainly useful as a "
28171 "first step to using L<virt-resize(1)>."
28172 msgstr ""
28173
28174 # type: textblock
28175 #: ../tools/virt-list-partitions.pl:47
28176 msgid ""
28177 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
28178 "functionality.  For more complex cases you should look at the "
28179 "L<guestfish(1)> tool."
28180 msgstr ""
28181
28182 # type: =item
28183 #: ../tools/virt-list-partitions.pl:104
28184 msgid "B<-h> | B<--human-readable>"
28185 msgstr ""
28186
28187 # type: textblock
28188 #: ../tools/virt-list-partitions.pl:106
28189 msgid "Show sizes in human-readable form (eg. \"1G\")."
28190 msgstr ""
28191
28192 # type: textblock
28193 #: ../tools/virt-list-partitions.pl:114
28194 msgid ""
28195 "With this option, C<virt-list-partitions> displays the type and size of each "
28196 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
28197 msgstr ""
28198
28199 # type: =item
28200 #: ../tools/virt-list-partitions.pl:121
28201 msgid "B<-t> | B<--total>"
28202 msgstr ""
28203
28204 # type: textblock
28205 #: ../tools/virt-list-partitions.pl:123
28206 msgid "Display the total size of each block device (as a separate row or rows)."
28207 msgstr ""
28208
28209 # type: textblock
28210 #: ../tools/virt-list-partitions.pl:256
28211 msgid ""
28212 "L<guestfs(3)>, L<guestfish(1)>, L<virt-list-filesystems(1)>, "
28213 "L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
28214 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
28215 msgstr ""