On Sun, Jan 23, 2011 at 07:43:10PM +0100, torn5 wrote: > I thought it was possible via the completion notifications from the disk. > AFAIK if a disk is in NCQ mode it will return completion for a > command only when the write was really delivered to the platters. > While in non-NCQ mode the disk immediately returns completion and > caches the write. Is this correct? No, that's not correct. The completion notification from the disk is merely that the DMA has completed. It does not mean that the data has hit the platters. This is true in both NCQ and non-NCQ mode. You can disable the write cache (which is what I think you're thinking about), but the performance hit is pretty significant on standard HDD's. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html