From owner-freebsd-fs@FreeBSD.ORG Sun Nov 6 22:48:11 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2534E106564A for ; Sun, 6 Nov 2011 22:48:11 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 0D81A8FC15 for ; Sun, 6 Nov 2011 22:48:10 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 9AA815081A for ; Sun, 6 Nov 2011 14:48:10 -0800 (PST) To: freebsd-fs@freebsd.org Date: Sun, 06 Nov 2011 14:48:10 -0800 Message-ID: <11704.1320619690@tristatelogic.com> From: "Ronald F. Guilmette" Subject: extended attributes limits X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2011 22:48:11 -0000 On a UFS2 filesystem, how many bytes worth of extended attributes data can be stored? Is there a per-file limit on this, or is the limit per-filesystem? I know that there must be some limit, but I have not seen it documented anywhere.