From 9962637b972c138e4c4abd26f182a8f24697e22e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 12 Oct 2020 03:26:44 -0400 Subject: system/unionfs-fuse: Fix README, slack-desc. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/unionfs-fuse/README | 17 ++++++++++------- system/unionfs-fuse/slack-desc | 4 ++-- 2 files changed, 12 insertions(+), 9 deletions(-) (limited to 'system') diff --git a/system/unionfs-fuse/README b/system/unionfs-fuse/README index f49b8ef95d..15eb5cc1bc 100644 --- a/system/unionfs-fuse/README +++ b/system/unionfs-fuse/README @@ -1,12 +1,15 @@ unionfs-fuse is a unionfs filesystem implementation using fuse. -It is meant to be way more flexible than the current in-kernel unionfs solution. +It is meant to be way more flexible than the current in-kernel unionfs +solution. Why choose this stuff? - * The filesystem has to be mounted after the roots are mounted when using the standard module. - With unionfs-fuse, you can mount the roots later and their contents will appear seamlesly - * You get caching (provided by the underlying FUSE page cache) which speeds things up a lot for free - * Advanced features like copy-on-write and more + * The filesystem has to be mounted after the roots are mounted when + using the standard module. With unionfs-fuse, you can mount the + roots later and their contents will appear seamlesly. + * You get caching (provided by the underlying FUSE page cache) which + speeds things up a lot for free. + * Advanced features like copy-on-write and more. Why NOT choose it? - * Compared to kernel-space solution we need lots of useless context switches which makes - kernel-only solution clear speed-winner + * Compared to kernel-space solution we need lots of useless context + switches which makes a kernel-only solution clear speed-winner. diff --git a/system/unionfs-fuse/slack-desc b/system/unionfs-fuse/slack-desc index 1710793212..e3d09b34de 100644 --- a/system/unionfs-fuse/slack-desc +++ b/system/unionfs-fuse/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -unionfs-fuse: union-fuse (unionfs filesystem) +unionfs-fuse: unionfs-fuse (unionfs filesystem) unionfs-fuse: unionfs-fuse: unionfs-fuse is a unionfs filesystem implementation using fuse. unionfs-fuse: unionfs-fuse: It is meant to be way more flexible than the current in-kernel unionfs-fuse: unionfs solution. unionfs-fuse: -unionfs-fuse: unionfs-fuse: Project URL: https://github.com/rpodgorny/unionfs-fuse unionfs-fuse: unionfs-fuse: +unionfs-fuse: -- cgit v1.2.3-80-g2a13