#!/bin/bash if [ $# -lt 1 ]; then echo "Usage: mount_disk.sh DISKFILE" exit 1 fi . config . functions mount_disk $1