Which characters are invalid for an ext3 filename? I imagine that at least / is an invalid character and probably \0. Is there an official list somewhere?

I'm not exactly sure where to look for this information, so please tell me where you found it.

link|improve this question

60% accept rate
An interesting, albeit lengthy, read: Fixing Unix/Linux/POSIX Filenames. – Dennis Williamson Dec 1 '10 at 22:41
feedback

1 Answer

up vote 3 down vote accepted

Just those two.

From the wikipedia page on ext3:

Allowed characters in filenames - All bytes except NULL and '/'

link|improve this answer
Ah, I didn't see the stats at the side of the wikipedia page. Thanks! – User1 Dec 1 '10 at 21:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.