From owner-freebsd-current@freebsd.org Fri Sep 8 17:15:42 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D11F7E2342A for ; Fri, 8 Sep 2017 17:15:42 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AFA26393E for ; Fri, 8 Sep 2017 17:15:42 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (220-253-154-30.dyn.iinet.net.au [220.253.154.30]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id v88HFb6F000325 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 8 Sep 2017 10:15:40 -0700 (PDT) (envelope-from julian@freebsd.org) To: freebsd-current , Rick Macklem From: Julian Elischer Subject: extending the maximum filename length Message-ID: <0154558d-b2ad-af97-3960-3e392678f709@freebsd.org> Date: Sat, 9 Sep 2017 01:15:31 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2017 17:15:42 -0000 Has anyone using freeBSD ever increased NAME_MAX (filename maximum length) and have any experience with it? We ($JOB) would recompile the entire system so intra-system compatibility would probably be ok, and we have our own filesystem which would support it. But I wonder if anyone has tried it and hit unexpected problems. reason:  Chinese and Japanese people who have gotten into the habit of having a filename of 256 CHINESE/JAPANESE characters in Microsoft and want to store their files on a FreeBSD based server witout having to rename everything. (3 bytes for each of those characters giving a limit of 83 characters). (though since each character is a word the names if I could read them must be amazing) NFS behaviour is one issue I don't know but would be interested in..  could we SERVE such files? Julian