Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy File From Dokan To NTFS #26

Closed
shlatchz opened this issue Oct 5, 2015 · 2 comments
Closed

Copy File From Dokan To NTFS #26

shlatchz opened this issue Oct 5, 2015 · 2 comments

Comments

@shlatchz
Copy link

shlatchz commented Oct 5, 2015

Hello,
I tried copying a file from the dokan drive to my NTFS drive and got a weird error:

oooooo

This error appears only when I try to do this action on Win8. On Win7 it works great.
This action worked on Win8 in previous versions (0.7.4 and earlier).

Also, I'll add that reading the file works perfectly. Just copying it to a different disk doesn't work, which is weird, because it still calls the same functions (CreateFile, GetFileInformation, ReadFile, Cleanup, Close).

Oh, and sometimes this action crashes the program...

Thanks!

@Liryna
Copy link
Member

Liryna commented Oct 6, 2015

Hi @shlatchz ,

Did you test with the mirror ?
I have just copy a exe of 30mo from NTFS to Dokan Volume on my Windows 10 without issue.

I do not have Win8 unfortunatly.
Could you provide some logs ? (dokany & mirror)

@shlatchz
Copy link
Author

shlatchz commented Oct 6, 2015

NVM, I found the reason for this problem.
It is because I return NtStatus.Error for SetFileSecurity & GetFileSecurity.
Only in Win8, it doesn't let you copy the file to a physical disk...

Thanks! :)

@Liryna Liryna closed this as completed Oct 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants