Ubuntu/Windows dual boot: How to solve "read-only" issue when trying to write on a NTFS mounted volume?

Open the terminal and write the command

sudo fdisk -l

It will show your file system, identify the partition you want permission for read and write. Then type the command and give the partition name like this to your specific sda

sudo ntfsfix /dev/sda3