Search found 14 matches

by Background_Basil_945
28 Jul 2023, 07:18
Forum: Help
Topic: Cannot write file attributes ERROR_NOT_SUPPORTED
Replies: 48
Views: 203957

Re: Cannot write file attributes ERROR_NOT_SUPPORTED



ERROR_NOT_SUPPORTED: The request is not supported. [SetFileInformationByHandle(FILE_ATTRIBUTE_READONLY)]

Log and PML #6 sent to you.

Perfect! I can finish the implementation now: The following version should fix all the issues discussed in this thread and should work for tbain98 as well ...
by Background_Basil_945
26 Jul 2023, 06:56
Forum: Help
Topic: Cannot write file attributes ERROR_NOT_SUPPORTED
Replies: 48
Views: 203957

Re: Cannot write file attributes ERROR_NOT_SUPPORTED


We're getting somewhere. The ERROR_NOT_SUPPORTED seems to be an issue specific to setting file attributes, but unrelated to file times. Question is, is it FILE_ATTRIBUTE_ARCHIVE in particular, or other attributes as well? Let's test: https://www.mediafire.com/file/20ajqgo815olcmz/FreeFileSync_12.6 ...
by Background_Basil_945
25 Jul 2023, 15:27
Forum: Help
Topic: Cannot write file attributes ERROR_NOT_SUPPORTED
Replies: 48
Views: 203957

Re: Cannot write file attributes ERROR_NOT_SUPPORTED



I've also run and sent a trace (#4) with log using this newer version too, in case it helps.

Looking good! Finally we're at "SetFileInformationByHandle(FileBasicInfo): ERROR_NOT_SUPPORTED" as reported in the very beginning of the thread! Here's a version that tries to work around. It might ...
by Background_Basil_945
25 Jul 2023, 07:10
Forum: Help
Topic: Cannot write file attributes ERROR_NOT_SUPPORTED
Replies: 48
Views: 203957

Re: Cannot write file attributes ERROR_NOT_SUPPORTED


Alas, this is as bad as expected. The "DeleteFile" is also fooled by the stale cache-response ERROR_FILE_NOT_FOUND.
But: We might be able to get the server to return accurate information via CreateFile's OPEN_ALWAYS disposition. This is a potential write-access, so it can't be cached: https://www ...
by Background_Basil_945
25 Jul 2023, 07:05
Forum: Help
Topic: Cannot write file attributes ERROR_NOT_SUPPORTED
Replies: 48
Views: 203957

Re: Cannot write file attributes ERROR_NOT_SUPPORTED

I've seen the further comprehensive replies above (thanks tbain9824!) - let me know if a further trace from my end would still be helpful? Background_Basil_945, 24 Jul 2023, 06:49
Yes: In tbain9824's case we're tackling another problem that happens before the issue discussed with you. Zenju, 24 Jul 2023, 09:03
Run and emailed to you (#3). Thanks again!
by Background_Basil_945
24 Jul 2023, 06:49
Forum: Help
Topic: Cannot write file attributes ERROR_NOT_SUPPORTED
Replies: 48
Views: 203957

Re: Cannot write file attributes ERROR_NOT_SUPPORTED


This is the second error I mentioned, and is expected. But I don't know how it's possible that setting file attributes could fail with ERROR_NOT_SUPPORTED. Can you send me a PML log file for this case, too?


Thanks Zenju. Apologies for the delay, been tied up over the weekend. I've seen the ...
by Background_Basil_945
22 Jul 2023, 13:06
Forum: Help
Topic: Cannot write file attributes ERROR_NOT_SUPPORTED
Replies: 48
Views: 203957

Re: Cannot write file attributes ERROR_NOT_SUPPORTED

Thanks Zenju. Tried the beta but the same issue occurs.

Cannot write file attributes of "\\AX86\Music (at MX500)\Big Wreck\FLAC\Albatross\01 - Head Together-7aed.ffs_tmp".

ERROR_NOT_SUPPORTED: The request is not supported. [SetFileInformationByHandle(FileBasicInfo)]
by Background_Basil_945
22 Jul 2023, 12:02
Forum: Help
Topic: Cannot write file attributes ERROR_NOT_SUPPORTED
Replies: 48
Views: 203957

Re: Cannot write file attributes ERROR_NOT_SUPPORTED

Thanks Zenju - both sent!
by Background_Basil_945
22 Jul 2023, 10:37
Forum: Help
Topic: Cannot write file attributes ERROR_NOT_SUPPORTED
Replies: 48
Views: 203957

Re: Cannot write file attributes ERROR_NOT_SUPPORTED

Thanks Zenju.

1.Full error message:
Cannot write file attributes of "\\AX86\Music (at MX500)\Big Wreck\FLAC\Albatross\01 - Head Together~4ed6.ffs_tmp".

ERROR_NOT_SUPPORTED: The request is not supported. [SetFileInformationByHandle(FileBasicInfo)]

2. I can't see any .ffs_tmp files, and hidden ...
by Background_Basil_945
22 Jul 2023, 09:51
Forum: Help
Topic: Cannot write file attributes ERROR_NOT_SUPPORTED
Replies: 48
Views: 203957

Re: Cannot write file attributes ERROR_NOT_SUPPORTED

Thanks Zenju, trace run and sent to you.
by Background_Basil_945
15 Jul 2023, 09:15
Forum: Help
Topic: Cannot write file attributes ERROR_NOT_SUPPORTED
Replies: 48
Views: 203957

Re: Cannot write file attributes ERROR_NOT_SUPPORTED

Thanks Plerry, but it appears to be an issue with FFS.

I can copy and paste in windows explorer when authentication is enabled, but FFS generates the above error.
by Background_Basil_945
14 Jul 2023, 18:45
Forum: Help
Topic: Concerns about sync
Replies: 3
Views: 1238

Re: Concerns about sync

FFS will work fine! FFS does not encrypt anything or put it into a proprietary format. It is a really advanced copy/paste utility, with other features as well xCSxXenon, 13 Jul 2023, 13:16
This is exactly the reason I use FFS and not a backup utility.
by Background_Basil_945
14 Jul 2023, 18:44
Forum: Help
Topic: Cannot write file attributes ERROR_NOT_SUPPORTED
Replies: 48
Views: 203957

Re: Cannot write file attributes ERROR_NOT_SUPPORTED


> ... I will disable password protection for syncing!
Not the safest idea.
Simply use the Windows Credential Manager to save the user/password for your NAS.


Thanks - you're right, but the sync doesn't work if authentication is enabled. I only temporarily disable to sync. Hopefully to be fixed ...
by Background_Basil_945
14 Jul 2023, 07:29
Forum: Help
Topic: Cannot write file attributes ERROR_NOT_SUPPORTED
Replies: 48
Views: 203957

Re: Cannot write file attributes ERROR_NOT_SUPPORTED

Hi all. I'm facing the same issue on 12.2 syncing MP3 music files from an NTFS NVMe drive to an NTFS NAS SSD. Is there any further update?

EDIT: found the issue for my situation at least. Access to my NAS (via SAMBA share on ASUS AX86S router) is restricted with username/password authentication ...