Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel 2.6.15 Sata Unknown Partition Table [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
poOoch
Tux's lil' helper
Tux's lil' helper


Joined: 05 Nov 2003
Posts: 77
Location: Ulm / Germany

PostPosted: Fri Jan 06, 2006 10:17 am    Post subject: Kernel 2.6.15 Sata Unknown Partition Table [solved] Reply with quote

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
Back to top
View user's profile Send private message
poOoch
Tux's lil' helper
Tux's lil' helper


Joined: 05 Nov 2003
Posts: 77
Location: Ulm / Germany

PostPosted: Fri Jan 06, 2006 6:03 pm    Post subject: Reply with quote

I found it.
I have to disable "Advanced partition selection" in .config then it is working. *strange* :roll:
Now I must find a way to mount my hfs+ formatted ipod without "Macintosh partition map support". Would be impossible :?:

Cheers
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum