Automount NTFS volume under Linux (Mint)
When automounting an NTFS volume under Linux (Mint) you can do this using the /etc/fstab file. dummy dummy dummy
Add a line in the /etc/fstab file:
# custom mount point
/dev/sdb1 /media/windows-c ntfs-3g defaults 0 0
And take the mount into effect.