From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: with ECARTIS (v1.0.0; list xfs); Sat, 25 Oct 2008 05:50:46 -0700 (PDT) Received: from cuda.sgi.com (cuda2.sgi.com [192.48.168.29]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id m9PCodFG020640 for ; Sat, 25 Oct 2008 05:50:39 -0700 Received: from sandeen.net (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 9B188544D78 for ; Sat, 25 Oct 2008 05:50:39 -0700 (PDT) Received: from sandeen.net (sandeen.net [209.173.210.139]) by cuda.sgi.com with ESMTP id 0vblrw9pngfqisx1 for ; Sat, 25 Oct 2008 05:50:39 -0700 (PDT) Message-ID: <4903161D.9040204@sandeen.net> Date: Sat, 25 Oct 2008 07:50:37 -0500 From: Eric Sandeen MIME-Version: 1.0 Subject: Re: xfs_db: out of memory (2.9.8) References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com List-Id: xfs To: Justin Piszcz Cc: xfs@oss.sgi.com Justin Piszcz wrote: > For the root partition I get "out of memory" when I try to check for > fragmentation. > > # xfs_db -c frag -f /dev/md2 > xfs_db: out of memory "-f" means "stored in a file" > # mount | grep "/dev/md2" > /dev/md2 on / type xfs (rw,noatime) It looks like you're cheating your way around: xfs_db: /dev/md2 contains a mounted filesystem fatal error -- couldn't initialize XFS library I'm not sure if that matters in this respect, though. You could use gdb to find out which allocation is failing. > # xfs_db -V > xfs_db version 2.9.8 > > Any idea? Don't worry so much about that fragmentation stat? :) -Eric > Justin. > >