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?
mountall
instead. – mikewhatever Dec 19 '15 at 17:32nobootwait
option, in case the external HDD is not plugged in. http://askubuntu.com/questions/120/how-do-i-avoid-the-s-to-skip-message-on-boot – mikewhatever Dec 19 '15 at 17:51