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?

link|improve this question
Are you talking about a RAM Drive? – kenny Nov 6 '11 at 11:45
2  
I'm not aware of any existing cross-platform frameworks. For Windows, the documentation for writing device drivers is here: msdn.microsoft.com/en-us/library/ff557573%28v=VS.85%29.aspx See also msdn.microsoft.com/en-us/windows/hardware/gg463062 but note that this is hard-core stuff. – Harry Johnston Nov 6 '11 at 20:30
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.