MFSLives

Last Revision:
Version 1.0, 2006-11-09
Sample VFS plug-in for the Macintosh File System (MFS) volume format, as used on 400KB floppies.
Build Requirements:
Xcode 2.4
Runtime Requirements:
Mac OS X 10.4

MFSLives is a sample VFS plug-in that implements read-only access to the Macintosh File System (MFS) volume format. This volume format debuted on the original Macintosh in 1984, and was supplanted by HFS (the predecessor to HFS Plus) with the introduction of the Macintosh Plus in 1986. MFS support was dropped from traditional Mac OS in Mac OS 8.1, and it has never been supported on Mac OS X. MFS is an excellent volume format for sample code because it's very simple but it allows you to exercise the code paths associated with Macintosh-specific metadata (specifically, Finder info, multi-fork files, and volfs).