By the way, if that other filesystem is NTFS, then changing the permissions on the mountpoint isn’t going to do you any good.
NTFS does not store or even recognize POSIX permissions. Instead, the permissions have to be faked by way of the mount options, and once the filesystem is mounted, the fake permissions cannot be changed. The filesystem would need to be remounted with different fake permissions.