stratis 是一个具有与 ZFS 和 Btrfs 相似功能的卷管理文件系统。同时又是一个易于使用的 Linux 存储工具。
语法格式:stratis [参数]
常用参数:
fs | 创建文件系统 |
list | 列出文件系统 |
pool | 列出文件系统的池 |
snapshot | 创建文件系统快照 |
参考实例
安装stratis:
[root@xtuos.com ~]# dnf install stratis-cli stratisd
创建文件系统:
[root@xtuos.com ~]# stratis fs create mypool myfs1
创建一个文件系统作为现有文件系统的快照:
[root@xtuos.com ~]# stratis fs snapshot mypool myfs1 myfs1-experiment
以列出系统中的池:
[root@xtuos.com ~]# stratis pool list
列出池中的文件系统:
[root@xtuos.com ~]# stratis fs list mypool
原创文章,作者:校长,如若转载,请注明出处:https://www.yundongfang.com/Yun223360.html