From owner-freebsd-questions Tue Aug 27 10:43:19 2002 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 757EE37B400 for ; Tue, 27 Aug 2002 10:43:16 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFA9F43E3B for ; Tue, 27 Aug 2002 10:43:15 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.6+Sun/8.11.6) id g7RHghL16799; Tue, 27 Aug 2002 13:42:43 -0400 (EDT) From: Jerry McAllister Message-Id: <200208271742.g7RHghL16799@clunix.cl.msu.edu> Subject: Re: Changing block and fragment size on existing partition... To: cptacek@sitaranetworks.com (Chris Ptacek) Date: Tue, 27 Aug 2002 13:42:43 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG ('freebsd-questions@FreeBSD.ORG') In-Reply-To: <31269226357BD211979E00A0C9866DAB02BB998D@rios.sitaranetworks.com> from "Chris Ptacek" at Aug 27, 2002 01:13:55 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > I would like to change the block, fragment, and > minfree settings for an existing partition on my > system. My question is what are the steps I need > to do in order to accomplish this? Can I simply > do a newfs -f 512 -b 4096 -m 15 /dev/wd0s1e or do > I need to do some disklabel or other modifications? Oresuming you mean a BSD partition and not a DOS partition which is a slice in FreeBSD, eg wd0s1e (the e partition within s1 slice) has already been created, then you only need the newfs. Also, I presume that you know that the newfs will wipe anything that is already on that partition. So backup anything important. ////jerry > > - Chris > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message