From owner-freebsd-questions Thu Oct 5 13:59:01 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA21607 for questions-outgoing; Thu, 5 Oct 1995 13:59:01 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA21590 for ; Thu, 5 Oct 1995 13:58:56 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA02637; Thu, 5 Oct 1995 13:56:48 -0700 From: Terry Lambert Message-Id: <199510052056.NAA02637@phaeton.artisoft.com> Subject: Re: tunefs To: serges@umr.edu (Doug S.) Date: Thu, 5 Oct 1995 13:56:48 -0700 (MST) Cc: freebsd-questions@freefall.freebsd.org In-Reply-To: from "Doug S." at Oct 5, 95 02:00:53 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 529 Sender: owner-questions@FreeBSD.org Precedence: bulk > Is there a way under FBSD to 'tunefs' the / filesystem, WITHOUT > creating another filesystem and without making an existing filesystem > bootable? It should work to tune a mounted file system. All you are changing is the flags in the superblock for the file system. The tuning you do will only affect policy on new files; old files allocated using the old policy will be left alone. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.