site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com - Jordan On May 18, 2005, at 12:12 PM, Hamish Allan wrote: Plumber, please have another look at my question... - writing Spotlight plugins - filesystem performance tuning - potted histories of specific filesystems - explanations of what a heirarchical filesystem is - examples of Darwin supporting HFS and/or UFS Best wishes, Hamish On 18 May 2005, at 19:29, plumber wrote: On 18 May 2005, at 19:33, plumber wrote: On 18 May 2005, at 19:43, plumber wrote: early all BSD unix derivatives including FreeBSD, NetBSD, OpenBSD, NeXTStep, and Solaris use a variant of UFS. In Mac OS X it is available as an alternative to HFS. In Linux, partial UFS support is available and the native Linux ext2 filesystem is derived from UFS. Regards On 18 May 2005, at 19:45, plumber wrote: it's just a example of hfs data storage darwin support UFS and HFS _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/jkh%40apple.com This email sent to jkh@apple.com -- Jordan K. Hubbard Engineering Manager, BSD technology group Apple Computer _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... There is nothing currently like FUSE for MacOSX. It would be a good hacker project.. :) I'm looking for a way to create a filesystem that is actually a view onto another filesystem, preferably using some technology like FUSE. As far as I can tell, this has nothing to do with any of the following: http://developer.apple.com/documentation/Carbon/Reference/ MetadataAttributesRef/index.html http://developer.apple.com/documentation/Performance/Conceptual/ FileSystem/ In computing, the Berkeley Fast File System (or FFS) is a file system used mostly by Unix operating systems. It is an optimization to the original filesystem used by Unix System V (called just 'FS') and has evolved into UFS which is used by most Unix derivatives today. hierarchical file system A file organization method that stores data in a top-to-bottom organization structure. All access to the data starts at the top and proceeds downward throughout the levels of the hierarchy. Most all operating systems use hierarchical file systems to store data and programs. For example, in Windows, the top of the hierarchy is the drive letter, such as C: or D:, followed by folders and subfolders. This email sent to site_archiver@lists.apple.com
participants (1)
-
Jordan K. Hubbard