#!/bin/ksh if [ -z "$1" ]; then echo Usage: $0 /dev/device fi grep "^$1[[:space:]]" /etc/fstab | awk '{print $2}' | xargs -l -r xfe