<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
<BR>
actually, i have already got it working now with help from another member of the list. You are correct though, my drives are using ATA instead of SCSI.<BR>
<BR>
<BR>
On Thu, 2005-01-20 at 21:12 -0600, David Hoffman wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">On Thu, 20 Jan 2005 18:09:09 -0500, Shawn McCuan &lt;<A HREF="mailto:mccuan@wave3.org">mccuan@wave3.org</A>&gt; wrote:</FONT>
<FONT COLOR="#000000">&gt; I am new to Fedora. I just started using it Yesterday as a matter of fact.</FONT>
<FONT COLOR="#000000">&gt; Im not a complete &quot;newblet&quot; to Linux, i have been using Linux for about 4</FONT>
<FONT COLOR="#000000">&gt; months now. I have yet to be able to get my TDK CD-Burner to work. What</FONT>
<FONT COLOR="#000000">&gt; programs, settings, configurations, etc. would I need to change in order to</FONT>
<FONT COLOR="#000000">&gt; get my CD-Burner to work?</FONT>
<FONT COLOR="#000000">&gt; </FONT>

<FONT COLOR="#000000">You don't mention what you have tried. cdrecord should probably work,</FONT>
<FONT COLOR="#000000">but you would have to find the device number. Try running &quot;cdrecord</FONT>
<FONT COLOR="#000000">-scanbus&quot; and it will tell you what the device number is (something</FONT>
<FONT COLOR="#000000">like 0,0,0 or 1,0,0).</FONT>

<FONT COLOR="#000000">Then you would probably want to do something like:</FONT>
<FONT COLOR="#000000">mkisofs -r /directory_path | cdrecord -v --eject driveropts=burnfree dev=1,0,0 -</FONT>
<FONT COLOR="#000000"> --- OR ---</FONT>
<FONT COLOR="#000000">I think your drive uses ATA instead of SCSI, so you would change the</FONT>
<FONT COLOR="#000000">dev argument like this:</FONT>
<FONT COLOR="#000000">mkisofs -r /directory_path | cdrecord -v --eject driveropts=burnfree</FONT>
<FONT COLOR="#000000">dev=ATA:1,0,0 -</FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>