Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65723 - floppy is not a block device in 2.6.9-rc2
Summary: floppy is not a block device in 2.6.9-rc2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-28 13:58 UTC by Maurice Volaski
Modified: 2004-09-28 15:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maurice Volaski 2004-09-28 13:58:06 UTC
Mounting a floppy with mount /dev/fd0 /mnt/floppy doesn't work. I then tried mount -t msdos /dev/fd0 /mnt/floppy and it tells me there is no special device like this.

I am using development sources 2.6.9-rc2 and although there is something listed under /dev/, a symlink to somewhere in /proc. There is no floppy in /proc/devices and I obviously can't mount it. It says there is no special device with this name and I tried /dev/fd0 and /dev/fd/0. I am using a Tyan S2882 motherboard. I also tried floppy=no_acpi on the kernel command line and but it doesn't help.

Reproducible: Always
Steps to Reproduce:
1. It might be specific to a Tyan S2282 which uses Opteron processors. ACPI is turned on in the bios.
2. Install Gentoo from the livecd and download kernel 2.6.9-rc2
3. Floppy doesn't appear to be present in /proc/devices and can't be mounted
4. Tried floppy=no_acpi line for kernel, but no effect.
Actual Results:  
Linux just complains; floppy is not usable.

Expected Results:  
Recognize and mount the floppy

It's not clear what ACPI has to do with this. Isn't that for dealing power and sleep?
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2004-09-28 14:27:09 UTC
We don't modify this kernel, please 
Comment 2 Daniel Drake (RETIRED) gentoo-dev 2004-09-28 14:27:36 UTC
We don't modify this kernel, please file a bug at http://bugzilla.kernel.org as this is an upstream issue.
Thanks
Comment 3 Maurice Volaski 2004-09-28 15:29:47 UTC
floppy is actually a kernel option (Device Drivers -> Block Devices -> Normal Floppy Disk Support) that must be in compiled in or made as a module. Somehow, it wasn't turned on so kernel had no idea what a floppy is.