This blog will contain non-technical, fun and personal posts. All my technical posts will be posted on SMD's blog, http://www.smd.com.my. Looking forward to see you there! :-)

CD Burning In Kernel 2.6.x (IDE)

If you’re still running kernel 2.4.x, to burn a cd you’re forced to use SCSI emulation (under kernel module ide-scsi). But in kernel 2.6.x, it’s easy as 123. We can use ide-cd.
Firstly, you’ll need to load it:
sudo modprobe ide-cd
And to burn a cd, you have to make an iso file. Use apt and get the [...]