found some strange behaviour of smbmount-2.2.x, is it me or is it smb? doing "smbmount-2.2.x '\\ntserver\user' user -U user -c 'mount /mnt/smb/user -u myname -g 0' " mounts as expected, but touching a file in smbmounted dir gives random timestamps instead of actual time =:-( looks like this: > ls -l > -rwxrwxr-x 1 gerdk root 0 Dec 6 1985 test > -rwxrwxr-x 1 gerdk root 0 Feb 25 1911 test2 > -rwxrwxr-x 1 gerdk root 0 Nov 30 1919 test3 > -rwxrwxr-x 1 gerdk root 0 Mar 12 1946 test4
i run potato/2.2.9, smbmount-2.2.x, Version 2.0.4b; i'm able to verify this wron timestamps throug an other linux-box that uses smbmount v2.0.2, a WinNT-box shows also wrong but different timstamps on files above. touching from the oter linux-box works korrekt. what can i do? gerhard