file creation timestamps wrong on msdos fs?

Rene Ladan r.c.ladan at gmail.com
Mon Nov 27 02:02:37 PST 2006


Hi,

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

rene at 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 at s000655:~>date && touch a-new-file
ma 27 nov 2006 10:53:01 CET
rene at s000655:~>ls -lUT a-new-file
-rw-r--r--  1 rene  rene  0 27 nov 10:53:01 2006 a-new-file
rene at s000655:~>cd /media/stick
rene at s000655:/media/stick>date && touch a-new-dos-file
ma 27 nov 2006 10:53:59 CET
rene at 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



More information about the freebsd-fs mailing list