stratis
linux
Manage local storage pools and volumes using the Stratis storage manager. Stratis volumes use the XFS filesystem and require the `stratisd` service.
More info →Options (1)
-a, --appendbooleanAdd a volume to `/etc/fstab` for mounting at boot
Example:
echo /dev/stratis/{{pool_name}}/{{volume_name}} {{/mnt/target}} xfs defaults,x-systemd.requires=stratisd.service 0 0 | sudo tee {{[-a|--append]}} /etc/fstabExamples (8)
Start the Stratis service (must be active before managing pools or volumes)
sudo systemctl start stratisdFormat and mount a Stratis volume manually
Add a volume to `/etc/fstab` for mounting at boot
made by @shridhargupta | data from tldr-pages