diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-10-18 21:11:36 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-10-18 21:11:36 +0000 |
| commit | 61eef6c2454b7226a3a2993dbfa4a80ea95a89d7 (patch) | |
| tree | b562b7dd28c40a9e5897f77d7dd08ca91d2e57dd /sys/ufs | |
| parent | f5b1000b8f3175975fdb40ada82f19d29c6b0136 (diff) | |
Notes
Diffstat (limited to 'sys/ufs')
| -rw-r--r-- | sys/ufs/ufs/README.extattr | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/ufs/ufs/README.extattr b/sys/ufs/ufs/README.extattr index 3928892cdef9..a3be6e6a45dc 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 |
