Bug 35832
Summary: | Attempt to mount floppy fails with mount: /dev/fd0 is not a valid block device | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Alex Villacis Lasso (avillaci) |
Component: | Block Layer | Assignee: | Jens Axboe (axboe) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | florian, maciej.rutecki, rjw, tj |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.39 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 32012 | ||
Attachments: | dont-check-events-on-disk_add_events.patch |
Description
Alex Villacis Lasso
2011-05-25 15:30:56 UTC
Created attachment 59462 [details]
dont-check-events-on-disk_add_events.patch
Can you please test this patch?
Thanks.
First-Bad-Commit : 9fd097b14918875bd6f125ed699d7bbbba5893ee The patch dont-check-events-on-disk_add_events.patch indeed fixes the bug. There is now a serious problem when mounting /dev/fd0u1440 in 3.0.0-rc1, described at bug #28522. Merged in 3.0-rc2: commit 75e3f3ee3c64968d42f4843ec49e579f84b5aa0c Author: Tejun Heo <tj@kernel.org> Date: Thu May 26 21:06:50 2011 +0200 block: always allocate genhd->ev if check_events is implemented |