Replies: 1 comment 4 replies
-
There are many "file ID's" in Windows:
WinFsp supports index numbers. It does not support Object IDs or ReFS file IDs. Even though WinFsp supports index numbers, the user mode file system may not support them. This looks to be the case for sshfs when run on Windows. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed winfsp with sshfs to map a remote drive on windows via sftp (Z:\ => \sshfs\blah)
The target remote folder is on apache. I am not a linux expert but I believe that files there support some kind of unique identifier (the equivalent to NTFS 64 bit FRN)
However, I cannot read this identifier using GetFileInformationByHandle or GetFileInformationByHandleEx. The former returns both volume serial number and nFileIndexLow == 0; the latter just fails when I pass FILE_ID_INFO requests.
I take it that file identifiers aren't supported in this scenario?
thanks
nikos
www.zabkat.com
Beta Was this translation helpful? Give feedback.
All reactions