# 3. Use the "fast" method to erase the disk. wodim -v blank=fast dev=/dev/scd0
# 4. In case if you run into some error during the blanking process # you may tryto include a "-force" option. wodim -v -force blank=fast dev=/dev/scd0
# In case you prefer a different method, you can see the other blanking # methods with the following command: wodim blank=help Blanking options: all blank the entire disk disk blank the entire disk disk blank the entire disk fast minimally blank the entire disk (PMA, TOC, pregap) minimal minimally blank the entire disk (PMA, TOC, pregap) track blank a track unreserve unreserve a track trtail blank a track tail unclose unclose last session session blank last session
“wodim” can also be used to write data to CD/DVD. For example, write an “iso” image file to disk:
1 2
# Burn your ISO image to the CD/DVD. wodim -v dev=/dev/sg1 speed=10 -eject "path-to-iso"
You can also use “wodim” to write audio CD with the following steps. From here and here.