Difference between revisions of "Mount ISO image in a container"
m (Mount ISO image in VE moved to Mount ISO image in a container: ve to container rename) |
m (Reverted edits by 2.94.77.130 (Talk) to last revision by Kir) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
== Preparations == | == Preparations == | ||
− | Configure FUSE in container as described in [[FUSE# | + | Configure FUSE in container as described in [[FUSE#Container tuning]]. |
== Setup == | == Setup == |
Latest revision as of 09:17, 29 March 2011
This page describes how to mount ISO image inside a container.
Contents
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
andfuse-utils
packages (available in repository) - for RHEL/CentOS 3/4/5, use DAG's packages
fuse-iso
andfuse
- for Fedora 7/8, both
fuseiso
andfuse
are available from the main/updates repo - for Fedora 6,
fuse
is available fromextras
repo, use dries forfuse-iso
Mounting[edit]
To mount an ISO image, do:
# fuseiso image.iso /mnt/disk