Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
I'm trying to burn an .iso from the command line. I've mounted the burner successfully with this: $mount -t iso9660 /dev/hdd /cdrom
HDD is the device file name that the burner is attached to. Then, I use this set of commands to burn: cdrecord -v speed=2 dev=-2,-2,-2 <.iso_filename>
It fails to write and says it cannot open the scsi driver. The values I've used for SCSI, Target and Lun are apparently incorrect. I've also used 1,1,0 because that's what I found when I ran "cdrecord -scanbus".
The device is written incorrectly.
You said cdrecord -scanbus shows 1,1,0
On older systems, kernel < 2.4 it would be dev=1,1,0
and on newer systems, like my FC4 it is dev=ATA:1,1,0
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.