-1

why is this happening? ntfs drive. enter image description here

edit: I did NOT hibernate my Windows and fast startup is off. also this is a USB disk not a HARD DRIVE

Edgy1
  • 537

1 Answers1

2

Install ntfs-3g package, by running

sudo apt-get install ntfs-3g

and then run

sudo ntfsfix /dev/[DRIVE_NAME]

Example:

sudo ntfsfix /dev/sdc1
Ruhul
  • 76
  • 3