stratis 是一个具有与 ZFS 和 Btrfs 相似功能的卷管理文件系统。同时又是一个易于使用的 Linux 存储工具。
语法格式:stratis [参数]
常用参数:
fs | 创建文件系统 |
list | 列出文件系统 |
pool | 列出文件系统的池 |
snapshot | 创建文件系统快照 |
参考实例
安装stratis:
[root@linuxcool ~]# dnf install stratis-cli stratisd
创建文件系统:
[root@linuxcool ~]# stratis fs create mypool myfs1
创建一个文件系统作为现有文件系统的快照:
[root@linuxcool ~]# stratis fs snapshot mypool myfs1 myfs1-experiment
以列出系统中的池:
[root@linuxcool ~]# stratis pool list
列出池中的文件系统:
[root@linuxcool ~]# stratis fs list mypool
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
评论(0)