目次

35 qcow2をマウント

通常マウント

export LIBGUESTFS_BACKEND=direct
guestmount -a test.qcow2 -i /work/

Read-Only

guestmount -a test.qcow2 -i --ro /work/