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.

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>
    Copy to Clipboard Toggle word wrap

    Specify the mount point where the file system is mounted:

    [root@client ~]# umount /mnt/cephfs
    Copy to Clipboard Toggle word wrap

Additional Resources

  • The umount(8) manual page

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>
    Copy to Clipboard Toggle word wrap

    Specify the mount point where the file system is mounted

    [root@client ~]# fusermount -u /mnt/cephfs
    Copy to Clipboard Toggle word wrap

Additional Resources

  • The ceph-fuse(8) manual page
Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat