aboutsummaryrefslogtreecommitdiffstats
path: root/lufis/README
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-03-12 15:22:16 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-03-12 15:22:16 +0000
commita5f7fb595deb74d31e703da8048d6e90c0ef2ae0 (patch)
treeb97cef416c9475596bdd9915a278a3e50e693030 /lufis/README
parentf79d899eb4e88c3a857b835ff82bb354c6448afd (diff)
downloadlibfuse-a5f7fb595deb74d31e703da8048d6e90c0ef2ae0.tar.gz
lufis 0.2
Diffstat (limited to 'lufis/README')
-rw-r--r--lufis/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/lufis/README b/lufis/README
index bd648fa..4e58023 100644
--- a/lufis/README
+++ b/lufis/README
@@ -35,3 +35,16 @@ and
For LUFS specific options (can only be specified in the first
argument) see the README in the LUFS distribution
+
+
+Captivefs:
+
+from version 0.2 lufis supports mounting the captivefs. Command line
+should be something like this:
+
+lufis "fs=captivefs,dir_cache_entries=0,image=/store/ntfs/ntfs.img,captive_options=--rw;--load-module=/var/lib/captive/ntoskrnl.exe;--filesystem=/var/lib/captive/ntfs.sys;--sandbox-server=/usr/sbin/captive-sandbox-server;" /mnt/ntfs -s
+
+It may work without the '-s' option, but this is untested.
+
+umounting should be done with 'umount' as root or 'fusermount -u' as
+non-root.