#!/bin/sh
mount -t vfat -o rw,noauto,nodev,noexec,nosuid,utf8,uid=29999,shortname=mixed "$1" "$2" > /dev/null
