3

Please, advise me SDK for emulating a file system? (Windows)

Thanks.

John Smith
  • 4,111
  • 1
  • 15
  • 15
  • 3
    Emulating it on a different platform? Abstracting it so your unit tests are fast? Emulating NTFS on FAT32? We're going to need more information on what you want to do. – Joe White Nov 25 '11 at 16:58
  • Maybe this old question helps although I did not get the answer I was hoping for: [open-source-compound-files](http://stackoverflow.com/questions/374417/is-there-an-open-source-alternative-to-windows-compound-files) – Andre Nov 25 '11 at 17:00
  • Depending on what you really mean in your question, you could define a ram drive. – OSH Nov 25 '11 at 17:06
  • 2
    possible duplicate of [Windows 2008: Virtual file system(like FUSE)](http://stackoverflow.com/questions/7689048/windows-2008-virtual-file-systemlike-fuse) – Raymond Chen Nov 25 '11 at 23:20

2 Answers2

5

There are multiple possibilities of applications for windows . I'm using boxedapp.

Prof. Falken
  • 24,226
  • 19
  • 100
  • 173
MastAvalons
  • 1,150
  • 1
  • 14
  • 23
2

You may take a look at resources from OSR, they have a file system development kit and many other resources to help you write the drivers necessary.

Johan Bezem
  • 2,582
  • 1
  • 20
  • 47