Difference between revisions of "Libguestfs-tools"
Jump to navigation
Jump to search
(Created page with "{{Draft}} == See also == * {{KVM}} Category:KVM") |
Tags: Mobile web edit, Mobile edit |
||
(35 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[wikipedia:libguestfs]] ([[2009]]) is a C library and a set of tools for accessing and modifying virtual disk images used in platform virtualization. | |
+ | |||
+ | * <code>[[apt install]] libguestfs-tools</code> | ||
+ | |||
+ | = All Binaries = | ||
+ | * <code>[[guestfish]]</code> guest filesystem shell | ||
+ | * <code>[[guestmount]]</code> | ||
+ | * <code>[[guestunmount]]</code> | ||
+ | * <code>[[libguestfs-test-tool]]</code> | ||
+ | * <code>[[virt-alignment-scan]]</code> | ||
+ | * <code>[[virt-builder]]</code> | ||
+ | * <code>[[virt-cat]]</code> | ||
+ | * <code>[[virt-copy-in]]</code> | ||
+ | * <code>[[virt-copy-out]]</code> | ||
+ | * <code>[[virt-customize]]</code> | ||
+ | * <code>[[virt-df]]</code> | ||
+ | * <code>[[virt-dib]]</code> | ||
+ | * <code>[[virt-diff]]</code> | ||
+ | * <code>[[virt-edit]]</code> | ||
+ | * <code>[[virt-filesystems]]</code> | ||
+ | * <code>[[virt-format]]</code> | ||
+ | * <code>[[virt-get-kernel]]</code> | ||
+ | * <code>[[virt-index-validate]]</code> | ||
+ | * <code>[[virt-inspector]]</code> | ||
+ | * <code>[[virt-list-filesystems]]</code> | ||
+ | * <code>[[virt-list-partitions]]</code> | ||
+ | * <code>[[virt-log]]</code> (2014, libguestfs ≥ 1.27.17) | ||
+ | * <code>[[virt-ls]]</code> | ||
+ | * <code>[[virt-make-fs]]</code> | ||
+ | * <code>[[virt-p2v-make-disk]]</code> | ||
+ | * <code>[[virt-p2v-make-kickstart]]</code> | ||
+ | * <code>[[virt-p2v-make-kiwi]]</code> | ||
+ | * <code>[[virt-rescue]]</code> Run a rescue shell on a virtual machine | ||
+ | * <code>[[virt-resize]]</code> | ||
+ | * <code>[[virt-sparsify]]</code> | ||
+ | * <code>[[virt-sysprep]]</code> - Reset, unconfigure or customize a virtual machine so clones (<code>[[virt-clone]]</code> included in <code>[[virtinst]]</code> package) can be made | ||
+ | * <code>[[virt-tail]]</code> | ||
+ | * <code>[[virt-tar]]</code> | ||
+ | * <code>[[virt-tar-in]]</code> | ||
+ | * <code>[[virt-tar-out]]</code> | ||
+ | * <code>[[virt-v2v]]</code> | ||
+ | * <code>[[virt-v2v-copy-to-local]]</code> | ||
+ | * <code>[[virt-win-reg]]</code> | ||
+ | |||
+ | |||
+ | == Storage related commands == | ||
+ | * <code>[[virt-filesystems]]</code> | ||
+ | * <code>[[virt-resize]]</code> | ||
+ | |||
+ | |||
+ | == Releases == | ||
+ | * 1.40 http://libguestfs.org/guestfs-release-notes.1.html#release-notes-for-libguestfs-1.40 | ||
+ | ** 1.40.1 https://libguestfs.org/guestfs-release-notes-1.40.1.html | ||
+ | ** <code>[[virt-inspector]]</code> now displays the <code>[[libosinfo]]</code> short ID for guests | ||
+ | * 1.38 http://libguestfs.org/guestfs-release-notes.1.html#release-notes-for-libguestfs-1.38 | ||
+ | * 1.36 http://libguestfs.org/guestfs-release-notes.1.html#release-notes-for-libguestfs-1.36 | ||
+ | * 1.28 http://libguestfs.org/guestfs-release-notes.1.html#release-notes-for-libguestfs-1.28 | ||
+ | |||
+ | == Related commands == | ||
+ | * <code>[[virt-top]]</code> from <code>[[virt-top]]</code> package | ||
+ | * <code>[[virt-viewer]]</code> from <code>[[virt-viewer]]</code> package | ||
+ | * <code>[[virt-xml-validate]]</code> | ||
+ | * <code>[[virt-xml]]</code> | ||
+ | |||
+ | == Activities == | ||
+ | # [[Install KVM in an Ubuntu Server]] following https://help.ubuntu.com/community/KVM/Installation instructions. | ||
+ | |||
+ | |||
+ | == Related terms == | ||
+ | * Author: [[Richard Jones]] | ||
== See also == | == See also == | ||
+ | * {{virt}} | ||
* {{KVM}} | * {{KVM}} | ||
− | |||
[[Category:KVM]] | [[Category:KVM]] | ||
+ | [[Category:Libguestfs-tools]] |
Latest revision as of 12:08, 10 April 2021
wikipedia:libguestfs (2009) is a C library and a set of tools for accessing and modifying virtual disk images used in platform virtualization.
apt install libguestfs-tools
Contents
All Binaries[edit]
guestfish
guest filesystem shellguestmount
guestunmount
libguestfs-test-tool
virt-alignment-scan
virt-builder
virt-cat
virt-copy-in
virt-copy-out
virt-customize
virt-df
virt-dib
virt-diff
virt-edit
virt-filesystems
virt-format
virt-get-kernel
virt-index-validate
virt-inspector
virt-list-filesystems
virt-list-partitions
virt-log
(2014, libguestfs ≥ 1.27.17)virt-ls
virt-make-fs
virt-p2v-make-disk
virt-p2v-make-kickstart
virt-p2v-make-kiwi
virt-rescue
Run a rescue shell on a virtual machinevirt-resize
virt-sparsify
virt-sysprep
- Reset, unconfigure or customize a virtual machine so clones (virt-clone
included invirtinst
package) can be madevirt-tail
virt-tar
virt-tar-in
virt-tar-out
virt-v2v
virt-v2v-copy-to-local
virt-win-reg
[edit]
Releases[edit]
- 1.40 http://libguestfs.org/guestfs-release-notes.1.html#release-notes-for-libguestfs-1.40
- 1.40.1 https://libguestfs.org/guestfs-release-notes-1.40.1.html
virt-inspector
now displays thelibosinfo
short ID for guests
- 1.38 http://libguestfs.org/guestfs-release-notes.1.html#release-notes-for-libguestfs-1.38
- 1.36 http://libguestfs.org/guestfs-release-notes.1.html#release-notes-for-libguestfs-1.36
- 1.28 http://libguestfs.org/guestfs-release-notes.1.html#release-notes-for-libguestfs-1.28
Related commands[edit]
virt-top
fromvirt-top
packagevirt-viewer
fromvirt-viewer
packagevirt-xml-validate
virt-xml
Activities[edit]
- Install KVM in an Ubuntu Server following https://help.ubuntu.com/community/KVM/Installation instructions.
Related terms[edit]
- Author: Richard Jones
See also[edit]
libguestfs-tools
:virt-sysprep
,virt-clone
,virt-builder
,virt-customize
,virt-resize
,virt-rescue
,virt-sparsify
,guestmount
,guestfish
,virt-inspector
,virt-cat
,virt-log
,virt-df
,virt-ls
,virt-filesystems
,virt-list-filesystems
,virt-edit
- KVM, Installation, QEMU,
virsh
,virtinst
,libguestfs-tools
, libvirt, qemu, Red Hat Virtualization (RHV), MacVTap, Virtio, oVirt, KVM services, KVM networking, KVM graphics, CPU, KVM on ARM
Advertising: