<% partitions = `df -h | awk {'print $6'} | grep /` %>
<% partitions = `df -h | awk {'print $6'} | grep /`
partitions.each do |part| %>