|
发表于 2006-8-13 21:17:46
|
显示全部楼层
看看你的硬盘是否都能mount,然后看看hdparm的配置,
我的hdparm的配置是
# /etc/conf.d/hdparm: config file for /etc/init.d/hdparm
# You can either set hdparm arguments for each drive using hdX_args,
# discX_args, cdromX_args and genericX_args, e.g.
#
hda_args="-d1 -X69 -c1"
# disc1_args="-d1"
cdrom0_args="-d1"
# or, you can set hdparm options for ALL drives using all_args, e.g.
#
all_args="-d1"
man hdparm的说明
-d Disable/enable the "using_dma" flag for this drive. This option
now works with most combinations of drives and PCI interfaces
which support DMA and which are known to the kernel IDE driver.
It is also a good idea to use the appropriate -X option in com-
bination with -d1 to ensure that the drive itself is programmed
for the correct DMA mode, although most BIOSs should do this for
you at boot time. Using DMA nearly always gives the best per-
formance, with fast I/O throughput and low CPU usage. But there
are at least a few configurations of chipsets and drives for
which DMA does not make much of a difference, or may even slow
things down (on really messed up hardware!). Your mileage may
vary. |
|