Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 10 Sep 2002 01:28:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 10 Sep 2002 01:28:34 -0400 Received: from web40511.mail.yahoo.com ([66.218.78.128]:3250 "HELO web40511.mail.yahoo.com") by vger.kernel.org with SMTP id ; Tue, 10 Sep 2002 01:28:33 -0400 Message-ID: <20020910053314.24891.qmail@web40511.mail.yahoo.com> Date: Mon, 9 Sep 2002 22:33:14 -0700 (PDT) From: Alex Davis Subject: Which HDIO_ command(s) to flush all data to disk To: linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 702 Lines: 20 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/