System Administration Guide: Devices and File Systems

Default Logging and Standards Conformance

UFS file system transactions that free blocks from files might not immediately add the freed blocks to the file system's free list. This behavior occurs on a system that has a UFS file system mounted with logging enabled.

This behavior improves file system performance, but does not conform to the following standards:

These standards require that freed space be available immediately.

Consider disabling UFS logging under the following conditions:

For more information, see mount_ufs(1M).