Re: VFAT: Can't create file named 'aux.h'?
From: H. Peter Anvin
Date: Tue Mar 21 2006 - 13:04:32 EST
Jan Engelhardt wrote:
NAK. How much more names will you be going to mangle because of FAT
character restrictions? (< and > are one of the chars not allowed in FAT.)
Uhm... that's what VFAT *does*...
Hm. How do I check? Under a DOS shell,
echo bla >"illegal>name"
won't work, and creating a new empty dummy text file within Windows
Explorer with this illegal>name won't work either.
(http://jengelh.hopto.org/f/illegal_filename.jpg)
Did I miss some magic WINAPI function that does allow it implicitly
by mangling the name?
You're confusing characters which aren't legal *VFAT* names which those
which aren't legal *FAT* (8.3) names.
> is illegal in VFAT as well.
-hpa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/