Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

EOS1V

Re: Preserve timestamp on automounted fat32

martin wrote:

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
martin

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?
EOS1V

Preserve timestamp on automounted fat32

I'm unable to preserve timestamp using winSCP when transferring files to an automounted fat32 partition. The partition was originally created using WinXP and I use it primarily to share between Linux and Windows. Everything works regarding file transfer with the exception of file attribute modification. Here is the error message I get from winSCP while transferring a file with preserving timestamp enabled:

Permission denied.
Error code: 3
Error message from server: Permission denied (?)
Request code: 9

Below is the relevant line from the servers fstab config file for the fat32 automount:

/dev/hda2 /mnt/osshare vfat umask=000 0 0

What am I doing wrong? Any help would definitely be appreciated.

BTW: Preserving timestamp works OK when sending a file to a Linux partition or from the server to the local computer.

Thank