From owner-freebsd-stable Thu Nov 6 21:01:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA09794 for stable-outgoing; Thu, 6 Nov 1997 21:01:11 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from set.spradley.dyn.ml.org (fcn105-99.tmi.net [207.170.105.99]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA09768 for ; Thu, 6 Nov 1997 21:00:59 -0800 (PST) (envelope-from tsprad@spradley.dyn.ml.org) Received: from set.spradley.dyn.ml.org (tsprad@localhost.sands.com [127.0.0.1]) by set.spradley.dyn.ml.org (8.8.5/8.8.5) with ESMTP id XAA26266; Thu, 6 Nov 1997 23:18:45 -0600 (CST) Message-Id: <199711070518.XAA26266@set.spradley.dyn.ml.org> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Matthew D. Fuller" cc: Michael Knoll , stable@FreeBSD.ORG, marquard@zilker.net Subject: Re: Partitioning In-reply-to: Your message of "Thu, 06 Nov 1997 20:00:35 CST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 06 Nov 1997 23:18:44 -0600 From: Ted Spradley Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 3) Don't hink ANY BSD can resize slice, but I know AIX could, even the > version 3.2.4 I used to admin. No clue how, but maybe someone else knows? > Maybe, if it works, we should integrate it? > Dave? (our AIX developer-on-call) Back me up or knock me down? AIX uses a journal file system, which is rather completely different from a BSD unix file system. I haven't figured out any of the details. It may have something in common with the Margo Seltzer log-structured file system, which everyone seems to have lost interest in.