<% partitions = `df -h | awk {'print $6'} | grep /`
<% partitions = `df -h | awk {'print $6'} | grep /`.split("\n")
partitions.each do |part| %>