Tuesday, September 15, 2015

Trouble burning CDs and DVDs in Windows


I've run into some errors writing CDs and DVDs recently:


Trying to burn a dual layer disc using ImgBurn I come across this error when trying to finalize the disc.


Potential 'WaitImmediateIO' Deferred Error - (0%, 0/3) - Session Fixation Error Writing Lead In
Finalise Disc Failed! - Reason: Session Fixation Error Writing Lead In

Error Message


Anyone have an idea what could be the problem? There is no problem until it comes time to finalize the disc.


Answer



Apparently SATA optical drives have a problem with being in AHCI mode. To fix this issue I went into my BIOS and set my SATA drives to Standard IDE mode and everything is fine now.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...