source: general/sysutils/hdparm.xml@ c1caa22f

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since c1caa22f was c8b719a, checked in by Douglas R. Reno <renodr@…>, 10 months ago

Tags

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY hdparm-download-http "&sourceforge-dl;/hdparm/hdparm-&hdparm-version;.tar.gz">
8 <!ENTITY hdparm-download-ftp " ">
9 <!ENTITY hdparm-md5sum "6d6d039d61ec995b1ec72ddce0b1853b">
10 <!ENTITY hdparm-size "140 KB">
11 <!ENTITY hdparm-buildsize "1.0 MB">
12 <!ENTITY hdparm-time "less than 0.1 SBU">
13]>
14
15<sect1 id="hdparm" xreflabel="Hdparm-&hdparm-version;">
16 <?dbhtml filename="hdparm.html"?>
17
18
19 <title>Hdparm-&hdparm-version;</title>
20
21 <indexterm zone="hdparm">
22 <primary sortas="a-Hdparm">Hdparm</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Hdparm</title>
27
28 <para>
29 The <application>Hdparm</application> package contains a utility that
30 is useful for obtaining information about, and controlling ATA/IDE
31 controllers and hard drives. It allows to
32 increase performance and sometimes to increase stability.
33 </para>
34
35 &lfs120_checked;
36
37 <warning>
38 <para>
39 As well as being useful, incorrect usage of
40 <application>Hdparm</application> can destroy your information and in
41 rare cases, drives. Use with caution and make sure you know what you
42 are doing. If in doubt, it is recommended that you leave the default
43 kernel parameters alone.
44 </para>
45 </warning>
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>
51 Download (HTTP): <ulink url="&hdparm-download-http;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download (FTP): <ulink url="&hdparm-download-ftp;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download MD5 sum: &hdparm-md5sum;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download size: &hdparm-size;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated disk space required: &hdparm-buildsize;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated build time: &hdparm-time;
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Hdparm</title>
85
86 <para>
87 Build <application>Hdparm</application> by running the following
88 command:
89 </para>
90
91<screen><userinput>make</userinput></screen>
92
93 <para>
94 This package does not come with a test suite.
95 </para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make binprefix=/usr install</userinput></screen>
102
103<!-- no longer relevant with merged-/usr
104 <note><para>
105 Note that by default, <command>hdparm</command> is installed in
106 <filename class="directory">/sbin</filename> as some systems may require it
107 during the boot process before <filename class="directory">/usr</filename>
108 is mounted. If you wish to install <command>hdparm</command> under the
109 <filename class="directory">/usr</filename> hierarchy, then replace the above
110 command with the following:
111 </para>
112
113<screen role="nodump"><userinput>make binprefix=/usr install</userinput></screen></note>
114-->
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Program</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 hdparm
129 </seg>
130 <seg>
131 None
132 </seg>
133 <seg>
134 None
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="hdparm-prog">
145 <term><command>hdparm</command></term>
146 <listitem>
147 <para>
148 provides a command-line interface to various hard disk ioctls
149 supported by the stock Linux ATA/IDE device driver subsystem
150 </para>
151 <indexterm zone="hdparm hdparm-prog">
152 <primary sortas="b-hdparm">hdparm</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.