stratis 是一个具有与 ZFS 和 Btrfs 相似功能的卷管理文件系统。同时又是一个易于使用的 Linux 存储工具。

语法格式:stratis [参数]

常用参数:

fs 创建文件系统
list 列出文件系统
pool 列出文件系统的池
snapshot 创建文件系统快照

参考实例

安装stratis:

[root@uziwp ~]# dnf install stratis-cli stratisd

创建文件系统:

[root@uziwp ~]# stratis fs create mypool myfs1

创建一个文件系统作为现有文件系统的快照:

[root@uziwp ~]# stratis fs snapshot mypool myfs1 myfs1-experiment

以列出系统中的池:

[root@uziwp ~]# stratis pool list

列出池中的文件系统:

[root@uziwp ~]# stratis fs list mypool