summaryrefslogtreecommitdiff
path: root/system/encfs/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <HMWiesinger@gmx.at>2010-05-11 20:01:58 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 20:01:58 +0200
commitc3626a392f5d6116a4f998ec41f8bc8dbe125e9b (patch)
tree08736984a50c81b06835fb32f85fd1ec94e9584c /system/encfs/README
parent0d9406ab4253ef5fc456789fa5973f86de0793df (diff)
downloadslackbuilds-c3626a392f5d6116a4f998ec41f8bc8dbe125e9b.tar.gz
system/encfs: Added to 12.0 repository
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 0000000000..88909f81f3
--- /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 and fuse.
+
+Usage:
+mount: encfs /path/to/encrypted_dir /path/to/mountpoint
+umount: fusermount -u /path/to/mountpoint