11 lines
279 B
Markdown
11 lines
279 B
Markdown
# disk-test
|
|
|
|
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
|