The timestamps are the same on the old disk so the file transfer was ok.  After various checks I have decided that the timezone behaves as expected and samba also behaves correctly.  The anomaly is the time as read off the FAT16 CF card when it is in the PCMCIA adaptor, but I don't understand why. The timestamp on the CF card appears to be wrong according ls regardless of the time zone.
<br><br>This photograph was actually taken at 20:19...<br><br>[changed timezone to &quot;GB&quot;]<br>
<br>root@server2:~/backup-scripts# ls -l --full-time<br>/mnt/compactflash/dcim/366pentx/<br>total 1048<br>-rwxr-xr-x&nbsp; 1 root root 1072059 2006-10-07 21:19:16.000000000 +0100<br>imgp0139.jpg*<br>root@server2:~/backup-scripts# date
<br>Sat Oct&nbsp; 7 20:23:09 BST 2006<br><br>[changed timezone to GMT]<br><br>root@server2:~/backup-scripts# date<br>Sat Oct&nbsp; 7 19:26:00 GMT 2006<br>root@server2:~/backup-scripts# ls -l --full-time<br>/mnt/compactflash/dcim/366pentx/
<br>total 1048<br>-rwxr-xr-x&nbsp; 1 root root 1072059 2006-10-07 20:19:16.000000000 +0000<br>imgp0139.jpg*<br><br><br>I tried restarting the pcmcia driver after changing the timezone.&nbsp; The only thing I have not tried is to reboot after changing the timezone.
<br><br>Can you figure out what I am missing?<br><br>Thanks,<br>Ashley<br><br>