Automount External Drive Raspberry Pi

Automounting external drive on a Raspberry PI NOTE: As my hard drive is formatted in ntfs we need to install ntfs-3g sudo apt-get install ntfs-3g Identify UUID from the external drive, usually /dev/sda1 sudo blkid Create a directory where it will be mounted at sudo mkdir /media/rasp3tb Add root user...