Asynchronous Filesystems (AIX)

From Wikistix

Many may be familiar with the "async" mount option under other operating systems (NetBSD, Linux, etc) which disables synchronous metadata updates. While leaving the filesystem vulnerable to corruption in the case of failure, it can be very useful from a performance perspective.

# mount -V jfs -o nointegrity /dev/jfslvname /mnt

This article is a stub. Please expand it if you have more information.