From 249cd9f7a283d21f867712b00ab73838d01c1464 Mon Sep 17 00:00:00 2001 From: ken <6278168+kenevil1@users.noreply.github.com> Date: Wed, 9 Feb 2022 23:21:43 +0000 Subject: [PATCH] Revert be098f7404ddb8a3c42c99ea086f8d44b41159ca...43492869163d9fa2bbc1cf3fdce387579f8fe402 on Using a NTFS disk with Linux and Windows --- 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 3fb6073..da898b8 100644 --- a/Using-a-NTFS-disk-with-Linux-and-Windows.md +++ b/Using-a-NTFS-disk-with-Linux-and-Windows.md @@ -78,6 +78,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**