https://bugzilla.wikimedia.org/show_bug.cgi?id=22285
Dan Collins <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WONTFIX --- Comment #3 from Dan Collins <[email protected]> 2011-07-16 03:08:03 UTC --- ext3, which I assume is used by the Wikimedia servers, has a maximum file name length of 255 bytes, as indicated by a very simple google search. If you're interested, NTFS is 255 characters. There is no maximum path length in ext3, it's 32Kchars in NTFS. If these limits are exceeded, things are likely to get confusing, so use shorter filenames. Since we don't want to design our own file system, closing this wontfix. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
