Hierarchical File System (Apple): Difference between revisions
mNo edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
HFS+ (aka. HFS Extended) is an improved version of HFS, supporting larger files (64 bit length instead of 32 bit) and using Unicode (instead of Apple's own, limited, encoding) for naming the items (files, folders). |
HFS+ (aka. HFS Extended) is an improved version of HFS, supporting larger files (64 bit length instead of 32 bit) and using Unicode (instead of Apple's own, limited, encoding) for naming the items (files, folders). |
||
Both versions use [[B-tree]]s to catalogue the filesystem. |
|||
While HFS may be seen as a propriatary format, modern Operating systems provide software to access HFS formatted disks. See the [http://www.macwindows.com/ MacWindows] website for solutions. There is also software available for Unix and Linux systems, to at least read HFS, but perhaps not HFS+, formatted disks. |
While HFS may be seen as a propriatary format, modern Operating systems provide software to access HFS formatted disks. See the [http://www.macwindows.com/ MacWindows] website for solutions. There is also software available for Unix and Linux systems, to at least read HFS, but perhaps not HFS+, formatted disks. |
Revision as of 13:24, 10 July 2003
HFS is an acronym for Hierarchical File System.
It is a format specification of a File system for storing files on hard disks by Apple Mac OS (Apple Macintosh) computers, but can also be found on read-only media such as CD-ROMs.
HFS was designed in the late 1980s as the native file system for Macintosh computers. It was necessary because Mac computers used richer data than other commonly available file systems, such as FAT, used by DOS and Windows, provided.
HFS+ (aka. HFS Extended) is an improved version of HFS, supporting larger files (64 bit length instead of 32 bit) and using Unicode (instead of Apple's own, limited, encoding) for naming the items (files, folders).
Both versions use B-trees to catalogue the filesystem.
While HFS may be seen as a propriatary format, modern Operating systems provide software to access HFS formatted disks. See the MacWindows website for solutions. There is also software available for Unix and Linux systems, to at least read HFS, but perhaps not HFS+, formatted disks.
Technical information on the HFS formats is available from Apple's Technote 1150.