Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156909 - gentoo-sources-2.6.19-r1 does not detect sda partitions
Summary: gentoo-sources-2.6.19-r1 does not detect sda partitions
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-02 06:54 UTC by Frank Russo
Modified: 2006-12-02 13:19 UTC (History)
1 user (show)

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


Attachments
lspci output (lspci.txt,1.54 KB, text/plain)
2006-12-02 06:56 UTC, Frank Russo
Details
emerge --info output (emerge-info.txt,2.71 KB, text/plain)
2006-12-02 06:57 UTC, Frank Russo
Details
2.6.18 boot log (2.6.18.boot.log,31.60 KB, application/octet-stream)
2006-12-02 07:04 UTC, Frank Russo
Details
2.6.19 boot log (2.6.19.boot.log,30.29 KB, application/octet-stream)
2006-12-02 07:05 UTC, Frank Russo
Details
2.6.18 kernel config (2.6.18_config.txt,46.67 KB, text/plain)
2006-12-02 07:14 UTC, Frank Russo
Details
2.6.19 kernel config (2.6.19_config.txt,48.77 KB, text/plain)
2006-12-02 07:20 UTC, Frank Russo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Russo 2006-12-02 06:54:22 UTC
Good afternoon,

sys-kernel/gentoo-sources-2.6.19-r1 does not appear to detect the single ext3 partition on /dev/sda (/dev/sda1)

h2so4 dev # fdisk -l /dev/sda
h2so4 dev # uname -a
Linux h2so4 2.6.19-gentoo-r1 #1 SMP Sat Dec 2 14:26:10 Local time zone must be set--see zic m x86_64 Intel(R) Pentium(R) D  CPU 2.66GHz GenuineIntel GNU/Linux

The problem does not appear with linux-2.6.18-gentoo-r3.  I am certain that ext3 is compiled into the kernel (as my / partition on hda is ext3).  In the 2.6.19 logs I see the following. 

Dec  2 15:34:21 h2so4 sd 0:0:0:0: Attached scsi removable disk sda

With 2.6.18
Dec  2 15:20:54 h2so4 sd 0:0:0:0: Attached scsi disk sda
Dec  2 15:20:54 h2so4 SCSI device sda: 586072368 512-byte hdwr sectors (300069 M
B)
Dec  2 15:20:54 h2so4 sda: Write Protect is off
Dec  2 15:20:54 h2so4 sda: Mode Sense: 00 3a 00 00
Dec  2 15:20:54 h2so4 SCSI device sda: drive cache: write back
Dec  2 15:20:54 h2so4 SCSI device sda: 586072368 512-byte hdwr sectors (300069 M
B)
Dec  2 15:20:54 h2so4 sda: Write Protect is off
Dec  2 15:20:54 h2so4 sda: Mode Sense: 00 3a 00 00
Dec  2 15:20:54 h2so4 SCSI device sda: drive cache: write back
Dec  2 15:20:54 h2so4 sda: sda1
Dec  2 15:20:54 h2so4 sd 0:0:0:0: Attached scsi disk sda

The biggest difference that I see is that with 2.6.18, it is detected as a "scsi disk" and with 2.6.19 it is detected as a "scsi removable disk".


Other info will follow as attachments.
Comment 1 Frank Russo 2006-12-02 06:56:04 UTC
Created attachment 103206 [details]
lspci output
Comment 2 Frank Russo 2006-12-02 06:57:26 UTC
Created attachment 103207 [details]
emerge --info output
Comment 3 Charlie Shepherd (RETIRED) gentoo-dev 2006-12-02 07:04:26 UTC
Please attach both configs...
Comment 4 Frank Russo 2006-12-02 07:04:44 UTC
Created attachment 103208 [details]
2.6.18 boot log
Comment 5 Frank Russo 2006-12-02 07:05:04 UTC
Created attachment 103209 [details]
2.6.19 boot log
Comment 6 Frank Russo 2006-12-02 07:14:30 UTC
Created attachment 103211 [details]
2.6.18 kernel config
Comment 7 Frank Russo 2006-12-02 07:20:48 UTC
Created attachment 103212 [details]
2.6.19 kernel config
Comment 8 Norberto Bensa 2006-12-02 07:31:11 UTC
SATA has changed name. CONFIG_ATA and CONFIG_ATA_your_sata_controller are disabled in your config. That's your problem.
Comment 9 Frank Russo 2006-12-02 07:35:13 UTC
Ahh,  So...

< CONFIG_ATA=y
< CONFIG_ATA_PIIX=y
< CONFIG_SATA_INTEL_COMBINED=y
< CONFIG_PATA_IT821X=y
< CONFIG_PATA_MPIIX=y

This resolved the problem.  Would you consider this a "genkernel" bug?

Thank you for your time,
Frank Russo
Comment 10 Jakub Moc (RETIRED) gentoo-dev 2006-12-02 13:19:04 UTC
Closing. Don't recycle .config files between different kernel versions.