| View previous topic :: View next topic |
| Author |
Message |
Chris Trueman Guest
|
Posted: Fri Dec 24, 2004 1:13 am Post subject: ISO CD-ROM Images |
|
|
Does anyone know of a Delphi component that - like ISOBuster - can
catalgoue the contents of an ISO formatted CD-ROM image file? Ideally I'm
looking for a freeware component that includes source code so that I can
learn how the ISO 9660 format is arranged.
Thanks in advance.
Chris.
|
|
| Back to top |
|
 |
Robert Marquardt Guest
|
Posted: Fri Dec 24, 2004 5:20 am Post subject: Re: ISO CD-ROM Images |
|
|
Chris Trueman wrote:
| Quote: | Does anyone know of a Delphi component that - like ISOBuster - can
catalgoue the contents of an ISO formatted CD-ROM image file? Ideally I'm
looking for a freeware component that includes source code so that I can
learn how the ISO 9660 format is arranged.
Thanks in advance.
|
The easiest way would be to read the ISO 9660 standard and all the new
standards following like Joliet etc.
I know of no Delphi implementatinos right away, but at least Linux must
have sources to read CD-ROMs. Reading a CD-ROM or an ISO image is of
course just the same.
|
|
| Back to top |
|
 |
Liz Guest
|
Posted: Fri Dec 24, 2004 8:47 am Post subject: Re: ISO CD-ROM Images |
|
|
Chris Trueman wrote:
| Quote: | The easiest way would be to read the ISO 9660 standard and all the
new standards following like Joliet etc. I know of no Delphi
implementatinos right away, but at least Linux must have sources to
read CD-ROMs. Reading a CD-ROM or an ISO image is of course just the
same.
|
If you download the kernel sources and look in the fs directory there
are all the files required to read file sources. On top of that you
might want to take a look at mount which may have additional clues on
how to detect which fs type it is, and / or how to trigger the bits of
kernel to say "Hey read this"
|
|
| Back to top |
|
 |
Chris Trueman Guest
|
Posted: Fri Dec 24, 2004 5:24 pm Post subject: Re: ISO CD-ROM Images |
|
|
Thanks for the suggestions.
Chris.
| Quote: | If you download the kernel sources and look in the fs directory there
are all the files required to read file sources. On top of that you
might want to take a look at mount which may have additional clues on
how to detect which fs type it is, and / or how to trigger the bits of
kernel to say "Hey read this"
|
|
|
| Back to top |
|
 |
Marc Rohloff [TeamB] Guest
|
Posted: Fri Dec 24, 2004 7:03 pm Post subject: Re: ISO CD-ROM Images |
|
|
On 23 Dec 2004 17:13:12 -0800, Chris Trueman wrote:
| Quote: | Does anyone know of a Delphi component that - like ISOBuster - can
catalgoue the contents of an ISO formatted CD-ROM image file? Ideally I'm
looking for a freeware component that includes source code so that I can
learn how the ISO 9660 format is arranged.
|
http://www.isolib.de/
--
Marc Rohloff [TeamB]
marc rohloff -at- myrealbox -dot- com
|
|
| Back to top |
|
 |
|