Managed Projects

unionfs-fuse

  Analyzed 44 minutes ago

UnionFS-fuse is a filesystem service for Linux which implements a union mount for other file systems. It allows files and directories of separate file systems, known as branches, to be transparently overlaid, forming a single coherent file system. Contents of directories which have the same path ... [More] within the merged branches will be seen together in a single merged directory, within the new, virtual filesystem. It first tries to access the file on the top branch and if the file does not exist there, it continues on lower level branches. If the user tries to modify a file on a lower level read-only branch the file is copied to to a higher level read-write branch if the copy-on-write (cow) mode was enabled. [Less]

4.06K lines of code

2 current contributors

7 days since last commit

1 users on Open Hub

Low Activity
3.5
   
I Use This