Macintosh File System

From Wikipedia, the free encyclopedia
MFS
Developer(s)Apple Computer, Inc.
Full nameMacintosh File System
IntroducedJanuary 24, 1984; 40 years ago (1984-01-24) with System 1
Succeeded byHFS
Partition IDsApple_MFS (Apple Partition Map)
Structures
Directory contentsTable
File allocationLinked list
Bad blocksNo
Limits
Max volume size20 MiB
Max file size20 MiB
Max no. of files4094
Max filename length255 characters
Allowed filename
characters
Any printable character except “:
Features
Dates recordedCreation, modification
Date rangeJanuary 1, 1904 – February 6, 2040
Date resolution1s
ForksOnly 2 (data and resource)
Attributesversion, locked, type, creator, Finder window, location in Finder window, Finder flags
File system
permissions
No
Transparent
compression
No
Transparent
encryption
No
Other
Supported
operating systems
System 1Mac OS 7.6,
Mac OS 7.6.1 (read-only)

Macintosh File System (MFS) is a volume format (or disk file system) created by Apple Computer for storing files on 400K floppy disks. MFS was introduced with the original Apple Macintosh computer in January 1984.

MFS is notable both for introducing resource forks to allow storage of structured data, and for storing metadata needed to support the graphical user interface of the classic Mac OS. MFS allows file names to be up to 255 characters in length,[1] although Finder does not allow users to create names longer than 63 characters (31 characters in later versions). MFS is called a flat file system because it does not support a hierarchy of directories.

Folders exist as a concept on the original MFS-based Macintosh, but work completely differently from the way they do on modern systems. They are visible in Finder windows, but not in the open and save dialog boxes.[2] There is always one empty folder on the volume, and if it is altered in any way (such as by adding or renaming files), a new Empty Folder appears, thus providing a way to create new folders. MFS stores all of the file and directory listing information in a single file. The Finder creates the illusion of folders, by storing all files as pairs of directory handles and file handles. To display the contents of a particular folder, MFS scans the directory for all files in that handle. There is no need to find a separate file containing the directory listing.

The Macintosh File System does not support volumes over 20 MB in size, or about 1,400 files.[citation needed] While this is small by today's standards, at the time it seemed very expansive when compared to the Macintosh's 400 KB floppy drive.

Apple introduced Hierarchical File System as a replacement for MFS in September 1985. In Mac OS 7.6.1, Apple removed support for writing to MFS volumes “as such writes often resulted in errors or system hangs”,[3] and in Mac OS 8.0 support for MFS volumes was removed altogether. Although macOS (formerly Mac OS X) has no built-in support for MFS, an example VFS plug-in from Apple called MFSLives provides read-only access to MFS volumes.[4]

See also[edit]

Citations[edit]

  1. ^ Langowski, Jörg (April 1985). "Disks". MacTech. Vol. 1, no. 5. Archived from the original on 2007-09-27. Retrieved 2023-03-23.
  2. ^ Brecher, Steve. "HFS File Structure Explained". MacTech. Vol. 1, no. 12. Archived from the original on 2008-04-26. Retrieved 2023-03-23.
  3. ^ "Technote 1096: Mac OS 7.6.1". Apple Inc. Archived from the original on 1999-04-29. Retrieved 2013-09-16.
  4. ^ "MFSLives". Apple Developer Documentation Archive. 2006-11-09. Retrieved 2023-03-13.

General and cited references[edit]

  • Apple Computer, Inc. (1985). Inside Macintosh Volume II. New York: Addison-Wesley. ISBN 0-201-17732-3.

External links[edit]