wok-next annotate aufs/description.txt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents
children
rev   line source
al@19595 1 # Aufs (Advanced multi layered unification filesystem) support
al@19595 2
al@19595 3 Aufs is a stackable unification filesystem such as Unionfs, which unifies
al@19595 4 several directories and provides a merged single directory.
al@19595 5
al@19595 6 In the early days, aufs was entirely re-designed and re-implemented Unionfs
al@19595 7 Version 1.x series. Introducing many original ideas, approaches and
al@19595 8 improvements, it becomes totally different from Unionfs while keeping the basic
al@19595 9 features.