#!/bin/bash

mount -t vfat -o rw,sync /dev/$1 /mnt/usb_storage || mount -t vfat -o rw,sync /dev/$1 /mnt/usb_storage

