如何自動暫停指定的硬碟當不被使用的時候 - Linux

Table of Contents


這問題困擾我好一陣子了... 囧

我有兩顆硬碟都是直接用SATA接主機板的,但是第二顆硬碟只有偶爾才會用到,

因為頻率並沒有很高,所以希望能在我不使用的時候自動暫停,但是在使用的時候啓動。

不知道能不能做到?

--

All Comments

Oliver avatarOliver2015-06-09
man hdparm
Yuri avatarYuri2015-06-11
用完就下 sudo hdparm -Y /dev/sdb
Charlotte avatarCharlotte2015-06-15
/timeout (-S)