Bug 14319
Summary: | /dev/sdb not detected anymore? | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Peter Teoh (htmldeveloper) |
Component: | Serial ATA | Assignee: | Jeff Garzik (jgarzik) |
Status: | CLOSED DOCUMENTED | ||
Severity: | high | CC: | htmldeveloper, rjw, tj |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.32-rc2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 14230 | ||
Attachments: | diff between dmesg that worked and that don't - focusing on the libata area. |
Description
Peter Teoh
2009-10-04 01:50:50 UTC
Created attachment 23255 [details]
diff between dmesg that worked and that don't - focusing on the libata area.
Can you please post full boot log from the working and broken setups? Also, the output of "lspci -nn". Notify-Also : linux-ide@vger.kernel.org The problem is resolved. It is because the main rootfs is 100% full, so as a result (***I suspect***) during startup while udev is loading/initializing all the devices, somehow it did not succeed in doing so. Now after the rootfs is cleared of 100% filesystem full problem, all the SATA harddisk got detected during startup, and is full working now. Nothing changes in the kernel side. Just a toggle between 100% full vs not full. Sorry for the trouble caused. Thanks again!!! Long live Linux!!! |