#!/bin/bash if [ -d "/media/$USER/ipod/DCIM" ];then fusermount -u /media/$USER/ipod/ else ifuse /media/$USER/ipod/ fi