From owner-freebsd-questions@FreeBSD.ORG Thu May 18 22:38:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66F4016A400 for ; Thu, 18 May 2006 22:38:41 +0000 (UTC) (envelope-from ojala@iki.fi) Received: from gw03.mail.saunalahti.fi (gw03.mail.saunalahti.fi [195.197.172.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD6C843D46 for ; Thu, 18 May 2006 22:38:40 +0000 (GMT) (envelope-from ojala@iki.fi) Received: from [172.17.2.17] (a84-231-89-188.elisa-laajakaista.fi [84.231.89.188]) by gw03.mail.saunalahti.fi (Postfix) with ESMTP id 28CF1216A87 for ; Fri, 19 May 2006 01:38:38 +0300 (EEST) Mime-Version: 1.0 (Apple Message framework v750) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Petri Ojala Date: Fri, 19 May 2006 01:38:40 +0300 X-Mailer: Apple Mail (2.750) Subject: 300G PATA disk identified as 131G 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: Thu, 18 May 2006 22:38:41 -0000 Generic PC running FreeBSD 5.4, the PATA controller is an inexpensive 2-port controller from Adaptec. Showing: atapci0: port 0xa000-0xa0ff, 0x9c00-0x9c03,0x9800-0x9807,0x9400-0x9403,0x9000-0x9007 irq 11 at device 1.0 on pci2 ata2: channel #0 on atapci0 ata3: channel #1 on atapci0 ad4: 238475MB [484521/16/63] at ata2-master UDMA100 ad6: 238475MB [484521/16/63] at ata3-master UDMA100 ad7: 131071MB [266302/16/63] at ata3-slave UDMA100 The machine has four 250G disks working just fine. I added a new ST3300831 300G 7200.8 disk and it's showing like it wouldn't do lba48. atacontrol is showing that lba48 is supported: ATA channel 3, Slave, device ad7: Protocol ATA/ATAPI revision 7 device model ST3300831A serial number 5NF1SVQQ firmware revision 3.06 cylinders 16383 heads 16 sectors/track 63 lba supported 268433408 sectors lba48 supported 268433408 sectors dma supported overlap not supported Feature Support Enable Value Vendor write cache yes yes read ahead yes yes dma queued no no 0/0x00 SMART yes yes microcode download yes yes security yes no power management yes yes advanced power management no no 65278/0xFEFE automatic acoustic management no no 0/0x00 128/0x80 (And the 250G disk in the same channel but as master disk: ATA channel 3, Master, device ad6: Protocol ATA/ATAPI revision 7 device model ST3250824A serial number 4ND23HXN firmware revision 3.AAE cylinders 16383 heads 16 sectors/track 63 lba supported 268435455 sectors lba48 supported 488397168 sectors dma supported overlap not supported Feature Support Enable Value Vendor write cache yes yes read ahead yes yes dma queued no no 0/0x00 SMART yes yes microcode download yes yes security yes no power management yes yes advanced power management no no 65278/0xFEFE automatic acoustic management no no 0/0x00 208/0xD0 ) Any ideas why the 300G disk isn't working? I couldn't find any references to issues with >250G disks. Petri