disks=$(df -h --exclude-type=tmpfs| egrep -vi 'boot|Mounted' | awk ' { print $6 ": " $4 } ' | tr ' ' '\n') echo $disks