tags:

views:

460

answers:

1

Is there something like a UnionFS for Windows?

My usecase: read-only mount a remote filesystem via SSH and have something like UnionFS handle the writes.

I know this is possible on Unix, how 'bout Windows?

+2  A: 

See of dokan sshfs fills the gap http://dokan-dev.net/en/2009/04/06/the-next-release-of-dokan-library/. Also see the question on its stability posted on stackoverflow here http://stackoverflow.com/questions/1854424/how-stable-is-dokan-sshfs

volatilevoid