source: multimedia/cdwriteutils/udftools.xml@ 6732c094

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 6732c094 was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

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

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