well this is the disk map used in the kernel
static struct lacie_disk net2big_v2_disks[] = {
{
.host_no = 0,
.channel = 0,
.id = 0,
.letter = 'a',
},
{
.host_no = 1,
.channel = 0,
.id = 0,
.letter = 'b',
},
};
It means bus 0:0:0:0 gets sda assigned
bus 1:0:0:0 sdb
In the output posted from dmesg I see bus 1;0:0:0 and it gets sdb assigned, but I don't se bus 0:0:0
- Code: Select all
[ 26.379260] scsi 1:0:0:0: Direct-Access ATA WDC WD20EARX-00Z 80.0 PQ: 0 ANSI: 5
[ 26.399343] fvdw1 disk index before get_sd_name = 1
[ 26.404199] device-name= sata_mv
[ 26.407413] fvdw2 disk index after get_sd_name = 1
[ 26.419348] fvdw3 prefix[0]=s prefix[1]=d
[ 26.423437] fvdw4 diskname = sdb
If on this nas the sda connectors are swapped on the main board left slot can have become right side slot. Just try by inserting one disk in each slot and fire up standalone kernel