This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fopen a special characterfile on vfat.


On 17/04/12 16:30, devendra.aaru wrote:
> On Tue, Apr 17, 2012 at 10:20 AM, Thomas Schwinge wrote:
>> Without checking any further, I'm quite sure that VFAT does not allow
>> colons in file names, which probably is what the kernel is telling you.
>>
> Hi Thomas,
>    You are correct. so there is no way to open files with special
> chars in vfat? but with ext2 there are no such kind of restrictions.
Such filenames are illegal in fat, so you can't create a file with that
name.
There's a uni_xlate mount option for unhandled Unicode characters, but
it seems to work the opposite way.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]