mount.fuse.ceph
FUSE-based client for the Ceph distributed file system
Install
- All systems
-
curl cmd.cat/mount.fuse.ceph.sh
- Debian
-
apt-get install ceph-fuse
- Ubuntu
-
apt-get install ceph-fuse
- Arch Linux
-
pacman -S ceph
- Kali Linux
-
apt-get install ceph-fuse
- Fedora
-
dnf install ceph-fuse-2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ceph-fuse
- Raspbian
-
apt-get install ceph
- Dockerfile
- dockerfile.run/mount.fuse.ceph
ceph-fuse
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.
ceph-fuse-1
12.2.8-1.fc29.x86_64 : Ceph fuse-based client
ceph
distributed storage and file system
Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. This package contains all server daemons and management tools for creating, running, and administering a Ceph storage cluster, with the exception of the metadata server, which is necessary for using the distributed file system and is provided by the ceph-mds package.