source: general/genlib/libatasmart.xml@ bed59e0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 bed59e0 was c341539, checked in by Krejzi <krejzi@…>, 12 years ago

gtk-vnc 0.5.0, libatasmart 0.18, udisks2 1.94.0, upower 0.9.15, colord 0.1.19, telepathy-glib 0.18.0, telepathy-logger 0.4.0, telepathy-mission-control 5.12.0, mx 1.4.5. Added farstream 0.1.2 and telepathy-farstream 0.4.0

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

  • Property mode set to 100644
File size: 4.4 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 libatasmart-download-http "http://0pointer.de/public/libatasmart-&libatasmart-version;.tar.gz">
8 <!ENTITY libatasmart-download-ftp " ">
9 <!ENTITY libatasmart-md5sum "dc22b7acda1c2230f55ae98737e8b159">
10 <!ENTITY libatasmart-size "376 KB">
11 <!ENTITY libatasmart-buildsize "3 MB">
12 <!ENTITY libatasmart-time "0.1 SBU">
13]>
14
15<sect1 id="libatasmart" xreflabel="libatasmart-&libatasmart-version;">
16 <?dbhtml filename="libatasmart.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libatasmart-&libatasmart-version;</title>
24
25 <indexterm zone="libatasmart">
26 <primary sortas="a-libatasmart">libatasmart</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libatasmart</title>
31
32 <para>The <application>libatasmart</application> package is a disk reporting
33 library. It only supports a subset of the ATA S.M.A.R.T. functionality.</para>
34
35 &lfs70_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libatasmart-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libatasmart-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libatasmart-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libatasmart-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libatasmart-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libatasmart-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <para condition="html" role="usernotes">User Notes:
60 <ulink url="&blfs-wiki;/libatasmart"/></para>
61
62 </sect2>
63
64 <sect2 role="installation">
65 <title>Installation of libatasmart</title>
66
67 <para>Install <application>libatasmart</application> by running the following
68 commands:</para>
69
70<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
71make</userinput></screen>
72
73 <para>This package does not come with a test suite.</para>
74
75 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
76
77<screen role="root"><userinput>make install</userinput></screen>
78
79 </sect2>
80
81 <sect2 role="commands">
82 <title>Command Explanations</title>
83
84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
85 href="../../xincludes/static-libraries.xml"/>
86
87 </sect2>
88
89 <sect2 role="content">
90 <title>Contents</title>
91
92 <segmentedlist>
93 <segtitle>Installed Programs</segtitle>
94 <segtitle>Installed Library</segtitle>
95 <segtitle>Installed Directory</segtitle>
96
97 <seglistitem>
98 <seg>
99 skdump and sktest
100 </seg>
101 <seg>
102 libatasmart.so
103 </seg>
104 <seg>
105 /usr/share/doc/libatasmart
106 </seg>
107 </seglistitem>
108 </segmentedlist>
109
110 <variablelist>
111 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
112 <?dbfo list-presentation="list"?>
113 <?dbhtml list-presentation="table"?>
114
115 <varlistentry id="skdump">
116 <term><command>skdump</command></term>
117 <listitem>
118 <para>is a utility that reports on the status of the disk.</para>
119 <indexterm zone="libatasmart skdump">
120 <primary sortas="b-skdump">skdump</primary>
121 </indexterm>
122 </listitem>
123 </varlistentry>
124
125 <varlistentry id="sktest">
126 <term><command>sktest</command></term>
127 <listitem>
128 <para>is a utility to issue disks tests.</para>
129 <indexterm zone="libatasmart sktest">
130 <primary sortas="b-sktest">sktest</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
134
135 <varlistentry id="libatasmart-lib">
136 <term><filename class='libraryfile'>libatasmart.so</filename></term>
137 <listitem>
138 <para>contains the ATA S.M.A.R.T API functions.</para>
139 <indexterm zone="libatasmart libatasmart-lib">
140 <primary sortas="c-libatasmart">libatasmart.so</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 </variablelist>
146
147 </sect2>
148
149</sect1>
Note: See TracBrowser for help on using the repository browser.