Guestmount: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 12: Line 12:


A command-line utility used to mount virtual machine fie systems and disk images on the host machine. Use [[guestunmount]] to unmount.
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=
=Install=

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