ruby df

IO.popen('df') { |io|
    while line = io.gets()
        puts line if  line.split(' ')[5] == '/'
    end
}

ftp://ftp.kek.jp/kek/unix4hep/html/df1.html