Received: by oss.sgi.com id ; Sat, 3 Mar 2001 19:26:45 -0800 Received: from site3.talontech.com ([208.179.68.88]:51791 "EHLO site3.talontech.com") by oss.sgi.com with ESMTP id ; Sat, 3 Mar 2001 19:26:17 -0800 Received: from kalifornia.com (linux4all@sc-24-130-146-204.socal.rr.com [24.130.146.204]) by site3.talontech.com (8.11.0/8.11.0) with ESMTP id f243SQg07421; Sat, 3 Mar 2001 19:28:27 -0800 Message-ID: <3AA1B6D7.2080601@kalifornia.com> Date: Sat, 03 Mar 2001 19:30:31 -0800 From: Ben Ford User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.1 i586; en-US; 0.9) Gecko/20010226 X-Accept-Language: en MIME-Version: 1.0 To: Luc Lalonde CC: linux-xfs@oss.sgi.com Subject: Re: Convert base ext2 partition to xfs References: <3AA0DB19.A8B69228@giref.ulaval.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing Luc Lalonde wrote: > Hello Folks, > > The section on how to convert the root partition from ext2 to xfs is > missing from the FAQ...so here we go:-) > > I've converted all my partitions to xfs except the root partition. I've > done the others by moving stuff around with a spare partition that I > have. I'd like to do the same with the root partition however, I'm not > able to copy the contents of /proc. If I just create that directory > will the proc filesystem recreate itself automatically? > > Cheers, Luc. > P.S. Keep up the good work. /proc is a virtual filesystem. It doesn't really exist, the /proc interface is really just a window into the kernel internals. In short, yes, just make the dir and use fstab to mount it. -b