Giter Club home page Giter Club logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
On my tests with 0.39 Excel 2003 just hangs on file open from mirrorfs(it saves 
file
normally).Dokan is also hangs(drive is unusable). DokanSSHFS works correctly in 
this
case. Is there some error in mirrorfs?

Original comment by [email protected] on 28 Oct 2008 at 3:56

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
Could this be to do with Office 2003's call to CreateFile with the creation flag
CreateNew and access mode only containing read? In WinFUSE this is an issue as 
.NET's
FileEx.Open won't except it.

The work round is to check the access asked for when given CreateNew in your
CreateFile, and if so, check the access mode contains write access not just 
read access.

Silly thing to create a file with read only access if you ask me.....

Just thought it sounded like it could be related.

Original comment by [email protected] on 21 Nov 2008 at 3:44

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
I found one of this problem is caused by missing MoveFile function in Dokan 
mirrorfs.
This will be fixed next release of Dokan library.

Original comment by [email protected] on 23 Nov 2008 at 8:17

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
Hi, my comment above was wrong. MovieFile file is implemented but the return 
value 
was not correct. The main reason of this problem was that OpenDirectory(in 
mirror.c) 
doesn't pass FILE_SHARE_READ|FILE_SHARE_WRITE when opening a direction.

Original comment by [email protected] on 24 Nov 2008 at 2:40

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
Hi

If I understood this correctly I have to pass EventContext->Create.ShareAccess 
to 
if (disposition == FILE_CREATE || disposition == FILE_OPEN_IF) {
            if (DokanOperations->CreateDirectory) {
                status = DokanOperations->CreateDirectory(EventContext->Create.FileName,
                                                        &fileInfo);
            }
Is this correct?

Will there be a new release fixing this Issue? And Also Dokan.Net?
Hi joe.a.burmeister
I checked my code, in CreateFile also works when creating a File with readonly 
set.

Peter 

Original comment by [email protected] on 26 Nov 2008 at 7:43

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
Fixed on Dokan library 0.4.0.

Original comment by [email protected] on 10 Dec 2008 at 5:23

  • Changed state: Fixed

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 10, 2024
Not working (again?) with Dokan 0.6.0

Original comment by [email protected] on 10 Jun 2015 at 9:54

from dokan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.