MountIso

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2006-02-28 20:23:40
Size: 488
Editor: h81172166017
Comment:
Revision 3 as of 2006-04-09 17:01:43
Size: 480
Editor: c-24-18-214-200
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
ISO images may be mounted in the file system similar to a physical cd or dvd. This is done in the same way as you mount any other devise, '''mount''' only needs a few directions: ISO images may be mounted in the file system similar to a physical cd or dvd. This is done in the same way as you mount any other device, '''mount''' only needs a few directions:
Line 13: Line 13:
If you are frequently using ISOs it may be more convenient to apply a Nautilus script for the task, see [http://ubuntuforums.org/archive/index.php/t-87369.html] If you are frequently using ISOs it may be more convenient to apply a Nautilus script for the task, see [http://doc.gwos.org/index.php/Mount_ISO_script]

ISO images may be mounted in the file system similar to a physical cd or dvd. This is done in the same way as you mount any other device, mount only needs a few directions:

mount -o loop -t iso9660 <source iso> <target dir>

for example:

mount -o loop -t iso9660 ubuntu.iso /media/myiso

If you are frequently using ISOs it may be more convenient to apply a Nautilus script for the task, see [http://doc.gwos.org/index.php/Mount_ISO_script]

MountIso (last edited 2008-08-06 16:28:55 by localhost)