1. Home
  2. Computing & Technology
  3. Linux

Kubuntu
Documentation

By , About.com Guide

Mount/unmount Image (ISO) files without burning to CD

  • To mount Image (ISO) file

    sudo mkdir /media/iso sudo modprobe loop sudo mount file.iso /media/iso/ -t iso9660 -o loop
  • To unmount Image (ISO) file

    sudo umount /media/iso/

* License

* Ubuntu Desktop Guide Index

Explore Linux
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Linux
  4. Linux Distributions
  5. Popular Linux Distros
  6. Kubuntu
  7. Kubuntu Documentation
  8. Kubuntu Desktop Guide - Mount/unmount Image (ISO) files without burning to CD

©2009 About.com, a part of The New York Times Company.

All rights reserved.