From owner-freebsd-current@FreeBSD.ORG Tue May 29 15:03:43 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE3BD16A400 for ; Tue, 29 May 2007 15:03:43 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.freebsd.org (Postfix) with ESMTP id 9C39D13C44B for ; Tue, 29 May 2007 15:03:43 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1Ht3Eb-000BnX-Vx for freebsd-current@freebsd.org; Tue, 29 May 2007 18:03:42 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 29 May 2007 18:03:41 +0300 From: Danny Braniss Message-ID: Subject: /bin/df strangeness X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2007 15:03:44 -0000 hi, it seems that something is broken: df -h | grep linux :/.compat 97G 97G 1.5M 100% /dist/local/amd64=FreeBSD_7.0/compat/linux linprocfs 4.0K 4.0K 0B 100% /dist/local/amd64=FreeBSD_7.0/compat/linux/proc but df -hl | grep linux :/.compat 97G 97G 1.5M 100% /dist/local/amd64=FreeBSD_7.0/compat/linux :/.compat 97G 97G 1.5M 100% /dist/local/amd64=FreeBSD_7.0/compat/linux under 6.x it works as expected: df -hl | grep linux :/.compat 150G 150G 1.5M 100% /dist/local/i386=FreeBSD_6.2/compat/linux linprocfs 4.0K 4.0K 0B 100% /dist/local/i386=FreeBSD_6.2/compat/linux/proc