Hi, i wrote: > time dd if=/dev/sr0 bs=1M count=100 This is dangerous. It will pipe binary data to your terminal. Use time dd if=/dev/sr0 bs=1M count=100 of=/dev/null Sorry for the bad advise. Have a nice day :) Thomas