aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-10-28 07:59:22 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-10-28 07:59:22 +0000
commit10d03ed9c381436d06252ab440bc2e910e7e755b (patch)
tree13fe3b8295e89b100b825bfd533cbc2e332e439d /README
parente414a2ff2cc5ba3bf618a3674a0a0a8408ad0470 (diff)
downloadandroid_external_fuse-10d03ed9c381436d06252ab440bc2e910e7e755b.tar.gz
android_external_fuse-10d03ed9c381436d06252ab440bc2e910e7e755b.tar.bz2
android_external_fuse-10d03ed9c381436d06252ab440bc2e910e7e755b.zip
build/install fixes + add bug reporting instructions to README
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index b97d56b..da06a2a 100644
--- a/README
+++ b/README
@@ -126,6 +126,12 @@ user_allow_other
Mount options
=============
+Most of the generic mount options described in 'man mount' are
+supported (ro, rw, suid, nosuid, dev, nodev, exec, noexec, atime,
+noatime, sync async, dirsync). Filesystems are mounted with
+'-onodev,nosuid' by default, which can only be overridden by a
+privileged user.
+
These are FUSE specific mount options that can be specified for all
filesystems:
@@ -264,3 +270,12 @@ blkdev
Mount a filesystem backed by a block device. This is a privileged
option. The device must be specified with the 'fsname=NAME' option.
+
+
+Reporting bugs
+==============
+
+Please send bug reports to the <fuse-devel@lists.sourceforge.net>
+mailing list.
+
+The list is open, you need not be subscribed to post.