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

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(Better guide for package names and where to get those on different distros; added Mounting: and See also)
m
Line 2: Line 2:
  
 
== Preparations ==
 
== Preparations ==
Configure FUSE in container as described in [[FUSE]]
+
Configure FUSE in container as described in [[FUSE#VE_tuning]]
  
 
== Setup ==
 
== Setup ==

Revision as of 09:40, 31 March 2008

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

Preparations

Configure FUSE in container as described in FUSE#VE_tuning

Setup

Install packages fuseiso and fuse into container. Package names may vary on different Linux distributions.

  • for Debian and Ubuntu, install fuseiso and fuse-utils packages (available in repository)
  • for RHEL/CentOS 3/4/5, use DAG's packages fuse-iso and fuse
  • for Fedora 7/8, both fuseiso and fuse are available from the main/updates repo
  • for Fedora 6, fuse is available from extras repo, use dries for fuse-iso

Mounting

To mount an ISO image, do:

# fuseiso image.iso /mnt/disk

See also