poOoch Tux's lil' helper
Joined: 05 Nov 2003 Posts: 77 Location: Ulm / Germany
|
Posted: Fri Jan 06, 2006 10:17 am Post subject: Kernel 2.6.15 Sata Unknown Partition Table [solved] |
|
|
Hi,
With Kernel 2.6.15 (vanilla) my Software Raid doesn't work aymore. The harddisks are recognized but a message is printed "sda: unknown partition table, sdb: unknown partition table ...". Then md tries to detect Raid arrays but cannot find them and the kernel panics.
With 2.6.14 and the same .config all is working.
Has anybody heard about sata/md issues with 2.6.15?
edit :
some more information
Code: |
root@poOoch-ws:/ $ lspci|grep Promise
01:08.0 RAID bus controller: Promise Technology, Inc. Unknown device 3570 (rev 02)
root@poOoch-ws:/ $ fdisk -l /dev/sda
Platte /dev/sda: 200.0 GByte, 200049647616 Byte
255 Köpfe, 63 Sektoren/Spuren, 24321 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 1 609 4891761 fd Linux raid autodetect
/dev/sda2 610 734 1004062+ 82 Linux Swap / Solaris
/dev/sda3 735 1951 9775552+ fd Linux raid autodetect
/dev/sda4 1952 24321 179687025 5 Erweiterte
/dev/sda5 1952 3168 9775521 fd Linux raid autodetect
/dev/sda6 3169 24321 169911441 fd Linux raid autodetect
root@poOoch-ws:/ $ fdisk -l /dev/sdb
Platte /dev/sdb: 200.0 GByte, 200049647616 Byte
255 Köpfe, 63 Sektoren/Spuren, 24321 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Gerät boot. Anfang Ende Blöcke Id System
/dev/sdb1 1 609 4891761 fd Linux raid autodetect
/dev/sdb2 610 734 1004062+ 82 Linux Swap / Solaris
/dev/sdb3 735 1951 9775552+ fd Linux raid autodetect
/dev/sdb4 1952 24321 179687025 5 Erweiterte
/dev/sdb5 1952 3168 9775521 fd Linux raid autodetect
/dev/sdb6 3169 24321 169911441 fd Linux raid autodetect
root@poOoch-ws:/ $ cat /etc/raidtab
##root
raiddev /dev/md0
raid-level 0
nr-raid-disks 2
persistent-superblock 1
chunk-size 4
device /dev/sda1
raid-disk 0
device /dev/sdb1
raid-disk 1
##swap
raiddev /dev/md1
raid-level 0
nr-raid-disks 2
persistent-superblock 1
chunk-size 4
device /dev/sda2
raid-disk 0
device /dev/sdb2
raid-disk 1
##usr
raiddev /dev/md2
raid-level 0
nr-raid-disks 2
persistent-superblock 1
chunk-size 4
device /dev/sda3
raid-disk 0
device /dev/sdb3
raid-disk 1
##var
raiddev /dev/md3
raid-level 0
nr-raid-disks 2
persistent-superblock 1
chunk-size 4
device /dev/sda5
raid-disk 0
device /dev/sdb5
raid-disk 1
##home
raiddev /dev/md4
raid-level 1
nr-raid-disks 2
persistent-superblock 1
chunk-size 4
device /dev/sda6
raid-disk 0
device /dev/sdb6
raid-disk 1
root@poOoch-ws:/usr/src/linux $ grep CONFIG_MD .config
CONFIG_MD=y
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
# CONFIG_MD_RAID10 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_RAID6 is not set
# CONFIG_MD_MULTIPATH is not set
CONFIG_MD_FAULTY=y
root@poOoch-ws:/usr/src/linux $ grep PROMISE .config
CONFIG_SCSI_SATA_PROMISE=y
|
Last edited by poOoch on Fri Jan 06, 2006 6:04 pm; edited 1 time in total |
|