From owner-freebsd-fs@FreeBSD.ORG Mon Nov 27 14:55:14 2006 Return-Path: X-Original-To: freebsd-fs@FreeBSD.ORG Delivered-To: freebsd-fs@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 96F1416A500 for ; Mon, 27 Nov 2006 14:55:14 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7E4343D88 for ; Mon, 27 Nov 2006 14:54:02 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (ytmlif@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id kAREsuj9038671; Mon, 27 Nov 2006 15:55:02 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id kAREsurO038670; Mon, 27 Nov 2006 15:54:56 +0100 (CET) (envelope-from olli) Date: Mon, 27 Nov 2006 15:54:56 +0100 (CET) Message-Id: <200611271454.kAREsurO038670@lurza.secnetix.de> From: Oliver Fromme To: freebsd-fs@FreeBSD.ORG, r.c.ladan@gmail.com In-Reply-To: <456AF19F.1080104@gmail.com> X-Newsgroups: list.freebsd-fs User-Agent: tin/1.8.2-20060425 ("Shillay") (UNIX) (FreeBSD/4.11-STABLE (i386)) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Mon, 27 Nov 2006 15:55:02 +0100 (CET) Cc: Subject: Re: file creation timestamps wrong on msdos fs? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 14:55:14 -0000 Rene Ladan wrote: > Oliver Fromme schreef: > > [...] > > That should fix the output of "ls -lUT" (please report). > Yep, with the file above: > > rene@s000655:/media/stick>ls -lUT a-new-dos-file > -rwxr-xr-x 1 rene wheel 0 27 nov 10:53:59 2006 a-new-dos-file > > Time for yet another PR :) Yes ... Are you going to submit a PR, or shall I do it? > > However, the question remains what the vnode's ctime should > > be set to. There's no such thing as an inode change time > > in FAT's directory entries. Maybe it should simply be > > copied from the mtime. > Maybe, but how can you see the inode change time anyway? > > 'man ls' and 'apropos inode' don't tell me. ls -lc Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "Python is an experiment in how much freedom programmers need. Too much freedom and nobody can read another's code; too little and expressiveness is endangered." -- Guido van Rossum