Xref: utzoo comp.os.mach:1016 comp.sys.next:18513 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!haven.umd.edu!mimsy!umiacs.umd.edu!helene From: helene@umiacs.umd.edu (Helene Young-Myers) Newsgroups: comp.os.mach,comp.sys.next Subject: Immediate write to disk Message-ID: <35269@mimsy.umd.edu> Date: 5 Jun 91 18:58:03 GMT Sender: news@mimsy.umd.edu Reply-To: helene@umiacs.umd.edu (Helene Young-Myers) Followup-To: comp.os.mach Organization: UMIACS, Univ. of Maryland, College Park, MD 20742 Lines: 7 In Mach, how do I force an immediate write to disk? I am looking for the equivalent to the O_SYNC option in open() on Unix System V. When this option is set, each write() will wait for both the file data and file status to be physically updated. Helene