NTFS SD auto mount
Hi,
I am trying to use and NTFS SD card (previously used in windows) in Bazzite OS. It seems that it is mounted as
fuseblk
file system. The problem is that this system seems to convert all file paths to lower case, which results in issues where certain apps cannot find them.
For example:
I create a folder, named AAAAAAA
, it is displayed briefly like that, then in a second or so it is renamed to aaaaaaa
. This causes issues in games and software (like EmuDeck
, for example).
Is there a way to fix this without re-formatting the SD card? I want to retain my existing files on this card and also i want it usable on windows machines.
There is this github page from steam, where they seem to address similar issue:
https://github.com/ValveSoftware/Proton/wiki/Using-a-NTFS-disk-with-Linux-and-Windows
ThanksGitHub
Using a NTFS disk with Linux and Windows
Compatibility tool for Steam Play based on Wine and additional components - ValveSoftware/Proton
3 Replies
For the reasons specificied in this document:
https://github.com/ValveSoftware/Proton/wiki/Using-a-NTFS-disk-with-Linux-and-Windows#preventing-ntfs-read-errors
We cannot support nor recommend using NTFS for any linux gaming setup.
For sharing, BTRFS and the WinBTRFS driver can provide a better experience
https://github.com/maharmstone/btrfs
GitHub
GitHub - maharmstone/btrfs: WinBtrfs - an open-source btrfs driver ...
WinBtrfs - an open-source btrfs driver for Windows - maharmstone/btrfs
Got it thanks. I'll do format it and hopefully that will solve my issues