Received: with ECARTIS (v1.0.0; list xfs); Wed, 19 Dec 2007 08:23:36 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.0-r574664 (2007-09-11) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_50 autolearn=ham version=3.3.0-r574664 Received: from cuda.sgi.com (cuda1.sgi.com [192.48.168.28]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id lBJGNQQA029551 for ; Wed, 19 Dec 2007 08:23:30 -0800 X-ASG-Debug-ID: 1198081417-5a7101ff0000-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 7A333B70314 for ; Wed, 19 Dec 2007 08:23:37 -0800 (PST) Received: from chef.nerp.net (chef.nerp.net [199.199.210.160]) by cuda.sgi.com with ESMTP id hPsMrTSgDB4lKHUo for ; Wed, 19 Dec 2007 08:23:37 -0800 (PST) Received: from chef.nerp.net (localhost [127.0.0.1]) by chef.nerp.net (Postfix) with ESMTP id 1BD1B14023C3 for ; Wed, 19 Dec 2007 10:23:52 -0600 (CST) Received: from webmail.nerp.net (localhost [127.0.0.1]) by chef.nerp.net (Postfix) with ESMTP id 055C21402673 for ; Wed, 19 Dec 2007 10:23:52 -0600 (CST) Received: from 132.250.11.79 (SquirrelMail authenticated user dan) by webmail.nerp.net with HTTP; Wed, 19 Dec 2007 08:23:52 -0800 (PST) Message-ID: <3136.132.250.11.79.1198081432.squirrel@webmail.nerp.net> Date: Wed, 19 Dec 2007 08:23:52 -0800 (PST) X-ASG-Orig-Subj: Real time volume free space Subject: Real time volume free space From: "Dan" To: xfs@oss.sgi.com User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV 0.91.2/5179/Wed Dec 19 05:59:03 2007 on oss.sgi.com X-Virus-Scanned: ClamAV using ClamSMTP X-Barracuda-Connect: chef.nerp.net[199.199.210.160] X-Barracuda-Start-Time: 1198081419 X-Barracuda-Bayes: INNOCENT GLOBAL 0.1144 1.0000 -1.3069 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -0.71 X-Barracuda-Spam-Status: No, SCORE=-0.71 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=3.0 tests=MARKETING_SUBJECT X-Barracuda-Spam-Report: Code version 3.1, rules version 3.1.37078 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- 0.60 MARKETING_SUBJECT Subject contains popular marketing words X-Virus-Status: Clean X-archive-position: 14022 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 I've been trying to figure out how to determine the free space of a real time volume. It seems xfs_db might hold the key but no luck so far... Simply running df -h tells me the free space of the meta-data drive only which basically doesn't change even after Terabyte data collections. I created the filesystem like this: mkfs.xfs -r rtdev=/dev/md0 /dev/sda How would I tell how much space is left on /dev/md0? Thank you, Dan