How to build a .ISO file from the contents of an AIX V5.3 directory
The following command will create a file in Rock Ridge (ISO9660) format:
where:
- /tmp/input is the directory whose contents are to be placed in the ISO image file and
- /tmp/iso is the directory in which the ISO image file is to be written.
The ISO image file will be named something like cd_image_19214 in the /tmp/iso directory. Seems prudent to rename the ISO image file to something with a .ISO suffix (eg, bestprac.iso) immediately after it is built.
Notes:
- An ISO image can be mounted on AIX V5.3 to confirm that the image is good.
- According to the /usr/lpp/bos.sysmgt/README.oem_cdwriters file, the following command will burn an ISO image to CD-R or CD-RW media:
where:
- /tmp/cd0 is the device on which the ISO image is to be burned and
- /tmp/bestprac.iso is the ISO image to be burned.
- The mkisofs package (available for download from the AIX Toolbox for Linux Applications
web page) probably offers an alternative to the mkcd command.
The contents of this web page solely reflect the personal views of the authors and do not necessarily represent the views, positions, strategies or opinions of IBM or IBM management. Please use the
Add Comment link at the bottom of the page to provide feedback. Note: Until you log in (using the link in the upper right corner of this web page), you will not see the
Add Comment link and you can not add a comment. If you do not already have an IBM ID, use the Register Now link on the sign in page to obtain one. Registration is quick and easy.