LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-07-2003, 10:04 AM   #1
GraphMatix
LQ Newbie
 
Registered: Nov 2003
Posts: 1

Rep: Reputation: 0
Question Burning ISO in Debian Libranet with cdrecord or toast???


How in the hell do i get this to work every time I try to burn it goes through the whole process and then there is nothing burned.

this is the command i use:
$ cdrecord -v dev=0,0,0 myiso.iso

this is what it prints :
fifo had 6654 puts and 6654 gets
fifo was 0 times empty and 6538 times full, min fill was 90%

Do I need to use the disk at once mode?
Please help if you can.
limmid@sbcglobal.net
 
Old 12-07-2003, 12:04 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
What is the output of

cdrecord -scanbus

When I burn, I specify the burning speed as well.

# CD burning copying ripping info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
Burning CDs on Linux
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# ISO information
isoinfo -i -d /dev/cdrom
# Generate an ISO from a directory.
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
# cdparanoia - search for a drive with reporting of autosense:
cdparanoia -vsQ
# Rip a complete audio CD with cdparanoia
cdparanoia -B "1-"
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems Burning an ISO with cdrecord bmccorm2 Linux - General 10 12-07-2005 11:19 AM
burning a bootable iso image with cdrecord sandy_obrien Linux - Newbie 11 05-23-2004 06:45 PM
Burning an ISO with XROast or GNU Toast(Beta ver.) ssimontis Linux - Newbie 3 04-29-2004 06:47 AM
cdrecord error burning iso image mooreted Linux - General 8 04-19-2004 10:57 AM
Libranet free .iso frontier1 Linux - Distributions 1 03-15-2003 09:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:15 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