Difference between revisions of "Mount ISO image in a container"
Line 5: | Line 5: | ||
== Setup == | == Setup == | ||
− | Install packages | + | Install packages <code>fuseiso</code> and <code>fuse</code> into container. Package names may vary on different Linux distributions. |
− | + | * for Debian and Ubuntu, install <code>fuseiso</code> and <code>fuse-utils</code> packages (available in repository) | |
+ | * for RHEL/CentOS 3/4/5, use DAG's packages [http://dag.wieers.com/rpm/packages/fuse-iso/ <code>fuse-iso</code>] and [http://dag.wieers.com/rpm/packages/fuse/ <code>fuse</code>] | ||
+ | * for Fedora 7/8, both <code>fuseiso</code> and <code>fuse</code> are available from the main/updates repo | ||
+ | * for Fedora 6, <code>fuse</code> is available from <code>extras</code> repo, use dries for [http://dries.ulyssis.org/rpm/packages/fuse-iso/info.html <code>fuse-iso</code>] | ||
− | + | == Mounting == | |
+ | To mount an ISO image, do: | ||
+ | # fuseiso image.iso /mnt/disk | ||
− | + | == See also == | |
− | + | * [[FUSE]] | |
− | |||
[[Category:HOWTO]] | [[Category:HOWTO]] |
Revision as of 09:38, 24 March 2008
This page describes how to mount ISO image inside a container.
Contents
Preparations
Configure FUSE in container as described in FUSE
Setup
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
To mount an ISO image, do:
# fuseiso image.iso /mnt/disk