From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17199 invoked by alias); 23 Nov 2012 07:11:01 -0000 Received: (qmail 17180 invoked by uid 22791); 23 Nov 2012 07:10:59 -0000 X-SWARE-Spam-Status: No, hits=-3.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.lysator.liu.se (HELO mail.lysator.liu.se) (130.236.254.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Nov 2012 07:10:55 +0000 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 57EC14000D for ; Fri, 23 Nov 2012 08:10:53 +0100 (CET) Received: from [192.168.0.64] (90-227-119-137-no95.business.telia.com [90.227.119.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 3AA534000A for ; Fri, 23 Nov 2012 08:10:53 +0100 (CET) Message-ID: <50AF21C9.9090706@lysator.liu.se> Date: Fri, 23 Nov 2012 07:11:00 -0000 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: NTFS inode ouput from ls -i References: <1353618531.68014.YahooMailNeo@web5716.biz.mail.ne1.yahoo.com> In-Reply-To: <1353618531.68014.YahooMailNeo@web5716.biz.mail.ne1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-11/txt/msg00166.txt.bz2 On 2012-11-22 22:08, Michael Lester wrote: > mike@computer ~/test3 > $ ls > file1 > > mike@computer ~/test3 > $ cat file1 > Hello! > 123 > > mike@computer ~/test3 > $ ifind -n /cygwin/home/mike/test3/file1 '\\.\c:' > 195962 > > mike@computer ~/test3 > $ icat '\\.\c:' 195962 > Hello! > 123 > > mike@computer ~/test3 > $ ls -i file1 > 281474976906618 file1 > > mike@computer ~/test3 > $ I'm obviously not Corinna, but I did make a quick observation: 195962 == 0x2FD7A 281474976906618 = 0x100000002FD7A I don't know if that always holds, but it certainly looks promising. Cheers, Peter -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple