Tagged Questions
The optical-drive tag has no wiki summary.
4
votes
7answers
1k views
Recovery from optical media ignoring read errors
I have backups of files archived in optical media (CDs and DVDs). These all have par2 recovery files, stored on separate media. Even in cases where there are no par2 files, minor errors when reading ...
3
votes
5answers
334 views
What approach works best for quickly reading files off of optical drives?
When reading files off of a hard drive, mmap is generally regarded as a good way to quickly get data into memory. When working with optical drives, accesses take more time and you have a higher ...
0
votes
1answer
62 views
What makes a copied disk different from the original disk? [closed]
For a reason, when we create a backup of our game disk, there is always a difference between the original disk and the self-burned backup. A lot of games can detect that the disk, inserted in the ...
0
votes
2answers
116 views
Installing OSX from an external USB drive [closed]
I have just got a Macbook Pro, but one without an optical drive (it has been swapped with an SSD). There's currently only a screwed up OSX Lion install on it (I can't do anything with it other than ...
0
votes
2answers
555 views
How can I programmatically determine the capabilities of an optical drive in Win32
I'm trying to create a deployment tool that will install software based on the hardware found on a system. I'd like the tool to be able to determine if the optical drive is a writer (to determine if ...