Update storage-test.sh

This commit is contained in:
2025-09-27 11:13:26 -05:00
parent 3c9ab587a4
commit 5773f1d8ee

View File

@@ -107,6 +107,9 @@ IO4kRandWrite=0
ChosenPartition=""
if [ "$1" = "" ]; then
drives="$(/bin/df -kTh | grep ext4)"
echo "HERE: ${#drives}"
drives2=(${drives})
echo "HERE: ${#drives2}"
echo
Print_Style "Select a drive to test from:" "$YELLOW"
df=0