Skip to main content
Home Forums 68kMLA Switching power off without Shutdown command — #16
Post #16 by Dog Cow
Source Forum68kMLA
CategoryTroubleshooting
Post DateFri, 5 Jun 2009 - 01:23
Original URLhttps://68kmla.org/bb/threads/switching-power-off-without-shutdown-command.17551/
Post
In-memory file caches won't get written to the disk. In OS X, you'd use the sync command to do it. In Classic Mac OS, I don't know.
FlushVol(....);

http://developer.apple.com/DOCUMENTATION/mac/Files/Files-160.html
Useful, but since there's no command line, you'd have to write a program to make a call to that, I suppose.

mp.ls