Code Monkey home page Code Monkey logo

Comments (3)

billziss-gh avatar billziss-gh commented on June 8, 2024

I am suspecting a problem with either how you set user permissions on your files (e.g. are you using the -o uid=UID,gid=GID options?) or perhaps a problem with the file system itself.

Are you running the file system with the -d option to get debug output and see what file system requests you receive from the operating system?

from cgofuse.

mohankumarv2005 avatar mohankumarv2005 commented on June 8, 2024

Thank you for your response. Yes, we are using following options to Mount.

options := []string{"-o", "volname=Altair", "-o", "uid=-1", "-o", "gid=-1"}
host.Mount(mountDrive, options)

Also, surprisingly when I started the file system with “-d” option, I see Rmdir() being called correctly on the selected folder and therefore no issues with Delete.

Any thoughts on how starting in debug mode having an effect on invoking Rmdir() Callback?

from cgofuse.

billziss-gh avatar billziss-gh commented on June 8, 2024

In my opinion this strongly suggests that there is a problem with your file system.

There is no functional difference when running with the -d option. The WinFsp DLL simply logs all requests/responses from/to the kernel to stderr.

from cgofuse.

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.