source: multimedia/cdwriteutils/udftools.xml@ 234baeb

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

Added md5sums to Chapter 40 package instructions

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

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