Mount ISO image in a container

From OpenVZ Virtuozzo Containers Wiki
Revision as of 09:17, 29 March 2011 by Kir (talk | contribs) (Reverted edits by 2.94.77.130 (Talk) to last revision by Kir)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Preparations[edit]

Configure FUSE in container as described in FUSE#Container tuning.

Setup[edit]

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[edit]

To mount an ISO image, do:

# fuseiso image.iso /mnt/disk

See also[edit]