mkcephfs
distributed storage and file system
Install
- All systems
-
curl cmd.cat/mkcephfs.sh
- Debian
-
apt-get install ceph
- Ubuntu
-
apt-get install ceph
- Arch Linux
-
pacman -S ceph
- Kali Linux
-
apt-get install ceph
- Fedora
-
dnf install ceph
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ceph
- Raspbian
-
apt-get install ceph
- Dockerfile
- dockerfile.run/mkcephfs
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.