Comment 20 for bug 220493

Revision history for this message
jonssonj (nljorgenj) wrote :

Hello all!

I have a raid set with 3 disks on my ASUS P5W DH Deluxe motherboard.

2 Samsung 400GB on the ICH7R controller.
1 WD 500GB on the "intel matrix storage" controller.

I get the following output when trying the dmraid -r command:

ERROR: isw: Error finding disk table slot for /dev/sdb
/dev/sdd: isw, "isw_dhedfdgcja", GROUP, ok, 781422765 sectors, data@ 0
/dev/sdc: isw, "isw_dhedfdgcja", GROUP, ok, 781422765 sectors, data@ 0

When I try to list each harddrive I get the following results:

sudo fdisk -u -l /dev/sdc
Disk /dev/sdc: 400.0 GB, 400088457216 bytes
255 heads, 63 sectors/track, 48641 cylinders, total 781422768 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00005659

Device Boot Start End Blocks Id System
/dev/sdc1 2048 2344251391 1172124672 7 HPFS/NTFS

sudo fdisk -u -l /dev/sdd
Disk /dev/sdd: 400.0 GB, 400088457216 bytes
255 heads, 63 sectors/track, 48641 cylinders, total 781422768 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0xfee27ecd

Device Boot Start End Blocks Id System
/dev/sdd1 * 63 781417664 390708801 42 SFS

sudo fdisk -u -l /dev/sdb
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000000

Disk /dev/sdb doesn't contain a valid partition table

Is this also a bug in the dmraid program or is it something that I do in the wrong way? I can add that this raid volume does work in windows vista and it contains about 600GB data.

BR
Jorgen