Linux Newbie help
 help / color / mirror / Atom feed
From: Bryan Simmons <bsimmo1@gl.umbc.edu>
To: linux-newbie <linux-newbie@vger.kernel.org>
Subject: Re: CD-ROM settings and hardware resources...
Date: 24 Oct 2002 06:40:39 -0400	[thread overview]
Message-ID: <1035456050.31016.77.camel@localhost.localdomain> (raw)
In-Reply-To: <5.1.0.14.1.20021023234521.02137ec0@celine>

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-bit)
> >  unmaskirq    =  1 (on)
> >  using_dma    =  1 (on)
> >  keepsettings =  0 (off)
> >  readonly     =  0 (off)
> >  BLKRAGET failed: Input/output error
> >  HDIO_GETGEO failed: Invalid argument
> >
> >When I try to retrieve the read-ahead setting: hdparm -a /dev/hdc I get:
> >
> >/dev/hdc:
> >  BLKRAGET failed: Input/output error
> >
> >Does anyone know of a web site where I can research these errors?  Or
> >does anyone have an idea, off the top of their heads, why this could be
> >happening?
> 
> 
> I don't have a reference, but I did take a minute to get the same results 
> for my two drives. Both work fine. Here is what I get:
> 
> First, for hdc, which is a DVD drive acessed via IDE --
> 
>          waverly:/home/autovcr# hdparm /dev/hdc
> 
>          /dev/hdc:
>          HDIO_GET_MULTCOUNT failed: Invalid argument
>          IO_support   =  0 (default 16-bit)
>          unmaskirq    =  0 (off)
>          using_dma    =  1 (on)
>          keepsettings =  0 (off)
>          readonly     =  1 (on)
>          readahead    =  8 (on)
>          HDIO_GETGEO failed: Invalid argument
> 
> Now for hdd, my CD-RW drive, accessed via ide-scsi emulation --
> 
>          waverly:/home/autovcr# hdparm /dev/hdd
> 
>          /dev/hdd:
>          HDIO_GET_MULTCOUNT failed: Input/output error
>          IO_support   =  0 (default 16-bit)
>          unmaskirq    =  0 (off)
>          using_dma    =  1 (on)
>          keepsettings =  0 (off)
>          readonly     =  0 (off)
>          BLKRAGET failed: Input/output error
>          HDIO_GETGEO failed: Invalid argument
> 
> And just to complete the comparison, here is one of the same system's hard 
> disks --
> 
>          waverly:/home/autovcr# hdparm /dev/hdb
> 
>          /dev/hdb:
>          multcount    = 16 (on)
>          IO_support   =  0 (default 16-bit)
>          unmaskirq    =  0 (off)
>          using_dma    =  1 (on)
>          keepsettings =  0 (off)
>          readonly     =  0 (off)
>          readahead    =  8 (on)
>          geometry     = 15017/255/63, sectors = 241254720, start = 0
> 
>  From this, I infer that the two errors I see on both removable drives 
> reflect differences between CD drives and hard disks. The BLKRAGET error is 
> somehow associated with use of scsi-ide emulation, but does not interfere 
> with my ordinary use of the drive.
> 
> So ... you might, just as a test, remove the scsi-ide emulation and see if 
> you can then read the problem CD. If not, you can then check the readahead 
> setting and see if it seems to be wrong. 
For some reason, I can't access this setting at all.  it doesn't show up
when using the hdparm /dev/hdc command and when asking for it directly,
hdparm -a /dev/hdc I get an input/output error.


More likely, since the problem is 
> specific to the one disk, there is something unusual about it that needs to 
> be corrected. When it is mounted, does it return sensible results in its 
> listings of "df" and "ls -l"? 
I suppose so.  I can see and at least start to copy all the files on the
disk.  

Can you "dd" it to an iso image? Is it 
> iso9660 compliant?
I really don't know since I'm kinda ignorant to the different
file-system types.

I remember when first installing CD burning software in Windows (please
hear me out) it told me to turn off the read-ahead on the CD-ROM to
allow me to read all CD-R media.  Is this relevant in Linux?

> 
> 
> --
> -------------------------------------------"Never tell me the odds!"--------
> Ray Olszewski					-- Han Solo
> Palo Alto, California, USA			  ray@comarre.com
> -------------------------------------------------------------------------------
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
-- 
Regards,

Bryan Simmons 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

 On Integrity:

 "I'm going to be as good as they let me and
  as mean as they make me, and they all know
  that.  I don't ever lie. If I tell you a
  rooster can fly, get the harness."

   --Burl Cain, Louisiana State Pen Warden
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

  reply	other threads:[~2002-10-24 10:40 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <MSGID_110=3a10=2f1.2_8d16c3d8@linuxnet>
2002-10-22 13:25 ` CD-ROM settings and hardware resources Robert Couture
2002-10-22 19:45   ` Bryan Simmons
2002-10-23 15:49     ` pa3gcu
2002-10-23 19:20       ` Bryan Simmons
2002-10-23 19:34         ` Ray Olszewski
2002-10-23 20:36         ` pa3gcu
2002-10-23 21:51           ` Bryan Simmons
2002-10-24  6:40             ` pa3gcu
2002-10-24 10:35               ` Bryan Simmons
2002-10-24 14:04                 ` pa3gcu
2002-10-24  7:01             ` Ray Olszewski
2002-10-24 10:40               ` Bryan Simmons [this message]
     [not found]           ` <1035409609.31016.29.camel@localhost.localdomain>
2002-10-24  6:35             ` pa3gcu
2002-10-24 16:04               ` jbradford
2002-10-24 16:10                 ` Ray Olszewski
2002-10-24 11:11           ` jbradford
2002-10-24 13:24             ` Bryan Simmons
2002-10-25  8:42               ` Jude DaShiell
2002-10-25 10:00                 ` Bryan Simmons
2002-10-25 10:06                   ` Bryan Simmons
2002-10-25 13:04                 ` Linux Mount Partitions Abhijit Vijay
2002-10-25 13:32                   ` Paul Furness
2002-10-25 14:12                   ` Steven Smith
2002-11-07  8:28 CD-ROM settings and hardware resources Calin Szonyi
  -- strict thread matches above, loose matches on Subject: below --
2002-10-18 19:23 CD-ROM settings and bash resources Bryan Simmons
2002-10-19 23:09 ` Ray Olszewski
2002-10-20  5:46   ` CD-ROM settings and hardware resources Bryan Simmons
2002-10-20  5:58     ` Bryan Simmons
2002-10-20  6:29       ` Ray Olszewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1035456050.31016.77.camel@localhost.localdomain \
    --to=bsimmo1@gl.umbc.edu \
    --cc=linux-newbie@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox