Aded basic howto

This commit is contained in:
2025-11-19 17:04:54 +01:00
parent 1327b8c6ef
commit 093e0c213e

View File

@@ -1,3 +1,10 @@
# disk-test
Prints server disk info in concise manner
Prints server disk info in concise manner
## How to use
You need Python and smartmontools package to run it. Example use on Debian:
sudo apt install -y smartmontools &&
wget -qO - https://gitea.jnd.ovh/jnd/disk-test/raw/branch/main/disk.py | sudo python3