MFS
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Filesystem | |subcat=Filesystem | ||
+ | |released=1984 | ||
}} | }} | ||
− | '''MFS''' was the filesystem used on early Apple Macintosh computers. | + | '''MFS''' (Macintosh File System) was the filesystem used on early Apple Macintosh computers for file storage on [[Apple double-density 3 1/2" disk]]s. It was soon replaced with [[HFS]] (Hierarchical File System). |
+ | |||
+ | MFS stored files in a single flat structure without subdirectories; the illusion of "folders" was created by including a "directory handle" in each file entry so that the single directory could be scanned to find files that belong to a particular virtual folder. File names could be up to 255 characters, though Finder didn't support more than 63 or 31 characters (depending on the version). [[Resource Fork]]s were introduced in MFS. | ||
A MacFUSE implementation of MFS that seems to work is available at [http://vc.namedfork.net/listing.php?repname=namedfork.net&path=%2Ffusemfs] (SVN: [svn://vc.namedfork.net/namedfork/fusemfs] ). | A MacFUSE implementation of MFS that seems to work is available at [http://vc.namedfork.net/listing.php?repname=namedfork.net&path=%2Ffusemfs] (SVN: [svn://vc.namedfork.net/namedfork/fusemfs] ). | ||
+ | |||
+ | == Links == | ||
+ | * [[Wikipedia:Macintosh File System|Wikipedia article]] | ||
[[Category:Macintosh]] | [[Category:Macintosh]] |
Revision as of 03:07, 9 May 2013
MFS (Macintosh File System) was the filesystem used on early Apple Macintosh computers for file storage on Apple double-density 3 1/2" disks. It was soon replaced with HFS (Hierarchical File System).
MFS stored files in a single flat structure without subdirectories; the illusion of "folders" was created by including a "directory handle" in each file entry so that the single directory could be scanned to find files that belong to a particular virtual folder. File names could be up to 255 characters, though Finder didn't support more than 63 or 31 characters (depending on the version). Resource Forks were introduced in MFS.
A MacFUSE implementation of MFS that seems to work is available at [1] (SVN: [2] ).