HenrikBengtsson / easycatfs

easycatfs - Easy Mounting of Slow Folders onto Local Disk
https://github.com/HenrikBengtsson/easycatfs
3 stars 0 forks source link

Allow a user to share the same mounts across processes #3

Open HenrikBengtsson opened 2 years ago

HenrikBengtsson commented 2 years ago

Add support for doing:

$ easycatfs mount --shared /path/to

in concurrent shells. This would avoid duplicated caches, but also reuse the cache across processes.

This could rely on reference counters for each mount point, to avoid duplicated mounts for the same target;