Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2006 11:02:32 +0100
From:      Rene Ladan <r.c.ladan@gmail.com>
To:        fs@freebsd.org
Subject:   file creation timestamps wrong on msdos fs?
Message-ID:  <456AB7B8.6010504@gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

on a 7.0-CURRENT i386 box, cvsup'ed 2006-11-26 :

rene@s000655:~>mount
/dev/ad0s1a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/ad0s1e on /tmp (ufs, local, soft-updates)
/dev/ad0s1f on /usr (ufs, local, soft-updates)
/dev/ad0s1d on /var (ufs, local, soft-updates)
/dev/da0s1 on /media/stick (msdosfs, local, nosuid, mounted by rene)
rene@s000655:~>date && touch a-new-file
ma 27 nov 2006 10:53:01 CET
rene@s000655:~>ls -lUT a-new-file
-rw-r--r--  1 rene  rene  0 27 nov 10:53:01 2006 a-new-file
rene@s000655:~>cd /media/stick
rene@s000655:/media/stick>date && touch a-new-dos-file
ma 27 nov 2006 10:53:59 CET
rene@s000655:/media/stick>ls -lUT a-new-dos-file
-rwxr-xr-x  1 rene  wheel  0  1 jan 01:11:23 1970 a-new-dos-file
                                    ^^^^^^^^^^^^^

Any idea why this happens?  ls and msdosfs themselves seem to be
alright.  The access and modification timestamps of msdosfs files are
shown correctly.

Regards,
Rene
-- 
GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6
(subkeys.pgp.net)

"It won't fit on the line."
		-- me, 2001




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?456AB7B8.6010504>