1CFUSE(8)                    System Manager's Manual                   CFUSE(8)
2
3
4

NAME

6       cfuse - FUSE-based client for ceph
7

SYNOPSIS

9       cfuse [ -m monaddr:port ] mountpoint [ fuse options ]
10

DESCRIPTION

12       cfuse  is a FUSE (File system in USErspace) client for Ceph distributed
13       file system.  It will mount a ceph file system (specified  via  the  -m
14       option  for  described  by  ceph.conf (see below) at the specific mount
15       point.
16
17       The file system can be unmounted with:
18
19              fusermount -u mountpoint
20
21       or by sending SIGINT to the cfuse process.
22

OPTIONS

24       Any options not recognized by cfuse will be passed on to libfuse.
25
26       -d     Detach from console and daemonize after startup.
27
28       -c ceph.conf, --conf=ceph.conf
29              Use  ceph.conf  configuration  file  instead  of   the   default
30              /etc/ceph/ceph.conf   to   determine  monitor  addresses  during
31              startup.
32
33       -m monaddress[:port]
34              Connect  to  specified  monitor  (instead  of  looking   through
35              ceph.conf).
36

AVAILABILITY

38       cfuse is part of the Ceph distributed file system.  Please refer to the
39       Ceph wiki at http://ceph.newdream.net/wiki for more information.
40

SEE ALSO

42       fusermount(8), ceph(8)
43
44
45
46                                                                      CFUSE(8)
Impressum