Writing ISO Images to CD with cdrecord
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
If you already use virtualized infrastructure, you are well on your way to leveraging the power of the cloud. Virtualization offers the promise of limitless resources, but how do you manage that scalability when your DevOps team doesn’t scale? In today’s hypercompetitive markets, fast results can make a difference between leading the pack vs. obsolescence. Organizations need more benefits from cloud computing than just raw resources. They need agility, flexibility, convenience, ROI, and control.
Stackato private Platform-as-a-Service technology from ActiveState extends your private cloud infrastructure by creating a private PaaS to provide on-demand availability, flexibility, control, and ultimately, faster time-to-market for your enterprise.
Sponsored by ActiveState
| Non-Linux FOSS: libnotify, OS X Style | Jun 18, 2013 |
| Containers—Not Virtual Machines—Are the Future Cloud | Jun 17, 2013 |
| Lock-Free Multi-Producer Multi-Consumer Queue on Ring Buffer | Jun 12, 2013 |
| Weechat, Irssi's Little Brother | Jun 11, 2013 |
| One Tail Just Isn't Enough | Jun 07, 2013 |
| Introduction to MapReduce with Hadoop on Linux | Jun 05, 2013 |
- Containers—Not Virtual Machines—Are the Future Cloud
- Non-Linux FOSS: libnotify, OS X Style
- Linux Systems Administrator
- Validate an E-Mail Address with PHP, the Right Way
- Lock-Free Multi-Producer Multi-Consumer Queue on Ring Buffer
- Senior Perl Developer
- Technical Support Rep
- UX Designer
- Introduction to MapReduce with Hadoop on Linux
- RSS Feeds
- user namespaces
1 hour 36 min ago - yea
2 hours 2 min ago - One advantage with VMs
4 hours 31 min ago - about info
5 hours 4 min ago - info
5 hours 5 min ago - info
5 hours 6 min ago - info
5 hours 8 min ago - info
5 hours 9 min ago - abut info
5 hours 10 min ago - info
5 hours 11 min ago
Featured Jobs
| Linux Systems Administrator | Houston and Austin, Texas | Host Gator |
| Senior Perl Developer | Austin, Texas | Host Gator |
| Technical Support Rep | Houston and Austin, Texas | Host Gator |
| UX Designer | Austin, Texas | Host Gator |
| Web & UI Developer (JavaScript & j Query) | Austin, Texas | Host Gator |
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?



Comments
Command Name Changed
The cdrecord command has changed in some (all?) distros.
The current command name is: wodim
The cdrecord command is still availble, but it is merely a sim-link to the wodim command.
It's 'great' for Linux, because we're supposed to use 'wodim' but all the help & online articles reference 'cdrecord' ...
"You can't simply cp a CD
"You can't simply cp a CD image onto a new disk." - if cdrecord was designed properly that should have been the end-goal.
Um, in OS/2 (and eCS for
Um, in OS/2 (and eCS for that) we can just copy stuff to our CD drives. While I do like a lot of what linux groups are doing, shouldn't this be the end goal of cdrecord- to make CDs and DVDs transparent to the end users as a type of medium? As long as it holds data, you should be able to treat it like anything else on the system. Just like FTP and such. You shouldn't need extra commands to get it done.
Printer friendly version of Writing ISO images
The printer friendly version prints fine but the indented section
goes byond the print margin (HP1350 on win 98) and is cut off.
In other words not completely friendly.
Printer friendly version of Writing ISO images
I checked the printer friendly layout and couldn't get the problem to replicate on my system. There are several things that could cause this but most probably it is a printer font setting or a lack of a specific font being available that is causing the problem.
If you want me to help you with this email me at webmaster@ssc.com with "printer friendly problem" in the subject line.
"I have always wished that my computer would be as easy to use as my telephone.
My wish has come true. I no longer know how to use my telephone."
-- Bjarne Stroustrup
I have the same SCSI based
I have the same SCSI based HP 9600 CD Writer.I used K3B for a long time on Suse 9.2 and before. Since I upgraded to OpenSuse 10, every time I launch K3B, it locks up after trying to locate the device and I have to force terminate it. As a work around, I have been using this method and working very well. I like K3B and like to solve this issue, has any one encountered this problem and have a fix for it? Much appreciated.
no problem at all
Greetings. I use the same config but this software never did to me what you described. Hmm - maybe there is a hardware problem.
This information is
This information is outdated. With Linux 2.6 you don't need scanbus and device numbers any more. Just "cdrecord -dev=/dev/hdc" or whatever your CD drive is called.
thanks
that was exactly what I needed, just upgraded to kernel 2.6 and
cdrecord stopped working since I lost the scsi emulation. such a
simple fix but I couldn't find it mentioned in the cdrecord documentation.
cdrecord documentation
hi. frd i need cdrecord documentation for writing data to disc .not to depend on whatever the writer is.. kindly help me to make a gui for cd writing ..
But how do you know what
But how do you know what your CD-ROM is called?
dmesg | more and look for
dmesg | more
and look for CDROM
or try cdrecord dev=/dev/hdb
or try
cdrecord dev=/dev/hdb -checkdrive
cdrecord dev=/dev/hdc -checkdrive
cdrecord dev=/dev/hdd -checkdrive
etc
until something works?
dmesg | grep CD
dmesg | grep CD
Or under a standard udev system /dev/cdwriter unless you have very obscure hardware.
Or just know what your writer is connected to - /dev/hdc for secondary master, /dev/hdb for primary slave, etc
The command (for CentOS and
The command (for CentOS and maybe Fedora based distros) that works for me with and LG CD-DVD writer to copy a .iso was: cdrecord -v -sao dev=/dev/dvdwriter /.iso
>Those GUIs are fine for
>Those GUIs are fine for building a CD from ordinary files stored on your hard disk--text, data, music and such--but sometimes you need to do the equivalent of copying a CD image onto a new CD.
Right-click iso file and select "Write to Disc"?
Good, except...
cdrecord is good, useful software, so long as you don't have to deal directly with its developer. He is a bit, shall we say, difficult to work with when it comes to Linux.
Download, not discuss 8-)
Well, well - as a user I am downloading this software and not discussing it with the developer 8-))))
Make-CD script
I've written a small Perl script that I use to make a CD based on a directory layout. It's called "make-cd", and it's available at:
http://decafbad.net/projects/scripts/make-cd.tar.gz
Might make it a little easier for people to create CDs without having to remember a lot of command line options and commands.
Hope this helps!
Make-CD script
I've moved the location of this script:
http://decafbad.net/files/make-cd.tar.gz
Sorry for the inconvenience.
deprecated
This "howto" is way too old deprecated (1 technical one: ide-scsi is no more needed if you are using 2.6, which is out for a while now, plus most ppl are using dvd now - mostly with growisofs||dvdrecord)
Yes DVDs are being used
Yes DVDs are being used alot, but that doesn't preclude the need to write CD's. Perhaps a followup to this article will be writing DVD's with dvd-record or some such. This is still a good article for someone who doesn't know how to do this yet. I do agree that mention should be made that ide-scsi is no longer needed with the 2.6 kernel.
Still... Use K3b
I agree with the ide-scsi comments.
However, for the typical luser, using K3b is going to be much easier. I guess this author never noticed the menu options for burning a CD (or DVD) from an ISO image. And K3b can create the ISO image, then allow the "project" to be saved. If you update the individual files that are part of the project, you can open K3b, load in the (old) project, and burn another ISO and automatically get the new file contents. (I use this for adding my own content to SUSE and FC DVD images.)
Btw, growisofs only works on DVDs (and most of them, but not all). Yet that's hidden by K3b, so the user just says "burn CD" or "burn DVD" and off it goes!
Relying on K3B or other
Relying on K3B or other GUI-based tools to burn a disk is not sufficient. I am at this very moment burning a new Kubuntu CD using cdrecord because my KDE is all screwed up and K3B (among other things) segfaults when I try to start it.
Newer is not always better, and having a Plan B is often a very valuable thing. Rock on, cdrecord!