2 <!DOCTYPE article PUBLIC
"-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
4 <!ENTITY % addindex
"IGNORE">
5 <!ENTITY % English
"INCLUDE" > <!-- change language only here -->
8 <article lang=
"&language;" id=
"floppy">
12 <author>&Alexander.Neundorf; &Alexander.Neundorf.mail;
</author>
13 <!-- TRANS:ROLES_OF_TRANSLATORS -->
18 The floppy ioslave gives you easy access to the floppy disk drives
19 installed on your system.
23 The drive letter becomes the first subdirectory
24 in the floppy
&URL;. Let's say there is a file
<filename>logo.png
</filename> on your floppy
25 disk in drive A, then the
&URL; will be
<userinput><command>floppy:
</command><replaceable>/a/logo.png
</replaceable></userinput>
29 If you want to access drive B,
<userinput><command>floppy:/b
</command></userinput> will do it.
30 <command>floppy:/
</command> is a shortcut for
<command>floppy:/a
</command>.
33 <note><para>Note that
<command>floppy:/logo.png
</command> means you have a disk drive
34 named
<filename>logo.png
</filename>.
</para></note>
37 To use it you need to have the mtools package
38 installed, and the floppy ioslave supports everything the various mtools
39 command line utilities support. You don't have to mount your floppy disks,
40 simply enter
<userinput>floppy:/
</userinput> in any
&kde; 3.x app and you will be able to
41 read from and write to your floppy drive.
</para>
44 It also works with USB sticks, ZIP and JAZ drives.
45 You can use
<command>floppy:/u
</command> for the USB stick and
<command>floppy:/z
</command> for the zip drive, for example.
46 To make this work, you might need to adjust your
<filename>/etc/mtools
</filename> file. See the manpage
50 <para>The ioslave gives read and write access to the floppy drive, but not
51 simultaneously. While you can read and write to the floppy during the same
52 session, reading and writing have to happen one after the other, not at the same
55 <para>Author: Alexander Neundorf
<email>neundorf@kde.org
</email></para>