From owner-freebsd-questions@FreeBSD.ORG Mon Jun 4 02:38:57 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B76F106566B for ; Mon, 4 Jun 2012 02:38:57 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp1.insight.synacor.com [208.47.185.23]) by mx1.freebsd.org (Postfix) with ESMTP id D4D3A8FC12 for ; Mon, 4 Jun 2012 02:38:56 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.1 cv=gE5dlzxXHTDdNIMjaYpNvN6mRr+3LGsoy+/xYYB2xek= c=1 sm=0 a=JbIZ5Jd53ncA:10 a=jLN7EqiLvroA:10 a=sNkHVCHjAAAA:8 a=xHT1oq5d1WyT5FpG7woA:9 a=pNEjDZZzORUA:10 a=Q/oqmR4JO1zR3vNQamCQeQ==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Authentication-Results: smtp01.insight.synacor.com header.from=mueller23@insightbb.com; sender-id=softfail Received-SPF: softfail (smtp01.insight.synacor.com: transitional domain insightbb.com does not designate 74.134.26.53 as permitted sender) Received: from [74.134.26.53] ([74.134.26.53:46115] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.2.40 r(29895/29896)) with ESMTP id 99/2A-28751-ABF1CCF4; Sun, 03 Jun 2012 22:38:50 -0400 Date: Sun, 03 Jun 2012 22:38:50 -0400 Message-ID: <99.2A.28751.ABF1CCF4@smtp01.insight.synacor.com> From: "Thomas Mueller" To: freebsd-questions@freebsd.org Cc: Kaya Saman Subject: Re: Strange case of vanishing disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2012 02:38:57 -0000 > this is a very strange issue but I guess will either be related to 2 > things, PSU not being powerful enough or disk controller simply being crap. > Here's what's going on. I have a little Chenbro 4 disk mini-ITX NAS > server with 2x 2TB disks and 2x4TB disks as storage - all spread out > over 2 ZFS storage pools. Additionally I am running the root file system > on a 40GB SSD. > The strange thing with this is that I recently installed the 4TB disks > and they're brand new. > One disk connected to the system board works fine and shows up as online > and on one of the channels using atacontrol list. > The other disk is connected to a Startech.com Jmicron based 2x SATA RAID > controller card. > The disk connected to the controller card is having issues. At first the > drive wouldn't be seen by the system then after a while all of a sudden > it was there. No reboots, no io scans nothing it just appeared. > After blasting it with IO for a few days the disk has now vanished > again..... > I had this error in dmesg for a while: > ad4: TIMEOUT - READ_DMA retrying (1 retry left) LBA=113337535 > I have tried to use pciconf -lbvv to show the connected interfaces and > the JMICRON comes up fine: > atapci0@pci0:2:0:0: class=0x010400 card=0x2366197b chip=0x2366197b > rev=0x02 hdr=0x00 > vendor = 'JMicron Technology Corp.' > device = 'JMicron JMB366 AHCI/IDE Controller (JMB36X)' > class = mass storage > subclass = RAID > bar [10] = type I/O Port, range 32, base 0xd040, size 8, enabled > bar [14] = type I/O Port, range 32, base 0xd030, size 4, enabled > bar [18] = type I/O Port, range 32, base 0xd020, size 8, enabled > bar [1c] = type I/O Port, range 32, base 0xd010, size 4, enabled > bar [20] = type I/O Port, range 32, base 0xd000, size 16, enabled > bar [24] = type Memory, range 32, base 0xd0510000, size 8192, enabled > So why isn't the disk? > I reckon as stated at the beginning that either the 180Watt PSU inside > the system isn't enough or the controller is just really poor?? > Could anyone suggest anything to look into, I'm sure I've covered all > the bases but just incase there is something else I can do with this one?? > Thanks. > Kaya _______ One thing I can think of is to disconnect the questionable disk from the RAID controller card and connect it directly to the motherboard. Then you'd know whether the fault is with the hard drive or the RAID controller. PSU = power supply unit? 180 watts seems very little, I didn't know any modern system could run on so little. I thought the minimum would be around 400 watts, and this would not allow for a powerful gaming graphics card. Maybe you need to replace the power supply with something having more watts, but make sure it will physically fit. Tom