Comment 28 for bug 7825

Revision history for this message
Herbert Xu (herbert-gondor) wrote :

(In reply to comment #23)
> The problem here is that cdrom_open_write fails because the drive in
> question doesn't meet it's criteria, and we fall of the end of the
> if-then-else mess.

Thanks for testing. Unfortunately it looks like the bug is still in growisofs.

What it should do is open an fd specifically for ioctls. Then it can open it
with O_NONBLOCK which bypasses the above check.