The backslash "\" is allowed in fat filenames, so this patch (against dosfsck/check.c) should work.
- char *bad_chars = atari_format ? "*?\\/:" : "*?<>|\"\\/:"; + char *bad_chars = atari_format ? "*?/:" : "*?<>|\"/:";
The backslash "\" is allowed in fat filenames, so this patch (against dosfsck/check.c) should work.
- char *bad_chars = atari_format ? "*?\\/:" : "*?<>|\"\\/:";
+ char *bad_chars = atari_format ? "*?/:" : "*?<>|\"/:";