A simple way to make sure that on every boot your NTFS drive (from Windows) is mounted in Linux Mint. As far as I know a similar technique may be used for any Linux distribution.
You can also find the UUID by using this command: lsblk -f
Or you can also try: blkid
Line in /etc/fstab: UUID=E4E2BFE6E2BFBADE /media/ExtendedData ntfs defaults,x-gvfs-name=ExtendedData 0 3
Remember to replace the UUID value with your own.