Oct 05
hdpram เป็นโปรแกรมตัวเล็กๆ ที่สั่งงานผ่าน command line สำหรับ Linux และ Windows เพื่อตั้งค่า และดูข้อมูลทางด้านฮาร์ดแวร์ของฮาร์ดิสก์ SATA และ IDE นอกจากนั้นยังสามารถตั้งค่าต่างๆ เช่น drive caches, sleep mode, power management, acoustic management, และ DMA
hdparm เป็น free software ภายใต้ข้อกำหนดของ BSD license.
การใช้งาน
hdparm [flags] [device]
ตัวอย่าง:
Turn on DMA for the first hard drive.
hdparm -d1 /dev/hda
Turn off DMA for the first hard drive
hdparm -d0 /dev/hda Test cache read performance of the first hard drive hdparm -T /dev/hda Test read performance of the first hard drive
hdparm -t /dev/hda ที่มา : http://en.wikipedia.org/wiki/Hdparm
Recent Comments