From 6818b26a10ab4b678c9f03e1996686b672896554 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Tue, 8 Nov 2022 21:41:49 +0100 Subject: [PATCH] Revert 642af5f8e5f701f345316bf507806b728fc07000...e5403db7b9f8332cbab39ddca48cbcbd18ee5e43 on Using a NTFS disk with Linux and Windows --- Using-a-NTFS-disk-with-Linux-and-Windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-a-NTFS-disk-with-Linux-and-Windows.md b/Using-a-NTFS-disk-with-Linux-and-Windows.md index 552de37..9f3605d 100644 --- a/Using-a-NTFS-disk-with-Linux-and-Windows.md +++ b/Using-a-NTFS-disk-with-Linux-and-Windows.md @@ -81,13 +81,13 @@ $ 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://yip.su/2g4qs3) +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** -Due to the nature of NTFS, creating [files/folders with names that are invalid on Windows](https://yip.su/2g4qs3) will cause disk errors (leading to games that don't launch). The most common issue is a `:` (colon) character in filenames that Proton creates on the NTFS disk. +Due to the nature of NTFS, creating [files/folders with names that are invalid on Windows](https://docs.microsoft.com/windows/win32/fileio/naming-a-file#naming-conventions) will cause disk errors (leading to games that don't launch). The most common issue is a `:` (colon) character in filenames that Proton creates on the NTFS disk. Fixing this is pretty simple: create the `/compatdata` folder on the mounted NTFS disk as a symlink that points to a folder on a Linux partition.