[k3b] [Bug 137436] Adding support for cdrskin as an alternative to cdrecord/wodim

Thomas Schmitt bugzilla_noreply at kde.org
Wed Nov 30 09:33:59 UTC 2016


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

--- Comment #44 from Thomas Schmitt <scdbackup at 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 the assignee for the bug.


More information about the k3b mailing list