nfs hostname:/path to mount is longer than 88 characters howto?

jd1008 jd1008 at gmail.com
Wed Dec 17 19:40:36 UTC 2014


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 <long truncated nfs hostname:path>
> 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at 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/


More information about the freebsd-questions mailing list