source: multimedia/cdwriteutils/udftools.xml@ 6722219

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 6722219 was 0e2aa08, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #6

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

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