Comment 7 for bug 463242

Revision history for this message
airtonix (airtonix-gmail) wrote : Re: Marvell 88SE6145 SATA II PCI-E controller not recognized by sata_mv.ko

I used to be running 11.10 ubuntu server on a Jetway NC9C-550-LF with the ADPE4S-LF daughter board.

11.10 server was never able to see my drives, so i had hoped that upgrading to 12.04 would provide me with a linux operating system that would be able to see my 4 2tb drives and thus allow me to use ZFS.

It does not.

$ sudo lspci -v

06:00.0 RAID bus controller: Marvell Technology Group Ltd. 88SE6145 SATA II PCI-E controller (rev a1)
 Subsystem: Marvell Technology Group Ltd. 88SE6145 SATA II PCI-E controller
 Flags: bus master, fast devsel, latency 0, IRQ 10
 I/O ports at e480 [size=8]
 I/O ports at e400 [size=4]
 I/O ports at ec00 [size=8]
 I/O ports at e880 [size=4]
 I/O ports at e800 [size=16]
 Memory at febbfc00 (32-bit, non-prefetchable) [size=1K]
 Expansion ROM at febc0000 [disabled] [size=256K]
 Capabilities: [48] Power Management version 2
 Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
 Capabilities: [e0] Express Legacy Endpoint, MSI 00
 Kernel modules: pata_marvell

I have 4 2tb drives attached to it.

The bios sees those 4 drives.

Ubuntu does not :

$ sudo fdisk -l

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000c0804

   Device Boot Start End Blocks Id System
/dev/sda1 63 1953520064 976760001 83 Linux

Disk /dev/sdb: 80.1 GB, 80060424192 bytes
255 heads, 63 sectors/track, 9733 cylinders, total 156368016 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x560f0366

   Device Boot Start End Blocks Id System
/dev/sdb1 * 63 40965749 20482843+ 83 Linux
/dev/sdb2 40965750 43022069 1028160 82 Linux swap / Solaris
/dev/sdb3 43022070 156360644 56669287+ 83 Linux

Disk /dev/sdc: 2000.4 GB, 2000398843904 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907028992 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0f93b9cb

   Device Boot Start End Blocks Id System
/dev/sdc1 63 3907024064 1953512001 83 Linux

what you see there is my:
- 1tb internal drive
- 80g system drive
- 2tb external usb drive

what you don't see there is my :
- 4 2tb internal drives attached to the sata raid daughter board.

if you need me to paste some more terminal output please let me know what it is.