Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!msuinfo!news From: jap@convex.cl.msu.edu (Joe Porkka) Newsgroups: comp.sys.amiga.programmer Subject: trackdisk.device ETD_ stuff Message-ID: <1991Jan21.193807.27609@msuinfo.cl.msu.edu> Date: 21 Jan 91 19:38:07 GMT Sender: news@msuinfo.cl.msu.edu Organization: Michigan State University, East Lansing Lines: 9 In my program which diddles with the floppy disk, I do the following DoIO( ETD_WRITE) /* To write out a track of data, in sectors */ DoIO( ETD_READ) /* To verify it made it to disk okay */ The question being, do I need an ETD_UPDATE in between the write and the read, to force the READ to actually read from the disk, and not just from a track buffer in memory?