#!/bin/sh [ $# -eq 0 ] && { echo "usage: stmount file" >&2; exit 1; } vnconfig /dev/vn0 "$1" mount -r -t msdos /dev/vn0 /mnt .