Hi, Kevin Price: > Is there an easy way to burn BD-R on wheezy?
Assuming that the drive is at /dev/sr0 and offers rw-permission xorriso -as cdrecord -v dev=/dev/sr0 your_image.iso If you have more than one drive, get an overview (as superuser) by xorriso -devices If you want slow Defect Management (checkreading and replacement of bad blocks during writing): xorriso -as cdrecord -v dev=/dev/sr0 blank=format_overwrite your_image.iso Mark Neyhart: > #growisofs -dvd-compat -Z /dev/dvd5=blurayImage.iso > It completed with a message about "CLOSE SESSION failed", but it > didn't seem to matter. It should be ok. This error hits at the very end of the burn run. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713016 growisofs is not aware that it formatted the BD-R at the start of the burn run and at end uses a command that is appropriate only for unformatted BD-R. If you want to avoid the bug, then format the BD-R by a run of dvd+rw-format /dev/sr0 Or use growisofs with this additional option -use-the-force-luke=spare:none (This will disable automatic formatting for Defect Management.) Have a nice day :) Thomas -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/4593669194027481...@scdbackup.webframe.org