Posted November 29, 2019
Do you know of any programs out there that *accurately* emulate a CD-ROM drive?
Linux (the kernel) lets you mount ISO files, but it doesn't accurately emulate the drive; rather, it just reads the filesystem on the image and presents it to userspace via the filesystem. That and any similar features found on other OSes does not qualify as accurate emulation, even though it is quite useful.
Some things that I am looking for in such software:
* Accurate emulation of the drive speed. That is, I want it to take as long to read as it would from an actual CD-ROM, rather than working at the speed of the hard disk or RAM.
* Ability to play images of audio CDs; that's something that real drives can do, but which mounting the ISO typically doesn't allow.
* Ability to use CD burning software in order to create an image (as opposed to just creating the image through nice tools like xorrisofs).
So, any ideas?
Linux (the kernel) lets you mount ISO files, but it doesn't accurately emulate the drive; rather, it just reads the filesystem on the image and presents it to userspace via the filesystem. That and any similar features found on other OSes does not qualify as accurate emulation, even though it is quite useful.
Some things that I am looking for in such software:
* Accurate emulation of the drive speed. That is, I want it to take as long to read as it would from an actual CD-ROM, rather than working at the speed of the hard disk or RAM.
* Ability to play images of audio CDs; that's something that real drives can do, but which mounting the ISO typically doesn't allow.
* Ability to use CD burning software in order to create an image (as opposed to just creating the image through nice tools like xorrisofs).
So, any ideas?