These are not mount options for FUSE file systems, but capabilites that
are worked out between libfuse and the fuse kernel module. For that
reason, they are also not accepted by fuse_session_new().
\fBmax_read=N\fP
With this option the maximum size of read operations can be set. The default is infinite. Note that the size of read requests is limited anyway to 32 pages (which is 128kbyte on i386).
.TP
-\fBmax_readahead=N\fN
-Set the maximum number of bytes to read-ahead. The default is determined by the kernel. On linux-2.6.22 or earlier it's 131072 (128kbytes)
-.TP
-\fBmax_write=N\fP
-Set the maximum number of bytes in a single write operation. The default is 128kbytes.
-.TP
-\fBasync_read\fP
-Perform reads asynchronously. This is the default
-.TP
-\fBsync_read\fP
-Perform all reads (even read-ahead) synchronously.
-.TP
\fBdebug\fP
Turns on debug information printing by the library.
.TP