I like k3b very much.
However, each time I’ve upgraded in the past, it’s been a lottery whether or not k3b will verify a burned CD or DVD. Sometimes it fails to begin verify, sometimes it completes but fails.
One trick is to try both settings for “do not eject medium after write process”
With openSUSE 11.0, on two machines I’ve tried, k3b verify completes, but fails.
It isn’t dodgy media or a dodgy burner.
Using e.g, one of the openSUSE distro ISO images, md5sum the ISO then burn the CD/DVD. Using “sudo dd if=/devsr0 of=md5sum.iso” to create an ISO of the burned CD/DVD, md5sum the resulting ISO.
On two machines I’ve tried this on, the ISO of the burned CD/DVD gives exactly the same value as the original ISO, even though k3b verify complains.
In other words, k3b verify is broken, k3b burning is OK
For example:
> md5sum openSUSE-11.0-NET-x86_64.iso
65cf4856cf60720edaf9cad6b4bb8cd4 openSUSE-11.0-NET-x86_64.iso
> sudo dd if=/dev/sr0 of=md5sum.iso
…
152172+0 records in
152172+0 records out
77912064 bytes (78 MB) copied, 26.1319 s, 3.0 MB/s
> md5sum md5sum.iso
65cf4856cf60720edaf9cad6b4bb8cd4 md5sum.iso
For data CD/DVDs, write the ISO image before burning and proceed as above.
So you can still burn CD/DVDs reliably with k3b, it just takes longer to verify.
As I said, I like k3b and I understand that this issue is hard to get right on all machines and all burners all of the time.
PS I’m using the packman version of k3b installed via YaST.