I have one SSD disk with installed Windows 10 and Ubuntu 20.04 on the same disk. I also have the second HDD drive with NTFS filesystem which should be shared between Windows and Ubuntu. I put the entry to /etc/fstab to automatically mount the HDD disk, however it is mounted in read only. If I run “ntfsfix /dev/sdb2” and reboot Ubuntu - the disk is mounted in RW mode as I want.
However, if I use Windows (just boot it and shutdown) and after that boot Ubuntu - I have the same error with HDD - it is not mounted in RW, and in read only mode. So I again need perform “ntfsfix”, reboot Ubuntu.
Is there any way to fix this error permanently? I know that it is possible to perform “ntfsfix” during the every Ubuntu boot, but this solution seems to me not elegant. Turning off the Hybernate on Windows seems not the solution as the HDD is not system, and not used by Windows system.
The HDD volume I mount is not system, it is just for data/media files. The HDD has 3 partitions (two small unallocated and unformatted 1mb and 45mb before and after the main partition, and one main partition /dev/sdb2 with the whole disk space)