> i need a linux like union file system, and I'm really surprised that i
> can't find even one.
Dokan is in my opinion not ready for production use.
The kernel driver produces randomly blue screens (even if no dokan fs
is used at all)
greetings
Carsten
> thanks, this thing leaves me disappointed ... I thought to create myself
> the file system but if you say that is unstable not worth it.
> Is there any other similar library to work with?
The only usermode lib I'm aware of is commercial:
http://www.eldos.com/cbfs/
But you can write a kernel mode (ring 0 driver).
Look for: Installable File System
greetings
Carsten
I think that fixing Dokan would be better than writing only kernel drivers.
Did you notice any possible reason for these crashes? Which systems? Special conditions like power saving, drives changes, plug/unplug, registration or any possible cause?
I notice that killing userspace can cause a crash inside kernel.
Frediano
> I think that fixing Dokan would be better than writing only kernel drivers.
Yes, but I think development of kernel driver is stopped/sleeping.
> Did you notice any possible reason for these crashes?
No
> Which systems?
Windows 7 SP1 x32
> Special conditions like power saving, drives changes,
> plug/unplug, registration or any possible cause?
Not at all. If so I would have reportet a bug.
Took me a while for discovering that dokan crashes my system.
greetings
Carsten