source: multimedia/cdwriteutils/udftools.xml@ caae7a2

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

Added indexing tags to UDFtools

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

  • Property mode set to 100644
File size: 7.1 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY udftools-download-http "http://prdownloads.sourceforge.net/linux-udf/udftools-&udftools-version;.tar.gz">
7 <!ENTITY udftools-download-ftp " ">
8 <!ENTITY udftools-size "287 KB">
9 <!ENTITY udftools-buildsize "3.5 MB">
10 <!ENTITY udftools-time "0.10 SBU">
11]>
12
13<sect1 id="udftools" xreflabel="UDFtools-&udftools-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="udftools.html"?>
19<title>UDFtools-&udftools-version;</title>
20<indexterm zone="udftools">
21<primary sortas="a-UDFTools">UDFtools</primary></indexterm>
22
23<sect2>
24<title>Introduction to
25<application><acronym>UDF</acronym>tools</application></title>
26
27<para>The <application><acronym>UDF</acronym>tools</application> package
28contains utilities for creating and mounting
29<acronym>CD</acronym>-<acronym>RW</acronym> disks with
30<acronym>UDF</acronym> file systems for both
31reading and writing. <acronym>UDF</acronym> files systems are used on
32both <acronym>CD</acronym>-<acronym>RW</acronym> media and
33on <acronym>DVD</acronym>. For more details of the
34<acronym>UDF</acronym> file system standard see:
35<ulink url="http://www.osta.org"/> and
36<ulink url="http://www.ecma-international.org"/>.</para>
37
38<sect3><title>Package information</title>
39<itemizedlist spacing='compact'>
40<listitem><para>Download (HTTP):
41<ulink url="&udftools-download-http;"/></para></listitem>
42<listitem><para>Download (FTP):
43<ulink url="&udftools-download-ftp;"/></para></listitem>
44<listitem><para>Download size:
45&udftools-size;</para></listitem>
46<listitem><para>Estimated disk space required:
47&udftools-buildsize;</para></listitem>
48<listitem><para>Estimated build time:
49&udftools-time;</para></listitem></itemizedlist>
50</sect3>
51
52<sect3><title>Additional downloads</title>
53<itemizedlist spacing='compact'>
54<listitem><para>Required patch: <ulink
55url="http://w1.894.telia.com/~u89404340/patches/packet/2.6/packet-2.6.8-2.patch.bz2"/></para>
56</listitem>
57<listitem><para>Required patch: <ulink
58url="http://w1.894.telia.com/~u89404340/patches/packet/udftools-1.0.0b3.patch.bz2"/></para>
59</listitem>
60</itemizedlist></sect3>
61
62</sect2>
63
64<sect2>
65<title>Installation of the kernel patch</title>
66
67<warning>
68<para>Note that this patch can permanently damage your <acronym>CD</acronym>
69drive if it is from one of the few mentioned at
70<ulink url="http://slashdot.org/article.pl?sid=03/10/25/1737244"/>. Do
71not apply the patch without first checking out the article.</para>
72</warning>
73
74<para>Install the kernel patch by running the following commands from
75the kernel source directory:</para>
76
77<screen><userinput><command>bzcat ../packet-2.6.8-2.patch.bz2 |patch -Np1</command></userinput></screen>
78
79<para>In the kernel configuration, modify your settings to match those listed
80here:</para>
81
82<screen>Block devices
83 Packet writing on CD/DVD media: Y or M
84CD-ROM/DVD Filesystems
85 UDF file system support Y or M</screen>
86
87<para>Recompile and install the new kernel.</para>
88
89<!--
90<para>If you built packet writer as a module, add the following to
91<filename>/etc/modules.conf</filename>:</para>
92
93<screen><userinput>alias block-major-97 pktcdvd</userinput></screen>
94
95<para>Finally, create the packet driver device nodes in <filename
96class="directory">/dev</filename>, add one node for every
97<acronym>CD</acronym>-<acronym>RW</acronym> drive you
98want to support:</para>
99
100<screen><userinput><command>mknod /dev/pktcdvd0 b 97 0
101mknod /dev/pktcdvd1 b 97 1</command></userinput></screen>
102-->
103
104</sect2>
105
106<sect2>
107<title>Installation of
108<application><acronym>UDF</acronym>tools</application></title>
109
110<para>Install <application><acronym>UDF</acronym>tools</application> by
111running the following commands:</para>
112
113<screen><userinput><command>bzcat ../udftools-1.0.0b3.patch.bz2 |patch -Np1 &amp;&amp;
114./configure --prefix=/usr &amp;&amp;
115make</command></userinput></screen>
116
117<para>Now, as the root user:</para>
118
119<screen><userinput role='root'><command>make install</command></userinput></screen>
120
121</sect2>
122
123<sect2>
124<title>Contents</title>
125
126<segmentedlist>
127<segtitle>Installed Programs</segtitle>
128<segtitle>Installed Library</segtitle>
129<segtitle>Installed Directories</segtitle>
130<seglistitem>
131<seg>cdrwtool, mkudffs, pktsetup, udffsck and wrudf</seg>
132<seg>libudffs.a</seg>
133<seg>None</seg>
134</seglistitem>
135</segmentedlist>
136
137<variablelist>
138<bridgehead renderas="sect3">Short Descriptions</bridgehead>
139<?dbfo list-presentation="list"?>
140
141<varlistentry id="cdrwtool">
142<term><command>cdrwtool</command></term>
143<listitem><para> provides facilities to manage
144<acronym>CD</acronym>-<acronym>RW</acronym> drives, including formatting
145new disks, setting the read and write speeds, etc.</para>
146
147<para>Example:
148<screen><command>cdrwtool -d /dev/scd0 -q</command></screen>
149
150prepares a new <acronym>CD</acronym>-<acronym>RW</acronym> for use and
151formats it with a <acronym>UDF</acronym> file system.</para>
152<indexterm zone="udftools cdrwtool">
153<primary sortas="b-cdrwtool">cdrwtool</primary></indexterm>
154</listitem>
155</varlistentry>
156
157<varlistentry id="mkudffs">
158<term><command>mkudffs</command></term>
159<listitem><para>is used to create new <acronym>UDF</acronym> file systems.
160It can be used on hard disks and <acronym>CD</acronym>-Rs as well as
161<acronym>CD</acronym>-<acronym>RW</acronym>s.</para>
162<indexterm zone="udftools mkudffs">
163<primary sortas="b-mkudffs">mkudffs</primary></indexterm>
164</listitem>
165</varlistentry>
166
167<varlistentry id="pktsetup">
168<term><command>pktsetup</command></term>
169<listitem><para>is used to establish and break down associations between the
170kernel packet driver and a physical drive.</para>
171
172<para>Example:
173<screen><command>pktsetup /dev/pktcdvd0 /dev/scd0
174mount /dev/pktcdvd0 /mnt/cdrom -t udf -o rw,noatime</command></screen>
175
176associates the physical device <filename>/dev/scd0</filename> with the
177kernel packet driver <filename>/dev/pktcdvd0</filename>, then mounts a
178<acronym>UDF</acronym> formatted <acronym>CD</acronym>-<acronym>RW</acronym>
179for read/write access.</para>
180<indexterm zone="udftools pktsetup">
181<primary sortas="b-pktsetup">pktsetup</primary></indexterm>
182</listitem>
183</varlistentry>
184
185<varlistentry id="udffsck">
186<term><command>udffsck</command></term>
187<listitem><para>is used to check the integrity and correct errors on
188<acronym>UDF</acronym> filesystems.</para>
189<indexterm zone="udftools udffsck">
190<primary sortas="b-udffsck">udffsck</primary></indexterm>
191</listitem>
192</varlistentry>
193
194<varlistentry id="wrudf">
195<term><command>wrudf</command></term>
196<listitem><para>is used to maintain a <acronym>UDF</acronym> filing
197system.</para>
198<indexterm zone="udftools wrudf">
199<primary sortas="b-wrudf">wrudf</primary></indexterm>
200</listitem>
201</varlistentry>
202
203<varlistentry id="libudffs">
204<term><filename class='libraryfile'>libudffs.a</filename></term>
205<listitem><para>contains functions used by the
206<application>UDFtools</application> programs.</para>
207<indexterm zone="udftools libudffs">
208<primary sortas="c-libudffs">libudffs.a</primary></indexterm>
209</listitem>
210</varlistentry>
211</variablelist>
212
213</sect2>
214
215</sect1>
Note: See TracBrowser for help on using the repository browser.