Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]



    An ISO image (.iso) is an informal term for a disk image of an ISO 9660 file system. More loosely, it refers to any optical disk image, even a UDF image.

    As is typical for disk images, in addition to the data files that are contained in the ISO image, it also contains all the filesystem metadata (boot code, structures, and attributes). All of this information is contained in a single file. These properties make it an attractive alternative to physical media for the distribution of software that requires this additional information as it is simple to retrieve over the Internet.

    Some of the common uses include the distribution of operating systems, such as Linux or BSD systems, and LiveCDs.

    Most CD/DVD authoring utilities can deal with ISO images: Producing them either by copying the data from existing media or generating new ones from existing files, or using them to create a copy on physical media.

    Most operating systems (including Mac OS, Mac OS X, BSD, Linux, and Windows with Microsoft Virtual CD-ROM panel) allow these images to be mounted as if they were physical disks, making them somewhat useful as a universal archive format.

    Console emulators, such as ePSXe, and many other emulators that read from CD/DVD, are able to run ISO/BIN (and other similar formats) instead of running directly from the CD drive. Better performance is achieved by running an ISO since there is no waiting for the drive to be ready and the hard drive I/O speed is many times faster than the CD/DVD drive.

    A copy of CD contents, stored as an .iso file, is made this way: the ripper searches for the sectors of the CD that have been used, say 251,000 for instance (there are 330,000 sectors on a 74 min CD and 360,000 sectors on an 80 min CD). Each sector is copied to the .ISO file, one by one. For CDs each sector is 2048 bytes, the .ISO file should then be of size 251,000 x 2048 = 514,408,000 bytes.


        ISO image
            See also
    NameISO image
    Extension.iso
    Uniform Typepublic.iso-image
    GenreDisk image

    top

    See also
      Dd (Unix) — Linux/UNIX command doing low-level copy,including generating ISO image from a CD
        ISO files can be mounted directly in Linux with the single command: mount -o loop -t iso9660 filename.iso /mnt/iso (assuming the directory /mnt/iso exists).
      IsoBuster — A shareware program that can extract ISOs, plus full CD descriptions in various modes, and handle and extract ISO and related files.
      ISO Recorder — A free (for personal use) ISO creation and writing tool for Windows XP and later.
      Alcohol 120% — A CD/DVD burner and image mounting program that can also create ISO files from discs.
      DAEMON Tools — An ad-supported utility to mount ISO images on Windows.
      Disk Utility — Mac OS X's general disk utility, it can create and mount disk images.
      DiskImageMounter — Utility in Mac OS X that handles disk images when double clicked.
      7-Zip — A free file archiver that can handle ISO images.
      File Roller — A Unix frontend for extracting ISO files.
      ISO related file formats:
        MDF file format (.mdf)
        MDS file format (.mds)




     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    MIT OpenCourseWare
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "ISO image". link