-1

I have installed fresh Ubuntu Budgie 24.04. I am unable to access the Windows NTFS filesystem. Initially I was unable to access Windows data. Then I created a new NTFS partition. Initially it was working in Ubuntu, but now it's not working. How to fix it?

enter image description here

karel
  • 122,292
  • 133
  • 301
  • 332

2 Answers2

2

The following commands have worked for me:

sudo ntfsfix --clear-dirty /dev/yourdiskAndPartition_here

sudo ntfsfix -d /dev/yourdiskAndPartition_here

For example :

sudo ntfsfix --clear-dirty /dev/sda4

sudo ntfsfix -d /dev/sda4

Ashish
  • 21
  • 3