#!/bin/bash
maxuse=`df | grep "/dev/sd" | tr -s " " ":" | cut -d : -f5 | sort -nr | head -n1`
echo $maxuse