I'm trying to access a block device (say /dev/sdb) using libaio. I works correctly, but I was wondering how to perform FUA (Force Unit Access) using the API of libaio.
I must say the documentation I found on the subject is quite poor, hope one of you will be able to help me with this.