Updated based on the discussion:
https://github.com/ceph/ceph/pull/28900#discussion_r301812933
Signed-off-by: Jos Collin <jcollin@redhat.com>
:maxdepth: 1
Create a CephFS file system <createfs>
- Mount CephFS <kernel>
+ Mount CephFS with the Kernel Driver <kernel>
Mount CephFS as FUSE <fuse>
Mount CephFS in fstab <fstab>
Use the CephFS Shell <cephfs-shell>
Mount CephFS with the Kernel Driver
====================================
-To mount the Ceph file system you may use the ``mount`` command if you know the
+To mount CephFS with the Kernel Driver you may use the ``mount`` command if you know the
monitor host IP address(es), or use the ``mount.ceph`` utility to resolve the
monitor host name(s) into IP address(es) for you. For example::