Skip to content
forked from rsenn/daa2iso

Convert PowerISO's `daa` disk images to standard `iso` ISO-9660 images

License

Notifications You must be signed in to change notification settings

Talal1977s/daa2iso

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daa2iso

Convert PowerISO's daa disk images to standard iso ISO-9660 images.

About

Original author of this code is Luigi Auriemma, to whom all the credits for this code belong. See also the original readme.

daa2iso's latest version was published around 2009, and has since been made available in some popular GNU/Linux distributions' official repositories, such as:

Original source code of daa2iso is available on Luigi's website, and now on GitHub, mainly for posterity, and accessorily for the purpose of the undisk-app.

Publishing on GitHub simplifies processes like automatic download-and-build the sources. An example of that is daa2iso-bin, a modularized version of daa2iso (usable with Node.js), which can compile this code on-the-fly when installed.

You can grab the latest untouched version (0.1.7e) found on Luigi's website from our 0.1.7e release.

All versions released after 0.1.7e differ from Luigi's original work, to include things like:

  • build documentation (see below)
  • pre-built binaries for GNU/Linux (x86|x64) and Windows (x86|x64) in the build directory
  • separate Makefile for Windows

Usage

macOS, GNU/Linux

From the command line, convert input.daa to output.iso with the following command:

$ daa2iso input.daa output.iso

Get more info:

$ daa2iso --help

Windows

From the command line, convert input.daa to output.iso with the following command:

$ daa2iso.exe input.daa output.iso

Get more info:

$ daa2iso.exe --help

Build

If you're new to C/C++ compilation, please see our how-to about installing gcc and make commands on your system.

macOS & GNU/Linux

Compile the sources to a binary named daa2iso (created in the build directory):

$ make

Windows

Compile the sources to a binary named daa2iso.exe (created in the build directory):

$ make -f Makefile.win

See also

  • daa2iso-bin | this project made available as a local dependency for Node.js module consumption
  • undisk | Convert legacy/non-standard/proprietary disk images to standard iso ISO-9660 images with Node.js
  • undisk-cli | Convert legacy/non-standard/proprietary disk images to standard iso ISO-9660 images with your command-line
  • undisk-app | An app that converts legacy/non-standard/proprietary disk images to standard iso ISO-9660 images

License

GPL-2.0

About

Convert PowerISO's `daa` disk images to standard `iso` ISO-9660 images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.6%
  • Makefile 0.4%