Bug 101368 - Device icon for 5.25 inch floppy is "3floppy_*"
Summary: Device icon for 5.25 inch floppy is "3floppy_*"
Status: RESOLVED LATER
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: media (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Kevin Ottens
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-12 15:48 UTC by James Richard Tyrer
Modified: 2005-07-21 20:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
fstab file (1.62 KB, text/plain)
2005-06-08 08:11 UTC, James Richard Tyrer
Details
screen shot (4.70 KB, image/png)
2005-06-08 08:13 UTC, James Richard Tyrer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Richard Tyrer 2005-03-12 15:48:50 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Compiled From Sources
Compiler:          GCC-3.4.3 
OS:                Linux

It appears that KIO is failing to detect my 5.25 inch floppy as a 5.25 inch floppy.

In the Desktop -> Behavior KCM under the "Device Icons" tab:

If I check ONLY 'Unmounted 5ΒΌ" Floppy' I get nothing, but if I check: 'Unmounted Floppy', I get two icons, one for the 3.5 inch and one for the 5.25 inch.

-- 
JRT
Comment 1 Kevin Ottens 2005-03-31 12:02:44 UTC
I'd need more input:
1) Are you using DBUS/HAL? (HAL support must be compiled in, please look
at your configure log if you're unsure)
2) Can I take a look at your /etc/fstab content?
Comment 2 Kevin Ottens 2005-06-08 07:53:47 UTC
Pondering to close this one... I need more information...
Comment 3 James Richard Tyrer 2005-06-08 08:11:52 UTC
Created attachment 11372 [details]
fstab file
Comment 4 James Richard Tyrer 2005-06-08 08:13:56 UTC
Created attachment 11373 [details]
screen shot
Comment 5 Kevin Ottens 2005-06-08 09:38:24 UTC
Could you try using /dev/fd0h1200 (or /dev/fd1h1200) in your /etc/fstab ?

On some "modern" distro it seems that /dev/fd?h1200 is missing...

Just for the record, this bug report looks like a good candidate for INVALID
since it's a problem with the underlying system not reporting the floppy disk
correctly (not generating the fstab correctly in this case).

But I'd like confirmation first...
Comment 6 Kevin Ottens 2005-07-10 17:00:16 UTC
Well, after one month with no news about this I close it as INVALID
since I'm pretty sure I can't do anything about it.
5.25 inch floppies are really uncommon now, and most Linux flavors don't
report them as is. They're reported as "floppies" (no 3.5 vs 5.25 distinction
anymore).
Comment 7 James Richard Tyrer 2005-07-10 21:16:20 UTC
> 5.25 inch floppies are really uncommon now.

This is not relevant.

The situation we have is that this is dependent on the "fstab" file, and *that* probably doesn't apply to only floppies.  The floppy type is determined by reading the device type.  If you use a generic device (e.g. dev/fd1) for the floppy, it appears to use 3.5 inch as a default.

This is still a bug, but one that probably cannot be fixed at the present time.  So, I would suggest marking it as LATER.
Comment 8 James Richard Tyrer 2005-07-21 20:46:16 UTC
Changing status
Comment 9 James Richard Tyrer 2005-07-21 20:47:41 UTC
Apparently this will require HAL or DBus to work correctly and they are not yet 1.0 so a proper solution will have to wait till later.