xoofx / zio

A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET
BSD 2-Clause "Simplified" License
817 stars 61 forks source link

MountFileSystem should be able to own some mount and/or backup. #41

Open shmuelie opened 5 years ago

shmuelie commented 5 years ago

Currently MountFileSystem requires that it either own all mounted file systems and the backup one or none of them. I have a case where I want it to own the backup one but not the mounts. I think it should also be possible to own or not own each mount.