From 5773f1d8ee7fd25c4981ff1b7606e44bf3d337d5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 27 Sep 2025 11:13:26 -0500 Subject: [PATCH] Update storage-test.sh --- storage-test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/storage-test.sh b/storage-test.sh index 08dc4bd..2b994d0 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -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