Fire up a terminal.
- [IMPORTANT]
sudo cp /etc/fstab /etc/fstab.old
- Create a backup of the fstab file just in case something unwanted happens. sudo blkid
- Note the UUID of the partition you want to automount.sudo nano /etc/fstab
- Copy the following line to the end of the file, save it and reboot afterwards to check if it worked.mkdir /my/path/tomount
# to quote : "you must create the mount point before you mount the partition." see https://help.ubuntu.com/community/Fstab
A common setup is: