To use this guide, you must have executed the procedures in the `5-minute
Quick Start`_ guide first. Execute this quick start on the client machine.
-.. important:: Mount the CephFS filesystem on the client machine,
- not the cluster machine.
Kernel Driver
=============
sudo mkdir /mnt/mycephfs
sudo mount -t ceph {ip-address-of-monitor}:6789:/ /mnt/mycephfs
-
+
+
+.. note:: Mount the CephFS filesystem on the client machine,
+ not the cluster machine. See `FAQ`_ for details.
+
+
Filesystem in User Space (FUSE)
===============================
sudo mkdir /home/{username}/cephfs
sudo ceph-fuse -m {ip-address-of-monitor}:6789 /home/{username}/cephfs
+
Additional Information
======================
.. _5-minute Quick Start: ../quick-start
.. _CephFS: ../../cephfs/
-.. _Inktank: http://inktank.com
\ No newline at end of file
+.. _Inktank: http://inktank.com
+.. _FAQ: ../../faq#try-ceph
To use this guide, you must have executed the procedures in the `5-minute
Quick Start`_ guide first. Execute this quick start on the client machine.
-.. important:: Mount the block device on the client machine,
- not the server machine.
-
#. Create a block device image. ::
rbd create foo --size 4096
sudo mkdir /mnt/myrbd
sudo mount /dev/rbd/rbd/foo /mnt/myrbd
+.. note:: Mount the block device on the client machine,
+ not the server machine. See `FAQ`_ for details.
+
See `block devices`_ for additional details.
.. _5-minute Quick Start: ../quick-start
-.. _block devices: ../../rbd/rbd
\ No newline at end of file
+.. _block devices: ../../rbd/rbd
+.. _FAQ: ../../faq#try-ceph