From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) From: arisawa In-Reply-To: Date: Sun, 23 Jun 2013 22:36:46 +0900 Content-Transfer-Encoding: 7bit Message-Id: <96413B2B-5F5B-4C27-B2B5-483FB9B811D2@ar.aichi-u.ac.jp> References: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] long filenames in cwfs Topicbox-Message-UUID: 679ec800-ead8-11e9-9d60-3106f5b1d025 Thank you cinap, I tried to copy all my Dropbox data to cwfs. the number of files that exceeded 144B name limit was only 3 in 40000 files. I will be happy if cwfs64x natively accepts longer name, but the requirement is almost endless. for example, OSX support 1024B names. I wonder if making NAMELEN larger is the only way to handle the problem. Kenji Arisawa On 2013/06/23, at 16:45, cinap_lenrek@gmx.de wrote: > the file name length can be configured at compile time. > look for the NAMELEN enum. > > like the cwfs64x in 9front uses 144 instead of 56. > > you mentioned windows. theres a -o trspaces option in cifsd > that will convert space characters to non breaking space > and back for you. > > hope this is usefull... > > -- > cinap >