Bug 685589 - mounting a floppy disk does not work under KDE
Summary: mounting a floppy disk does not work under KDE
Status: VERIFIED FIXED
Alias: None
Product: openSUSE 11.4
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Final
Hardware: x86-64 openSUSE 11.4
: P5 - None : Normal with 1 vote (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 790152
  Show dependency treegraph
 
Reported: 2011-04-06 18:55 UTC by Christopher Yeleighton
Modified: 2012-11-18 15:04 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2011-04-06 18:55:55 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:2.0.0) Gecko/20100101 Firefox/4.0

mounting a floppy disk as ordinary user does not work under KDE

Reproducible: Always

Steps to Reproduce:
  0. Make sure you are in the floppy group.
  1. Open a KDE session.
  2. { sudo mkdir /media/floppy; }
  3. Place the following line in /etc/fstab:
/dev/fd0 /media/floppy auto user,noauto  0 0
  4. Insert a valid floppy disk into the floppy disk drive.
  5. { mount /dev/fd0; }
  6. { mount | grep '^/dev/fd0'; }
Actual Results:  
  6. Nothing: /dev/fd0 is not mounted.

Expected Results:  
  6. /dev/fd0 on /media/floppy …

  1. mount without KDE works as prescribed.
  2. mount without mentioning /dev/fd0 in /etc/fstab works 
     (only as superuser, which is not a solution).
  3. If a floppy disk is mounted before KDE loads, it remains mounted.
  4. Workaround: { udisks --mount /dev/fd0; }
  5. Floppy is gone from Dolphin’s Places, 
     not recognized by the Device Notifier and not mountable by solid-hardware.
Comment 1 Forgotten User DV81ZEWZkN 2012-11-15 23:11:20 UTC
Closing, 11.4 reached EOL, if you can reproduce with >= 12.1 open a new BR.