diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index dc21e612..31bea2ef 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -554,7 +554,7 @@ STATUS(){ DIVIDER false green fi declare -A partitions - partitions=`${NCMD} df -hBM | grep -vE '^Filesystem|tmpfs|cdrom' | awk '{ print $5 " " $1 }' | while read output; do echo $output | awk '{ print $2 }'; done;` + partitions=`${NCMD} df -hBM | grep -vE '^Filesystem|tmpfs|cdrom|loop' | awk '{ print $5 " " $1 }' | while read output; do echo $output | awk '{ print $2 }'; done;` partitions2=`echo ${partitions[*]}` partitions3=(${partitions2}) for partition in "${partitions3[@]}"; do