mount -t ext3 |grep -o "on /.* type" |grep -o "/[^ ]*" | sort -r > mntpoints

