mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
2be0e0db70
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1293 af4574ff-66df-0310-9fd7-8a98e5e911e0
43 lines
1.5 KiB
XML
43 lines
1.5 KiB
XML
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application><acronym>UDF</acronym>tools</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
|
|
<acronym>CD</acronym>-RW
|
|
drives, including formatting new disks, setting the read and write
|
|
speeds etc.. </para>
|
|
<para>Example:
|
|
<screen><command>cdrwtool -d /dev/scd0 -q</command></screen>
|
|
prepares a new <acronym>CD</acronym>-<acronym>RW</acronym> for use and
|
|
formats it 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</acronym>-R as well as
|
|
<acronym>CD</acronym>-<acronym>RW</acronym>.</para></sect3>
|
|
|
|
|
|
</sect2>
|
|
|