Comment 12 for bug 2062972

Revision history for this message
Fazekas, Lajos (superskyhawk) wrote :

I ran into the same issue on:

Linux Lenovo-ThinkPad-X13-Gen-1 6.8.0-36-generic #36-Ubuntu SMP PREEMPT_DYNAMIC Mon Jun 10 10:49:14 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

Finally I found a resolution after reading this article:
https://wiki.archlinux.org/title/NTFS#Unable_to_mount_with_ntfs3_with_partition_marked_dirty

Steps to resolve the problem:

Under linux:
sudo ntfsfix --clear-dirty /dev/_yourdiskAndPartition_here_

Rebooted into Windows 11, then command line with administrator rights:
chkdsk c: /f /r

Booted win11, checkdisk done and issues resolved.

Rebooted to Ubuntu, then mounting was fine.