Tagged Questions
1
vote
1answer
105 views
what determines overburn capability of CD-R?
I had a 733MiB ISO image which I tried to write to a CD-R. I had two CD-R disks from different manufacturers. With first CD-R disk(TDK) the burning process failed, but using the second CD-R(EMTEC), it ...
3
votes
0answers
81 views
understanding “-dao”, “-sao”, “-tao” and “-raw” writing modes for wodim in practice
In wodim one can choose between many different writing modes like Disk At Once("-dao"), Session At Once("-sao"), Track At Once("-tao") or Raw writing mode("-raw"). As I understand, Track At Once ...
5
votes
3answers
532 views
How to verify a CD against an ISO image?
I've got a physical burnt CD and the original ISO image of it. No reference checksum files were provided for the CD contents. How do I check the actual CD is correct (corresponds to the original ...
1
vote
0answers
142 views
Create multisession ISO image to burn on a remote CD
I need to be able to take a number of files on one machine and generate a .iso image to burn to a multisession CD-R that has already had a session written to it. I can easily create an image for the ...
4
votes
1answer
3k views
How to create UDF images and burn them to DVD or CDROM?
Writing CDs with cdrecord and making images with genisoimage is no problem.
I want to write DVDs in a similar manner, first creating an image, then burning it to disk. This is quite beneficial, since ...
5
votes
3answers
203 views
How to check why the cdrom cannot be open exclusively
Sometimes when I try to burn an ISO image, the message that "/dev/sr0" cannot be open exclusively appears. lsof does not shows any program that opens "/dev/sr0" (I checked for aliases too).