#!/bin/bash # mount big disk image's first partition (63 sectors into image) [ -z "$2" ] && echo "usage: `basename $0` " && exit 1 mount $1 $2 -o loop,offset=32256