https://bugs.kde.org/show_bug.cgi?id=137436

--- Comment #44 from Thomas Schmitt <scdbac...@gmx.net> ---
Hi,

please run on the command line

  dd if=/dev/zero bs=2048 count=375808 | /usr/sbin/cdrskin -v -V dev=/dev/sr1
speed=18 -tao -data -tsize=375808s - 2>&1 | tee -i /tmp/cdrskin.log

This will yield in file /tmp/cdrskin.log a very verbous log of the SCSI
commands sent to the drive and of their replies from the drive. Maybe i
can learn something from the last commands before the failure.

If it now works by miracle, then replace
  2>&1 | tee -i /tmp/cdrskin.log
by
  >/tmp/cdrskin.log 2>&1
(The positions of "2>&1" are important.)


Have a nice day :)

Thomas

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to