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?
Asked
Active
Viewed 5,158 times
2 Answers
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
