one example: NTFS does not support `:` characters in file names. Wine prefixes have symlinks to `c:`

one example: NTFS does not support : characters in file names. Wine prefixes have symlinks to c: or z: which include the unsupported character. this is the core reason why people say to not use NTFS drives for linux gaming. if you offload the prefix to a compatible file system (and symlink it if needed), you can play off of NTFS without issues.

NTFS also has a 255 or so character limit per filename component
Was this page helpful?