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!
Asked
Active
Viewed 5,318 times
1 Answers
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
chkdskat next reboot - reboot into Windows
- reboot into Ubuntu, and your disk should be fine now