Re: jfs, special characters

2005-02-26 Thread Dave Kleikamp
On Fri, 2005-02-25 at 20:34 -0800, Frederik Eaton wrote: > Does JFS have problems with files with special characters in them? Sometimes. jfs attempts to store pathnames in 16-bit unicode, and uses the mount option iocharset to determine what to convert to/from. In the 2.4 kernel, the default val

Re: jfs, special characters

2005-02-26 Thread Sonny Rao
On Fri, Feb 25, 2005 at 08:34:39PM -0800, Frederik Eaton wrote: > Does JFS have problems with files with special characters in them? > > $ ls > ls: 04-The_Dark_Of_The_Matin?e.ogg: No such file or directory > [1]$ rm 04-The_Dark_Of_The_Matin\?e.ogg > rm: cannot lstat `04-The_Dark_Of_The_Matin?e.ogg