Package:cdrkit Hello, On Scientific Linux 7.8, I have an issue with wodim-1.1.11. After burning a CD, it's not possible to mount the media. I am obliged to eject the media and then reload it manually in order to check the content. Is this issue known? Are there some actions to execute so that I can mount and check the content of the burnt media without a manual intervention? Best Regards Guy
Hello Joerg, One way to fix the issue could be to update the abort option or create a bind/unbind option to unbind/bind the device. Best Regards Guy PS: What I found for Scientific Linux 7 cd /sys/bus/scsi/drivers/sr echo "4:0:0:0" > unbind echo "4:0:0:0" > bind where 400 is the scsi identifier of the device
I endorse this feature, but it seems this requires root access. If this is implemented, the program should try it but not exit with an error if re-binding the drive fails.