LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-08-2005, 11:21 AM   #1
newbie007007
Member
 
Registered: Dec 2004
Location: India
Distribution: Fedora
Posts: 36

Rep: Reputation: 15
burn cd's in fc2 using cdrecord.


Hi,
can anyone plz tell me the procedure for burning the cds using command
"cdrecord".
Should I install any drivers for burning cds using this command?
Please explain in detail.
thank you.
 
Old 01-08-2005, 11:52 AM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
For a basic burn of an iso file.. it would look something like this:

cdrecord dev=2,0,0 speed=16 -v -eject filename.iso

man cdrecord for more info
 
Old 01-08-2005, 03:28 PM   #3
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Here's some examples:
http://www.jeepster.org.uk/bits/cliburn.html
http://www-106.ibm.com/developerwork.../l-cdburn.html

If you use scsi emulation you need to find your device with: sudo cdrecord -scanbus
If you don't use scsi emulation you can use the devicename directly, for me my burner is /dev/hdc.
Also if you burn from cli a lot you can create a script for it as in:
markus@fujibox:~$ cat /usr/local/bin/burn
#!/bin/sh
cdrecord dev=/dev/hdc driveropts=burnfree,noforcespeed fs=14M speed=12 -dao -eject -overburn -v "$1"

So when I want to burn, say an iso, I do: burn filename.iso
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cdrecord-prodvd ALWAYS fails to burn whysyn Linux - Software 14 09-07-2005 06:21 PM
Cannot burn on FC2 with cdrecord: martianpackets Linux - Hardware 4 01-13-2005 08:21 PM
How do I burn a cd with cdrecord? Joey.Dale Linux - General 9 03-22-2004 05:57 PM
cdrecord will only burn speed 4 not above?.. dmx9595 Linux - General 6 08-08-2003 01:52 PM
cdrecord, ? burn DVD Data arkopolo Linux - Software 0 07-03-2003 02:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration