Re: smbfs timestamps

Chris Wedgwood (chris@cyphercom.com)
Sun, 23 Nov 1997 22:39:45 +1300


Message-ID: <34758B8F.2D99EE36@star.net>
Date: Fri, 21 Nov 1997 08:24:31 -0500
From: Bill Hawes <whawes@star.net>
To: Chris Wedgwood <chris@cyphercom.com>
CC: linux-kernel@vger.rutgers.edu, Chris Wedgwood <chris@cybernet.co.nz>
Subject: Re: smbfs timestamps

Chris Wedgwood wrote:
>
> 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

Which flavor of server are you talking to (Win 3.1, Win 95, etc.), and
if Win 95, are you using the CONFIG_SMB_WIN95 bugfix option?

Regards,
Bill

Oops. NT4(sp3).

CONFIG_SMB_FS=m
CONFIG_SMB_WIN95=y

-Chris