Trying to get steam to load already installed games from multiple drives

At the minimum, Linux is able to read and write to NTFS filesystem, but not other NTFS features. This is because there’s a discrepancy between Linux fileystem model and Windows NTFS model. Fileystem format like ext is designed for Linux filesystem model.

Reading and writing file from and to NTFS filesystem within GNU/Linux are generally safe, but anything related to running executable within NTFS isn’t.

FYI:

1 Like