From owner-freebsd-stable@FreeBSD.ORG Wed Nov 9 20:10:31 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 404F216A41F for ; Wed, 9 Nov 2005 20:10:31 +0000 (GMT) (envelope-from bvowk@math.ualberta.ca) Received: from 3jane.math.ualberta.ca (3jane.math.ualberta.ca [129.128.206.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE0C143D53 for ; Wed, 9 Nov 2005 20:10:27 +0000 (GMT) (envelope-from bvowk@math.ualberta.ca) Received: from 3jane.math.ualberta.ca (localhost.math.ualberta.ca [127.0.0.1]) by 3jane.math.ualberta.ca (8.13.4/8.13.4) with ESMTP id jA9K9okr004311; Wed, 9 Nov 2005 13:09:50 -0700 (MST) (envelope-from bvowk@math.ualberta.ca) Received: from localhost (bvowk@localhost) by 3jane.math.ualberta.ca (8.13.4/8.13.1/Submit) with ESMTP id jA9K9oBl004308; Wed, 9 Nov 2005 13:09:50 -0700 (MST) (envelope-from bvowk@math.ualberta.ca) X-Authentication-Warning: 3jane.math.ualberta.ca: bvowk owned process doing -bs Date: Wed, 9 Nov 2005 13:09:50 -0700 (MST) From: Barkley Vowk To: David Kirchner In-Reply-To: <35c231bf0511091204t60817b15v6934e41323f4060a@mail.gmail.com> Message-ID: <20051109130654.R3622@3jane.math.ualberta.ca> References: <20051109113648.D3622@3jane.math.ualberta.ca> <35c231bf0511091204t60817b15v6934e41323f4060a@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: Filesystems >1TB not possible on 6.0-R (anymore?). X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2005 20:10:31 -0000 No. The installer showed only one slice da0s1d, and the whole disk was assigned to it. I'd check on the running box but: koth# disklabel -e /dev/da0 disklabel: disks with more than 2^32-1 sectors are not supported /dev only shows: koth# ls /dev/da0* /dev/da0 /dev/da0s1 /dev/da0s1c /dev/da0s1d So I expect it is all assigned to the one slice. On Wed, 9 Nov 2005, David Kirchner wrote: > On 11/9/05, Barkley Vowk wrote: >> I've got a 3TB (7 x 500GB w/ hot-spare) array on an areca board in amd64. >> >> Under 5.4-R I could have >1TB filesystems without an issue. I recall not >> having problems with 6.0-BETA5 too. >> >> However, 6.0-R gives me a tragic: >> >> /dev/da0s1d 723G 54G 611G 8% /home >> >> Certainly not what I was hoping for. >> >> I've tried both i386 and amd64 releases. >> >> Especially since that apparent limit is much smaller than 1TB. > > Curious. Is there any remaining space for a second slice, as in da0s2? >