Guestmount: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= =Internal= * Linux Virtualization Operations =Overview=") |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* http://libguestfs.org/guestmount.1.html | |||
* http://libguestfs.org/guestunmount.1.html | |||
=Internal= | =Internal= | ||
* [[Linux Virtualization Operations#Commands|Linux Virtualization Operations]] | * [[Linux Virtualization Operations#Commands|Linux Virtualization Operations]] | ||
* [[guestunmount]] | |||
=Overview= | =Overview= | ||
A command-line utility used to mount virtual machine fie systems and disk images on the host machine. Use [[guestunmount]] to unmount. | |||
Using guestmount in --rw (read/write) mode to access a disk that is currently being used by a a guest may cause the disk to become corrupted. The --ro (read-only) option is safe. | |||
=Install= | |||
<pre> | |||
yum install libguestfs-tools-c | |||
</pre> |
Latest revision as of 01:27, 24 June 2017
External
Internal
Overview
A command-line utility used to mount virtual machine fie systems and disk images on the host machine. Use guestunmount to unmount.
Using guestmount in --rw (read/write) mode to access a disk that is currently being used by a a guest may cause the disk to become corrupted. The --ro (read-only) option is safe.
Install
yum install libguestfs-tools-c