Write Sectors To a
DiskLast Updated December 16, 2024
VixDiskLib_Write()
writes one or more sectors
to an open virtual disk. This function expects the fourth parameter
buf
to be
VIXDISKLIB_SECTOR_SIZE
bytes long.
In vSphere 6.7 and later, you
can improve performance of NBD transport with asynchronous writes. Your program
VixDiskLib_WriteAsync
in a loop, then calls
VixDiskLib_Wait
to let
all asynchronous writes complete.