[lug] ISO Image

Applegate,Kris kapplegate at visgweb.com
Wed Apr 25 16:18:41 MDT 2001


Perfect, that is exactly what i wanted. Thanks

--------------------------------------
Kristopher Applegate




-----Original Message-----
From: John Hernandez [mailto:John.Hernandez at noaa.gov]
Sent: Wednesday, April 25, 2001 4:07 PM
To: lug at lug.boulder.co.us
Subject: Re: [lug] ISO Image


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
_______________________________________________
Web Page:  http://lug.boulder.co.us
Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug



More information about the LUG mailing list