Howto stratis storage: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
create the stratis pool: | create the stratis pool: | ||
stratis pool create mypool /dev/nvme0n1 | stratis pool create mypool /dev/nvme0n1 | ||
to check the list of block devices part of stratis on your system: | |||
stratis blockdev list |
Revision as of 03:35, 18 September 2020
first we identify the disk:
lsblk
next we clean any partition on this disk:
wipefs -a /dev/nvme0n1
create the stratis pool:
stratis pool create mypool /dev/nvme0n1
to check the list of block devices part of stratis on your system:
stratis blockdev list