summaryrefslogtreecommitdiff
path: root/doc/cephfs/fuse.rst
blob: d1b0fa2ffa484684cdcf2b306ffd9fdeddcf91b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=========================
 Mount Ceph FS as a FUSE
=========================
To mount the Ceph file system as a File System in User Space (FUSE), you may 
use the ``ceph-fuse`` command. For example:: 

	sudo mkdir /home/usernname/cephfs
	sudo ceph-fuse -m 192.168.0.1:6789 /home/username/cephfs

If ``cephx`` authentication is on, ``ceph-fuse`` will retrieve the name and 
secret from the key ring automatically.

See `ceph-fuse`_ for details.

.. _ceph-fuse: ../../man/8/ceph-fuse/