First big articles reformatting now that I properly understand hugo

This commit is contained in:
Julien Dessaux 2021-03-11 19:47:26 +01:00
parent 5e6844592a
commit 1a4981a826
40 changed files with 184 additions and 173 deletions

View file

@ -1,9 +1,10 @@
---
title: "mdadm"
linkTitle: "mdadm"
date: 2011-11-15
description: >
mdadm
description: some mdadm command examples
tags:
- linux
- simple utilities
---
## Watch the array status
@ -39,4 +40,3 @@ mdadm --stop /dev/md0
mdadm --zero-superblock /dev/sda
mdadm --zero-superblock /dev/sdb
{{< /highlight >}}