9fans archive / 1998 / 04 / 36 / prev next From: Scott Schwartz schwartz@bio... Subject: [9fans] longer file names Date: Fri, 10 Apr 1998 15:46:54 EDT "Tom Duff" <td@pix...> writes: | It's ludicrous to make an incompatible change like this with, as you noted, | such far-reaching consequences, just for one weird little application. | If your application doesn't like the names the file system gives it, | keep a little name-mapping table somewhere and write open and create | routines that use it. Regardless of the merits of Dave's application, there are other times when short names are an issue. Look at ftpfs: It uses a clever hack to work around the name length problem, but why should it have to? In a system where directories play such a useful and generalized role, it makes sense (to me anyway) to let them contain long names.