[Ubuntu ]opening to an ISO image

Last update on August 11, 2009 03:55 PM by jak58
Published by jak58

[Ubuntu]opening to an ISO image






If you have a .ISO file and you want to access its content under Linux:
  • GUI: just use archive manager to either open the .ISO and access its contents.
  • In console mode: you must mount the file abc.ISO for e.g in the directory /tmp. We must
  • First create the mount directory


$ sudo mkdir /media/ISO
  • Then mount the file. ISO


$ sudo mount -o loop /tmp/fichier.iso /media/ISO
  • To unmount the file you just run


$ sudo umount /media/ISO
Best answers for « opening to an ISO image » in :
Make an ISO image Show Make an ISO image What is an ISO image? How to create an ISO image How to burn an ISO file to a CD-ROM/DVD-ROM What is an ISO image? An ISO image is created by a particular software and is the replica of an existing file system. This...
Burn an ISO image on two DVD of 4.7 Gb Show Burn an ISO image on two DVD of 4.7 Gb Issue If you have an iso file or any type of files larger than 4.7GB and you want to burn it onto two DVD-ROM 4.7 GB Solution It can be done by creating an archive with 7zip and separate it into 2...
MAC OSX – How to burn ISO image? Show MAC OSX – How to burn ISO image? You never tried burning an ISO image to a blank CD/DVD on MAC OSX? This can be done using the MAC OSX’s Disk Utility which means that you won’t need any additional software installed on your MAC OSX system...
Creating an ISO image under Linux ShowCreating an ISO image under Linux Create ISO image(which we will name) a disc in a CD-ROM drive(/dev/cdrom) is quite simple : dd if=/dev/hdd of=mycd.iso
[Windows 7] Burn .Iso image Show[Windows 7] Burn .Iso image Windows 7 natively supports burning .Iso images. No need to install a third party burning software to burn images. ISO. Launch explorer and search for the folder containing the .Iso file Select the...
How to mount an ISO image on Linux? ShowHow to mount an ISO image on Linux? With Linux you can easily mount an ISO image as any storage device. To mount an ISO image, it sufit the device mounted as local loop (loopback), provided they have this option compiled into the...
Download Magic ISO ShowMagicISO is a creation/edition/extraction software of ISO images supporting a large number of ISO image format. It allows to create ISO images. It is also capable of converting ISO images into BIN format and vice versa. In addition, it allows to...
Download R-Drive Image ShowR-Drive Image creates disk image files for backup or for your CD / DVD. The image files can then be stored in the various removable media. The program is capable of restoring images on removable media or hard disk. Advantage R-Drive Image creates...
Download LC ISO Creator ShowLC ISO Creator is very simple: it allows to create a .ISO file from your CD. Then, it allows you to burn these ISO files, to use CD emulation software (in order not to use any more the original CD) or to make a backup copy. The software is...
Managing images in HTML ShowHow do you display images on a web page? Having a few images on a website can make it more attractive and user-friendly. However, it is important not to go overboard, since images can take a long time to load, and in some cases can make a document...
ISO 9000, ISO 9001 and ISO 9004 ShowIntroduction to ISO Certification Certification is a way to attest, by the intermediary of a third-party certifier, to a company's ability to provide a service, product or system in accordance with client requirements and regulation requirements....
Vector and bitmap images Showvector images and bitmap images There are two main categories of images: bitmap images (also called raster images): these are pixeled images, i.e. a set of points (pixels) contained in a table, each of these points having one or more values...