source: general/sysutils/hdparm.xml@ b37eb5f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b37eb5f was b37eb5f, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to hdparm-5.8

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3350 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY hdparm-download-http "http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-&hdparm-version;.tar.gz">
8<!ENTITY hdparm-download-ftp " ">
9<!ENTITY hdparm-size "38 KB">
10<!ENTITY hdparm-buildsize "404 KB">
11<!ENTITY hdparm-time "0.01 SBU">
12]>
13
14<sect1 id="hdparm" xreflabel="hdparm-&hdparm-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="hdparm.html"?>
20<title>hdparm-&hdparm-version;</title>
21<indexterm zone="hdparm">
22<primary sortas="a-Hdparm">Hdparm</primary>
23</indexterm>
24
25<sect2>
26<title>Introduction to <application>hdparm</application></title>
27
28<para>The <application>hdparm</application> package contains a utility that is
29useful for controlling <acronym>ATA</acronym>/<acronym>IDE</acronym>
30controllers and hard drives both to increase performance and sometimes to
31increase stability.</para>
32
33<warning><para>As well as being useful, incorrect usage of
34<application>hdparm</application> can destroy your information and in
35rare cases, drives. Use with caution and make sure you know what you are
36doing. If in doubt, we recommend you leave the default kernel parameters
37alone.</para></warning>
38
39<sect3><title>Package information</title>
40<itemizedlist spacing='compact'>
41<listitem><para>Download (HTTP):
42<ulink url="&hdparm-download-http;"/></para></listitem>
43<listitem><para>Download (FTP):
44<ulink url="&hdparm-download-ftp;"/></para></listitem>
45<listitem><para>Download size:
46&hdparm-size;</para></listitem>
47<listitem><para>Estimated disk space required:
48&hdparm-buildsize;</para></listitem>
49<listitem><para>Estimated build time:
50&hdparm-time;</para></listitem></itemizedlist>
51</sect3>
52
53</sect2>
54
55<sect2>
56<title>Installation of <application>hdparm</application></title>
57
58<para>Build <application>hdparm</application> by running the following
59command:</para>
60
61<screen><userinput><command>make</command></userinput></screen>
62
63<para>As the root user, install <application>hdparm</application>:</para>
64
65<screen><userinput role='root'><command>make install</command></userinput></screen>
66
67<para>Note that by default, <command>hdparm</command> is installed in
68<filename class="directory">/sbin</filename> as some systems may require it
69during the boot process before <filename class="directory">/usr</filename>
70is mounted. If you wish to install <command>hdparm</command> under the
71<filename class="directory">/usr</filename> hierarchy, then replace the above
72command with the following:</para>
73
74<screen><userinput role='root'><command>make binprefix=/usr install</command></userinput></screen>
75
76</sect2>
77
78<sect2>
79<title>Contents</title>
80
81<segmentedlist>
82<segtitle>Installed Program</segtitle>
83<segtitle>Installed Libraries</segtitle>
84<segtitle>Installed Directories</segtitle>
85
86<seglistitem>
87<seg>hdparm</seg>
88<seg>None</seg>
89<seg>None</seg>
90</seglistitem>
91</segmentedlist>
92
93<variablelist>
94<bridgehead renderas="sect3">Short Descriptions</bridgehead>
95<?dbfo list-presentation="list"?>
96
97<varlistentry id="hdparm-prog">
98<term><command>hdparm</command></term>
99<listitem><para>provides a command-line interface to various hard disk ioctls
100supported by the stock Linux <acronym>ATA</acronym>/<acronym>IDE</acronym>
101device driver subsystem.</para>
102<indexterm zone="hdparm hdparm-prog">
103<primary sortas="b-hdparm">hdparm</primary>
104</indexterm></listitem>
105</varlistentry>
106</variablelist>
107
108</sect2>
109
110</sect1>
111
Note: See TracBrowser for help on using the repository browser.