Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!jarthur!uunet!brunix!reb From: reb@cs.brown.edu (Robert E. Brown) Newsgroups: comp.sys.mac.programmer Subject: raw read/write floppies Message-ID: <69144@brunix.UUCP> Date: 19 Mar 91 23:02:30 GMT Sender: news@brunix.UUCP Reply-To: reb@cs.brown.edu (Robert E. Brown) Organization: Brown University Department of Computer Science Lines: 7 I would like to run a program that asks the user to insert a floppy, and after one has been inserted, reads and writes to the disk. I have written code that can read from a floppy disk, but inserting a floppy normally couses the Mac to mount the disk. How can I turn off the auto-mounting? Once my program has finished reading and writing the disk, how do I eject it? At this point, the disk is not mounted. Will PBeject work anyway?