From owner-freebsd-questions@FreeBSD.ORG Mon Oct 20 07:22:36 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDF38106569D for ; Mon, 20 Oct 2008 07:22:36 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 031738FC1B for ; Mon, 20 Oct 2008 07:22:35 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2) with ESMTP id m9K7MDsl013395; Mon, 20 Oct 2008 09:22:13 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2/Submit) with ESMTP id m9K7MB3b013392; Mon, 20 Oct 2008 09:22:12 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 20 Oct 2008 09:22:11 +0200 (CEST) From: Wojciech Puchar To: Polytropon In-Reply-To: <20081019044058.9ff31b6f.freebsd@edvax.de> Message-ID: <20081020092131.U13379@wojtek.tensor.gdynia.pl> References: <20081019044058.9ff31b6f.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "freebsd-questions@freebsd.org" Subject: Re: Inode numbering X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2008 07:22:36 -0000 > Because I didn't find sufficient informations and "try and error" > would be incomplete (and insecure regarding the result), I'd like > to ask the following question: > > Let's assume we have a directory D with an inode number i(D). > It contains a file F with its inode number i(F). > > May I state that i(D) < i(F)? usually but not always.