Auto Mount Drives at Startup Ubuntu and Other Linux

How to auto mount drives on boot?
1. First and foremost you need to get a list of drives and partitions:

sudo fdisk -l

will display that information

2. Second you need to copy that drive info into theĀ  /etc/fstab file.
Add a line to the fstab like the following:

/dev/sda3      /media/ycsoftware   ntfs-3g    default  0   0