From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 19:40:36 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4CD9273 for ; Wed, 17 Dec 2014 19:40:36 +0000 (UTC) Received: from mail-ie0-x233.google.com (mail-ie0-x233.google.com [IPv6:2607:f8b0:4001:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6863510C1 for ; Wed, 17 Dec 2014 19:40:36 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id rp18so15648903iec.38 for ; Wed, 17 Dec 2014 11:40:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ffrzrR2X2+nZFktYApJgTyDi+CuzdL+Xr1+cSxPq++w=; b=eIzngYCxAyZyBePrshytqYFBjb9z/f1WUIWBcQAkwBuBwPV6xCbJg5Sxu9GNL9culg GI++Q9/HcQOxJHu9R5MX8IZgbf4Gx6wjUdo1aLY2A2ZW9WuWWAZJmAaOr0k4HeYPhOE7 IR/NrQNPOFngWYmUxtXYmpMsJZ5lXQE5n+z0tT4ZwSAgrNSS9xMSKeuIQUDqm0+0Sbok RmamZoHzbrwztXQO4qEi9phNgXF+F/y3rS8C0dXnLJikL0cslUeVBNF4PClkMJZPVIM5 OasWjwziFPIGfVK2jD7IDDuGpDyoHsfGX2DTdc/r7E9OWvjc6+USYqJvUsIhAeXQvMGJ GbcQ== X-Received: by 10.42.102.66 with SMTP id h2mr28266197ico.88.1418845235677; Wed, 17 Dec 2014 11:40:35 -0800 (PST) Received: from localhost.localdomain ([2601:7:6c80:6f00::a767]) by mx.google.com with ESMTPSA id 23sm2200386ioq.1.2014.12.17.11.40.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 11:40:34 -0800 (PST) Message-ID: <5491DC27.2080808@gmail.com> Date: Wed, 17 Dec 2014 12:40:23 -0700 From: jd1008 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: nfs hostname:/path to mount is longer than 88 characters howto? References: <201412171525.sBHFPuH7040514@mech-as221.men.bris.ac.uk> In-Reply-To: <201412171525.sBHFPuH7040514@mech-as221.men.bris.ac.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2014 19:40:36 -0000 On 12/17/2014 08:25 AM, Anton Shterenlikht wrote: > I think I hit this bug(?): > > http://lists.freebsd.org/pipermail/freebsd-hackers/2012-April/038547.html > > I see these in dmesg: > > WARNING: autofs_trigger_one: request for > cture/export/ completed with error 5 > > Is the 88 bytes limit still there? > Is this really a bug? > Is there any workaround? > > Thanks > > Anton > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > The max path name length is 4096. The filename itself (excluding the full path leading up to and including the containing dir) is 255 characters. See https://forums.freebsd.org/threads/max-length-file-name-and-dir-name-in-ufs-source.34200/