首先要先把 光碟機 umount
umont /dev/sr0   通常都是這個位置
或是可以在 /dev/ 下  看
ls -al   /dev/cdrw  or /dev/dvdrw
就發現它指到的位置
  after umounting
the simple way to burn the data to disk
is
 # wodim -v dev=/dev/cdrw install-x86-minimal-2008.0.iso
-v means verbose 
more info  please visits 
http://www.coctec.com/docs/linux/show-post-109524.html
