Howto stratis storage

From Vidalinux Wiki
Revision as of 03:36, 18 September 2020 by 10.233.90.0 (talk)
Jump to navigation Jump to search

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

to list all pools on your system:

stratis pool list