|
发表于 2003-4-16 23:14:16
|
显示全部楼层
setting using_dma to 1 (on)
setting xfermode to 68 (UltraDMA mode4)
到这时候就不能动了!
我用的是rh9.0 (附上我的rc.local)
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
/sbin/hdparm -d1 -X68 -c3 -m16 /dev/hda |
|