source: general/sysutils/hdparm.xml@ 518538f

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

Standardized the 'Estimated disk space required' text

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

  • Property mode set to 100644
File size: 3.4 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 "37 KB">
10<!ENTITY hdparm-buildsize "257 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
22<sect2>
23<title>Introduction to <application>hdparm</application></title>
24
25<para>The <application>hdparm</application> package contains a
26utility that is useful for controlling <acronym>ATA</acronym>/
27<acronym>IDE</acronym> controllers and hard drives both to increase
28performance and sometimes to increase stability.</para>
29
30<warning><para>As well as being useful, incorrect usage of
31<application>hdparm</application> can destroy your information and in
32rare cases, drives. Use with caution and make sure you know what you are
33doing. If in doubt, we recommend you leave the default kernel parameters
34alone.</para></warning>
35
36<sect3><title>Package information</title>
37<itemizedlist spacing='compact'>
38<listitem><para>Download (HTTP): <ulink url="&hdparm-download-http;"/></para></listitem>
39<listitem><para>Download (FTP): <ulink url="&hdparm-download-ftp;"/></para></listitem>
40<listitem><para>Download size: &hdparm-size;</para></listitem>
41<listitem><para>Estimated disk space required: &hdparm-buildsize;</para></listitem>
42<listitem><para>Estimated build time: &hdparm-time;</para></listitem></itemizedlist>
43</sect3>
44
45<!-- <sect3><title>Additional downloads</title>
46<itemizedlist spacing='compact'>
47<listitem><para>Required Patch: <ulink
48url="&patch-root;/hdparm-&hdparm-version;-glibc_CVS-1.patch"/></para></listitem>
49</itemizedlist></sect3> -->
50
51</sect2>
52
53<sect2>
54<title>Installation of <application>hdparm</application></title>
55
56<!-- <para>First apply the required patch:</para>
57
58<screen><userinput><command>patch -Np1 -i ../hdparm-&hdparm-version;-glibc_CVS-1.patch</command></userinput></screen> -->
59
60<para>Install <application>hdparm</application> by running the following
61commands:</para>
62
63<screen><userinput><command>make &amp;&amp;
64make install</command></userinput></screen>
65
66<para>Note that by default, <command>hdparm</command> is installed in
67<filename class="directory">/sbin</filename> as some systems may require it
68during the boot process before <filename class="directory">/usr</filename>
69is mounted. If you wish to install <command>hdparm</command> under the
70<filename class="directory">/usr</filename> hierarchy, then replace the above
71commands with the following:</para>
72
73<screen><userinput><command>make &amp;&amp;
74make binprefix=/usr install</command></userinput></screen>
75
76</sect2>
77
78<sect2>
79<title>Contents</title>
80
81<para>The <application>hdparm</application> package contains
82<command>hdparm</command>.</para>
83
84</sect2>
85
86<sect2><title>Description</title>
87
88<sect3><title>hdparm</title>
89<para><command>hdparm</command> provides a command-line interface to various
90hard disk ioctls supported by the stock Linux
91<acronym>ATA</acronym>/<acronym>IDE</acronym> device driver
92subsystem.</para></sect3>
93
94</sect2>
95
96</sect1>
97
Note: See TracBrowser for help on using the repository browser.