aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2002-01-09 13:46:10 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2002-01-09 13:46:10 +0000
commitddc862a82407f1eb951eb0f021c7511c47535538 (patch)
treefb63f6814e9b3fba60a3bb3909227f9c364607f9 /README
parent4b2bef463b46effc57a87f3c7a9cbc5a70602668 (diff)
downloadandroid_external_fuse-ddc862a82407f1eb951eb0f021c7511c47535538.tar.gz
android_external_fuse-ddc862a82407f1eb951eb0f021c7511c47535538.tar.bz2
android_external_fuse-ddc862a82407f1eb951eb0f021c7511c47535538.zip
release preparations
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index 679488e..051bc7a 100644
--- a/README
+++ b/README
@@ -39,13 +39,13 @@ FUSE is made up of three main parts:
Here's how to create your very own virtual filesystem in five easy
-steps:
+steps (after installing FUSE):
1) Edit the file example/fusexmp.c to do whatever you want...
2) Build the fusexmp program
- 3) run 'util/fusermount /mnt/whatever example/fusexmp -d'
+ 3) run 'example/fusexmp /mnt/whatever -d'
4) ls -al /mnt/whatever
@@ -54,6 +54,12 @@ steps:
If it doesn't work out, please ask! Also see the file 'include/fuse.h' for
detailed documentation of the library interface.
+You can also mount your filesystem like this:
+
+ fusermount /mnt/whatever example/fusexmp -d
+
+The fusermount program now accepts a couple of additional options.
+Run it with the '-h' option to see a description.
Security
========