linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* how to enable write back cache on SATA drive?
@ 2004-09-01  1:41 Brett Russ
  2004-09-03 11:50 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Russ @ 2004-09-01  1:41 UTC (permalink / raw)
  To: linux-ide

A coworker is trying to get this done to no avail.  He's tried hdparm, 
blktool, sginfo, and scsiinfo without luck--drives appear in write 
through cache mode and performance testing confirms.  I've not been 
directly involved but need to see progress.  I had the most hope for 
blktool but that failed with "BLKFLSBUF: Operation not supported"

Devices are Maxtor 250G connected to ICH6R in Enhanced non-AHCI mode 
using Garzik's 2.6.8.1 libata bk kernel tree (last sync'd ~20040820).

See results of some commands below...all snippets from emails to me.

===> blktool
linux:~/blktool-4 # ./blktool /dev/sda wcache on
   BLKFLSBUF: Operation not supported

===> scsiinfo
I can't seem to write the caching mode page back:

     # scsiinfo -cRX /dev/sda 1 1 0 0 0 0 0 0 0
     Unable to store Caching Page 08h
     18 00 00 00 18 00 00 00 70 00 05 00 00 00 00 06
     00 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
     00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Thinking I was calling it incorrectly, I installed the xscsi rpm to use
the recommended scsi-config command, and that fails when it tries to
run this command:

     # /usr/bin/scsiinfo  -c -X -m /dev/sda
     Unable to read Caching Page 08h

The "-m" says to show modifiable fields, so perhaps none of the fields are
modifiable? It works when -m is not specified, since that's how I got the
string of values above:

     # /usr/bin/scsiinfo  -c -X  /dev/sda
     0 1 0 0 0 0 0 0 0

===> sginfo
sginfo behaviour similar to scsiinfo.

===> hdparm
hdparm reported it wasn't supported on scsi devices.


Following is relevant output from kernel boot:

libata version 1.02 loaded.
ata_piix version 1.02
ACPI: PCI interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1f.2 to 64
ata1: SATA max UDMA/133 cmd 0xE880 ctl 0xE802 bmdma 0xE080 irq 19
ata2: SATA max UDMA/133 cmd 0xE480 ctl 0xE402 bmdma 0xE088 irq 19
ata1: dev 0 cfg 49:2f00 82:7c6b 83:7d09 84:4003 85:7c49 86:3c01 87:4003 
88:207f
ata1: dev 0 ATA, max UDMA/133, 490234752 sectors: lba48
ata1: dev 1 cfg 49:2f00 82:7c6b 83:7d09 84:4003 85:7c49 86:3c01 87:4003 
88:207f
ata1: dev 1 ATA, max UDMA/133, 490234752 sectors: lba48
ata1: dev 0 configured for UDMA/133
ata1: dev 1 configured for UDMA/133
scsi0 : ata_piix
ata2: dev 0 cfg 49:2f00 82:7c6b 83:7d09 84:4003 85:7c49 86:3c01 87:4003 
88:207f
ata2: dev 0 ATA, max UDMA/133, 490234752 sectors: lba48
ata2: dev 1 cfg 49:2f00 82:7c6b 83:7d09 84:4003 85:7c49 86:3c01 87:4003 
88:207f
ata2: dev 1 ATA, max UDMA/133, 490234752 sectors: lba48
ata2: dev 0 configured for UDMA/133
ata2: dev 1 configured for UDMA/133
scsi1 : ata_piix
   Vendor: ATA       Model: Maxtor 7Y250M0    Rev: YAR5
   Type:   Direct-Access                      ANSI SCSI revision: 05
   Vendor: ATA       Model: Maxtor 7Y250M0    Rev: YAR5
   Type:   Direct-Access                      ANSI SCSI revision: 05
   Vendor: ATA       Model: Maxtor 7Y250M0    Rev: YAR5
   Type:   Direct-Access                      ANSI SCSI revision: 05
   Vendor: ATA       Model: Maxtor 7Y250M0    Rev: YAR5
   Type:   Direct-Access                      ANSI SCSI revision: 05
SCSI device sda: 490234752 512-byte hdwr sectors (251000 MB)
SCSI device sda: drive cache: write through
  sda:
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sdb: 490234752 512-byte hdwr sectors (251000 MB)
SCSI device sdb: drive cache: write through
  sdb:
Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0
SCSI device sdc: 490234752 512-byte hdwr sectors (251000 MB)
SCSI device sdc: drive cache: write through
  sdc:
Attached scsi disk sdc at scsi1, channel 0, id 0, lun 0
SCSI device sdd: 490234752 512-byte hdwr sectors (251000 MB)
SCSI device sdd: drive cache: write through
  sdd:
Attached scsi disk sdd at scsi1, channel 0, id 1, lun 0



Thanks for pointers!
BR


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: how to enable write back cache on SATA drive?
  2004-09-01  1:41 how to enable write back cache on SATA drive? Brett Russ
@ 2004-09-03 11:50 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2004-09-03 11:50 UTC (permalink / raw)
  To: Brett Russ; +Cc: linux-ide

Brett Russ wrote:
> A coworker is trying to get this done to no avail.  He's tried hdparm, 
> blktool, sginfo, and scsiinfo without luck--drives appear in write 
> through cache mode and performance testing confirms.  I've not been 
> directly involved but need to see progress.  I had the most hope for 
> blktool but that failed with "BLKFLSBUF: Operation not supported"
> 
> Devices are Maxtor 250G connected to ICH6R in Enhanced non-AHCI mode 
> using Garzik's 2.6.8.1 libata bk kernel tree (last sync'd ~20040820).
> 
> See results of some commands below...all snippets from emails to me.


At present, you cannot turn on wcache, if your drives boot up with 
wcache off.  When SMART support is added, the ability to turn this 
on/off will be added at the same time.

	Jeff



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-03 11:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-01  1:41 how to enable write back cache on SATA drive? Brett Russ
2004-09-03 11:50 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).