July 11, 201213 yr Hi, i'm new at unRAID, and i'm trying to build a 12 bay unRAID server. The mainboard (Supermicro X7SPA-HF-D525) has 6 onboard SATA II ports, and i've added a Supermicro AOC-SAS2LP-MV8 8 port SATA III controller. For testing, i've connected a Hitachi 4TB disk to the SAS2LP controller. According to the various user manuals, you should be able to see all disks/controllers with the dmesg|grep SATA|grep link but the command only shows the 6 onboard SATA ports (see image). The preclear script (using the -l ) option) does recognize the disk, and i can assign the disk in the web interface. Should i worry about this? (unRAID v5.0 rc.5) syslog.zip
July 11, 201213 yr The manual pages you read are out of date. The command you used no longer will find all the lines in the syslog that identify disks. There is nothing wrong with your disk or your installation, it is just that linux has evolved since when that manual page you read was written. Your disk controller is showing itself as an "sas" device in the syslog, not an SATA device: Jul 12 10:40:11 Tower kernel: sas: phy-0:4 added to port-0:0, phy_mask:0x1 ( 400000000000000) Jul 12 10:40:11 Tower kernel: sas: DOING DISCOVERY on port 0, pid:801 Jul 12 10:40:11 Tower kernel: sas: Enter sas_scsi_recover_host Jul 12 10:40:11 Tower kernel: ata7: sas eh calling libata port error handler Jul 12 10:40:11 Tower kernel: sas: sas_ata_hard_reset: Found ATA device. Jul 12 10:40:11 Tower kernel: ata7.00: ATA-8: Hitachi HDS724040ALE640, MJAOA3B0, max UDMA/133 Jul 12 10:40:11 Tower kernel: ata7.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32) Jul 12 10:40:11 Tower kernel: ata7.00: configured for UDMA/133 Jul 12 10:40:11 Tower kernel: sas: --- Exit sas_scsi_recover_host Jul 12 10:40:11 Tower kernel: scsi 0:0:0:0: Direct-Access ATA Hitachi HDS72404 MJAO PQ: 0 ANSI: 5 Jul 12 10:40:11 Tower kernel: sd 0:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB) Jul 12 10:40:11 Tower kernel: sd 0:0:0:0: Attached scsi generic sg1 type 0 Jul 12 10:40:11 Tower kernel: sas: DONE DISCOVERY on port 0, pid:801, result:0 Good luck with your server. (Nice 4TB drive!!!) Joe L.
July 11, 201213 yr Author Ok, great! It's now pre-clearing, and if that goes well, i'll be adding 5 or 6 more 4TB drives
Archived
This topic is now archived and is closed to further replies.