#!/bin/sh
# Mount a partition by label automatically
sudo mount -o rw,X-mount.mkdir -L "$1" "${2:-/mnt/$1}"