4

I installed Ubuntu 14.04 beside Windows 8 When I boot Ubuntu windows NTFS drives don't open and show this:

Error mounting /dev/sda5/ at /media/username/Ali : command-line mount -t "ntfs" -o

enter image description here

But after restarting and booting windows and then get back to ubuntu I can access drives. What to do drives mount without booting windows?

hg8
  • 13,462

2 Answers2

1

Your problem probably is the Windows fast startup option. You have to disable it.

Boot Windows, open Control Panel, type "change what power buttons do" and select the link "Change what the power buttons do".

Select the link "Change settings that are currently unavailable", scroll down and uncheck "Turn on fast start-up (recommended)".

Restart the computer and you won't have this error anymore.

See here for more informations about Windows Fast Boot.

hg8
  • 13,462
1

Besides the instructions already given by @hg8, you should and have to disable hibernation.

To accomplish this, boot Windows and open command prompt as administrator and execute :

powercfg /h off  

Shutdown the machine (not reboot) completely. Then start your computer and boot into ubuntu.

So with Fast Boot turned off and hibernation disabled you will be able to mount NTFS partitions.

A.B.
  • 90,397
cl-netbox
  • 31,163
  • 7
  • 94
  • 131