source: general/sysutils/hdparm.xml@ 9de2208

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 9de2208 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.6 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 &lfs112_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 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/hdparm"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Hdparm</title>
88
89 <para>
90 Build <application>Hdparm</application> by running the following
91 command:
92 </para>
93
94<screen><userinput>make</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>make binprefix=/usr install</userinput></screen>
105
106<!-- no longer relevant with merged-/usr
107 <note><para>
108 Note that by default, <command>hdparm</command> is installed in
109 <filename class="directory">/sbin</filename> as some systems may require it
110 during the boot process before <filename class="directory">/usr</filename>
111 is mounted. If you wish to install <command>hdparm</command> under the
112 <filename class="directory">/usr</filename> hierarchy, then replace the above
113 command with the following:
114 </para>
115
116<screen role="nodump"><userinput>make binprefix=/usr install</userinput></screen></note>
117-->
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 hdparm
132 </seg>
133 <seg>
134 None
135 </seg>
136 <seg>
137 None
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="hdparm-prog">
148 <term><command>hdparm</command></term>
149 <listitem>
150 <para>
151 provides a command-line interface to various hard disk ioctls
152 supported by the stock Linux ATA/IDE device driver subsystem
153 </para>
154 <indexterm zone="hdparm hdparm-prog">
155 <primary sortas="b-hdparm">hdparm</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.