5

I use the built in DVD burner from OS X. Whenever I burn a disk, it is verified after burning. Nice, but I am usually quicker in verifying myself with a bit more human, maybe more error prone process... Just takes too long!

Is there a way to turn this off in OS X?

Thanks!

quack quixote
  • 43,504
raoulsson
  • 457

1 Answers1

3

I don't have a disc to verify that this is it, but it looks like this preference got moved into Disk Utility's prefs. Open Terminal and type:

defaults write com.apple.DiskUtility DRBurnOptionsVerifyBurn -bool NO

To go back to the default replace NO with YES.

Edit: Fixed spelling of disc.

ridogi
  • 2,987