From 19c2db2fb7f47a3c43dc1b48acdf679e3343d75f Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sat, 4 Dec 2021 21:47:59 +0100 Subject: [PATCH] Additional case: when the drive is marked as "dirty" due to hibernation or the fast startup feature --- Using-a-NTFS-disk-with-Linux-and-Windows.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Using-a-NTFS-disk-with-Linux-and-Windows.md b/Using-a-NTFS-disk-with-Linux-and-Windows.md index 76c6657..195ff93 100644 --- a/Using-a-NTFS-disk-with-Linux-and-Windows.md +++ b/Using-a-NTFS-disk-with-Linux-and-Windows.md @@ -80,6 +80,12 @@ Reboot the computer for the changes to take effect: $ sudo reboot ``` +**If the partition is mounted as read-only after reboot** + +If Windows is installed on the NTFS partition, the Windows Fast Startup feature can cause the mount command to fail. +To prevent that, consider to disable it. Example tutorial: [PassFab: Disable Fast Startup](https://www.passfab.com/windows-10/disable-fast-boot-windows-10.html#way3) + + ## Preventing NTFS Read Errors **THERE HAS BEEN A REPORT THAT THIS MAY CAUSE DATA LOSS**