From b819f8cddc3675fd6992a99138b875ebea41659c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 5 Oct 2025 15:39:57 +0000 Subject: [PATCH] modified: README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 9a55701..d37fca4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,30 @@ # zfs +```bash +#check status +zpool status +``` + +```bash +#check smart status +smartctl -a /dev/sdX +``` + +```bash +#pool list +zpool list -o name +``` + +```bash +# scrup pool +zpool scrub poolname +``` + +## health degrated + +First check if not smart errors + +```bash +# clear errors on zfs pool +zpool clear poolname +```