Git Product home page Git Product logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Couldn't agree more. The problem with piggy backing on Windows reparse points 
is that
limits you to overriding NTFS only. To be like Unix you want to be able to 
mount a
filesystem at any directory on the whole system, which isn't possible. I think 
the
simplest idea is for a Unix Dokan drive. On that drive you can mount 
filesystems at
any folder. The Unix Dokan filesystem deals with redirecting and processing 
paths
(just find the last mount for a path, cut the path and hand it to the mount).


I've been playing with this myself, and what I've done is to make a Dokan 
filesystem
that just mounts other filesystems. Filesystems are plugin DLLs with pretty 
much the
same interface as Dokan. You give the Dokan filesystem a mount table on start 
up and
it loads plugins (by name) when required.

Original comment by [email protected] on 10 Nov 2008 at 10:48

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
It's possible to add reparse points support for Docan. I'm going to do it to add
support for directory symlinks.

It should then be possible to mount filesystems inside a Dokan directory tree.

Original comment by [email protected] on 10 Nov 2008 at 10:57

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Are you planning on enabling Dokan filesystems to be mounted at reparse points 
too,
or just reparse support within a Dokan filesystem?

Original comment by [email protected] on 10 Nov 2008 at 4:07

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Both.

Original comment by [email protected] on 10 Nov 2008 at 4:09

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Perfect. I hoped as much. 
I didn't go down that road because they can be a bit prickly about gpl stuff 
here.
But if you are already on your way down that road it makes no sense for me to
continue on my plugin system. Anything I can do to help? I've cleared
'helping-with-features-that
will-be-happening-anyway-and-will-be-useful-to-the-company' with my boss.

How far along are you?

Original comment by [email protected] on 10 Nov 2008 at 4:16

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Hi,

Your software is amazing!! I was wondering if the feature mentioned above has 
been 
added by now? I tried using reparse points and symbolic links and I always got 
the 
following error from Windows: "The data present in the reparse point buffer is 
invalid."

Thanks!
Emil

Original comment by [email protected] on 6 Mar 2010 at 1:25

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.