이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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>
umount <mount-point>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Specify the mount point where the file system is mounted:
umount /mnt/cephfs
[root@client ~]# umount /mnt/cephfs
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
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>
fusermount -u <mount-point>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Specify the mount point where the file system is mounted
fusermount -u /mnt/cephfs
[root@client ~]# fusermount -u /mnt/cephfs
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Additional Resources
-
The
ceph-fuse(8)
manual page