Difference between revisions of "Mount ISO image in a container"
m (typo fixed) |
m (Reverted edits by 2.94.77.130 (Talk) to last revision by Kir) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | This page describes how to mount ISO image inside a | + | This page describes how to mount ISO image inside a container. |
== Preparations == | == Preparations == | ||
− | Configure FUSE in | + | Configure FUSE in container as described in [[FUSE#Container tuning]]. |
== 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 | # fuseiso image.iso /mnt/disk | ||
+ | |||
+ | == See also == | ||
+ | * [[FUSE]] | ||
[[Category:HOWTO]] | [[Category:HOWTO]] |
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