ZFS-FUSE(8) | [FIXME: manual] | ZFS-FUSE(8) |
zfs-fuse - ZFS filesystem daemon
zfs-fuse [--pidfile filename] [--no-daemon] [--no-kstat-mount] [--disable-block-cache] [--disable-page-cache] [--fuse-attr-timeout SECONDS] [--fuse-entry-timeout SECONDS] [--log-uberblocks] [--max-arc-size MB] [--fuse-mount-options OPT,OPT,OPT...] [--min-uberblock-txg MIN] [--stack-size=size] [--enable-xattr] [--help]
This manual page documents briefly the zfs-fuse command.
zfs-fuse is a daemon which provides support for the ZFS filesystem, via fuse. Ordinarily this daemon will be invoked from system boot scripts.
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files.
-h --help
-p filename --pidfile filename
-n --no-daemon
--no-kstat-mount
--disable-block-cache
--disable-page-cache
-a SECONDS --fuse-attr-timeout SECONDS
-e SECONDS --fuse-entry-timeout SECONDS
--log-uberblocks
-m MB --max-arc-size MB
-o OPT... --fuse-mount-options OPT,OPT,OPT...
-u MIN --min-uberblock-txg MIN
-v MB --vdev-cache-size MB
--zfs-prefetch-disable
--stack-size=size
-x --enable-xattr
-h --help
Note that the parameters passed on the command line take precedence over those supplied through /etc/zfs/zfsrc.
The path to the configuration file (/etc/zfs/zfsrc) cannot at this time be configured.
Most existing packages suggest settings can be set at the top of their init script. These get frequently overridden by a (distribution specific) /etc/default/zfs-fuse file, if it exists. Be sure to look at these places if you want your changes to options to take effect.
The /etc/zfs/zfsrc is going to be the recommended approach in the future. So, packagers, please refrain from passing commandline parameters within the initscript (except for --pid-file).
zfs (8), zpool (8), zdb(8), zstreamdump(8), /etc/zfs/zfsrc
This manual page was written by Bryan Donlan bdonlan@gmail.com for the Debian(TM) system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation, or the Common Development and Distribution License.
Revised by Seth Heeren zfs-fuse@sehe.nl
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. The text of the Common Development and Distribution Licence may be found at /usr/share/doc/zfs-fuse/copyright
Copyright © 2010 Bryan Donlan
2010-06-09 | [FIXME: source] |