Difference between revisions of "Mount ISO image in a container"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(New page: This page describes how to mount ISO image inside a VE. == Preparations == Configure FUSE in VE as described in FUSE == Setup == Install packages 'fuseiso' and 'fuse-utils' into VE (...)
 
Line 10: Line 10:
  
 
  # fuseiso image.iso /mnt/disk
 
  # fuseiso image.iso /mnt/disk
 +
 +
[[Category:HOWTO]]

Revision as of 14:19, 7 March 2008

This page describes how to mount ISO image inside a VE.

Preparations

Configure FUSE in VE as described in FUSE

Setup

Install packages 'fuseiso' and 'fuse-utils' into VE (package names may vary on different Linux distributives).

Mount ISO image:

# fuseiso image.iso /mnt/disk