Received: with ECARTIS (v1.0.0; list xfs); Fri, 22 Aug 2008 16:37:00 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.0-r574664 (2007-09-11) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.0-r574664 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 m7MNavTo024644 for ; Fri, 22 Aug 2008 16:36:57 -0700 X-ASG-Debug-ID: 1219448298-6dab00700000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from chef.nerp.net (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 200A73C4659 for ; Fri, 22 Aug 2008 16:38:18 -0700 (PDT) Received: from chef.nerp.net (chef.nerp.net [199.199.210.160]) by cuda.sgi.com with ESMTP id zHEKpi9SqmpVaLEs for ; Fri, 22 Aug 2008 16:38:18 -0700 (PDT) Received: from chef.nerp.net (localhost [127.0.0.1]) by chef.nerp.net (Postfix) with ESMTP id 0FF1C140254A for ; Fri, 22 Aug 2008 18:38:17 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nerp.net; s=mail; t=1219448297; bh=+sqZoSJUge3NNhUWGwU/9HilrO9f2r4xgGyhE2pR+VI=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding:X-Virus-Scanned; b=Mx5ifN+J fNwEz7e/ACKP2R7Bzj8W2mqWfHOqr/xuxQzJ8dxnmZKEaFZFHl10wZZTCw6xwtYjT6O ev433SkL7LYfUL0/N7dkpqqH3fJ6fYkmk0EphhHTtgq9E2TS41SZe61vr0MV2ES4ij0 pPYehM2hTz1QF7yewZFXnx6ILiT5g= Received: from [75.209.92.19] (19.sub-75-209-92.myvzw.com [75.209.92.19]) by chef.nerp.net (Postfix) with ESMTPA id 1D5C6140253E for ; Fri, 22 Aug 2008 18:38:14 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nerp.net; s=mail; t=1219448296; bh=+sqZoSJUge3NNhUWGwU/9HilrO9f2r4xgGyhE2pR+VI=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=bmW5dL7+iZKWV6AIrNa1+YmG locxAtccc5E51h3eODUdEceyYCg3MbEYEpziFfYdPJqWjOa4f/of5Yv+Ak2svBibmhJ 3FgHRcj1Arw7CAoOrKdsaduOMgAN0jsGI3ZuF5Io/hyDmoGqB0yGfJ6786jgxmD+3Gy 2Ikxry90RW3TI= Message-ID: <48AF4DD1.5080603@nerp.net> Date: Fri, 22 Aug 2008 13:37:53 -1000 From: Dan User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: xfs@oss.sgi.com X-ASG-Orig-Subj: xfs_quota free Subject: xfs_quota free Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91.2/8075/Fri Aug 22 14:23:45 2008 on oss.sgi.com X-Virus-Scanned: ClamAV using ClamSMTP X-Barracuda-Connect: chef.nerp.net[199.199.210.160] X-Barracuda-Start-Time: 1219448299 X-Barracuda-Bayes: INNOCENT GLOBAL 0.0027 1.0000 -2.0035 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -1.40 X-Barracuda-Spam-Status: No, SCORE=-1.40 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.1 tests=MARKETING_SUBJECT X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.1.3429 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.60 MARKETING_SUBJECT Subject contains popular marketing words X-Virus-Status: Clean X-archive-position: 17683 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: dan@nerp.net Precedence: bulk X-list: xfs Hi, Some time ago I needed to determine the free space on a real time device. Nate indicated to use xfs_quota free. I've read the man pages and tried many iterations of this command but I cannot get any results. One potential problem is I'm uncertain of the folder or device to point the command at. My filesystem is mounted to /mnt, the rtdev is /dev/md0 and meta data is on /dev/sdb. Basically it boils down to xfs_quota -c 'free -r -h' /mnt I think but I get the following error: XFS_IOC_FSGEOMETRY_V1: Invalid argument How do you use this? Thanks, Dan