aboutsummaryrefslogtreecommitdiff
path: root/system/encfs/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2010-06-27 13:23:02 -0500
committerErik Hanson <erik@slackbuilds.org>2010-06-29 00:36:35 -0500
commit35ec7c308338be8b292a754f50f18d8920cdb1c1 (patch)
tree1491d0d44c0a1939ceb2330aa1840554f7bbc69a /system/encfs/README
parent31189c7f5ad6d7e718a8596a21698bd6a532a7ac (diff)
downloadslackbuilds-35ec7c308338be8b292a754f50f18d8920cdb1c1.tar.xz
system/encfs: Added (encrypted virtual filesystem via FUSE)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/encfs/README')
-rw-r--r--system/encfs/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/encfs/README b/system/encfs/README
new file mode 100644
index 000000000000..2ed7f46382f2
--- /dev/null
+++ b/system/encfs/README
@@ -0,0 +1,10 @@
+EncFS is a program which provides an encrypted virtual filesystem for Linux
+using the FUSE kernel module. FUSE provides a loadable kernel module
+which exports a filesystem interface to user-mode. EncFS runs entirely in
+user-mode and acts as a transparent encrypted filesystem.
+
+This requires rlog.
+
+Usage:
+mount: encfs /path/to/encrypted_dir /path/to/mountpoint
+umount: fusermount -u /path/to/mountpoint