BraseroLibburn SCSI error condition on command 2Ah WRITE(10): [3 0C 00] Write error
BraseroLibburn called brasero_job_get_session_output_size
BraseroLibburn called brasero_job_set_current_action
BraseroLibburn Libburn reported an error SCSI error on write(32,16): [3 0C 00] Write error
BraseroLibburn called brasero_job_error
BraseroLibburn finished with an error
BraseroLibburn asked to stop because of an error
error = 1
message = "SCSI error on write(32,16): [3 0C 00] Write error"
BraseroLibisofs stopping
BraseroLibisofs Getting out thread
BraseroLibisofs disconnecting BraseroLibisofs from BraseroChecksumImage
BraseroChecksumImage stopping
BraseroChecksumImage disconnecting BraseroChecksumImage from BraseroLibburn
BraseroChecksumImage closing connection for BraseroChecksumImage
BraseroLibburn stopping
BraseroLibburn closing connection for BraseroLibburn
Session error : SCSI error on write(32,16): [3 0C 00] Write error (brasero_burn_record brasero-burn.c:2856)
Asked
Active
Viewed 885 times
0
-
Have you tried it with any other burning software (e.g. k3b) or on a different OS (e.g. Windows)? – TheSchwa Nov 04 '14 at 01:02
2 Answers
0
Test this:
Open a terminal,
Press Ctrl+Alt+T
Run it:
sudo -i
apt-get update
apt-get install --reinstall brasero brasero-cdrkit brasero-common cdrdao cdparanoia cue2toc dvdauthor dvd+rw-tools genisoimage wodim

kyodake
- 15,401
0
The error message stems from the DVD drive and means that it failed to write the third chunk of 32 KB of data. This is not a software problem. Try other media or a different drive.

Thomas Schmitt
- 836
-
-
I hate to deliver bad news about hardware. But SCSI error key 3 indicates "Medium error". Since the diagnosis stems from the drive, it might also be due to a bad drive. – Thomas Schmitt Nov 04 '14 at 09:37