Use the stratis command of linux to manage linux storage
Editor to share with you the use of linux's stratis command to manage linux storage. I hope you will learn a lot after reading this article. Let's discuss it together.
Stratis is a volume management file system with features similar to ZFS and Btrfs. It is also an easy-to-use Linux storage tool.
Syntax format: stratis [parameters]
Common parameters:
Reference example
Install stratis:
[root@linuxcool ~] # dnf install stratis-cli stratisd
Create a file system:
[root@linuxcool ~] # stratis fs create mypool myfs1
Create a file system as a snapshot of an existing file system:
[root@linuxcool ~] # stratis fs snapshot mypool myfs1 myfs1-experiment
To list the pools in the system:
[root@linuxcool ~] # stratis pool list
List the file systems in the pool:
[root@linuxcool] # stratis fs list mypool has finished reading this article, I believe you have some understanding of using linux's stratis command to manage linux storage, want to know more about it, welcome to follow the industry information channel, thank you for reading!