Open
Description
Which feature would you like to have?
Automated documentation is handy features, but direct translation from command structure doesn't look perfect What do I mean by that?
Section could be organised this way:
Release management
- stable
- rolling
into:
Which means commands inside section would be without anchor. External link goes always to a section.
***
## ZFS filesystem
| Author | Maintainer | Status |
| -------- | -------- | -------|
| @armbian | @armbian | Stable |
<!--- section image START from tools/include/images/SY018.png --->
[![ZFS filesystem - enable support](/images/SY018.png)](#)
<!--- section image STOP from tools/include/images/SY018.png --->
ZFS supports storage pools with varying levels of data redundancy. When a bad data block is detected, ZFS fetches the correct data from another redundant copy and repairs the bad data, replacing it with the correct data.
**Install:**
~~~
armbian-config --cmd SY018
~~~
**Remove:**
~~~
armbian-config --cmd SY019
~~~
=== "Useful ZFS commands"
- zpool
- zfs
***
Possible final design of section: