#!/bin/bash if [ -e /dev/sda1 ]; then if ! mount | grep sda1; then mount /dev/sda1 /fotobox fi fi