Chapter 5. Unmounting Ceph File Systems
This chapter describes how to unmount Ceph File System mounted as kernel or File System in User Space (FUSE) clients.
5.1. Unmounting Ceph File Systems Mounted as kernel Clients
This section shows how to unmount a Ceph File System that is mounted as a kernel client.
Procedure
To unmount a Ceph File System mounted as a kernel client:
umount <mount-point>
Specify the mount point where the file system is mounted:
[root@client ~]# umount /mnt/cephfs
Additional Resources
-
The
umount(8)manual page
5.2. Unmounting Ceph File Systems Mounted as FUSE Clients
This section shows how to unmount a Ceph File System that is mounted as a File System in User Space (FUSE) client.
Procedure
To unmount a Ceph File System mounted in FUSE:
fusermount -u <mount-point>
Specify the mount point where the file system is mounted
[root@client ~]# fusermount -u /mnt/cephfs
Additional Resources
-
The
ceph-fuse(8)manual page

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.