AIX® module option definitions
The aix module is the MIO interface to the operating system and is invoked at runtime by default.
- debug
- Print debug statements for open and close.
- nodebug
- Do not print debug statements for open and close. This is the default value.
- sector_size
- Specific sector size. If not set the sector size equals the file system size.
- notrunc
- Do not issue trunc system calls. This is needed to avoid problems with JFS O_DIRECT errors.
- trunc
- Issue trunc system calls. This is the default option.