我在RAID 1(镜像)中有两个HDD(5900 RPM)。我知道,我知道,这太慢了。我目前正在用更快的驱动器替换它们,因此在测试时会出现这个问题。
由于某些原因,在Intel RST选项中禁用回写缓存可以使我的写入速度更快,反之亦然。据我所知,我希望禁用写回缓存会降低写入速度。那是对的吗?这仅仅是监视程序中的错误吗?
启用缓存:
禁用缓存:
英特尔RST系统报告:
System Report
System Information
OS name: Microsoft Windows 7 Professional
OS version: 6.1.7601 Service Pack 1 7601
System name: (redacted)
System manufacturer: MSI
System model: MS-7673
Processor: GenuineIntel Intel64 Family 6 Model 42 Stepping 7 3.401 GHz
BIOS: BIOS Date: 08/01/12 15:53:14 Ver: 04.06.04, ALASKA - 1072009
Intel® Rapid Storage Technology
Kit installed: 10.5.0.1007
User interface version: 10.5.0.1007
Language: English (Australia)
Intel RAID controller: Intel(R) Desktop/Workstation/Server Express Chipset SATA RAID Controller
Number of SATA ports: 6
RAID option ROM version: 10.5.0.1034
Driver version: 10.5.0.1007
ISDI version: 10.5.0.1007
Device Information
Name: Array_0000
Size: 3.6 TB
Available space: 0 GB
Disk data cache: Enabled
Number of volumes: 1
Volume member: OS
Number of disks: 2
Array disk: 5YD2V3WZ
Array disk: 5YD2VEPK
Name: OS
Status: Normal
Type: RAID 1
Size: 1.8 TB
Data stripe size: 64 KB
Write-back cache: Enabled
System volume: Yes
Initialized: Yes
Verification errors found: 72
Blocks with media errors: 0
Physical sector size: 512 Bytes
Logical sector size: 512 Bytes
Parent array: Array_0000
Number of disks: 2
Array disk: 5YD2V3WZ
Array disk: 5YD2VEPK
Disk on port 0
Port location: Internal
Status: Normal
Type: Hard disk
Usage: Array disk
Size: 1.8 TB
Serial number: 5YD2V3WZ
Model: ST2000DL003-9VT166
Firmware: CC32
System disk: No
Password protected: No
Disk data cache: Enabled
Native command queuing: Yes
SATA transfer rate: 6 Gb/s
Physical sector size: 512 Bytes
Logical sector size: 512 Bytes
Disk on port 1
Port location: Internal
Status: Normal
Type: Hard disk
Usage: Array disk
Size: 1.8 TB
Serial number: 5YD2VEPK
Model: ST2000DL003-9VT166
Firmware: CC32
System disk: No
Password protected: No
Disk data cache: Enabled
Native command queuing: Yes
SATA transfer rate: 6 Gb/s
Physical sector size: 512 Bytes
Logical sector size: 512 Bytes
(redacted other disks)
1
我刚刚将阵列转移到了7200RPM驱动器上。有和没有写缓存的情况下,顺序读取的速度均为〜150MB / s,如果禁用缓存,则顺序写入速度将从〜90增至〜150 MB / s 。换句话说,与先前(较慢)的驱动器相同。
—
鲍勃
更新RST?您使用的是10.5,现在是12.5。请记住,他们已经放弃了对许多旧芯片组的支持。可能需要向后查找适用于您的芯片组的最新版本。RST有一个习惯,即在版本之间显着改变性能特征。
—
2013年
@Dom不幸的是,这将要求我的主板制造商发布具有更新的RST选项ROM的更新的BIOS(我认为吗?)。我之前已经给他们打过电话,没有回音-而且我现在还不会尝试使用自定义BIOS。我现在宁愿有一个工作系统。您可以确认它在新版本中是否不同/已修复?如果是这样,我将其称为错误并继续。
—
鲍勃
我认为?只需从intel网站下载驱动程序并尝试。如果它们支持您的芯片组/ BIOS组合,则将安装它们。如果他们不这样做,他们就不会。
—
Dom 2013年
我在Raid0上有类似的结果。但是,启用回写缓存后,总体系统响应性会更好。
—
未知