Files
zfs/README.md
2025-10-05 15:39:57 +00:00

304 B

zfs

#check status
zpool status
#check smart status
smartctl -a /dev/sdX
#pool list
zpool list -o name
# scrup pool
zpool scrub poolname

health degrated

First check if not smart errors

# clear errors on zfs pool
zpool clear poolname