From owner-freebsd-questions@FreeBSD.ORG Wed Sep 24 09:59:10 2003 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 29BFA16A4B3 for ; Wed, 24 Sep 2003 09:59:10 -0700 (PDT) Received: from casper.sri.com (casper.SRI.COM [128.18.243.12]) by mx1.FreeBSD.org (Postfix) with SMTP id DD49A43FAF for ; Wed, 24 Sep 2003 09:59:08 -0700 (PDT) (envelope-from hogsett@csl.sri.com) Received: (qmail 28237 invoked from network); 24 Sep 2003 16:59:03 -0000 Received: from localhost (HELO casper.SRI.COM) (127.0.0.1) by casper.sri.com with SMTP; 24 Sep 2003 16:59:03 -0000 Received: from quarter.csl.sri.com ([130.107.1.30]) by casper.SRI.COM (SAVSMTP 3.1.0.29) with SMTP id M2003092409590316008 ; Wed, 24 Sep 2003 09:59:03 -0700 Received: from beast.csl.sri.com (beast.csl.sri.com [130.107.2.57]) by quarter.csl.sri.com (8.12.9/8.12.9) with ESMTP id h8OGwrJm002288; Wed, 24 Sep 2003 09:59:03 -0700 Message-Id: <200309241659.h8OGwrJm002288@quarter.csl.sri.com> To: dave In-Reply-To: Message from "dave" <000901c38233$ce662710$0200a8c0@satellite> Mime-Version: 1.0 (generated by tm-edit 8.8 (Time Passed Me By)) Content-Type: text/plain; charset=US-ASCII Date: Wed, 24 Sep 2003 09:58:53 -0700 From: Mike Hogsett cc: freebsd-questions@freebsd.org Subject: Re: converting ext3 to ffs 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: Wed, 24 Sep 2003 16:59:10 -0000 > Does anyone know if it's possible to convert an ext3 partition to an > ffs partition? And if so, is it possible to do it without data loss? dump(8) and restore(8)* may do the trick. I would recommend dumping from an os where ext3 is native (e.g. linux) and then restore on a os where ffs is native (e.g. FreeBSD). - Mike [*] umount, dump, disklabel, newfs, mount, restore