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

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(New page: This page describes how to mount ISO image inside a VE. == Preparations == Configure FUSE in VE as described in FUSE == Setup == Install packages 'fuseiso' and 'fuse-utils' into VE (...)
 
m (Reverted edits by 2.94.77.130 (Talk) to last revision by Kir)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This page describes how to mount ISO image inside a VE.
+
This page describes how to mount ISO image inside a container.
  
 
== Preparations ==
 
== Preparations ==
Configure FUSE in VE as described in [[FUSE]]
+
Configure FUSE in container as described in [[FUSE#Container tuning]].
  
 
== Setup ==
 
== Setup ==
Install packages 'fuseiso' and 'fuse-utils' into VE (package names may vary on different Linux distributives).
+
Install packages <code>fuseiso</code> and <code>fuse</code> into container. Package names may vary on different Linux distributions.
  
Mount ISO image:
+
* 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]]

Latest revision as of 09:17, 29 March 2011

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]