Re: Preserve timestamp on automounted fat32
I have no idea what may cause this. Can you create a test account for me on the server?
I figured it out. It had nothing to do with WinSCP! The automounted fat and all on it was owned, as defined by default, by root. Permission to change file attributes is strictly forbidden without ownership on my server. I changed ownership by changing the fstab file:
dev/hda2 /mnt/osshare vfat umask=000 0 0
to
/dev/hda2 /mnt/sharedVfat vfat uid=501,umask=000,gid=501 0 0