[expert] Hdparm problem

2003-10-22 Thread Rob Blomquist
I am trying to optimize my new drive, and I attempted to set its UDMA mode 
last night:

# hdparm -X70 /dev/hdd

/dev/hdd:
 setting xfermode to 70 (UltraDMA mode6)
 HDIO_DRIVE_CMD(setxfermode) failed: Input/output error

The drive is ATA 133 and I believe UDMA mode6, consequently. Any ideas on this 
I/O error?

Here's the rest of the info that the drive dumps:
# hdparm -i /dev/hdd

/dev/hdd:

 Model=Maxtor 6Y080L0, FwRev=YAR41BW0, SerialNo=Y2PXN2ZE
 Config={ Fixed }
 RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=57
 BuffType=DualPortCache, BuffSize=2048kB, MaxMultSect=16, MultSect=16
 CurCHS=4047/16/255, CurSects=16511760, LBA=yes, LBAsects=160086528
 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4
 DMA modes:  mdma0 mdma1 mdma2
 UDMA modes: udma0 udma1 *udma2 udma3 udma4 udma5 udma6
 AdvancedPM=yes: disabled (255) WriteCache=enabled
 Drive conforms to: (null):

 * signifies the current active mode

# hdparm -I /dev/hdd

/dev/hdd:

ATA device, with non-removable media
Model Number:   Maxtor 6Y080L0
Serial Number:  Y2PXN2ZE
Firmware Revision:  YAR41BW0
Standards:
Supported: 7 6 5 4
Likely used: 7
Configuration:
Logical max current
cylinders   16383   4047
heads   16  16
sectors/track   63  255
--
CHS current addressable sectors:   16511760
LBAuser addressable sectors:  160086528
device size with M = 1024*1024:   78167 MBytes
device size with M = 1000*1000:   81964 MBytes (81 GB)
Capabilities:
LBA, IORDY(can be disabled)
Queue depth: 1
Standby timer values: spec'd by Standard, no device specific minimum
R/W multiple sector transfer: Max = 16  Current = 16
Advanced power management level: unknown setting (0x)
Recommended acoustic management value: 192, current value: 254
DMA: mdma0 mdma1 mdma2 udma0 udma1 *udma2 udma3 udma4 udma5 udma6
 Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4
 Cycle time: no flow control=120ns  IORDY flow control=120ns
Commands/features:
Enabled Supported:
   *NOP cmd
   *READ BUFFER cmd
   *WRITE BUFFER cmd
   *Host Protected Area feature set
   *Look-ahead
   *Write cache
   *Power Management feature set
Security Mode feature set
   *SMART feature set
   *FLUSH CACHE EXT command
   *Mandatory FLUSH CACHE command
   *Device Configuration Overlay feature set
   *Automatic Acoustic Management feature set
SET MAX security extension
Advanced Power Management feature set
   *DOWNLOAD MICROCODE cmd
   *SMART self-test
   *SMART error logging
Security:
Master password revision code = 65534
supported
not enabled
not locked
not frozen
not expired: security count
not supported: enhanced erase
HW reset results:
CBLID- above Vih
Device num = 1 determined by the jumper
Checksum: correct

-- 

Linux: For the people, by the people.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Hdparm problem

2003-10-22 Thread Ronald J. Hall
On Wednesday 22 October 2003 12:55 pm, Rob Blomquist wrote:
 I am trying to optimize my new drive, and I attempted to set its UDMA mode
 last night:

  UDMA modes: udma0 udma1 *udma2 udma3 udma4 udma5 udma6
  AdvancedPM=yes: disabled (255) WriteCache=enabled
  Drive conforms to: (null):

  * signifies the current active mode

Rob, the most significant thing I see is that it looks like the drive is only 
capable of doing udma2. Since this is a new drive, I'm assuming it should be 
able to do much more.

First thing I'd check is to make sure that you don't have a 40 conductor IDE 
cable on that drive instead of the 80 that you need.

Got another cable you can switch out and try?

HTHs! :-)

PS BTW, why is that drive /dev/hdd and not /dev/hda? Is it an add on? That 
looks like the slave position on the 2nd channel. Make sure your settings are 
correct there...

-- 
  
  /\  
DarkLord 
  \/  


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Hdparm problem

2003-10-22 Thread Greg Meyer
On Wednesday 22 October 2003 01:14 pm, Ronald J. Hall wrote:
 On Wednesday 22 October 2003 12:55 pm, Rob Blomquist wrote:
  I am trying to optimize my new drive, and I attempted to set its UDMA
  mode last night:
 
   UDMA modes: udma0 udma1 *udma2 udma3 udma4 udma5 udma6
   AdvancedPM=yes: disabled (255) WriteCache=enabled
   Drive conforms to: (null):
 
   * signifies the current active mode

 Rob, the most significant thing I see is that it looks like the drive is
 only capable of doing udma2. Since this is a new drive, I'm assuming it
 should be able to do much more.

 First thing I'd check is to make sure that you don't have a 40 conductor
 IDE cable on that drive instead of the 80 that you need.

 Got another cable you can switch out and try?

 HTHs! :-)

 PS BTW, why is that drive /dev/hdd and not /dev/hda? Is it an add on? That
 looks like the slave position on the 2nd channel. Make sure your settings
 are correct there...

Also, does your HD controller support higher than mode2?  How old is your 
motherboard?
-- 
/g

Outside of a dog, a man's best friend is a book, inside
a dog it's too dark to read -Groucho Marx

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Hdparm problem

2003-10-22 Thread Ray Warren
On Wed, Oct 22, 2003 at 09:55:09AM -0700, Rob Blomquist wrote:

 I am trying to optimize my new drive, and I attempted to set its UDMA mode 
 last night:
 
 # hdparm -X70 /dev/hdd
 
 /dev/hdd:
  setting xfermode to 70 (UltraDMA mode6)
  HDIO_DRIVE_CMD(setxfermode) failed: Input/output error
 
 The drive is ATA 133 and I believe UDMA mode6, consequently. Any ideas on this 
 I/O error?
What about the controller and cable.If the contoller will only go to
ATA 66 that's the fastest the drive can be set.UDMA2 is the fastest
setting that could be used withoput the newer 80 wire cable,so if your
cable is the 40 wire version or has a bad connecion it would also cause
the reduced speed.  HTH
Ray Warren

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com