Create fake flash drive programmatically

948 views Asked by At

I want to create a fake flash drive programmatically under Mac OSX and Windows. It should behave like a normal drive, that means it should appear in explorer/finder, should be unmountable,.. If someone puts some data in it, it should be handled in a backend software.

Is that possible?

1

There are 1 answers

0
Paul Sweatte On

I'm not aware of any existing cross-platform frameworks. For Windows, the documentation for writing device drivers is here: http://msdn.microsoft.com/en-us/library/ff557573. See also http://msdn.microsoft.com/en-us/windows/hardware/gg463062 but note that this is hard-core stuff.