[lug] ISO Image

John Hernandez John.Hernandez at noaa.gov
Wed Apr 25 16:06:51 MDT 2001


Evelyn Mitchell wrote:
> 
>        mkisofs  -  create an hybrid ISO9660/JOLIET/HFS filesystem
>        with optional Rock Ridge attributes.
> 
> Should be standard on your red hat (or KRUD) box.
> 
> Evelyn Mitchell
> efm at tummy.com
> _______________________________________________
> Web Page:  http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug

Just to expand on this a bit, there are some useful options:

-J  used to include Joliet extentions which make long filenames available to Windows systems.

-r  used to include Rock Ridge attributes, which make long filenames and file attributes available on most Unix variants.

So, to make a cross-platform (Win/Unix) image file of a CD that has been mounted at /mnt/cdrom, you something like:

mkisofs -rJ -o <outfile.iso> /mnt/cdrom

I've never created an HFS-enabled CD (used for MacOS), but that can be done, too.

-John



More information about the LUG mailing list