1

I have windows 10 and ubuntu-16.04 installed in dual boot.

I want to get into the Linux universe from time to time and I have a problem that is rather intriguing to me! When I installed, Ubuntu already has Windows 10 installed with two C: and D: partitions.

To install Ubuntu I created a third partition with on the hard disk and installed ubuntu in dual boot! Until then, everything OK !!

When I opened the Ubuntu OS I can see the disks C: and D: and I can read and write files on them !! But after using the system two or three times, do not know the right, is no longer allowed to read or write the disks through Ubuntu!

What happened?

Jacob Vlijm
  • 83,767

1 Answers1

0

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
  • type chkdsk /f d:
  • reboot into Windows to let chkdsk run on drive C:
heynnema
  • 70,711
  • Who down-voted me, and why? Inquiring minds want to know. – heynnema Feb 15 '17 at 21:19
  • 1
    Wasn't me, but I could imagine it is because a 5.5 k user probably knows the essence of this answer by heart, since it was posted tons of times. – Jacob Vlijm Feb 15 '17 at 22:08
  • @JacobVlijm Thanks for your response! Please explain further, as I'm not sure I understand. – heynnema Feb 15 '17 at 23:08
  • 3
    ^ If I search for "unclean" on AU, I get no less then 280(!) posts, of which most are posted on exactly the same cause as this question. Anyone who has been longer on the site than a week must have seen several on them, because it has been asked over and over again. Then answering the question instead of linking to one of the many dupes is a bit faint imo. No offense btw. – Jacob Vlijm Feb 16 '17 at 05:25
  • 1
    @JacobVlijm Thanks again for your repsonse! And thanks for the clarification. I'll get better at citing links. – heynnema Feb 16 '17 at 13:17
  • @JacobVlijm Gentlemen, do you think that the fact that there are 280(!) posts related to unclean indicates that we are collectively failing in our merge requests?. That's a lot of posts. – Elder Geek Feb 16 '17 at 15:49
  • @ElderGeek Yeah, there are many. Not all 280 will be perfect matches, but still. Many of them have accepted answers, which makes many people loose (a little) rep when merged. – Jacob Vlijm Feb 16 '17 at 17:28
  • @JacobVlijm Perhaps a canonical answer with those that fit the mold flagged as dupes is a better approach then? I'm still unclear as to the criteria for merge requests. Clearly I'm not the only one who would like to know and my answer appears to be insufficient. I'd love to have some feedback there. – Elder Geek Feb 16 '17 at 17:38
  • @JacobVlijm I've been thinking about this. It's obvious that most new users aren't searching for posts that are similar enough to answer their question. Now of the 280 hits that you saw, it's suggested that I look through them to find one that answers the question, and then cite a link... instead of just answering the question for the millionith time? I've got better things to do with my time than doing the OP's work for them. I can answer the question in seconds, whilst searching/reading/citing could take me minutes or hours. So what if the answer is repeated a bunch of times? – heynnema Feb 16 '17 at 19:35
  • @ElderGeek thoughts about my last comment? – heynnema Feb 16 '17 at 19:40
  • @heynnema Hi! If you are going to post the same answer across multiple questions, first check if the question here and the question you originally answered are similar enough to be duplicates. If they are, consider flagging or close voting the question as a duplicate instead of copying your answer across multiple questions. – Thomas Ward Feb 16 '17 at 19:41
  • @ElderGeek merges are only useful when duplicate questions have different, useful answers edit: I better go look at your question – Zanna Feb 16 '17 at 19:41
  • @ThomasWard please read my last comment to JacobVlijm. Thanks. I'm not sure that it's my responsibility to search the database for similar answers, for the OP. It's faster for me to just answer the question. – heynnema Feb 16 '17 at 19:44
  • 1
    Hello, I know you want to help people but the better way would not involve duplicating answers. Consider voting to close the question as a duplicate. It may take a little more time but it will be more beneficial in the long run. – jokerdino Feb 16 '17 at 19:56
  • 3
    @heynnema Actually, it IS our collective responsibilty to locate and flag duplicates That being said, this is likely better discussed on meta – Elder Geek Feb 16 '17 at 19:58