-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for CD-BRIDGE (AKA CD-ROM XA) discs #93
Comments
Some additional info: this particular disc is a Kodak Photo CD. The small ISO image can actually be mounted, and it is possible to browse the file system. Attempts at opening any of the files results in an error, for example: It seems the ISO image references data that are located on parts of the CD that are outside the ISO image. It is possible to open file from the physical CD. So I did a couple of experiments. Experiment 1Extract 2nd data track from CD with IsoBuster (extract as ISO). (Incidentally this resulted in some read errors at the end of the disc.) Then paste resulting data to existing ISO image using:
Mount combi.iso. Image can be mounted and accessed. Files can be opened, but appear to contain garbage. Experiment 2Extract 2nd data track from CD with IsoBuster (extract as RAW) --> no error message this time! Then append to image of 1st data track again:
Mounting works, but opening files stil results in garbage. Experiment 3Extract whole CD as RAW. Extraction completes without any errors. Image can be mounted in Windows using WinCDEmu, files can be opened normally! BUT raw image cannot be mounted under Linux! Perhaps cdemu might help here, as its About page says:
Installation:
sudo apt-get install gcdemu cdemu-client Image can be mounted + is accessible but no audio! Experiment 4As 3, but generate a CUE sheet (so basically we're extracting to IN/CUE). Result: image can be mounted with cdemu, both audio and data now work! So the way forward is to image these discs as BIN/CUE. Since we're already creating BIN files (but without a cue sheet!) for CD-i discs, it would be best to also use BIN/CUE for CD-i. |
Quick check to estimate number of these CDs in KB collection: Gives 4 hits. But these are only photo CDs. |
This is a CD-ROM/CD-i hybrid:
https://web.archive.org/web/20010306215434/http://www.ora.nsysu.edu.tw/~goldentime/cdterm08.htm
and:
https://en.wikipedia.org/wiki/CD-ROM#CD-ROM_XA_extension
Note here that for XA Form 2 each sector contains 2324 bytes of user data (instead of 2048).
Example:
http://www.kbresearch.nl/tpxslt/?xml=http://jsru.kb.nl/sru/sru?x-collection=GGC&operation=searchRetrieve&startRecord=1&maximumRecords=1&recordSchema=dcx&query=157986705&xsl=http://www.kbresearch.nl/xportal/full.xsl
Cd-info output:
(Note that this is also a mixed mode disc that contains audio!)
What happens in this case:
Note that Video CDs are also written in XA mode!
The text was updated successfully, but these errors were encountered: