mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
6a79eeb113
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@925 af4574ff-66df-0310-9fd7-8a98e5e911e0
41 lines
1.4 KiB
XML
41 lines
1.4 KiB
XML
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>udftools</application> package contains <command>
|
|
pktsetup</command>, <command>cdrwtool</command>, and
|
|
<command>mkudffs</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>pktsetup</title>
|
|
<para><command>pktsetup</command> is used to establish and break down
|
|
associations between the kernel packet driver and a physical drive.</para>
|
|
<para>Example:
|
|
<screen><command>pktsetup /dev/pktcdvd0 /dev/scd0
|
|
mount /dev/pktcdvd0 /mnt/cdrom -t udf -o rw,noatime</command></screen>
|
|
associates the physical device <filename>/dev/scd0</filename> with the
|
|
kernel packet driver <filename>/dev/pktcdvd0</filename>, then mounts a
|
|
<acronym>udf</acronym> formatted <acronym>CD-RW</acronym> for read/write
|
|
access.</para></sect3>
|
|
|
|
<sect3><title>cdrwtool</title>
|
|
<para><command>cdrwtool</command> provides facilities to manage CD-RW
|
|
drives, including formatting new disks, setting the read and write
|
|
speeds etc.. </para>
|
|
<para>Eample:
|
|
<screen><command>cdrwtool -d /dev/scd0 -q</command></screen>
|
|
prepares a new <acronym>CD-RW</acronym> for use and formatsit with a <acronym>udf</acronym>
|
|
file system.</para></sect3>
|
|
|
|
<sect3><title>mkudffs</title>
|
|
<para><command>mkudffs</command> is used to create new
|
|
<acronym>udf</acronym> file systems,
|
|
it can be used on hard disks and <acronym>CD-R</acronym> as well as
|
|
<acronym>CD-RW</acronym>.</para></sect3>
|
|
|
|
|
|
</sect2>
|
|
|