For devices that are initialized on operating system files, ensure that device writes
occur directly on the physical media.
Use:
- directio with
disk init and disk reinit
- dsync with disk
init
directio and dsync parameters are mutually
exclusive. If a device has dsync set to true, you cannot set
directio to true for this device. To enable
directio for a device, also reset dsync to
false.
There is no performance difference between dsync and
directio on Windows.