source: multimedia/cdwriteutils/udftools.xml@ d8614521

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

Separated root installation from build commands in remaining packages that are already indexed

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

  • Property mode set to 100644
File size: 7.2 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 id="udftools-kernel">
65<title>Installation of the kernel patch</title>
66<indexterm zone="udftools udftools-kernel">
67<primary sortas="d-UDF-File-System">UDF File System</primary>
68</indexterm>
69
70<warning>
71<para>Note that this patch can permanently damage your <acronym>CD</acronym>
72drive if it is from one of the few mentioned at
73<ulink url="http://slashdot.org/article.pl?sid=03/10/25/1737244"/>. Do
74not apply the patch without first checking out the article.</para>
75</warning>
76
77<para>Install the kernel patch by running the following commands from
78the kernel source directory:</para>
79
80<screen><userinput><command>bzcat ../packet-2.6.8-2.patch.bz2 |patch -Np1</command></userinput></screen>
81
82<para>In the kernel configuration, modify your settings to match those listed
83here:</para>
84
85<screen>Block devices
86 Packet writing on CD/DVD media: Y or M
87CD-ROM/DVD Filesystems
88 UDF file system support Y or M</screen>
89
90<para>Recompile and install the new kernel.</para>
91
92<!--
93<para>If you built packet writer as a module, add the following to
94<filename>/etc/modules.conf</filename>:</para>
95
96<screen><userinput>alias block-major-97 pktcdvd</userinput></screen>
97
98<para>Finally, create the packet driver device nodes in <filename
99class="directory">/dev</filename>, add one node for every
100<acronym>CD</acronym>-<acronym>RW</acronym> drive you
101want to support:</para>
102
103<screen><userinput><command>mknod /dev/pktcdvd0 b 97 0
104mknod /dev/pktcdvd1 b 97 1</command></userinput></screen>
105-->
106
107</sect2>
108
109<sect2>
110<title>Installation of
111<application><acronym>UDF</acronym>tools</application></title>
112
113<para>Install <application><acronym>UDF</acronym>tools</application> by
114running the following commands:</para>
115
116<screen><userinput><command>bzcat ../udftools-1.0.0b3.patch.bz2 |patch -Np1 &amp;&amp;
117./configure --prefix=/usr &amp;&amp;
118make</command></userinput></screen>
119
120<para>Now, as the root user:</para>
121
122<screen><userinput role='root'><command>make install</command></userinput></screen>
123
124</sect2>
125
126<sect2>
127<title>Contents</title>
128
129<segmentedlist>
130<segtitle>Installed Programs</segtitle>
131<segtitle>Installed Library</segtitle>
132<segtitle>Installed Directories</segtitle>
133<seglistitem>
134<seg>cdrwtool, mkudffs, pktsetup, udffsck and wrudf</seg>
135<seg>libudffs.a</seg>
136<seg>None</seg>
137</seglistitem>
138</segmentedlist>
139
140<variablelist>
141<bridgehead renderas="sect3">Short Descriptions</bridgehead>
142<?dbfo list-presentation="list"?>
143
144<varlistentry id="cdrwtool">
145<term><command>cdrwtool</command></term>
146<listitem><para> provides facilities to manage
147<acronym>CD</acronym>-<acronym>RW</acronym> drives, including formatting
148new disks, setting the read and write speeds, etc.</para>
149
150<para>Example:
151<screen><command>cdrwtool -d /dev/scd0 -q</command></screen>
152
153prepares a new <acronym>CD</acronym>-<acronym>RW</acronym> for use and
154formats it with a <acronym>UDF</acronym> file system.</para>
155<indexterm zone="udftools cdrwtool">
156<primary sortas="b-cdrwtool">cdrwtool</primary></indexterm>
157</listitem>
158</varlistentry>
159
160<varlistentry id="mkudffs">
161<term><command>mkudffs</command></term>
162<listitem><para>is used to create new <acronym>UDF</acronym> file systems.
163It can be used on hard disks and <acronym>CD</acronym>-Rs as well as
164<acronym>CD</acronym>-<acronym>RW</acronym>s.</para>
165<indexterm zone="udftools mkudffs">
166<primary sortas="b-mkudffs">mkudffs</primary></indexterm>
167</listitem>
168</varlistentry>
169
170<varlistentry id="pktsetup">
171<term><command>pktsetup</command></term>
172<listitem><para>is used to establish and break down associations between the
173kernel packet driver and a physical drive.</para>
174
175<para>Example:
176<screen><command>pktsetup /dev/pktcdvd0 /dev/scd0
177mount /dev/pktcdvd0 /mnt/cdrom -t udf -o rw,noatime</command></screen>
178
179associates the physical device <filename>/dev/scd0</filename> with the
180kernel packet driver <filename>/dev/pktcdvd0</filename>, then mounts a
181<acronym>UDF</acronym> formatted <acronym>CD</acronym>-<acronym>RW</acronym>
182for read/write access.</para>
183<indexterm zone="udftools pktsetup">
184<primary sortas="b-pktsetup">pktsetup</primary></indexterm>
185</listitem>
186</varlistentry>
187
188<varlistentry id="udffsck">
189<term><command>udffsck</command></term>
190<listitem><para>is used to check the integrity and correct errors on
191<acronym>UDF</acronym> filesystems.</para>
192<indexterm zone="udftools udffsck">
193<primary sortas="b-udffsck">udffsck</primary></indexterm>
194</listitem>
195</varlistentry>
196
197<varlistentry id="wrudf">
198<term><command>wrudf</command></term>
199<listitem><para>is used to maintain a <acronym>UDF</acronym> filing
200system.</para>
201<indexterm zone="udftools wrudf">
202<primary sortas="b-wrudf">wrudf</primary></indexterm>
203</listitem>
204</varlistentry>
205
206<varlistentry id="libudffs">
207<term><filename class='libraryfile'>libudffs.a</filename></term>
208<listitem><para>contains functions used by the
209<application>UDFtools</application> programs.</para>
210<indexterm zone="udftools libudffs">
211<primary sortas="c-libudffs">libudffs.a</primary></indexterm>
212</listitem>
213</varlistentry>
214</variablelist>
215
216</sect2>
217
218</sect1>
Note: See TracBrowser for help on using the repository browser.