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

and closesync mount options. However, most commercially available applications
work well with the default VxFS mount options, including the delaylog mode.
The logiosize mode
The logiosize=size option enhances the performance of storage devices that
employ a read-modify-write feature. If you specify logiosize when you mount a
file system, VxFS writes the intent log in the least size bytes or a multiple of size
bytes to obtain the maximum performance from such devices.
See the mount_vxfs(1M) manual page.
The values for size can be 1024, 2048, or 4096.
The nodatainlog mode
Use the nodatainlog mode on systems with disks that do not support bad block
revectoring. Usually, a VxFS file system uses the intent log for synchronous writes.
The inode update and the data are both logged in the transaction, so a synchronous
write only requires one disk write instead of two. When the synchronous write
returns to the application, the file system has told the application that the data
is already written. If a disk error causes the metadata update to fail, then the file
must be marked bad and the entire file is lost.
If a disk supports bad block revectoring, then a failure on the data update is
unlikely, so logging synchronous writes should be allowed. If the disk does not
support bad block revectoring, then a failure is more likely, so the nodatainlog
mode should be used.
A nodatainlog mode file system is approximately 50 percent slower than a
standard mode VxFS file system for synchronous writes. Other operations are
not affected.
The blkclear mode
The blkclear mode is used in increased data security environments. The blkclear
mode guarantees that uninitialized storage never appears in files. The increased
integrity is provided by clearing extents on disk when they are allocated within
a file. This mode does not affect extending writes. A blkclear mode file system
is approximately 10 percent slower than a standard mode VxFS file system,
depending on the workload.
The mincache mode
The mincache mode has the following suboptions:
31VxFS performance: creating, mounting, and tuning file systems
Mounting a VxFS file system