Windows and Linux dual boot problem

Veda Swaroop
1 min readSep 30, 2020

After successfully installing Windows and Linux in dual boot mode, I had issues with mounting the Windows partition e in Linux. My objective is to access the Windows partition and its files on Linux. The other way is not possible as Windows doesn’t support Linux file systems.

The Problem: The Windows partition can be mounted on Linux. The files in the Windows drive are accessed in read-only mode. So it was not possible to create a new file/folder or modify the existing files/folders. This problem isn’t solved even after changing the file/folder permissions using chmod or chown. The problem is because of the Windows 10 operating system.

The solution: In Windows 10, go to the control panel. Open “power options” and select “what the power button does”. Now click on “Change settings that are currently unavailable” and uncheck “Turn on fast startup”. By default, the fast-boot mode is enabled in Windows 10. This causes the problem. Due to this, when Windows is shut down, the state of the Windows and its file systems are locked and stored in a file and then shut down. This is not a proper shutdown. This is a kind of hibernation. It is half hibernating and half shut down. As the file systems are locked, the Windows file systems are not properly un-mounted before shutdown. This is a benefit to Windows 10, as it enables it to boot fast. After disabling the fast-boot mode in Windows 10, the files/folders on the Windows drive can be fully accessed in Linux.

--

--

Veda Swaroop

I love Science, Technology, Linux and Computers in general. A.I, Machine Learning, Deep Learning Enthusiast.