source: general/sysutils/hdparm.xml@ 23460a6

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 23460a6 was a31d341d, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to Chapter 11 packages

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

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