source: archive/udftools.xml@ acb648f

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since acb648f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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