Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f5SBYAs02532 for linux-xfs-outgoing; Thu, 28 Jun 2001 04:34:10 -0700 Received: from mail.coltex.nl (IDENT:root@edge.coltex.nl [194.151.97.115]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f5SBY8V02510 for ; Thu, 28 Jun 2001 04:34:08 -0700 Received: from auto-nb1.xs4all.nl (auto-nb1.coltex.nl [10.0.1.171]) by mail.coltex.nl (8.11.2/8.11.2) with ESMTP id f5SBY7H11823; Thu, 28 Jun 2001 13:34:07 +0200 Message-Id: <4.3.2.7.2.20010628132843.02f35510@pop.xs4all.nl> X-Sender: knuffie@pop.xs4all.nl X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 28 Jun 2001 13:34:00 +0200 To: oe.hansen@gamma.telenordia.se, linux-xfs@oss.sgi.com From: Seth Mos Subject: Re: Filesystem conversion In-Reply-To: <01062812533100.01258@citadel.oehansen.pp.se> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk At 12:53 28-6-2001 +0200, Orn E. Hansen wrote: > I just finished converting most of my file systems to xfs, apart from the >boot partition, and found the ordeal ... a bit loooong. And as I closed up >on my boot partition, the idea of a filesystem converter popped into mind. >Are there any plans to create one, for ext2 -> xfs? There have been some others in the past yes, but I have just done another conversion here which was done in under 30 minutes with 5GB of data. I had setup a spare IDE disk for holding dump images connected to a promise PCI IDE controller which makes it easier to stick it in a server. It roughly went like this. Boot single user dump.static -0 -a -f /mnt/hde/var.dump /var umount /var mkfs.xfs -l size=32768b -f /dev/sda7 vi /etc/fstab (change fstype) mount /var cd /var restore.static -rf /mnt/hde/var.dump repeat. btw. If you want to do the root partition too you would need to do it using a rescue/installer disk since the restore.static lives in /sbin. This was by far the easiest method that I attempted. Bye -- Seth Every program has two purposes one for which it was written and another for which it wasn't I use the last kind.