#970805 Unable to mount after burning a CD with wodim

Package:
cdrkit
Source:
cdrkit
Submitter:
"Bernard, Guy (GE Healthcare)"
Date:
2025-06-30 22:07:01 UTC
Severity:
normal
#970805#5
Date:
2020-09-23 15:15:05 UTC
From:
To:
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

#970805#10
Date:
2020-09-24 06:34:14 UTC
From:
To:
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

#970805#15
Date:
2025-06-30 21:59:55 UTC
From:
To:
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.