I'm trying to write a program that flushes all outstanding data to
an IDE hard drive, including the write cache. Is it sufficient just
to write:
unsigned char args[4] = {WIN_FLUSH_CACHE,0,0,0};
ioctl(fd, HDIO_DRIVE_CMD, &args)
or do I need to worry about the buffer cache as well(WIN_WRITE_BUFFER?)
Thanks in advance.
__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sun Sep 15 2002 - 22:00:20 EST