#!/bin/sh -e

(mount | grep /dev/sdc) || sudo mount /dev/sdc /mnt
test -d /mnt/ubuntu || sudo mkdir /mnt/ubuntu
sudo chown ubuntu:ubuntu /mnt/ubuntu
