首页 > Linux命令大全 > 其他命令    日期:2020-09-24 / 浏览

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

觉得上面的内容有用吗?快来点个赞吧!

点赞() 我要打赏

温馨提示 : 本站内容来自会员投稿以及互联网,所有源码及教程均为作者总结编辑,请大家在使用过程中提前做好备份,以免发生无法预知的错误,源码类教程请勿直接用于生产环境!

 可能感兴趣的文章

1 2 3 4 5