Page 1 of 1
cdrkit
Posted: 19. Mar 2012, 09:17
by ink3
Re: cdrkit
Posted: 19. Mar 2012, 11:36
by thenktor
Are there any problems with cdrtools?
Re: cdrkit
Posted: 19. Mar 2012, 14:39
by ink3
cdrtools is the same cdrkit?
Re: cdrkit
Posted: 20. Mar 2012, 15:37
by thenktor
cdrkit is a fork of cdrtools. See:
http://en.wikipedia.org/wiki/Cdrkit
According to German Wikipedia cdrtools is better maintained, but I cannot say anything about it. I'm using cdrtools since beginning of time

Re: cdrkit
Posted: 20. Mar 2012, 16:56
by mimosa
I downloaded and tried to compile it, without success. The last release was 2007, which is pretty old.
Re: cdrkit
Posted: 21. Mar 2012, 12:25
by ink3
Hmm ... I wanted try burn iso with errors check by this recepture:
http://www.commandlinefu.com/commands/v ... -from-disk.
readom dev=/dev/scd0 f=/path/to/image.iso
Many like to use 'dd' for creating CD/DVD iso images. This is bad. Very bad. The reason this is, is 'dd' doesn't have any built-in error checking. So, you don't know if you got all the bits or not. As such, it is not the right tool for the job. Instead, 'reaom' (read optical media) from the wodim package is what you should be using. It has built-in error checking. Similarly, if you want to burn your newly creating ISO, stay away from 'dd', and use:
wodim -v -eject /path/to/image.iso
@mimosa you are wrong
last tar.gz was in 2010
http://cdrkit.org/releases/
Re: cdrkit
Posted: 21. Mar 2012, 13:05
by mimosa
ink3, you are right. I don't know where else I may have been looking. The latest version also compiled easily on my machine: just make and make install. I'm using the 3.2 kernel, but I bet it works with 2.6.x too.