Not calling FindFiles

26 views
Skip to first unread message

Xukan Yao

unread,
Jun 15, 2021, 2:52:40 PM6/15/21
to Dokan
Hi,
    I am using Mirror example of Dokan.Net for learning and testing.
    I met a problem: I mount a directory A as S: driver, put some files in A, then browers files in windows explorer, everything works perfect, nothing wrong, S driver is just like a mirror of A. But when I run a software (wants to figure what it reads from files thru Dokan.Net), this software list files of A directory without problem, but it won't list files(like its empty) of S driver,. I don't understand how this happen, I checked logs, when using this software opening S drver, it never hits FindFiles (FindFilesWithPattern) api, but do hit GetFreeSpace api. Any idea on how this could happen, and how to fix it?

here is the logs when I use this software to open S driver, any clue here? Many THanks.

06/15/2021 16:45:22 - [DokanNet] CreateFileProxy : \新建文件夹
06/15/2021 16:45:22 - [DokanNet] CreationDisposition Open
06/15/2021 16:45:22 - [DokanNet] FileAccess ReadAttributes
06/15/2021 16:45:22 - [DokanNet] FileShare ReadWrite, Delete
06/15/2021 16:45:22 - [DokanNet] FileOptions None
★★★★★★ HIT CreateFile  ★★★★★★★★★★★
06/15/2021 16:45:22 - [DokanNet] FileAttributes 0
06/15/2021 16:45:22 - [DokanNet] Context {<null>, False, False, False, False, #3708, False, False}
06/15/2021 16:45:22 - [DokanNet] CreateFileProxy : \新建文件夹 Return : Success
06/15/2021 16:45:22 - [Mirror] CreateFile('\新建文件夹', {System.Object, False, True, False, False, #3708, False, False}, [ReadAttributes], [ReadWrite, Delete], [Open], [None], [0]) -> Success
★★★★★★ HIT GetFileInformation  ★★★★★★★★★★★
06/15/2021 16:45:22 - [DokanNet] GetFileInformationProxy : \新建文件夹
06/15/2021 16:45:22 - [DokanNet] Context {System.Object, False, True, False, False, #3708, False, False}
06/15/2021 16:45:22 - [DokanNet] FileName \新建文件夹
06/15/2021 16:45:22 - [DokanNet] Attributes Directory
06/15/2021 16:45:22 - [Mirror] GetFileInformation('\新建文件夹', {System.Object, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:22 - [DokanNet] CreationTime 2021/6/15 15:29:13
06/15/2021 16:45:22 - [DokanNet] LastAccessTime 2021/6/15 16:36:39
06/15/2021 16:45:22 - [DokanNet] LastWriteTime 2021/6/15 16:35:24
06/15/2021 16:45:22 - [DokanNet] Length 0
06/15/2021 16:45:22 - [DokanNet] GetFileInformationProxy : \新建文件夹 Return : Success
★★★★★★ HIT GetFileInformation  ★★★★★★★★★★★
06/15/2021 16:45:22 - [DokanNet] GetFileInformationProxy : \新建文件夹
06/15/2021 16:45:22 - [DokanNet] Context {System.Object, False, True, False, False, #3708, False, False}
06/15/2021 16:45:22 - [DokanNet] FileName \新建文件夹
06/15/2021 16:45:22 - [DokanNet] Attributes Directory
06/15/2021 16:45:22 - [DokanNet] CreationTime 2021/6/15 15:29:13
06/15/2021 16:45:22 - [DokanNet] LastAccessTime 2021/6/15 16:36:39
06/15/2021 16:45:22 - [DokanNet] LastWriteTime 2021/6/15 16:35:24
06/15/2021 16:45:22 - [DokanNet] Length 0
06/15/2021 16:45:22 - [DokanNet] GetFileInformationProxy : \新建文件夹 Return : Success
06/15/2021 16:45:22 - [Mirror] GetFileInformation('\新建文件夹', {System.Object, False, True, False, False, #3708, False, False}) -> Success
★★★★★★ HIT Cleanup  ★★★★★★★★★★★
06/15/2021 16:45:22 - [DokanNet] CleanupProxy : \新建文件夹
06/15/2021 16:45:22 - [DokanNet] Context {System.Object, False, True, False, False, #3708, False, False}
Cleanup('\新建文件夹', {System.Object, False, True, False, False, #3708, False, False} - entering
06/15/2021 16:45:22 - [DokanNet] CleanupProxy : \新建文件夹
06/15/2021 16:45:22 - [Mirror] Cleanup('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
★★★★★★ HIT CreateFile  ★★★★★★★★★★★
06/15/2021 16:45:22 - [DokanNet] CreateFileProxy : \新建文件夹
06/15/2021 16:45:22 - [Mirror] CreateFile('\新建文件夹', {System.Object, False, True, False, False, #3708, False, False}, [GenericRead], [ReadWrite], [Open], [None], [ReadOnly]) -> Success
06/15/2021 16:45:22 - [DokanNet] CreationDisposition Open
06/15/2021 16:45:22 - [DokanNet] FileAccess ReadData, ReadExtendedAttributes, ReadAttributes, ReadPermissions, Synchronize
06/15/2021 16:45:22 - [DokanNet] FileShare ReadWrite
06/15/2021 16:45:22 - [DokanNet] FileOptions None
06/15/2021 16:45:22 - [DokanNet] FileAttributes ReadOnly
06/15/2021 16:45:22 - [DokanNet] Context {<null>, False, False, False, False, #3708, False, False}
★★★★★★ HIT CloseFile  ★★★★★★★★★★★
★★★★★★ HIT GetFileInformation  ★★★★★★★★★★★
06/15/2021 16:45:22 - [DokanNet] CreateFileProxy : \新建文件夹 Return : Success
06/15/2021 16:45:22 - [DokanNet] CloseFileProxy : \新建文件夹
06/15/2021 16:45:22 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:22 - [DokanNet] GetFileInformationProxy : \新建文件夹
06/15/2021 16:45:22 - [DokanNet] Context {System.Object, False, True, False, False, #3708, False, False}
06/15/2021 16:45:22 - [Mirror] CloseFile('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:22 - [DokanNet] CloseFileProxy : \新建文件夹
06/15/2021 16:45:22 - [Mirror] GetFileInformation('\新建文件夹', {System.Object, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:22 - [DokanNet] FileName \新建文件夹
06/15/2021 16:45:22 - [DokanNet] Attributes Directory
06/15/2021 16:45:22 - [DokanNet] CreationTime 2021/6/15 15:29:13
06/15/2021 16:45:22 - [DokanNet] LastAccessTime 2021/6/15 16:36:39
06/15/2021 16:45:22 - [DokanNet] LastWriteTime 2021/6/15 16:35:24
06/15/2021 16:45:22 - [DokanNet] Length 0
06/15/2021 16:45:22 - [DokanNet] GetFileInformationProxy : \新建文件夹 Return : Success
★★★★★★ HIT GetFileInformation  ★★★★★★★★★★★
06/15/2021 16:45:22 - [DokanNet] GetFileInformationProxy : \新建文件夹
06/15/2021 16:45:22 - [DokanNet] Context {System.Object, False, True, False, False, #3708, False, False}
06/15/2021 16:45:22 - [DokanNet] FileName \新建文件夹
06/15/2021 16:45:22 - [DokanNet] Attributes Directory
06/15/2021 16:45:22 - [Mirror] GetFileInformation('\新建文件夹', {System.Object, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:22 - [DokanNet] CreationTime 2021/6/15 15:29:13
06/15/2021 16:45:22 - [DokanNet] LastAccessTime 2021/6/15 16:36:39
06/15/2021 16:45:22 - [DokanNet] LastWriteTime 2021/6/15 16:35:24
06/15/2021 16:45:22 - [DokanNet] Length 0
06/15/2021 16:45:22 - [DokanNet] GetFileInformationProxy : \新建文件夹 Return : Success
★★★★★★ HIT Cleanup  ★★★★★★★★★★★
Cleanup('\新建文件夹', {System.Object, False, True, False, False, #3708, False, False} - entering
06/15/2021 16:45:22 - [DokanNet] CleanupProxy : \新建文件夹
06/15/2021 16:45:22 - [Mirror] Cleanup('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:22 - [DokanNet] Context {System.Object, False, True, False, False, #3708, False, False}
06/15/2021 16:45:22 - [DokanNet] CleanupProxy : \新建文件夹
★★★★★★ HIT CloseFile  ★★★★★★★★★★★
06/15/2021 16:45:22 - [DokanNet] CloseFileProxy : \新建文件夹
06/15/2021 16:45:22 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:22 - [DokanNet] CloseFileProxy : \新建文件夹
06/15/2021 16:45:22 - [Mirror] CloseFile('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:23 - [DokanNet] CreateFileProxy : \新建文件夹
★★★★★★ HIT CreateFile  ★★★★★★★★★★★
06/15/2021 16:45:23 - [DokanNet] CreationDisposition Open
06/15/2021 16:45:23 - [DokanNet] FileAccess Synchronize
06/15/2021 16:45:23 - [DokanNet] FileShare None
06/15/2021 16:45:23 - [DokanNet] FileOptions None
06/15/2021 16:45:23 - [DokanNet] FileAttributes 0
06/15/2021 16:45:23 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:23 - [DokanNet] CreateFileProxy : \新建文件夹 Return : Success
06/15/2021 16:45:23 - [Mirror] CreateFile('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}, [Synchronize], [None], [Open], [None], [0]) -> Success
★★★★★★ HIT GetFileInformation  ★★★★★★★★★★★
06/15/2021 16:45:23 - [DokanNet] GetFileInformationProxy : \新建文件夹
06/15/2021 16:45:23 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:23 - [DokanNet] FileName \新建文件夹
06/15/2021 16:45:23 - [Mirror] GetFileInformation('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:23 - [DokanNet] Attributes Directory
06/15/2021 16:45:23 - [DokanNet] CreationTime 2021/6/15 15:29:13
06/15/2021 16:45:23 - [DokanNet] LastAccessTime 2021/6/15 16:45:23
06/15/2021 16:45:23 - [DokanNet] LastWriteTime 2021/6/15 16:35:24
06/15/2021 16:45:23 - [DokanNet] Length 0
06/15/2021 16:45:23 - [DokanNet] GetFileInformationProxy : \新建文件夹 Return : Success
★★★★★★ HIT GetDiskFreeSpace  ★★★★★★★★★★★
06/15/2021 16:45:23 - [DokanNet] GetDiskFreeSpaceProxy:
06/15/2021 16:45:23 - [DokanNet] Context {<null>, False, False, False, False, #3708, False, False}
06/15/2021 16:45:23 - [Mirror] GetDiskFreeSpace('<null>', {<null>, False, False, False, False, #3708, False, False}, out 659345825792, out 1099492749312, out 659345825792) -> Success
06/15/2021 16:45:23 - [DokanNet] FreeBytesAvailable 659345825792
06/15/2021 16:45:23 - [DokanNet] TotalNumberOfBytes 1099492749312
06/15/2021 16:45:23 - [DokanNet] TotalNumberOfFreeBytes 659345825792
06/15/2021 16:45:23 - [DokanNet] GetDiskFreeSpaceProxy Return : Success
06/15/2021 16:45:23 - [DokanNet] CleanupProxy : \新建文件夹
★★★★★★ HIT Cleanup  ★★★★★★★★★★★
06/15/2021 16:45:23 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:23 - [DokanNet] CleanupProxy : \新建文件夹
06/15/2021 16:45:23 - [Mirror] Cleanup('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
★★★★★★ HIT CloseFile  ★★★★★★★★★★★
06/15/2021 16:45:23 - [DokanNet] CloseFileProxy : \新建文件夹
06/15/2021 16:45:23 - [Mirror] CloseFile('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:23 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:23 - [DokanNet] CloseFileProxy : \新建文件夹
★★★★★★ HIT CreateFile  ★★★★★★★★★★★
06/15/2021 16:45:24 - [DokanNet] CreateFileProxy : \新建文件夹
06/15/2021 16:45:24 - [DokanNet] CreationDisposition Open
06/15/2021 16:45:24 - [DokanNet] FileAccess Synchronize
06/15/2021 16:45:24 - [DokanNet] FileShare None
06/15/2021 16:45:24 - [DokanNet] FileOptions None
06/15/2021 16:45:24 - [DokanNet] FileAttributes 0
06/15/2021 16:45:24 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:24 - [DokanNet] CreateFileProxy : \新建文件夹 Return : Success
06/15/2021 16:45:24 - [Mirror] CreateFile('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}, [Synchronize], [None], [Open], [None], [0]) -> Success
06/15/2021 16:45:24 - [DokanNet] GetFileInformationProxy : \新建文件夹
★★★★★★ HIT GetFileInformation  ★★★★★★★★★★★
06/15/2021 16:45:24 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:24 - [Mirror] GetFileInformation('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:24 - [DokanNet] FileName \新建文件夹
06/15/2021 16:45:24 - [DokanNet] Attributes Directory
06/15/2021 16:45:24 - [DokanNet] CreationTime 2021/6/15 15:29:13
06/15/2021 16:45:24 - [DokanNet] LastAccessTime 2021/6/15 16:45:24
06/15/2021 16:45:24 - [DokanNet] LastWriteTime 2021/6/15 16:35:24
06/15/2021 16:45:24 - [DokanNet] Length 0
06/15/2021 16:45:24 - [DokanNet] GetFileInformationProxy : \新建文件夹 Return : Success
★★★★★★ HIT GetDiskFreeSpace  ★★★★★★★★★★★
06/15/2021 16:45:24 - [DokanNet] GetDiskFreeSpaceProxy:
06/15/2021 16:45:24 - [DokanNet] Context {<null>, False, False, False, False, #3708, False, False}
06/15/2021 16:45:24 - [DokanNet] FreeBytesAvailable 659345825792
06/15/2021 16:45:24 - [DokanNet] TotalNumberOfBytes 1099492749312
06/15/2021 16:45:24 - [DokanNet] TotalNumberOfFreeBytes 659345825792
06/15/2021 16:45:24 - [DokanNet] GetDiskFreeSpaceProxy Return : Success
06/15/2021 16:45:24 - [Mirror] GetDiskFreeSpace('<null>', {<null>, False, False, False, False, #3708, False, False}, out 659345825792, out 1099492749312, out 659345825792) -> Success
★★★★★★ HIT Cleanup  ★★★★★★★★★★★
06/15/2021 16:45:24 - [DokanNet] CleanupProxy : \新建文件夹
06/15/2021 16:45:24 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:24 - [DokanNet] CleanupProxy : \新建文件夹
06/15/2021 16:45:24 - [Mirror] Cleanup('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
★★★★★★ HIT CloseFile  ★★★★★★★★★★★
06/15/2021 16:45:24 - [DokanNet] CloseFileProxy : \新建文件夹
06/15/2021 16:45:24 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:24 - [DokanNet] CloseFileProxy : \新建文件夹
06/15/2021 16:45:24 - [Mirror] CloseFile('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
★★★★★★ HIT CreateFile  ★★★★★★★★★★★
06/15/2021 16:45:24 - [DokanNet] CreateFileProxy : \新建文件夹
06/15/2021 16:45:24 - [DokanNet] CreationDisposition Open
06/15/2021 16:45:24 - [DokanNet] FileAccess Synchronize
06/15/2021 16:45:24 - [DokanNet] FileShare None
06/15/2021 16:45:24 - [DokanNet] FileOptions None
06/15/2021 16:45:24 - [DokanNet] FileAttributes 0
06/15/2021 16:45:24 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:24 - [DokanNet] CreateFileProxy : \新建文件夹 Return : Success
06/15/2021 16:45:24 - [Mirror] CreateFile('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}, [Synchronize], [None], [Open], [None], [0]) -> Success
★★★★★★ HIT GetFileInformation  ★★★★★★★★★★★
06/15/2021 16:45:24 - [DokanNet] GetFileInformationProxy : \新建文件夹
06/15/2021 16:45:24 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:24 - [DokanNet] FileName \新建文件夹
06/15/2021 16:45:24 - [Mirror] GetFileInformation('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:24 - [DokanNet] Attributes Directory
06/15/2021 16:45:24 - [DokanNet] CreationTime 2021/6/15 15:29:13
06/15/2021 16:45:24 - [DokanNet] LastAccessTime 2021/6/15 16:45:24
06/15/2021 16:45:24 - [DokanNet] LastWriteTime 2021/6/15 16:35:24
06/15/2021 16:45:24 - [DokanNet] Length 0
06/15/2021 16:45:24 - [DokanNet] GetFileInformationProxy : \新建文件夹 Return : Success
06/15/2021 16:45:24 - [DokanNet] GetDiskFreeSpaceProxy:
★★★★★★ HIT GetDiskFreeSpace  ★★★★★★★★★★★
06/15/2021 16:45:24 - [DokanNet] Context {<null>, False, False, False, False, #3708, False, False}
06/15/2021 16:45:24 - [Mirror] GetDiskFreeSpace('<null>', {<null>, False, False, False, False, #3708, False, False}, out 659345825792, out 1099492749312, out 659345825792) -> Success
06/15/2021 16:45:24 - [DokanNet] FreeBytesAvailable 659345825792
06/15/2021 16:45:24 - [DokanNet] TotalNumberOfBytes 1099492749312
06/15/2021 16:45:24 - [DokanNet] TotalNumberOfFreeBytes 659345825792
06/15/2021 16:45:24 - [DokanNet] GetDiskFreeSpaceProxy Return : Success
06/15/2021 16:45:24 - [DokanNet] CleanupProxy : \新建文件夹
★★★★★★ HIT Cleanup  ★★★★★★★★★★★
06/15/2021 16:45:24 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:24 - [Mirror] Cleanup('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:24 - [DokanNet] CleanupProxy : \新建文件夹
06/15/2021 16:45:24 - [DokanNet] CloseFileProxy : \新建文件夹
★★★★★★ HIT CloseFile  ★★★★★★★★★★★
06/15/2021 16:45:24 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:24 - [DokanNet] CloseFileProxy : \新建文件夹
06/15/2021 16:45:24 - [Mirror] CloseFile('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:25 - [DokanNet] CreateFileProxy : \新建文件夹
★★★★★★ HIT CreateFile  ★★★★★★★★★★★
06/15/2021 16:45:25 - [DokanNet] CreationDisposition Open
06/15/2021 16:45:25 - [DokanNet] FileAccess Synchronize
06/15/2021 16:45:25 - [DokanNet] FileShare None
06/15/2021 16:45:25 - [DokanNet] FileOptions None
06/15/2021 16:45:25 - [DokanNet] FileAttributes 0
06/15/2021 16:45:25 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:25 - [DokanNet] CreateFileProxy : \新建文件夹 Return : Success
06/15/2021 16:45:25 - [Mirror] CreateFile('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}, [Synchronize], [None], [Open], [None], [0]) -> Success
★★★★★★ HIT GetFileInformation  ★★★★★★★★★★★
06/15/2021 16:45:25 - [DokanNet] GetFileInformationProxy : \新建文件夹
06/15/2021 16:45:25 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:25 - [DokanNet] FileName \新建文件夹
06/15/2021 16:45:25 - [DokanNet] Attributes Directory
06/15/2021 16:45:25 - [Mirror] GetFileInformation('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:25 - [DokanNet] CreationTime 2021/6/15 15:29:13
06/15/2021 16:45:25 - [DokanNet] LastAccessTime 2021/6/15 16:45:25
06/15/2021 16:45:25 - [DokanNet] LastWriteTime 2021/6/15 16:35:24
06/15/2021 16:45:25 - [DokanNet] Length 0
06/15/2021 16:45:25 - [DokanNet] GetFileInformationProxy : \新建文件夹 Return : Success
★★★★★★ HIT GetDiskFreeSpace  ★★★★★★★★★★★
06/15/2021 16:45:25 - [DokanNet] GetDiskFreeSpaceProxy:
06/15/2021 16:45:25 - [DokanNet] Context {<null>, False, False, False, False, #3708, False, False}
06/15/2021 16:45:25 - [Mirror] GetDiskFreeSpace('<null>', {<null>, False, False, False, False, #3708, False, False}, out 659345825792, out 1099492749312, out 659345825792) -> Success
06/15/2021 16:45:25 - [DokanNet] FreeBytesAvailable 659345825792
06/15/2021 16:45:25 - [DokanNet] TotalNumberOfBytes 1099492749312
06/15/2021 16:45:25 - [DokanNet] TotalNumberOfFreeBytes 659345825792
06/15/2021 16:45:25 - [DokanNet] GetDiskFreeSpaceProxy Return : Success
★★★★★★ HIT Cleanup  ★★★★★★★★★★★
06/15/2021 16:45:25 - [DokanNet] CleanupProxy : \新建文件夹
06/15/2021 16:45:25 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:25 - [DokanNet] CleanupProxy : \新建文件夹
06/15/2021 16:45:25 - [Mirror] Cleanup('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
★★★★★★ HIT CloseFile  ★★★★★★★★★★★
06/15/2021 16:45:25 - [DokanNet] CloseFileProxy : \新建文件夹
06/15/2021 16:45:25 - [Mirror] CloseFile('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:25 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:25 - [DokanNet] CloseFileProxy : \新建文件夹
★★★★★★ HIT CreateFile  ★★★★★★★★★★★
06/15/2021 16:45:25 - [DokanNet] CreateFileProxy : \新建文件夹
06/15/2021 16:45:25 - [DokanNet] CreationDisposition Open
06/15/2021 16:45:25 - [DokanNet] FileAccess Synchronize
06/15/2021 16:45:25 - [DokanNet] FileShare None
06/15/2021 16:45:25 - [DokanNet] FileOptions None
06/15/2021 16:45:25 - [DokanNet] FileAttributes 0
06/15/2021 16:45:25 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:25 - [DokanNet] CreateFileProxy : \新建文件夹 Return : Success
06/15/2021 16:45:25 - [Mirror] CreateFile('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}, [Synchronize], [None], [Open], [None], [0]) -> Success
★★★★★★ HIT GetFileInformation  ★★★★★★★★★★★
06/15/2021 16:45:25 - [DokanNet] GetFileInformationProxy : \新建文件夹
06/15/2021 16:45:25 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:25 - [DokanNet] FileName \新建文件夹
06/15/2021 16:45:25 - [Mirror] GetFileInformation('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:25 - [DokanNet] Attributes Directory
06/15/2021 16:45:25 - [DokanNet] CreationTime 2021/6/15 15:29:13
06/15/2021 16:45:25 - [DokanNet] LastAccessTime 2021/6/15 16:45:25
06/15/2021 16:45:25 - [DokanNet] LastWriteTime 2021/6/15 16:35:24
06/15/2021 16:45:25 - [DokanNet] Length 0
06/15/2021 16:45:25 - [DokanNet] GetFileInformationProxy : \新建文件夹 Return : Success
★★★★★★ HIT GetDiskFreeSpace  ★★★★★★★★★★★
06/15/2021 16:45:25 - [DokanNet] GetDiskFreeSpaceProxy:
06/15/2021 16:45:25 - [DokanNet] Context {<null>, False, False, False, False, #3708, False, False}
06/15/2021 16:45:25 - [DokanNet] FreeBytesAvailable 659345825792
06/15/2021 16:45:25 - [Mirror] GetDiskFreeSpace('<null>', {<null>, False, False, False, False, #3708, False, False}, out 659345825792, out 1099492749312, out 659345825792) -> Success
06/15/2021 16:45:25 - [DokanNet] TotalNumberOfBytes 1099492749312
06/15/2021 16:45:25 - [DokanNet] TotalNumberOfFreeBytes 659345825792
06/15/2021 16:45:25 - [DokanNet] GetDiskFreeSpaceProxy Return : Success
06/15/2021 16:45:25 - [DokanNet] CleanupProxy : \新建文件夹
★★★★★★ HIT Cleanup  ★★★★★★★★★★★
06/15/2021 16:45:25 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:25 - [DokanNet] CleanupProxy : \新建文件夹
06/15/2021 16:45:25 - [Mirror] Cleanup('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
★★★★★★ HIT CloseFile  ★★★★★★★★★★★
06/15/2021 16:45:25 - [Mirror] CloseFile('\新建文件夹', {<null>, False, True, False, False, #3708, False, False}) -> Success
06/15/2021 16:45:25 - [DokanNet] CloseFileProxy : \新建文件夹
06/15/2021 16:45:25 - [DokanNet] Context {<null>, False, True, False, False, #3708, False, False}
06/15/2021 16:45:25 - [DokanNet] CloseFileProxy : \新建文件夹

Xukan Yao

unread,
Jun 15, 2021, 3:10:50 PM6/15/21
to Dokan
I use software  to load S:\ 新建文件夹  for my testing purpose in this log, its just same as to load S:\,  never hitting FindFiles api :(

Adrien JUND

unread,
Jun 15, 2021, 4:04:24 PM6/15/21
to do...@googlegroups.com
Hi,

Are you using the Mirror sample without changes ? If not, can you reproduce with it ?
Maybe the app is expecting a value or behavior that it expects on NTFS but the Mirror is returning something different. Procmon will help you compare both activities and find the difference.

--
You received this message because you are subscribed to the Google Groups "Dokan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dokan+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dokan/5483f2fa-660b-4797-b698-702f4c92460fn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages