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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-02-2004, 03:12 PM
|
#1
|
Member
Registered: May 2003
Location: Somewhere over the Rainbow
Distribution: Slackware 9.x, Knoppix, Damn Small Linux, RedHat.
Posts: 465
Rep:
|
CDrecord -scanbus
Hi Im trying to burn an ISO image as root, but when I type cdrecord -scanbus shows up:
Cdrecord 2.00.3 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J�rg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
What could be the problem?
|
|
|
05-02-2004, 03:23 PM
|
#2
|
Member
Registered: Mar 2004
Location: Scotland
Distribution: Debian Sid / Kubuntu
Posts: 170
Rep:
|
What kernel are you using?
Is it an IDE cd or SCSI
what is your cd's access point?
does it work as a user?
|
|
|
05-02-2004, 03:26 PM
|
#3
|
LQ Guru
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795
Rep:
|
if its an ide drive, use this:
cdrecord dev=ATAPI your_scanbus_number
|
|
|
05-02-2004, 03:30 PM
|
#4
|
Member
Registered: May 2003
Location: Somewhere over the Rainbow
Distribution: Slackware 9.x, Knoppix, Damn Small Linux, RedHat.
Posts: 465
Original Poster
Rep:
|
Thanks Im using 2.4.22 kernel and I did:
root@r0ot:/home/user# cdrecord -scanbus dev=ATAPI:0,0
Cdrecord 2.00.3 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J�rg Schilling
scsidev: 'ATAPI:0,0'
devname: 'ATAPI'
scsibus: 0 target: 0 lun: 0
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.7'
scsibus0:
0,0,0 0) 'SAMSUNG ' 'CDRW/DVD SN-324F' 'U201' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
Now how can I burn it? with cdrecord -v speed=24 dev=0,0,0 image.iso? how can I know my CDROM Vel?
Last edited by Gerardoj; 05-02-2004 at 03:33 PM.
|
|
|
05-02-2004, 09:27 PM
|
#5
|
Member
Registered: Dec 2002
Location: California
Distribution: Slackware & LFS
Posts: 799
Rep:
|
You were really close. It's
cdrecord -v speed=24 dev=ATAPI:0,0 image.iso
And you may want to add the 'driveropts=burnfree' flag, like this
cdrecord -v speed=24 driveropts=burnfree dev=ATAPI:0,0 image.iso
It could save you from making a coaster or two ;-)
Enjoy!
--- Cerbere
|
|
|
All times are GMT -5. The time now is 12:19 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|