summaryrefslogtreecommitdiffstats
path: root/tde-i18n-tr/docs/tdebase/kioslave/floppy.docbook
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 11:05:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 11:05:10 -0600
commitf7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch)
tree1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-tr/docs/tdebase/kioslave/floppy.docbook
parent85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff)
downloadtde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz
tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip
Second part of prior commit
Diffstat (limited to 'tde-i18n-tr/docs/tdebase/kioslave/floppy.docbook')
-rw-r--r--tde-i18n-tr/docs/tdebase/kioslave/floppy.docbook43
1 files changed, 43 insertions, 0 deletions
diff --git a/tde-i18n-tr/docs/tdebase/kioslave/floppy.docbook b/tde-i18n-tr/docs/tdebase/kioslave/floppy.docbook
new file mode 100644
index 00000000000..59ad80604af
--- /dev/null
+++ b/tde-i18n-tr/docs/tdebase/kioslave/floppy.docbook
@@ -0,0 +1,43 @@
+<article lang="&language;" id="floppy">
+<title>Floppy</title>
+
+<para>
+The floppy ioslave gives you easy access to the floppy disk drives
+installed on your system.
+</para>
+
+<para>
+The drive letter becomes the first subdirectory
+in the floppy &URL;. Let's say there is a file <filename>logo.png</filename> on your floppy
+disk in drive A, then the &URL; will be <userinput><command>floppy:</command><replaceable>/a/logo.png</replaceable></userinput>
+</para>
+
+<para>
+If you want to access drive B, <userinput><command>floppy:/b</command></userinput> will do it.
+<command>floppy:/</command> is a shortcut for <command>floppy:/a</command>.
+</para>
+
+<note><para>Note that <command>floppy:/logo.png</command> means you have a disk drive
+named <filename>logo.png</filename>.</para></note>
+
+<para>
+To use it you need to have the mtools package
+installed, and the floppy ioslave supports everything the various mtools
+command line utilities support. You don't have to mount your floppy disks,
+simply enter <userinput>floppy:/</userinput> in any &kde; 3.x app and you will be able to
+read from and write to your floppy drive.</para>
+
+<para>
+According to the mtools documentation ZIP and JAZ drives are also supported,
+you could try <command>floppy:/z</command> and <command>floppy:/j</command> to access them.
+Due to missing hardware this is not tested.</para>
+
+<para>The ioslave gives read and write access to the floppy drive, but not
+simultaneously. While you can read and write to the floppy during the same
+session, reading and writing have to happen one after the other, not at the same
+time.</para>
+
+<para>Author: Alexander Neundorf <email>neundorf@kde.org</email></para>
+
+</article>
+