From 61eef6c2454b7226a3a2993dbfa4a80ea95a89d7 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 18 Oct 2002 21:11:36 +0000 Subject: [PATCH] Update extended attribute readme file to note that no special configuration is required to use EAs with UFS2, and that UFS2 is recommend for EA use for a variety of reasons. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories --- sys/ufs/ufs/README.extattr | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys/ufs/ufs/README.extattr b/sys/ufs/ufs/README.extattr index 3928892cdef..a3be6e6a45d 100644 --- a/sys/ufs/ufs/README.extattr +++ b/sys/ufs/ufs/README.extattr @@ -24,7 +24,12 @@ or modify. Using UFS Extended Attributes -Support for UFS extended attributes may be enabled by adding: +Support for UFS extended attributes is natively available in UFS2, and +requires no special configuration. For reliability, administrative, +and performance reasons, if you plan to use extended attributes, it +is recommended that you use UFS2 in preference to UFS1. + +Support for UFS extended attributes may be enabled for UFS1 by adding: options UFS_EXTATTR