From owner-freebsd-questions@FreeBSD.ORG Mon Apr 18 01:12:09 2005 Return-Path: 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 34B4016A4CE for ; Mon, 18 Apr 2005 01:12:09 +0000 (GMT) Received: from fed1rmmtao03.cox.net (fed1rmmtao03.cox.net [68.230.241.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE6CB43D31 for ; Mon, 18 Apr 2005 01:12:08 +0000 (GMT) (envelope-from general@undergroundsea.com) Received: from lore ([68.104.14.17]) by fed1rmmtao03.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050418011204.WARI1282.fed1rmmtao03.cox.net@lore> for ; Sun, 17 Apr 2005 21:12:04 -0400 From: "general" To: Date: Sun, 17 Apr 2005 18:12:00 -0700 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcVDmdQnsSf6zAb0SxKf0ZpPz6O89A== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-Id: <20050418011204.WARI1282.fed1rmmtao03.cox.net@lore> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Question using growfs with large fs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 01:12:09 -0000 I am running FreeBSD 5.3 on an x86 system. I have a 3ware 9500-s 12 port raid controller installed. Currently there is 8 250gig HD's attached. I originally created a raid-50 (two raid-5, 4 drives each) but recently, migrated the raid-50 to one large raid-5 (which freed up one of the disks) . After which, I went to expand the fs, but to my dismay, growfs is having issues. I've already set the new sizes in fdisk and disklabel. When I do: growfs -s 3396841102 /dev/da0s1h I get: growfs: we are not growing (727144389->536870911) Now I obviously don't know enough about growfs to understand what's going on, but, my guess is that it's mis-reporting the current size and/or the size I'm giving it to expand to. Even if I give it a larger size, the 536870911 number does not increase. I've read Scott Long is 'in progress' of fixing some issues with growfs, I'm just not sure if mine fall into those categories. If anyone could email me with some ideas on what I can do, I'd appreciate it. Thanks. genereal@undergroundsea.com