How to Install ceph-fuse in Ubuntu 18.04



Install ceph-fuse by entering the following commands in the terminal:

sudo apt update
sudo apt install ceph-fuse

Description:

FUSE-based client for the Ceph distributed file system

Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a FUSE-based client that allows one to mount a Ceph file system without root privileges. . Because the FUSE-based client has certain inherent performance limitations, it is recommended that the native Linux kernel client be used if possible. If it is not practical to load a kernel module (insufficient privileges, older kernel, etc.), then the FUSE client will do.

Homepage: http://ceph.com/

Version: 12.2.4-0ubuntu1

Section: universe/admin