On a dual boot system with Windows and Ubuntu 16.04, the NTFS partitions on disk are shown with their label names when viewed in Ubuntu. A user has to click on it in Nautilus to mount it.
- Why is the additional mounting step required at all? Is it some safety feature for some reason? If Ubuntu can 'see' an NTFS partition which has not been left in a Hibernation state by Windows, why can't Ubuntu just mount it automatically?
- Why mount it on
/media
instead of/mnt
? Is this part of any 'safety feature of some kind' as mentioned in the above question?