Can a simple Nero-like check be implemented in the gui for checking
the copied cd to the original? Something that
does this for instance:
# cat /dev/cdrom | md5sum
# cat /dev/cdrw | md5sum
if md5sum = the same, then OK
else FAILED!!!
fi
Greetings!