I have transform my old Pc to an ubuntu mate computer two years ago. I still have double boot windows 10 and ubuntu mate. I have a problem to mount two NTFS partitions (partition 4 and partition 6) with ubuntu.
Error mounting/dev/sda6 : wrong.fs type, bad option, bad superblock on/dev/sda6,missing code page or helper program, or other error. (udisk-error-quark, 0)
It used to work well and for a few weeks it doesn’t work anymore. I updated my ubuntu mate version. And i also opened my windows so I don’t know which change caused the problem.
Under Windows i precise that hibernate and fast start are disabled.
There is always a chance of the real hardware failure. I'd suggest to check disk for errors before investigating anything else. Thankfully, it is simple and not that time consuming operation.
@Bombilla Thank you! It is indeed my first post in the community. Even if I already found lot of help trough it till now.
@ugnvs Thank you for you answer. I did smart data and auto test. The results seem good. And i can access the partitions when i am with windows. Should I test something else?
The next step might be checking disk partitions for their structure corruption using chkdsk in Windows and/or fsck in Linux.
There may be problems with different ntfs driver implementations as @pavlos_kairis answer probably implies. I vaguely remember that such the problems have been discussed at the forum more than once. Could you please search for the forum's relevant topics?
If sudo dmesg says Volume is dirty, you could use a utility, ntfsfix, to clear up the dirty flag.
Need to adjust your partition to 4 or 6. example: sudo ntfsfix -d /dev/sda6