
Originally Posted by
dinkidonk
The CD may have some sort of copy protection preventing it from being read like you want to. Another thing is that you have set "game.iso" to be created in the working directory which may be in a write protected area. I'd suggest to use a more restrictive path, like "~/game.iso" or whatever.
Sorry my bad, when I wrote "of=game.iso" what I actually meant was "/path/to/game.iso" but your right, a good point.

Originally Posted by
SeijiSensei
When does the copy fail? Right away or later? Could it be a disk space problem? What is the actual error message you receive?
It fails immediately, the drive spins up and then drops to a really low rpm while making erratic drive noises. I don't think it's a disk space problem as the laptop only has a minimal ubuntu 20.04 install and very little else, and from memory it's got a 512 GB drive. The actual output from 'dd' is below...
Code:
dd: error reading '/dev/sr0': Input/output error
844+0 records in
844+0 records out
1728512 bytes (1.7 MB, 1.6 MiB) copied, 25.3084 s, 68.3 kB/s
...pretty vauge, I looked through the info page to see if there is a way to get more detailed debug information but I can't see anything.

Originally Posted by
1fallen
Just my 2 cents, If there are read errors while reading the source, "conv=sync,noerror" is necessary to prevent dd from stopping on error and performing a dump.
I tried this after you suggested it, and while the process does continue, the drive still makes the same crazy noises mentioned above, and it writes around 50 KiB/s. Even if I left it for a very long time I think the resulting file would be junk :/
Bookmarks