0

I have Ubuntu 17.04 on my Asus laptop.

After login I cannot write anything to /dev/sda6

It tells me that the disk is in read-only mode:

enter image description here

How can I fix it?

muru
  • 197,895
  • 55
  • 485
  • 740

1 Answers1

1

If the NTFS drives are mounting as read-only, its probably because Ubuntu thinks their filesystems are unclean, probably due to hibernation, or a damaged file system. Do this...

In Windows...

  • boot into 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
  • type powercfg /h off
  • type chkdsk /f c:
  • approve to run chkdsk at next reboot
  • reboot into Windows to let chkdsk run on drive C:
heynnema
  • 70,711