HOWTO: Using wodim program to burn/write CDs and DVDs in Debian Linux
Purpose: In my earlier post, we saw 10 useful programs to burn CDs/DVDs in Linux amongst which cdrecord was one of them. In this blog post we will learn how to use the cdrecord program to burn CDs and DVDs. The package cdrecord is just a dumy package in Debian Lenny which provides wodim, the real utility which does the burning work.
Step 1: Find your CD/DVD Writer
# wodim –scanbus
scsibus1:
1,0,0 100) ‘ATAPI ‘ ‘iHAS120 6 ‘ ’7L02′ Removable CD-ROM
1,1,0 101) *
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
#
# wodim –devices
wodim: Overview of accessible drives (1 found) :
————————————————————————-
0 dev=’/dev/scd0′ rwrw– : ‘ATAPI’ ‘iHAS120 6′
————————————————————————-
Step 2: Erase your Re-writable CD/DVD
# umount /dev/cdrom
# cdrecord device=1,0,0 blank=fast
# wodim dev=/dev/scd0 blank=fas
Step 3: Burn an ISO image
# wodim -v -dao speed=4 dev=/dev/scd0 /root/projects/debian-500-i386-netinst.iso
Step 4: Create an ISO image and then burn it
# mkisofs -r -o mycdimage.iso /home/kushalk/mydatadirectory
# wodim -v -dao speed=4 dev=/dev/scd0 mycdimage.iso
That’s it. Happy cdrecording!


Email Subscription









April 6th, 2010 at 3:58 pm
[...] HOWTO: Using wodim program to burn/write CDs and DVDs in Debian Linux [...]
September 6th, 2010 at 7:03 pm
[...] Boy! It’s been over 4 months now since I wrote a blog post. Work and my other daily activities like exercise, cooking, cleaning, etc. has been [...]
September 9th, 2010 at 6:08 am
[...] would like to burn it to a cd using console commands you can read the instructions found on this blog post which I found [...]
October 21st, 2010 at 7:03 pm
[...] how to use cdrecord/wodim to burn CDs, DVDs and ISO Images … [...]
November 4th, 2010 at 3:56 pm
[...] Suggestion: Try wodim and see what results http://linux.koolsolutions.com/2010/…-debian-linux/ [...]
February 18th, 2012 at 8:10 pm
Hi Koolwal,
I have a problem making iso image with “genisoimage”.
genisoimage -v -J –publisher “_” -V “_ _ _” -o /tmp/toburn.iso
I am sure how to get the :
Volume Label “-V”
Juliet spec -J
and the -v specification
thanks
Reply to this comment