Bug 685589

Summary: mounting a floppy disk does not work under KDE
Product: [openSUSE] openSUSE 11.4 Reporter: Christopher Yeleighton <giecrilj>
Component: BasesystemAssignee: E-mail List <kde-maintainers>
Status: VERIFIED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: forgotten_DV81ZEWZkN
Version: Final   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE 11.4   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 790152    

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.