#!/bin/sh

FS=`df -P -h | grep "/" | grep -v devfs`
echo $FS
