]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - Documentation/filesystems/fuse.txt
[PATCH] fuse: add support for block device based filesystems
[mv-sheeva.git] / Documentation / filesystems / fuse.txt
index 3d74477389587b4be4d03950845c17a1e396a707..fd17dce15a96f55bc0c31467689ce02ec72af367 100644 (file)
@@ -51,6 +51,22 @@ homepage:
 
   http://fuse.sourceforge.net/
 
+Filesystem type
+~~~~~~~~~~~~~~~
+
+The filesystem type given to mount(2) can be one of the following:
+
+'fuse'
+
+  This is the usual way to mount a FUSE filesystem.  The first
+  argument of the mount system call may contain an arbitrary string,
+  which is not interpreted by the kernel.
+
+'fuseblk'
+
+  The filesystem is block device based.  The first argument of the
+  mount system call is interpreted as the name of the device.
+
 Mount options
 ~~~~~~~~~~~~~