The NTFS drive is not automatically mounted while the booting.

So, we opent the file /etc/fstab

and add the line:

 <file system>                       <mount point>                                     <type>  <options>   <dump><pass>

UUID=1FF76802987AFE38 /media/frank/1FF76802987AFE38           ntfs-3g    defaults        0       0

Change the UUID value and mount point value to the one you like.