Bug 51440

Summary: No way to mount floppies through Nautilus
Product: [Retired] Red Hat Public Beta Reporter: Owen Taylor <otaylor>
Component: nautilusAssignee: Havoc Pennington <hp>
Status: CLOSED NOTABUG QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: roswell   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-10 20:01:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Owen Taylor 2001-08-10 15:18:31 UTC
In nautilus, floppies are treated just like CD-ROMS - a icon
is only displayed on the desktop if the floppy is mounted.

Unfortunately, old-style floppy drives (as opposed to USB
floppies) don't support autodetection, so mounting has
to been done manually.

What gmc did was to always display a floppy icon on the desktop,
and you could right click and select mount, or select format
(which would run floppy-buddy)

Since NautilusVolumeMonitor only deals with volumes that are
there, this would probably have to be special cased, perhaps
as special desktop files like the trash can. FloppyBuddy has code 
in it to autodetect floppy drives that could be used.

This is a pretty serious problem, since the only way to mount
a floppy is by starting a shell and typing 'mount /mnt/floppy',
but its also a lot of work to fix.

Comment 1 Glen Foster 2001-08-10 20:01:54 UTC
We (Red Hat) should really try to fix this before next release.

Comment 2 Havoc Pennington 2001-08-14 23:30:38 UTC
It turns out that you can actually right-click on desktop and choose
Disks->Floppy. Kind of hard to find, but it does exist.