-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File.Create do Invalid Opcode when file extension size is larger than 3 #2978
Comments
Interesting |
Ah I see Cosmos's FAT32 impl doesnt support LFS (Long Filename Support) |
It used to work before |
Ah weird then |
in the meantime maybe try using "cfg" instead of "conf" |
^ |
That's because cosmos does filenames weirdly... your filename is only 8 characters long (the period doesn't count) so basically cosmos stores it as this
but if you try settings.conf
the extension is more than 3 characters long and overflows Usually in FAT you would do this
As you can see it's separated |
its the FAT driver not cosmos VFS |
The last command makes the kernel crash
The text was updated successfully, but these errors were encountered: