source: archive/udftools.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 8.0 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 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY udftools-download-http "&sourceforge-repo;/linux-udf/udftools-&udftools-version;.tar.gz">
20 <!ENTITY udftools-download-ftp " ">
21 <!ENTITY udftools-md5sum "2f491ddd63f31040797236fe18db9e60">
22 <!ENTITY udftools-size "287 KB">
23 <!ENTITY udftools-buildsize "3.5 MB">
24 <!ENTITY udftools-time "0.1 SBU">
25]>
26
27<sect1 id="udftools" xreflabel="UDFtools-&udftools-version;">
28 <?dbhtml filename="udftools.html"?>
29
30
31 <title>UDFtools-&udftools-version;</title>
32
33 <indexterm zone="udftools">
34 <primary sortas="a-UDFTools">UDFtools</primary>
35 </indexterm>
36
37 <sect2 role="package">
38 <title>Introduction to UDFtools</title>
39
40 <para>The <application>UDFtools</application> package contains utilities
41 for creating and mounting CD-RW disks with UDF file systems for both
42 reading and writing. UDF files systems are used on both CD-RW media and
43 on DVD. For more details of the UDF file system standard see:
44 <ulink url="http://www.osta.org"/> and
45 <ulink url="http://www.ecma-international.org"/>.</para>
46
47 &lfs65_built;
48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
52 <para>Download (HTTP): <ulink url="&udftools-download-http;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download (FTP): <ulink url="&udftools-download-ftp;"/></para>
56 </listitem>
57 <listitem>
58 <para>Download MD5 sum: &udftools-md5sum;</para>
59 </listitem>
60 <listitem>
61 <para>Download size: &udftools-size;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated disk space required: &udftools-buildsize;</para>
65 </listitem>
66 <listitem>
67 <para>Estimated build time: &udftools-time;</para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
72 <itemizedlist spacing='compact'>
73 <listitem>
74 <para>Required patch: <ulink
75 url="http://w1.894.telia.com/~u89404340/patches/packet/udftools-&udftools-version;.patch.bz2"/>
76 </para>
77 <para>Required patch: <ulink
78 url="&patch-root;/udftools-&udftools-version;-fixes-1.patch"/></para>
79 </listitem>
80 </itemizedlist>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/udftools"/></para>
84
85 </sect2>
86
87 <sect2 id="udftools-kernel">
88 <title>Kernel Configuration</title>
89
90 <indexterm zone="udftools udftools-kernel">
91 <primary sortas="d-UDF-File-System">UDF File System</primary>
92 </indexterm>
93
94 <para>In the kernel configuration, modify your settings to match those listed
95 here:</para>
96
97<screen><literal>Block devices
98 Packet writing on CD/DVD media: Y or M
99CD-ROM/DVD Filesystems
100 UDF file system support Y or M</literal></screen>
101
102 <para>Recompile and install the new kernel.</para>
103
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of UDFtools</title>
108
109 <para>Install <application>UDFtools</application> by
110 running the following commands:</para>
111
112<screen><userinput>bzcat ../udftools-&udftools-version;.patch.bz2 | patch -Np1 &amp;&amp;
113patch -Np1 -i ../udftools-&udftools-version;-fixes-1.patch &amp;&amp;
114./configure --prefix=/usr &amp;&amp;
115make</userinput></screen>
116
117 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <!-- <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para><command>sed -i -e 's/(char\*)spm +=/spm = (char\*)spm +/'
127 wrudf/wrudf.c</command>: This change is required to compile with
128 recent compilers.</para>
129
130 </sect2> -->
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Library</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>cdrwtool, mkudffs, pktsetup, udffsck, and wrudf</seg>
142 <seg>libudffs.a</seg>
143 <seg>None</seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="cdrwtool">
153 <term><command>cdrwtool</command></term>
154 <listitem>
155 <para> provides facilities to manage CD-RW drives, including formatting
156 new disks, setting the read and write speeds, etc.</para>
157
158 <para>Example:</para>
159
160<screen><userinput>cdrwtool -d /dev/scd0 -q</userinput></screen>
161
162 <para>prepares a new CD-RW for use and
163 formats it with a UDF file system.</para>
164 <indexterm zone="udftools cdrwtool">
165 <primary sortas="b-cdrwtool">cdrwtool</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="mkudffs">
171 <term><command>mkudffs</command></term>
172 <listitem>
173 <para>is used to create new UDF file systems. It can be used on
174 hard disks and CD-Rs as well as CD-RWs.</para>
175 <indexterm zone="udftools mkudffs">
176 <primary sortas="b-mkudffs">mkudffs</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="pktsetup">
182 <term><command>pktsetup</command></term>
183 <listitem>
184 <para>is used to establish and break down associations between the
185 kernel packet driver and a physical drive.</para>
186
187 <para>Example:</para>
188
189<screen><userinput>pktsetup /dev/pktcdvd0 /dev/scd0
190mount /dev/pktcdvd0 /mnt/cdrom -t udf -o rw,noatime</userinput></screen>
191
192 <para>associates the physical device <filename>/dev/scd0</filename>
193 with the kernel packet driver <filename>/dev/pktcdvd0</filename>, then
194 mounts a UDF formatted CD-RW for read/write access.</para>
195 <indexterm zone="udftools pktsetup">
196 <primary sortas="b-pktsetup">pktsetup</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="udffsck">
202 <term><command>udffsck</command></term>
203 <listitem>
204 <para>is used to check the integrity and correct errors on
205 UDF filesystems.</para>
206 <indexterm zone="udftools udffsck">
207 <primary sortas="b-udffsck">udffsck</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="wrudf">
213 <term><command>wrudf</command></term>
214 <listitem>
215 <para>is used to maintain a UDF filesystem.</para>
216 <indexterm zone="udftools wrudf">
217 <primary sortas="b-wrudf">wrudf</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="libudffs">
223 <term><filename class='libraryfile'>libudffs.a</filename></term>
224 <listitem>
225 <para>contains functions used by the
226 <application>UDFtools</application> programs.</para>
227 <indexterm zone="udftools libudffs">
228 <primary sortas="c-libudffs">libudffs.a</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 </variablelist>
234
235 </sect2>
236
237</sect1>
Note: See TracBrowser for help on using the repository browser.