Veritas File System 5.0 AdministratorÆs Guide, HP-UX 11i v3, First Edition, May 2008

The delaylog option and enhanced performance
The default VxFS logging mode, mount -o delaylog, increases performance by
delaying the logging of some structural changes. However, delaylog does not
provide the equivalent data integrity as the previously described modes because
recent changes may be lost during a system failure. This option provides at least
the same level of data accuracy that traditional UNIX file systems provide for
system failures, along with fast file system recovery.
Temporary file system mode
On most UNIX systems, temporary file system directories, such as /tmp and
/usr/tmp, often hold files that do not need to be retained when the system reboots.
The underlying file system does not need to maintain a high degree of structural
integrity for these temporary directories. VxFS provides the mount -o tmplog
option, which allows the user to achieve higher performance on temporary file
systems by delaying the logging of most operations.
Improved synchronous writes
VxFS provides superior performance for synchronous write applications. The
mount -o datainlog option greatly improves the performance of small
synchronous writes.
The mount -o convosync=dsync option improves the performance of applications
that require synchronous data writes but not synchronous inode time updates.
Warning: The use of the -o convosync=dsync option violates POSIX semantics.
Support for large files
With VxFS, you can create, mount, and manage file systems containing large files
(files larger than two terabytes).
Warning: Some applications and utilities may not work on large files.
Access Control Lists
An Access Control List (ACL) stores a series of entries that identify specific users
or groups and their access privileges for a directory or file. A file may have its
own ACL or may share an ACL with other files. ACLs have the advantage of
specifying detailed access permissions for multiple users and groups. For VxFS
19Introducing Veritas File System
Veritas File System features