How can I access windows 10 partition in ubuntu when i cant get it to shut down in a "safe state"? [duplicate]

  1. Boot into Windows
  2. Disable fast startup
  3. shutdown /s for a regular shutdown.

You can also perform a full shutdown by running this command in a cmd:

shutdown /s /f /t 0

If you can't access Windows, boot into Windows recovery media (DVD) and then run the above command.


Try

sudo ntfsfix -d /dev/sda1

also try without -d flag