source: archive/udftools.xml@ d9994c1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d9994c1 was 510328e, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Cleanup XI. Multimedia

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

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