Difference between revisions of "Disk"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 9: Line 9:
 
= Find out throughput =
 
= Find out throughput =
 
  hdparm -tT /dev/hda
 
  hdparm -tT /dev/hda
 +
 +
= Hibernate hard disk =
 +
hdparm -S60 /dev/hda

Revision as of 20:09, 17 August 2010

A disk is a device to store data, e.g. a compact disk or a hard disk. See http://en.wikipedia.org/wiki/Disk. Disk related commands:

hwinfo --block
hwinfo --partition

Get information

hdparm -I /dev/hda

Find out throughput

hdparm -tT /dev/hda

Hibernate hard disk

hdparm -S60 /dev/hda