ISO Master wrangles disc images


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News ISO Master wrangles disc images
# 1  
Old 01-15-2008
ISO Master wrangles disc images

Tue, 15 Jan 2008 16:00:00 GMT
DVD burners such as as K3b and GnomeBaker use standard commands for manipulating .ISO images, such as mkisofs. However, they give users only limited control over the resulting images beyond selecting their contents. Users cannot even save the image to an .ISO formatted file; instead the burners save in their own project formats. Fortunately, this functionality gap is bridged by ISO Master, a program that, despite a slightly awkward interface, is intuitive enough that most users can quickly learn its fundamentals without having to refer to online help. Only the adding of a boot record is likely to give average users any trouble.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

How can I replicate master master and master master MySQL databse replication and HA?

I have an application desigend in PHP and MySQl running on apache web server that I is running on a Amazon EC2 server Centos. I want to implement the master-master and master slave replication and high availability disaster recovery on this application database. For this I have created two... (0 Replies)
Discussion started by: Palak Sharma
0 Replies

2. Filesystems, Disks and Memory

Sharing ISO images over NFS

I've got a bunch of application CDs that I use here at home under Wine. They are Windows applications and as such, some of them want to see the volume label in order for the application to run. So... just copying the CD-ROM contents to a directory doesn't work. With that in mind, what I've done... (1 Reply)
Discussion started by: deckard
1 Replies

3. AIX

Mounting ISO images in IAX

Hi Guys, How to mount ISO images in AIX environment. I know how to do it in Solaris. Thanks Manu (0 Replies)
Discussion started by: b_manu78
0 Replies

4. Windows & DOS: Issues & Discussions

Burninig iso images

Whenever I try to burn an iso image on to a CD, the CD doesn't work. I use the program "CD Writing Wizard" on windows. I also tried Roxio. :confused: Can u help me. Thank you for your replies :D :D :D :D (0 Replies)
Discussion started by: faron17
0 Replies
Login or Register to Ask a Question
ISOINFO(8)						      System Manager's Manual							ISOINFO(8)

NAME
devdump, isoinfo, isovfy, isodump - Utility programs for dumping and verifying iso9660 images. SYNOPSIS
devdump isoimage isodump isoimage isoinfo [ -d ] [ -h ] [ -R ] [ -J ] [ -j charset ] [ -f ] [ -l ] [ -p ] [ -T sector ] [ -N sector ] [ -i isoimage ] [ -x path ] isovfy isoimage DESCRIPTION
devdump is a crude utility to interactively display the contents of device or filesystem images. The initial screen is a display of the first 256 bytes of the first 2048 byte sector. The commands are the same as with isodump. isodump is a crude utility to interactively display the contents of iso9660 images in order to verify directory integrity. The initial screen is a display of the first part of the root directory, and the prompt shows you the extent number and offset in the extent. You can use the 'a' and 'b' commands to move backwards and forwards within the image. The 'g' command allows you to goto an arbi- trary extent, and the 'f' command specifies a search string to be used. The '+' command searches forward for the next instance of the search string, and the 'q' command exits devdump or isodump. isoinfo is a utility to perform directory like listings of iso9660 images. isovfy is a utility to verify the integrity of an iso9660 image. Most of the tests in isovfy were added after bugs were discovered in early versions of mkisofs. It isn't all that clear how useful this is anymore, but it doesn't hurt to have this around. OPTIONS
Only the isoinfo program has any command line options. These are: -h print a summary of all options. -d Print information from the primary volume descriptor (PVD) of the iso9660 image. This includes information about Rock Ridge and Joliet extensions if present. -f generate output as if a 'find . -print' command had been run on the iso9660 image. You should not use the -l image with the -f option. -i iso_image Specifies the path of the iso9660 image that we wish to examine. -l generate output as if a 'ls -lR' command had been run on the iso9660 image. You should not use the -f image with the -l option. -N sector Quick hack to help examine single session disc files that are to be written to a multi-session disc. The sector number specified is the sector number at which the iso9660 image should be written when send to the cd-writer. Not used for the first session on the disc. -p Print path table information. -R Extract information from Rock Ridge extensions (if present) for permissions, file names and ownerships. -J Extract information from Joliet extensions (if present) for file names. -j charset Convert Joliet file names (if present) to the supplied charset. See mkisofs(8) for details. -T sector Quick hack to help examine multi-session images that have already been burned to a multi-session disc. The sector number specified is the sector number for the start of the session we wish to display. -x pathname Extract specified file to stdout. AUTHOR
Eric Youngdale <ericy@gnu.ai.mit.edu> or <eric@andante.jic.com> is to blame for these shoddy hacks. Patches to improve general usability would be gladly accepted. BUGS
The user interface really sucks. FUTURE IMPROVEMENTS
These utilities are really quick hacks, which are very useful for debugging problems in mkisofs or in an iso9660 filesystem. In the long run, it would be nice to have a daemon that would NFS export a iso9660 image. The isoinfo program is probably the program that is of the most use to the general user. AVAILABILITY
These utilities come with the mkisofs package, and the primary ftp site is tsx-11.mit.edu in /pub/linux/BETA/cdrom/mkisofs and many other mirror sites. Despite the name, the software is not beta. SEE ALSO
mkisofs(8) Version 2.0 02/12/24 ISOINFO(8)