0

I can't copy files to the volume where i've installed Windows (to C:\ local disk). I could copy to that disk before, but after reinstalled my windows i can't copy there anything!

Diyar
  • 1

1 Answers1

2

Ubuntu thinks that you've probably got a dirty filesystem in Windows. To fix this:

in Windows:

  • open the Power control panel
  • choose change what the power buttons do
  • choose change options that are unavailable
  • uncheck fast startup
  • close the Power control panel
  • open an administrative command prompt window
  • disable hibernation, type powercfg /h off
  • check your file system, type chkdsk /f c:
  • approve running chkdsk at next reboot
  • reboot into Windows
  • reboot into Ubuntu, and your disk should be fine now
heynnema
  • 73,649