Simulate your hard drive in .NET

Is there a way to simulate a disk drive in .NET and block read/write/lock operations?
I want to create a front end similar to GMail Drive in C#.

Thank you,
Tom

I use Eldos Callback File System myself for this purpose, but although it is good, it is not cheap.

There are some free/ Cheap items, I believe one of them was recently mentioned on a similar issue-it is temporarily unable to find it. However, stability is often a major issue because layering Windows file system drivers is not easy.

Is there a way to simulate a disk drive in .NET and intercept read/write/lock operations?
I want to create a front end similar to GMail Drive in C#.

Thank you,
Tom

I use Eldos Callback File System myself for this purpose, but although it is good, it is not cheap.

There are also some free/cheap projects, I believe one of them has recently A similar issue has been mentioned-it is temporarily unable to find it. However, stability is often a major issue because layering Windows file system drivers is not easy.

Leave a Comment

Your email address will not be published.