Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f5SDMZr20848 for linux-xfs-outgoing; Thu, 28 Jun 2001 06:22:35 -0700 Received: from pneumatic-tube.sgi.com (pneumatic-tube.sgi.com [204.94.214.22]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f5SDMXV20845 for ; Thu, 28 Jun 2001 06:22:33 -0700 Received: from zeus-fddi.americas.sgi.com (zeus-fddi.americas.sgi.com [128.162.8.103]) by pneumatic-tube.sgi.com (980327.SGI.8.8.8-aspam/980310.SGI-aspam) via ESMTP id GAA07483 for ; Thu, 28 Jun 2001 06:19:45 -0700 (PDT) mail_from (lord@sgi.com) Received: from daisy-e185.americas.sgi.com (daisy.americas.sgi.com [128.162.185.214]) by zeus-fddi.americas.sgi.com (8.9.3/americas-smart-nospam1.1) with ESMTP id IAA2285593; Thu, 28 Jun 2001 08:21:15 -0500 (CDT) Received: from jen.americas.sgi.com (IDENT:root@jen.americas.sgi.com [128.162.187.49]) by daisy-e185.americas.sgi.com (SGI-8.9.3/SGI-server-1.7) with ESMTP id IAA43142; Thu, 28 Jun 2001 08:21:15 -0500 (CDT) Received: from jen.americas.sgi.com by jen.americas.sgi.com (8.11.2/SGI-client-1.7) via ESMTP id f5SDN4E14987; Thu, 28 Jun 2001 08:23:04 -0500 Message-Id: <200106281323.f5SDN4E14987@jen.americas.sgi.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Seth Mos cc: oe.hansen@gamma.telenordia.se, linux-xfs@oss.sgi.com Subject: Re: Filesystem conversion In-Reply-To: Message from Seth Mos of "Thu, 28 Jun 2001 13:34:00 +0200." <4.3.2.7.2.20010628132843.02f35510@pop.xs4all.nl> Date: Thu, 28 Jun 2001 08:23:04 -0500 From: Steve Lord 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? An automatic in place converter would be a very large project and is not something we plan on doing. Steve > > 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.