summaryrefslogtreecommitdiffstats
path: root/kfloppy/TODO
blob: 6df5f2b55c29f8c1aa2ec9e73862016be9b05f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
2005-06-07

As I am wirting an answer to an email about the to-do in KFloppy, 
better have it in the source too.



The biggest challenge was to support non-legacy (USB, IDE...) floppy drives.
I have opened a way to it with what has the working title "user-given devices".
(A better title for the feature would be a good thing too.
It just mean that instead of selecting "Primary" or "Secondary" as floppy drive,
you can give a device, like /dev/sda4 )

The "user-given device" is pretty raw currently, allowing nearly no comfort for
the user. So if you have an external drive (may a ZIP drive), you could try to
make this mode better.

A little variant would be to support the device like /dev/fd0u2880 for
formatting. Currently it does not work with Full Format,
as a "user-given device" is supposed not to be low-level formatable.
(I do not know any Linux or BSD tool that can low-level format 
non-legacy drives.)

Another thing that I have very recently discovered is that 
extended floppy drives will not work in "superfloppy" format 
(disks without partition table), as neither mkdosfs nor BSD's newfs allow this
without a special parameter. (I have not checked the other tools used.)

Before I forget it: in the "user-given device" mode, it would be nice if there
was support from KDE (for example devices:/ ) to know what devices are really
flopy drives (not that a user roasts an umounted partition of his harddisk.

A much easier task would be perhaps to catch more errors from 
the external programs so that it is displayed to the user.
(Also to catch anything error message having the string "error" in it,
which is currently not done.)

That is I think the list of what users could benefit.

Internally, when the Qt4 switch is done, it would need a review to see how 
to improve the way how the classes calling the external applications are
handled.

Of course, when modifying, care must taken not to break the BSD part of the
code. (Perhaps we need a way on Linux to be able to compile the BSD part,
as there is nothing BSD specific in the code, only the external BSD programs 
are specific.)