3

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?

user101442
  • 2,517
  • 3
  • 20
  • 12

1 Answers1

3

See if Dokan SSHFS fills the gap.

Also see the question on its stability posted on StackOverflow here: How stable is dokan sshfs?

Community
  • 1
  • 1
volatilevoid
  • 12,605
  • 4
  • 21
  • 16