I have Ubuntu 14.04 and would like to permanently mount my WD Elements external harddisk.
I currently use this to mount it manually:
sudo fdisk -l
The drive normally is at /dev/sdc1
sudo mount -t ntfs-3g /dev/sdc1 /media/my_directory_here
I'm guessing there is a way to automatize this?