Re: CD-ROM settings and hardware resources...

2002-11-07 Thread Calin Szonyi
- Original Message - From: Bryan Simmons <[EMAIL PROTECTED]> Date: 24 Oct 2002 09:24:26 -0400 To: [EMAIL PROTECTED] Subject: Re: CD-ROM settings and hardware resources... > Shows how much I know about basic system design... > > In fact, I was shocked to learn last

Re: CD-ROM settings and hardware resources...

2002-10-25 Thread Bryan Simmons
Read the latest edition of Linux Magazine for details... On Fri, 2002-10-25 at 06:00, Bryan Simmons wrote: > Actually, yes. I believe that JFS, XFS and ReiserFS all use B+ trees to > manage files in a directory. > > > On Fri, 2002-10-25 at 04:42, Jude DaShiell wrote: > > Do any of the Linux fi

Re: CD-ROM settings and hardware resources...

2002-10-25 Thread Bryan Simmons
Actually, yes. I believe that JFS, XFS and ReiserFS all use B+ trees to manage files in a directory. On Fri, 2002-10-25 at 04:42, Jude DaShiell wrote: > Do any of the Linux file systems use a tree rather than linked lists? > > > > On 24 Oct 2002, Bryan Simmons wrote: > > > Shows how much I k

Re: CD-ROM settings and hardware resources...

2002-10-25 Thread Jude DaShiell
Do any of the Linux file systems use a tree rather than linked lists? On 24 Oct 2002, Bryan Simmons wrote: > Shows how much I know about basic system design... > > In fact, I was shocked to learn last night that ext2 uses linked lists > to keep track of files in a directory. Why is this? Did

Re: CD-ROM settings and hardware resources...

2002-10-24 Thread Ray Olszewski
At 05:04 PM 10/24/02 +0100, [EMAIL PROTECTED] wrote: [...] By the way, I'm not sure what enabling/disabling DMA has to do with reading a faulty CD-ROM. It's not like you're enabling/disabling UDMA, which has error correction to detect errors on the _bus_. Enabling DMA has nothing (that I know o

Re: CD-ROM settings and hardware resources...

2002-10-24 Thread jbradford
> > According to a conversation I had with another helper on this list, > > there is an experimental IDE CR driver that does away with the scsi > > emulation. I was under the impression that this was the only way to > > turn on the dma setting. > > Then i stand corrected, as i know nothing of suc

Re: CD-ROM settings and hardware resources...

2002-10-24 Thread pa3gcu
On Thursday 24 October 2002 10:35, Bryan Simmons wrote: > OK, but doesn't a CD-ROM have a read-ahead setting? Yes, but unfortunatly not when SCSI emu is used. So if you use you cdr for both writing and reading then you could always use ide for reading and then scsi for writing, not very efficent

Re: CD-ROM settings and hardware resources...

2002-10-24 Thread Bryan Simmons
Shows how much I know about basic system design... In fact, I was shocked to learn last night that ext2 uses linked lists to keep track of files in a directory. Why is this? Did the guys who wrote the file system specs go to school for computer science? I can't tell you how many times my cmsc p

Re: CD-ROM settings and hardware resources...

2002-10-24 Thread jbradford
> > Does anyone know a way around this? I can't hardly believe that all the > > millions of Linux users have been, and still are, stuck with CD-RWs that > > have to masquerade as SCSI devices. > > There is no way around it, simply read the proper documentation, in this case > the CD-Writing HOWT

Re: CD-ROM settings and hardware resources...

2002-10-24 Thread Bryan Simmons
On Thu, 2002-10-24 at 03:01, Ray Olszewski wrote: > At 05:51 PM 10/23/02 -0400, Bryan Simmons wrote: > >Perhaps dma wasn't the problem. Here's the output when I execute hdparm > >on /dev/hdc (my CD-RW): > > > >/dev/hdc: > > HDIO_GET_MULTCOUNT failed: Input/output error > > IO_support = 1 (32-

Re: CD-ROM settings and hardware resources...

2002-10-24 Thread Bryan Simmons
OK, but doesn't a CD-ROM have a read-ahead setting? On Thu, 2002-10-24 at 02:40, pa3gcu wrote: > On Wednesday 23 October 2002 21:51, Bryan Simmons wrote: > > Perhaps dma wasn't the problem. Here's the output when I execute hdparm > > on /dev/hdc (my CD-RW): > > > > /dev/hdc: > > HDIO_GET_MULTCO

Re: CD-ROM settings and hardware resources...

2002-10-24 Thread Ray Olszewski
At 05:51 PM 10/23/02 -0400, Bryan Simmons wrote: Perhaps dma wasn't the problem. Here's the output when I execute hdparm on /dev/hdc (my CD-RW): /dev/hdc: HDIO_GET_MULTCOUNT failed: Input/output error IO_support = 1 (32-bit) unmaskirq= 1 (on) using_dma= 1 (on) keepsettings = 0

Re: CD-ROM settings and hardware resources...

2002-10-23 Thread pa3gcu
On Wednesday 23 October 2002 21:51, Bryan Simmons wrote: > Perhaps dma wasn't the problem. Here's the output when I execute hdparm > on /dev/hdc (my CD-RW): > > /dev/hdc: > HDIO_GET_MULTCOUNT failed: Input/output error > IO_support = 1 (32-bit) > unmaskirq= 1 (on) > using_dma= 1 (

Re: CD-ROM settings and hardware resources...

2002-10-23 Thread pa3gcu
On Wednesday 23 October 2002 21:46, you wrote: I have directed a reply to the list as i find it relavant. > According to a conversation I had with another helper on this list, > there is an experimental IDE CR driver that does away with the scsi > emulation. I was under the impression that this

Re: CD-ROM settings and hardware resources...

2002-10-23 Thread Bryan Simmons
Perhaps dma wasn't the problem. Here's the output when I execute hdparm on /dev/hdc (my CD-RW): /dev/hdc: HDIO_GET_MULTCOUNT failed: Input/output error IO_support = 1 (32-bit) unmaskirq= 1 (on) using_dma= 1 (on) keepsettings = 0 (off) readonly = 0 (off) BLKRAGET failed:

Re: CD-ROM settings and hardware resources...

2002-10-23 Thread pa3gcu
On Wednesday 23 October 2002 19:20, Bryan Simmons wrote: > The CD-ROM in question is a CD-RW. The system set it up as /dev/scd0 > which is not accessible from hdparam. if I turn it into an ide device, > I will no longer be able to write CDs with it. You are missing the point, your cd-rom is no d

Re: CD-ROM settings and hardware resources...

2002-10-23 Thread Ray Olszewski
At 03:20 PM 10/23/02 -0400, Bryan Simmons wrote: The CD-ROM in question is a CD-RW. The system set it up as /dev/scd0 which is not accessible from hdparam. if I turn it into an ide device, I will no longer be able to write CDs with it. The underlying ide device (/dev/hd*) remains accessable to

Re: CD-ROM settings and hardware resources...

2002-10-23 Thread Bryan Simmons
The CD-ROM in question is a CD-RW. The system set it up as /dev/scd0 which is not accessible from hdparam. if I turn it into an ide device, I will no longer be able to write CDs with it. Does anyone know a way around this? I can't hardly believe that all the millions of Linux users have been, a

Re: CD-ROM settings and hardware resources...

2002-10-23 Thread pa3gcu
On Tuesday 22 October 2002 19:45, Bryan Simmons wrote: > You missed the part where I said the only way to retrieve the files was > in Windows and that I wanted to enable whatever error correction or > multiple read settings that Windows has but while I'm in Linux. > > Any ideas? It sounds to me li

Re: CD-ROM settings and hardware resources...

2002-10-22 Thread Robert Couture
Originally to: Bryan Simmons Hello Bryan! On 20/10/2002, Bryan Simmons was caught whispering to All about Re: CD-ROM settings and hardware resources BS> The CDs I'm trying to read were made in Windows (98, 2000, XP) with this BS> very same drive about a year ago. They all c

Re: CD-ROM settings and hardware resources...

2002-10-22 Thread Bryan Simmons
o: Bryan Simmons > > Hello Bryan! > > On 20/10/2002, Bryan Simmons was caught whispering to All about > Re: CD-ROM settings and hardware resources > > BS> The CDs I'm trying to read were made in Windows (98, 2000, XP) with this > BS> very same drive about a y