diff options
author | Silvino <silvino@bk.ru> | 2019-06-11 00:27:19 +0100 |
---|---|---|
committer | Silvino <silvino@bk.ru> | 2019-06-11 00:27:19 +0100 |
commit | 8ed4702bc69f8855fcd7c9d192f48c8d12fe75f0 (patch) | |
tree | 6b5a8b82438fec3d9f442fa579653a0f1a8d02c7 /tools | |
parent | 5adacc390c152b1540372d653712cb41fcb76b7b (diff) | |
download | doc-8ed4702bc69f8855fcd7c9d192f48c8d12fe75f0.tar.gz |
tools storage revision
Diffstat (limited to 'tools')
-rw-r--r-- | tools/storage.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/storage.html b/tools/storage.html index f90bca0..3a0a064 100644 --- a/tools/storage.html +++ b/tools/storage.html @@ -19,14 +19,19 @@ <pre> # smartctl -t long /dev/sdb1 # smartctl -a /dev/sdb1 | less - # hdparm -I /dev/sda | less </pre> <p>Mechanical hard drives spindown disks and put heads in hold position to save energy and protect the disk. This spindow spinup can shorter the life expectancy of the hard - drive. Relevant output from smartctl;</p> + drive. Relevant output from hdparm;</p> + + <pre> + # hdparm -I /dev/sda | grep "Advanced power management level" + # hdparm -I /dev/sda | grep "Recommended acoustic management value" + </pre> + <p>Settings with hdparm [options] [device];</p> |