diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-03-12 15:22:16 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-03-12 15:22:16 +0000 |
commit | a5f7fb595deb74d31e703da8048d6e90c0ef2ae0 (patch) | |
tree | b97cef416c9475596bdd9915a278a3e50e693030 /lufis/README | |
parent | f79d899eb4e88c3a857b835ff82bb354c6448afd (diff) | |
download | libfuse-a5f7fb595deb74d31e703da8048d6e90c0ef2ae0.tar.gz |
lufis 0.2
Diffstat (limited to 'lufis/README')
-rw-r--r-- | lufis/README | 13 |
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. |