smbfs timestamps

Chris Wedgwood (chris@cyphercom.com)
Fri, 21 Nov 1997 19:19:55 +1300


smbfs (from 2.1.65) seems to have a trouble with the time-stamps.

This is from smbclient (latest samba release):

smb: \> ls *LOG
970901.LOG A 28202759 Wed Oct 1 01:00:01 1997
971001.LOG A 42383019 Sat Nov 1 00:00:00 1997
971101.LOG A 30937756 Fri Nov 21 19:13:15 1997

Which checks out with the host machine.

This is using ls -l via the mount:

-r--r--r-- 1 root root 28202759 Sep 12 2021 970901.LOG
-r--r--r-- 1 root root 42383019 Dec 29 1987 971001.LOG
-r--r--r-- 1 root root 30938780 Mar 19 1925 971101.LOG

I'll look into it some time this weekend if nobody else has.

-Chris