From owner-freebsd-stable@FreeBSD.ORG Tue Sep 2 02:08:16 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 202D23B8 for ; Tue, 2 Sep 2014 02:08:16 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 487F31FBF for ; Tue, 2 Sep 2014 02:08:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=zRF+PAkNbl4L19ndHa+MskKkxOw24QGr8D4m9Qi1vGE=; b=pJLaoVhtDgHWAj9DqgrwFVFnp0TRhOVC329k5mLJA4IZigwnyxOK4LEl6I8dW5YXLeXfcIjhT/9AZNheYNUuoRCw0W+CcCiRVhNJC7unBTvm9pVLmD0k31QAIg0rcmqKwenj6GfvXHkBqwQxy+Pb9RBZIBYuPCAqu5PbkHH4sVg=; Received: from [182.5.185.84] (port=20555 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XOdW1-002Irw-P7; Mon, 01 Sep 2014 20:08:14 -0600 Date: Tue, 2 Sep 2014 10:08:08 +0800 From: Erich Dollansky To: Adam Vande More Subject: Re: du: strange behaviour Message-ID: <20140902100808.6db5c569@X220.alogt.com> In-Reply-To: References: <20140901235750.220be58e@X220.alogt.com> <20140902010816.49a656ee@X220.alogt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 02:08:16 -0000 Hi, On Mon, 1 Sep 2014 12:41:49 -0500 Adam Vande More wrote: > On Mon, Sep 1, 2014 at 12:08 PM, Erich Dollansky < > erichsfreebsdlist@alogt.com> wrote: > > > > > Does somebody have any ideas? > > > > > > > > > > man du | grep '\-l' > > > du -l * > > > > > I do not really get this. The other files are there but not seen > > because of hard links in /rescue? > > > > That's what the du man page says. > > > > Why is this then different on /rescue for ARM? > > > > It isn't. > > I speculate that whatever mechanism you used to populate your root > > filesystem on the arm broke the hardlinks and created many identical > > files with different names in that directory. > > > Um, that's the way it's supposed to be e.g. crunchgen(1). > I see, the problem is on the ARM side. I will have to check what went wrong there. I did not realise that /rescue contains only a single binary. Erich