From f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 11:05:10 -0600 Subject: Second part of prior commit --- tde-i18n-tr/docs/tdebase/kioslave/floppy.docbook | 43 ++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tde-i18n-tr/docs/tdebase/kioslave/floppy.docbook (limited to 'tde-i18n-tr/docs/tdebase/kioslave/floppy.docbook') 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 @@ +
+Floppy + + +The floppy ioslave gives you easy access to the floppy disk drives +installed on your system. + + + +The drive letter becomes the first subdirectory +in the floppy &URL;. Let's say there is a file logo.png on your floppy +disk in drive A, then the &URL; will be floppy:/a/logo.png + + + +If you want to access drive B, floppy:/b will do it. +floppy:/ is a shortcut for floppy:/a. + + +Note that floppy:/logo.png means you have a disk drive +named logo.png. + + +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 floppy:/ in any &kde; 3.x app and you will be able to +read from and write to your floppy drive. + + +According to the mtools documentation ZIP and JAZ drives are also supported, +you could try floppy:/z and floppy:/j to access them. +Due to missing hardware this is not tested. + +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. + +Author: Alexander Neundorf neundorf@kde.org + +
+ -- cgit v1.2.1